4d6e4736894cf5602fb2b3e2c39b07764f5952ba
[pspp] / ChangeLog
1 2010-04-27  Jim Meyering  <meyering@redhat.com>
2
3         maint.mk: avoid side-effect in latest syntax-check
4         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
5         to run commands via $(shell...), and hence to incur cost only when
6         the new rule is actually run.
7
8         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
9         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
10         and use that to create a regexp used to detect all #if HAVE_..._H uses.
11         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
12         (gl_assured_headers_, az_, AZ_): Define.
13         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
14
15 2010-04-26  Jim Meyering  <jim@meyering.net>
16             Bruno Haible  <bruno@clisp.org>
17
18         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
19         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
20         Prompted by an exchange with Gilles Espinasse.
21
22 2010-04-26  Jim Meyering  <meyering@redhat.com>
23
24         git-version-gen: aesthetic tweak
25         * build-aux/git-version-gen: Use "$nl" rather than a literal,
26         so that the command remains on a single line.
27
28 2010-04-26  Eric Blake  <eblake@redhat.com>
29
30         git-version-gen: allow use on EBCDIC hosts
31         * build-aux/git-version-gen (dirty): Use literal rather than tying
32         ourselves to ascii.
33         Reported by Steve Goetze.
34
35 2010-04-25  Bruno Haible  <bruno@clisp.org>
36
37         netdb: Add support for GNULIB_POSIXCHECK.
38         * lib/netdb.in.h: Include warn-on-use.h.
39         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
40         functions are used when GNULIB_POSIXCHECK is defined and the
41         getaddrinfo module is not in use.
42         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
43         freeaddrinfo, gai_strerror, getnameinfo are declared.
44         * modules/netdb (Depends-on): Add warn-on-use.
45         (Makefile.am): Include warn-on-use.h in netdb.h.
46
47 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
48
49         build: avoid "make check" failure without .git/ directory
50         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
51         there is no .git/ directory.
52
53 2010-04-25  Bruno Haible  <bruno@clisp.org>
54
55         ptsname: Fix misuse of ttyname_r.
56         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
57         of errno.
58
59 2010-04-25  Bruno Haible  <bruno@clisp.org>
60
61         ttyname_r: Make it work on Solaris 10.
62         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
63         if the system function has the POSIX declaration. Test whether the
64         function fails if the buffer is less than 128 bytes large.
65         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
66         system's ttyname_r function. Provide a reasonably large buffer.
67         * modules/ttyname_r (Depends-on): Add extensions.
68         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
69
70 2010-04-25  Bruno Haible  <bruno@clisp.org>
71
72         Use the 'extensions' module for some more functions on Solaris.
73         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
74         module.
75         * doc/posix-functions/ctime_r.texi: Likewise.
76         * doc/posix-functions/getgrgid_r.texi: Likewise.
77         * doc/posix-functions/getgrnam_r.texi: Likewise.
78         * doc/posix-functions/getpwnam_r.texi: Likewise.
79         * doc/posix-functions/getpwuid_r.texi: Likewise.
80         * doc/posix-functions/readdir_r.texi: Likewise.
81         * doc/posix-functions/sigwait.texi: Likewise.
82         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
83         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
84
85 2010-04-25  Bruno Haible  <bruno@clisp.org>
86
87         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
88         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
89         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
90         * lib/ttyname_r.c: Include <limits.h>.
91         (ttyname_r): Define using the system's ttyname_r function, if it exists
92         and not on Solaris.
93         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
94         set.
95         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
96         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
97         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
98         Reported by Simon Josefsson.
99
100 2010-04-25  Bruno Haible  <bruno@clisp.org>
101
102         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
103         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
104         * doc/posix-functions/ctime_r.texi: Likewise.
105         * doc/posix-functions/getgrgid_r.texi: Likewise.
106         * doc/posix-functions/getgrnam_r.texi: Likewise.
107         * doc/posix-functions/getlogin_r.texi: Likewise.
108         * doc/posix-functions/getpwnam_r.texi: Likewise.
109         * doc/posix-functions/getpwuid_r.texi: Likewise.
110         * doc/posix-functions/readdir_r.texi: Likewise.
111         * doc/posix-functions/sigwait.texi: Likewise.
112         * doc/posix-functions/ttyname_r.texi: Likewise.
113         Reported by Simon Josefsson.
114
115 2010-04-25  Bruno Haible  <bruno@clisp.org>
116
117         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
118         * gnulib-tool (func_usage): Document that --with-*-tests options apply
119         also to --create-testdir.
120         (func_acceptable): Don't consider the status of *-tests modules here.
121         (func_modules_transitive_closure): Consider it here, before including a
122         test module.
123         (func_import, func_create_testdir): Set inc_all_direct_tests,
124         inc_all_indirect_tests.
125         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
126         --create-testdir and --create-megatestdir.
127
128 2010-04-25  Bruno Haible  <bruno@clisp.org>
129
130         gnulib-tool: Add --without-*-tests options.
131         * gnulib-tool (func_usage): Document the --without-*-tests options.
132         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
133         excl_unportable_tests): New variables.
134         Fail if they are specified with --import or --update.
135         (func_acceptable): Respect the excl_*_tests variables.
136         (func_import): Set the excl_*_tests variables to empty.
137
138 2010-04-25  Simon Josefsson  <simon@josefsson.org>
139             Bruno Haible  <bruno@clisp.org>
140
141         Work around a MacOS X 10.4 bug with openpty.
142         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
143         * tests/test-openpty.c (main): Close the master side explicitly.
144
145 2010-04-25  Bruno Haible  <bruno@clisp.org>
146
147         strnlen: Fix a C++ test error on MacOS X and Solaris.
148         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
149         the function is not declared.
150         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
151         Simon Josefsson.
152
153 2010-04-24  Bruno Haible  <bruno@clisp.org>
154
155         Avoid a gcc warning.
156         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
157         of correct type for %08lx directive.
158         Reported by Eric Blake.
159
160 2010-04-24  Bruno Haible  <bruno@clisp.org>
161
162         vasnprintf: Correct errno value in case of out-of-memory.
163         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
164         or sprintf. Use the errno value from SNPRINTF or sprintf.
165         Reported by Ian Beckwith <ianb@erislabs.net>.
166
167 2010-04-24  Bruno Haible  <bruno@clisp.org>
168
169         ansi-c++-opt: Find correct compiler when cross-compiling.
170         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
171         AC_CHECK_PROGS.
172         Reported by Simon Josefsson.
173
174 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
175
176         vc-list-files: Add support for subversion
177         * build-aux/vc-list-files: Use "svn list" to generate the list of
178         files controlled by subversion.
179
180 2010-04-23  Jim Meyering  <meyering@redhat.com>
181
182         vc-list-files tests: convert to use init.sh
183         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
184         path_prepend_.
185         Use Exit, not exit.
186         Use skip_ rather than open coding it.
187         Remove trap set-up and compare definitions.
188         * tests/test-vc-list-files-git.sh: Likewise.
189         * modules/vc-list-files-tests (Files): Add tests/init.sh.
190
191 2010-04-22  Simon Josefsson  <simon@josefsson.org>
192
193         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
194         backup files.
195
196 2010-04-21  Simon Josefsson  <simon@josefsson.org>
197
198         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
199
200 2010-04-20  Eric Blake  <eblake@redhat.com>
201
202         tests: be robust to ignored SIGPIPE
203         * tests/test-select-in.sh: Consume all output.
204         * tests/test-lseek.sh: Check correct exit status, while avoiding
205         EPIPE.
206
207 2010-04-20  Simon Josefsson  <simon@josefsson.org>
208             Bruno Haible  <bruno@clisp.org>
209
210         visibility: Don't use -fvisibility if it leads to a warning.
211         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
212         yes, don't pretend that visibility works if it leads to a warning.
213         Reported by Mike Gran <spk121@yahoo.com>.
214
215 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
216
217         * build-aux/bootstrap: Use "git -h" for testing for supported options
218         instead of "git --help".  The short-form option only shows a summary,
219         and doesn't layout the full man page.  Grep for the full option name
220         in the summary, too.
221
222 2010-04-19  Bruno Haible  <bruno@clisp.org>
223
224         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
225         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
226         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
227         mention of RELOCATABLE_STRIP.
228         Reported by Sylvain Beucler <beuc@beuc.net>.
229
230 2010-04-19  Bruno Haible  <bruno@clisp.org>
231
232         * lib/diffseq.h: Fix typo in comment.
233         Reported by Eric Blake.
234
235 2010-04-19  Bruno Haible  <bruno@clisp.org>
236
237         ioctl: Move autoconf macro to a .m4 file.
238         * m4/ioctl.m4: New file, extracted from modules/ioctl.
239         * modules/ioctl (Files): Add it.
240         (configure.ac): Simply invoke gl_FUNC_IOCTL.
241         Reported by Ian Beckwith <ianb@erislabs.net>.
242
243 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
244             Bruno Haible  <bruno@clisp.org>
245
246         diffseq: Accommodate use-case with abstract arrays.
247         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
248         is not defined.
249         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
250         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
251
252 2010-04-18  Bruno Haible  <bruno@clisp.org>
253
254         * doc/posix-headers/stdbool.texi: More precise wording.
255
256 2010-04-17  Jim Meyering  <meyering@redhat.com>
257
258         maint.mk: use gnu-style indentation in an embedded perl script
259         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
260         Rename variable: s/two/last_two_bytes/
261
262 2010-04-16  Eric Blake  <eblake@redhat.com>
263
264         test-stdbool: skip test that fails with Solaris CC
265         * tests/test-stdbool.c (f): Skip test that causes compilation
266         error under buggy C++ compiler.
267         * lib/stdbool.in.h: Document the limitation.
268         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
269
270         setenv: allow compilation with C++
271         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
272         register keyword.
273
274         stdint: allow test to pass with C++
275         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
276
277         getopt: allow compilation with C++
278         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
279         struct.
280         * lib/getopt.c (_getopt_internal_r): Use correct type.
281         Reported by Dagobert Michelson, via Joel E. Denny.
282
283 2010-04-16  Bruno Haible  <bruno@clisp.org>
284
285         Override netdb.h always.
286         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
287         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
288         Reported by Ludovic Courtès <ludo@gnu.org>.
289
290 2010-04-15  Bruno Haible  <bruno@clisp.org>
291
292         openpty: Fix mistake from 2010-03-21.
293         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
294         Reported by Simon Josefsson.
295
296 2010-04-15  Eric Blake  <eblake@redhat.com>
297
298         test-forkpty: fix expected signature
299         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
300         Reported by Simon Josefsson.
301
302 2010-04-15  Jim Meyering  <meyering@redhat.com>
303
304         maint.mk: texinfo_suffix_re_: correct the default regexp
305         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
306
307         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
308         make it configurable via texinfo_suffix_re_.
309
310 2010-04-14  Eric Blake  <eblake@redhat.com>
311
312         strtok_r: relax license to LGPLv2+
313         * modules/strtok_r (License): Relax license.
314         Reported by Matthias Bolte.
315
316 2010-04-14  Simon Josefsson  <simon@josefsson.org>
317
318         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
319         version 1.4.4 by default instead of requiring the libgcrypt
320         version used during build.  This makes it possible to use the
321         application with older but still binary compatible libgcrypt
322         versions.
323
324 2010-04-13  Eric Blake  <eblake@redhat.com>
325
326         getopt-gnu: match recent glibc fixes and posix ruling
327         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
328         '+' handling, when requesting extensions.
329         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
330         'W;' handling.
331         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
332         * doc/posix-functions/getopt.texi (getopt): Document this.
333         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
334         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
335         Likewise.
336
337         getopt: merge bug fixes from glibc
338         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
339         diagnostics.  Honor '+:' correctly.  Reject ';'.
340
341         getopt-posix: detect MacOS bug
342         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
343         optind when missing a required argument.
344         * doc/posix-functions/getopt.texi (getopt): Document the bug.
345         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
346         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
347         Likewise.
348
349         getopt-posix: avoid spurious failure on Solaris
350         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
351         an indicator that setting optind=1 is sufficient for reset.
352
353         getopt-posix: avoid spurious failure on FreeBSD
354         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
355         in POSIX mode, since the m4 test uses it.
356
357         gnulib-tool: silence warning on BSD sh
358         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
359
360 2010-04-13  Jim Meyering  <meyering@redhat.com>
361
362         doc: users.txt: GNU patch now uses gnulib
363         * users.txt: Add patch.
364
365 2010-04-12  Jim Meyering  <meyering@redhat.com>
366
367         maint.mk: generate more concise timing data for syntax-check rules
368         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
369         " done" from each line that reports a syntax-check test duration.
370
371 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
372
373         git-version-gen: use "git update-index..." rather than "git status"
374         * build-aux/git-version-gen: Use git update-index --refresh, not
375         "git status".  With some versions of git, "git status" would fail
376         to update the index and result in an unwarranted "-dirty" suffix.
377
378 2010-04-11  Jim Meyering  <meyering@redhat.com>
379
380         openat: correct formatting (no semantic change)
381         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
382         Suggested by Bruno Haible.
383
384 2010-04-11  Bruno Haible  <bruno@clisp.org>
385
386         Stricter declaration checking in testdirs.
387         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
388         If for_tests is true, augment AM_CPPFLAGS to define
389         GNULIB_STRICT_CHECKING.
390         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
391         GNULIB_STRICT_CHECKING is defined, verify that the function is
392         declared.
393
394 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
395             Bruno Haible  <bruno@clisp.org>
396
397         libunistring: Improve configure output.
398         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
399         Don't say "consider installing GNU libunistring" when checking again
400         with libiconv.
401
402 2010-04-11  Bruno Haible  <bruno@clisp.org>
403
404         libunistring: Correct value of $LTLIBUNISTRING.
405         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
406         correct the value of $LTLIBUNISTRING.
407
408 2010-04-11  Bruno Haible  <bruno@clisp.org>
409
410         havelib: Add static libraries to LIBS in the right order.
411         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
412         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
413
414 2010-04-11  Bruno Haible  <bruno@clisp.org>
415
416         libunistring: Detect libunistring also when it depends on libiconv.
417         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
418         the second AC_LIB_HAVE_LINKFLAGS invocation.
419
420 2010-04-11  James Youngman  <jay@gnu.org>
421
422         close-stream: declare local scalars to be "const"
423         * lib/close-stream.c (close_stream): Make boolean variables const
424         to document the fact that we set but do not change them.
425
426 2010-04-11  Bruno Haible  <bruno@clisp.org>
427
428         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
429
430 2010-04-11  Jim Meyering  <meyering@redhat.com>
431
432         maint.mk: don't include dist-check.mk
433         * top/maint.mk: Remove bogus include directive.
434
435         maint.mk: improve empty-line-at-EOF check
436         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
437         solution, rather than tail+Perl-based one.  The latter would read
438         a few kilobytes from the end of each file, and did not handle empty
439         files properly.
440
441         maint.mk: print the elapsed time for each syntax-check rule
442         * top/maint.mk (sc_m_rules_): Save start time in a file.
443         (sc_z_rules_): New rules: remove temp file and print elapsed time.
444         (local-check): Interpose the .z rules
445
446 2010-04-11  Jim Meyering  <meyering@redhat.com>
447
448         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
449         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
450         empty file with one that ends in an empty line.
451
452 2010-04-10  Bruno Haible  <bruno@clisp.org>
453
454         mkdir: Make it work on mingw64.
455         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
456         * lib/mkdir.c: Update comment.
457         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
458
459 2010-04-10  Bruno Haible  <bruno@clisp.org>
460
461         Don't override improved macro from newer autoconf.
462         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
463         autoconf >= 2.62.
464         Reported by Joel E. Denny <jdenny@clemson.edu>.
465
466 2010-04-10  Jim Meyering  <meyering@redhat.com>
467
468         maint.mk: new syntax-check rule: prohibit empty lines at end of file
469         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
470
471         maint.mk: correct a diagnostic
472         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
473         in diagnostic; now use $prohibit.
474
475 2010-04-10  Bruno Haible  <address@hidden>
476
477         fchownat: Fix a C++ test error on Solaris 8.
478         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
479         the function does not exist.
480
481 2010-04-10  Bruno Haible  <bruno@clisp.org>
482
483         vasnprintf: Add more tests.
484         * tests/test-vasnprintf-posix.c: Include <errno.h>.
485         (test_function): Test converting an invalid wide string.
486
487         vasnprintf: Correct handling of unconvertible wide string arguments.
488         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
489         VASNPRINTF.
490         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
491         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
492         smaller than the expected maximum need for the directive. Set errno to
493         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
494         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
495         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
496         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
497         * modules/vasnprintf (Files): Add m4/printf.m4.
498         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
499
500 2010-04-10  Bruno Haible  <bruno@clisp.org>
501
502         vasnprintf: Fix crash in %ls directive.
503         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
504         string is passed as argument to %ls, with no precision and no width.
505         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
506
507 2010-04-10  Bruno Haible  <bruno@clisp.org>
508
509         vasnprintf: Fix multiple test failures on mingw.
510         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
511         _snprintf, or snwprintf, not _snwprintf.
512
513 2010-04-10  Bruno Haible  <bruno@clisp.org>
514
515         write: Fix a C++ test error on mingw.
516         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
517
518 2010-04-10  Bruno Haible  <bruno@clisp.org>
519
520         vasnprintf test: Reduce code duplication.
521         * tests/test-vasnprintf.c (test_function): New function, extracted from
522         test_vasnprintf.
523         (test_vasnprintf, test_asnprintf): Invoke it.
524
525 2010-04-10  Bruno Haible  <bruno@clisp.org>
526
527         strnlen: Fix warning in C++ mode on MacOS X.
528         * lib/string.in.h (strnlen): Use the modern idiom.
529         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
530         defining strnlen as a macro already in <config.h>.
531         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
532         REPLACE_STRNLEN.
533         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
534         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
535
536 2010-04-08  James Youngman  <jay@gnu.org>
537
538         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
539         the example.
540
541 2010-04-09  Jim Meyering  <meyering@redhat.com>
542
543         maint.mk: print better diagnostic when there is no $(_hv_file)
544         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
545         announce that when $(_hv_file) (aka help-version) does not exist.
546
547         init.sh: run tr in the "C" locale to avoid multibyte interpretation
548         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
549         not try to interpret its random input bytes.  Jarno Rajahalme reported
550         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
551         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
552         (mktempd_): Likewise, just in case.
553
554         ftruncate: add two years to projected module removal date: 2012
555         * m4/ftruncate.m4: Adjust comments.
556
557         ftruncate: mark module as obsolete; even MinGW provides it, now
558         * modules/ftruncate (Status): Obsolete.
559         (Notice): Say that.
560         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
561         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
562
563 2010-04-08  Bruno Haible  <bruno@clisp.org>
564
565         Fix side effects from tests-related modules.
566         * modules/dprintf-posix (Comment): New section.
567         * modules/fprintf-posix (Comment): Likewise.
568         * modules/obstack-printf-posix (Comment): Likewise.
569         * modules/printf-posix (Comment): Likewise.
570         * modules/snprintf-posix (Comment): Likewise.
571         * modules/sprintf-posix (Comment): Likewise.
572         * modules/vasnprintf-posix (Comment): Likewise.
573         * modules/vasprintf-posix (Comment): Likewise.
574         * modules/vdprintf-posix (Comment): Likewise.
575         * modules/vfprintf-posix (Comment): Likewise.
576         * modules/vprintf-posix (Comment): Likewise.
577         * modules/vsnprintf-posix (Comment): Likewise.
578         * modules/vsprintf-posix (Comment): Likewise.
579         * modules/xprintf-posix (Comment): Likewise.
580         * modules/xvasprintf-posix (Comment): Likewise.
581         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
582         * modules/floorf-tests (Depends-on): Likewise.
583         * modules/round-tests (Depends-on): Likewise.
584         * modules/roundf-tests (Depends-on): Likewise.
585         * modules/trunc-tests (Depends-on): Likewise.
586         * modules/truncf-tests (Depends-on): Likewise.
587         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
588         'fprintf-posix' module is not present.
589         * tests/test-floorf2.c (check): Likewise.
590         * tests/test-trunc2.c (check): Likewise.
591         * tests/test-truncf2.c (check): Likewise.
592         * tests/test-round2.c (equal): Likewise.
593         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
594
595 2010-04-07  Karl Berry  <karl@gnu.org>
596
597         * config/srclist.txt,
598         * config/srclistvars.sh,
599         * config/srclist-update: doc fixes.
600
601 2010-04-07  Jim Meyering  <meyering@redhat.com>
602
603         maint.mk: add a PATH crosschecking syntax-check rule
604         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
605         Useful if you use a test like the one in help-version (coreutils,
606         diffutils, grep, gzip) that ensures $(VERSION) matches what is
607         printed by prog --version.
608
609 2010-04-06  Bruno Haible  <bruno@clisp.org>
610
611         Fix link error on mingw.
612         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
613         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
614
615 2010-04-06  Bruno Haible  <bruno@clisp.org>
616
617         Assume rmdir exists.
618         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
619
620 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
621
622         doc: update users.txt
623         * users.txt: Add gcal.
624
625 2010-04-06  Jim Meyering  <meyering@redhat.com>
626
627         init.sh: simply unset TMPDIR rather than risking env -i
628         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
629         although it probably works fine on all Unix-based systems, some
630         systems (Cygwin?) cannot tolerate a totally cleared environment.
631         Suggestion from Eric Blake.
632
633 2010-04-06  Jim Meyering  <meyering@redhat.com>
634
635         init.sh: portability fix: use env's POSIX-specified -i option not -u
636         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
637         than unportable env -u.  Solaris 5.11's env lacks support for -u.
638
639 2010-04-05  Bruno Haible  <bruno@clisp.org>
640
641         btowc: Work around Cygwin 1.7.2 bug.
642         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
643         does not map NUL to 0.
644         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
645
646 2010-04-05  Bruno Haible  <bruno@clisp.org>
647
648         Make the multithread modules work on Cygwin 1.7.2.
649         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
650         imported symbols can be declared weak, so that it returns "no" on
651         Cygwin 1.7.2.
652
653 2010-04-05  Bruno Haible  <bruno@clisp.org>
654
655         Use the module 'strncat'.
656         * modules/unistr/u8-strncat (Depends-on): Add strncat.
657
658         Tests for module 'strncat'.
659         * modules/strncat-tests: New file.
660         * tests/test-strncat.c: New file.
661
662         New module 'strncat'.
663         * lib/string.in.h (strncat): New declaration.
664         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
665         * m4/strncat.m4: New file, based on m4/memchr.m4.
666         * modules/strncat: New file.
667         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
668         is declared.
669         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
670         REPLACE_STRNCAT.
671         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
672         REPLACE_STRNCAT.
673         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
674         module.
675         * tests/test-string-c++.cc: Check signature of strncat.
676
677 2010-04-05  Jim Meyering  <meyering@redhat.com>
678
679         xstrtoumax-tests: convert to use init.sh
680         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
681         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
682         Use Exit, not exit.
683         Remove uses of $EXEEXT and "./" to run a program in the current dir.
684
685         xstrtoimax-tests: convert to use init.sh
686         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
687         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
688         Use Exit, not exit.
689         Remove uses of $EXEEXT and "./" to run a program in the current dir.
690
691 2010-04-05  Bruno Haible  <bruno@clisp.org>
692
693         sys_socket: Avoid #define replacements in C++ mode.
694         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
695         warning to the function if possible, rather than #defining the symbol
696         to a dysfunctional alias.
697
698 2010-04-05  Bruno Haible  <bruno@clisp.org>
699
700         fseeko: Fix C++ test error on mingw.
701         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
702         gl_FUNC_FSEEKO.
703         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
704         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
705         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
706         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
707
708 2010-04-05  Bruno Haible  <bruno@clisp.org>
709
710         duplocale: Improve test output.
711         * tests/test-duplocale.c (main): Print reason for skipped test.
712
713 2010-04-05  Bruno Haible  <bruno@clisp.org>
714
715         Assume rmdir exists.
716         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
717         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
718
719 2010-04-05  Bruno Haible  <bruno@clisp.org>
720
721         Fix link error on Solaris 8 with cc.
722         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
723
724 2010-04-05  Bruno Haible  <bruno@clisp.org>
725
726         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
727         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
728
729 2010-04-05  Bruno Haible  <bruno@clisp.org>
730
731         vasprintf: Update documentation.
732         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
733
734 2010-04-05  Bruno Haible  <bruno@clisp.org>
735
736         ptsname: Improve test.
737         * tests/test-ptsname.c (main): Also try the various master names of BSD
738         systems.
739
740 2010-04-05  Bruno Haible  <bruno@clisp.org>
741
742         memchr: Avoid a possible C++ test error.
743         * lib/string.in.h (memchr): Provide declaration if function is missing.
744         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
745         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
746         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
747         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
748
749 2010-04-05  Bruno Haible  <bruno@clisp.org>
750
751         strtok_r: Improve idiom.
752         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
753         AC_LIBOBJ is used.
754
755 2010-04-05  Bruno Haible  <bruno@clisp.org>
756
757         strdup: Improve idiom.
758         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
759         AC_LIBOBJ is used.
760         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
761         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
762         when AC_LIBOBJ is used.
763
764 2010-04-05  Bruno Haible  <bruno@clisp.org>
765
766         mbsinit, mbrtowc, wcrtomb: Improve idioms.
767         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
768         don't set REPLACE_MBSINIT to 1.
769         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
770         don't set REPLACE_MBRTOWC to 1.
771         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
772         exist, don't set REPLACE_MBSRTOWCS to 1.
773         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
774         exist, don't set REPLACE_MBSNRTOWCS to 1.
775         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
776         don't set REPLACE_WCRTOMB to 1.
777         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
778         exist, don't set REPLACE_WCSRTOMBS to 1.
779         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
780         exist, don't set REPLACE_WCSNRTOMBS to 1.
781
782 2010-04-05  Bruno Haible  <bruno@clisp.org>
783
784         ldexpl: Improve idiom.
785         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
786         make sure to set HAVE_DECL_LDEXPL to 0.
787
788 2010-04-05  Jim Meyering  <meyering@redhat.com>
789
790         xstrtol-tests: convert to use init.sh
791         * modules/xstrtol-tests (Files): Add tests/init.sh.
792         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
793         Use Exit, not exit.
794         Remove uses of $EXEEXT and "./" to run a program in the current dir.
795
796         atexit-tests: convert to use init.sh
797         * modules/atexit-tests (Files): Add tests/init.sh.
798         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
799         Use Exit, not exit.
800         Remove uses of $EXEEXT and "./" to run a program in the current dir.
801
802         init.sh: fix typo
803         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
804
805         init.sh: make it easier for a test script to write to the tty, ...
806         when using automake's parallel-tests mode.
807         * tests/init.sh (stderr_fileno_): Define overridable variable.
808         (warn_): New function, to use it.
809         (fail_, skip_, framework_failure_): Use warn_.
810
811 2010-04-04  Bruno Haible  <bruno@clisp.org>
812
813         btowc: Avoid warning.
814         * lib/btowc.c: Include <stdlib.h>.
815         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
816
817 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
818             Bruno Haible  <bruno@clisp.org>
819
820         wchar: Port to NetBSD 1.5.
821         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
822         * lib/wctype.in.h (WEOF): Likewise.
823
824 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
825             Bruno Haible  <bruno@clisp.org>
826
827         Port extended stdio to NetBSD 1.5.
828         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
829         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
830         older.
831
832 2010-04-04  Bruno Haible  <bruno@clisp.org>
833
834         string: Remove unused substitution.
835         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
836         HAVE_DECL_STRERROR.
837         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
838
839 2010-04-04  Bruno Haible  <bruno@clisp.org>
840
841         strtod: Avoid a possible C++ test error.
842         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
843         set REPLACE_STRTOD.
844
845 2010-04-04  Bruno Haible  <bruno@clisp.org>
846
847         strerror: Update documentation.
848         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
849
850 2010-04-04  Bruno Haible  <bruno@clisp.org>
851
852         stdio: Fix some C++ test errors on Solaris 8 with GCC.
853         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
854         _GL_CXXALIAS_SYS_CAST.
855
856 2010-04-04  Bruno Haible  <bruno@clisp.org>
857
858         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
859         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
860         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
861         REPLACE_FREXPL to 1.
862         * doc/posix-functions/frexpl.texi: Update documentation.
863
864 2010-04-04  Bruno Haible  <bruno@clisp.org>
865
866         math: Fix some C++ test errors on Solaris 8 and Cygwin.
867         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
868
869 2010-04-04  Bruno Haible  <bruno@clisp.org>
870
871         Implement nanosleep for native Windows.
872         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
873
874 2010-04-04  Bruno Haible  <bruno@clisp.org>
875
876         math: Fix some C++ test errors on Solaris 8.
877         * lib/math.in.h (truncf, trunc): Use simpler idiom.
878
879 2010-04-04  Bruno Haible  <bruno@clisp.org>
880
881         math: Fix some C++ test errors on Cygwin.
882         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
883         truncl): Provide declaration if the system does not have it.
884         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
885         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
886         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
887         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
888         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
889         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
890         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
891         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
892         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
893         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
894         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
895         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
896         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
897         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
898         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
899         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
900         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
901         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
902         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
903         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
904         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
905         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
906
907 2010-04-04  Bruno Haible  <bruno@clisp.org>
908
909         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
910         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
911         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
912         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
913         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
914         * m4/isinf.m4 (gl_ISINF): Likewise.
915         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
916
917 2010-04-04  Bruno Haible  <bruno@clisp.org>
918
919         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
920         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
921
922 2010-04-04  Bruno Haible  <bruno@clisp.org>
923
924         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
925         * modules/tmpfile (configure.ac): Update.
926
927         tmpfile: Fix C++ test error on mingw.
928         * lib/stdio.in.h (tmpfile): New declaration.
929         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
930         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
931         * modules/tmpfile (Depends-on): Add stdio.
932         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
933         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
934         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
935         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
936         REPLACE_TMPFILE.
937         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
938
939 2010-04-04  Bruno Haible  <bruno@clisp.org>
940
941         ioctl: Fix C++ test error on mingw.
942         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
943         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
944         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
945
946 2010-04-03  Bruno Haible  <bruno@clisp.org>
947
948         wcwidth: Fix C++ test error on mingw.
949         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
950         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
951         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
952
953 2010-04-03  Bruno Haible  <bruno@clisp.org>
954
955         nanosleep: Fix C++ test error on mingw.
956         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
957         * lib/time.in.h (nanosleep): Use modern idiom.
958         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
959         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
960         REPLACE_NANOSLEEP to 1.
961         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
962         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
963
964 2010-04-03  Bruno Haible  <bruno@clisp.org>
965
966         strptime: Fix C++ test error on mingw.
967         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
968         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
969         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
970         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
971         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
972         not REPLACE_STRPTIME.
973         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
974         REPLACE_STRPTIME.
975
976 2010-04-03  Bruno Haible  <bruno@clisp.org>
977
978         timegm: Fix C++ test error on mingw.
979         * lib/time.in.h (timegm): Use modern idiom.
980         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
981         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
982         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
983         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
984
985 2010-04-03  Bruno Haible  <bruno@clisp.org>
986
987         timegm: Assume declaration if function exists.
988         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
989         if it exists. Don't clobber ac_cv_func_timegm.
990
991 2010-04-03  Bruno Haible  <bruno@clisp.org>
992
993         time_r: Fix C++ test error on mingw.
994         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
995         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
996         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
997         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
998         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
999
1000 2010-04-03  Bruno Haible  <bruno@clisp.org>
1001
1002         time_r: Minor updates.
1003         * modules/time_r (Description): Mention the provided functions.
1004         * lib/time_r.c: Don't include <string.h>.
1005         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1006         * doc/posix-functions/localtime_r.texi: Likewise.
1007
1008 2010-04-03  Bruno Haible  <bruno@clisp.org>
1009
1010         time: Fix regression introduced on 2010-03-08.
1011         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1012         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1013
1014 2010-04-03  Jim Meyering  <meyering@redhat.com>
1015
1016         maint.mk: don't silently disable project-specific syntax-check rules
1017         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1018         that they need to convert their project-specific syntax-check rules
1019         to use the new _sc_search_regexp.
1020
1021 2010-04-03  Bruno Haible  <bruno@clisp.org>
1022
1023         fchdir: Fix regression introduced on 2010-03-08.
1024         * lib/unistd.in.h (fchdir): Fix declaration.
1025         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1026         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1027         REPLACE_FCHDIR.
1028         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1029         REPLACE_FCHDIR.
1030
1031 2010-04-03  Bruno Haible  <bruno@clisp.org>
1032
1033         getpagesize: Fix C++ test error on mingw.
1034         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1035         system does not declare the function.
1036         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1037         declared.
1038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1039         HAVE_DECL_GETPAGESIZE.
1040         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1041
1042 2010-04-03  Bruno Haible  <bruno@clisp.org>
1043
1044         stdio: Make C++ tests work on mingw.
1045         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1046         does not declare the function.
1047
1048 2010-04-03  Bruno Haible  <bruno@clisp.org>
1049
1050         ftello: Fix C++ test error on mingw.
1051         * lib/stdio.in.h (ftello): Use modern idiom.
1052         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1053         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1054         is missing and that it needs to be replaced.
1055         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1057         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1058
1059 2010-04-03  Bruno Haible  <bruno@clisp.org>
1060
1061         fseeko: Fix C++ test error on mingw.
1062         * lib/stdio.in.h (fseeko): Use modern idiom.
1063         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1064         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1065         is missing and that it needs to be replaced.
1066         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1067         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1068         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1069
1070 2010-04-03  Bruno Haible  <bruno@clisp.org>
1071
1072         mkstemp: Fix C++ test error on mingw.
1073         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1074         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1075         function is missing and that it needs to be replaced.
1076         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1077         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1078
1079 2010-04-03  Bruno Haible  <bruno@clisp.org>
1080
1081         stpncpy: Fix C++ test error on mingw.
1082         * lib/string.in.h (stpncpy): Use modern idiom.
1083         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1084         function is missing and that it needs to be replaced.
1085         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1086         REPLACE_STPNCPY.
1087         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1088
1089 2010-04-03  Bruno Haible  <bruno@clisp.org>
1090
1091         sys_stat: Fix C++ test error on mingw.
1092         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1093         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1094
1095 2010-04-03  Bruno Haible  <bruno@clisp.org>
1096
1097         pty: Update doc.
1098         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1099
1100 2010-04-03  Bruno Haible  <bruno@clisp.org>
1101
1102         unistd: Fix C++ test error on mingw.
1103         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1104
1105 2010-04-03  Bruno Haible  <bruno@clisp.org>
1106
1107         Update doc regarding mingw.
1108         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1109         * doc/glibc-functions/login_tty.texi: Likewise.
1110         * doc/glibc-functions/forkpty.texi: Likewise.
1111
1112 2010-04-03  Bruno Haible  <bruno@clisp.org>
1113
1114         stdlib: Avoid compilation failure of c-strtold on mingw.
1115         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1116
1117 2010-04-03  Bruno Haible  <bruno@clisp.org>
1118
1119         locale: Make C++ tests work on Cygwin and mingw.
1120         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1121         cannot provide the function.
1122         Reported by Simon Josefsson.
1123
1124 2010-04-03  Bruno Haible  <bruno@clisp.org>
1125
1126         localename: Port to MacOS X 10.6.
1127         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1128         memory layout of the locales in MacOS X 10.6 as well.
1129         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1130
1131 2010-04-02  Bruno Haible  <bruno@clisp.org>
1132
1133         gnulib-tool: Ensure that long-running tests are executed last.
1134         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1135         running tests after the one for the other tests.
1136
1137 2010-04-02  Bruno Haible  <bruno@clisp.org>
1138
1139         gnulib-tool: Ensure the tests in the main directory are executed first.
1140         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1141         start with the current directory.
1142
1143 2010-04-02  Bruno Haible  <bruno@clisp.org>
1144
1145         Tests for module 'havelib', moved here from GNU gettext.
1146         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1147         modifications.
1148         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1149         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1150         with modifications.
1151         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1152         modifications.
1153         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1154         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1155         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1156         with modifications.
1157         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1158         with modifications.
1159         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1160         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1161         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1162         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1163         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1164         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1165         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1166         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1167         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1168         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1169         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1170         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1171         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1172         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1173         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1174         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1175         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1176         with modifications.
1177         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1178         with modifications.
1179         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1180         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1181         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1182         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1183         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1184         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1185         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1186         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1187         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1188         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1189         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1190         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1191         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1192         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1193         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1194         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1195         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1196         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1197         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1198         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1199         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1200         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1201         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1202         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1203         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1204         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1205         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1206         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1207         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1208         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1209         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1210         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1211         * tests/havelib/rpathx/rpathx.c: New file, from
1212         gettext/autoconf-lib-link.
1213         * tests/havelib/rpathx/Makefile.am: New file, from
1214         gettext/autoconf-lib-link.
1215         * tests/havelib/rpathx/configure.ac: New file, from
1216         gettext/autoconf-lib-link with modifications.
1217         * tests/havelib/rpathy/rpathy.c: New file, from
1218         gettext/autoconf-lib-link.
1219         * tests/havelib/rpathy/Makefile.am: New file, from
1220         gettext/autoconf-lib-link.
1221         * tests/havelib/rpathy/configure.ac: New file, from
1222         gettext/autoconf-lib-link with modifications.
1223         * tests/havelib/rpathz/rpathz.c: New file, from
1224         gettext/autoconf-lib-link.
1225         * tests/havelib/rpathz/Makefile.am: New file, from
1226         gettext/autoconf-lib-link.
1227         * tests/havelib/rpathz/configure.ac: New file, from
1228         gettext/autoconf-lib-link with modifications.
1229         * tests/havelib/rpathlx/usex.c: New file, from
1230         gettext/autoconf-lib-link.
1231         * tests/havelib/rpathlx/Makefile.am: New file, from
1232         gettext/autoconf-lib-link.
1233         * tests/havelib/rpathlx/configure.ac: New file, from
1234         gettext/autoconf-lib-link with modifications.
1235         * tests/havelib/rpathly/usey.c: New file, from
1236         gettext/autoconf-lib-link.
1237         * tests/havelib/rpathly/Makefile.am: New file, from
1238         gettext/autoconf-lib-link.
1239         * tests/havelib/rpathly/configure.ac: New file, from
1240         gettext/autoconf-lib-link with modifications.
1241         * tests/havelib/rpathlz/usez.c: New file, from
1242         gettext/autoconf-lib-link.
1243         * tests/havelib/rpathlz/Makefile.am: New file, from
1244         gettext/autoconf-lib-link.
1245         * tests/havelib/rpathlz/configure.ac: New file, from
1246         gettext/autoconf-lib-link with modifications.
1247         * tests/havelib/rpathlyx/usey.c: New file, from
1248         gettext/autoconf-lib-link.
1249         * tests/havelib/rpathlyx/Makefile.am: New file, from
1250         gettext/autoconf-lib-link.
1251         * tests/havelib/rpathlyx/configure.ac: New file, from
1252         gettext/autoconf-lib-link with modifications.
1253         * tests/havelib/rpathlzyx/usez.c: New file, from
1254         gettext/autoconf-lib-link.
1255         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1256         gettext/autoconf-lib-link.
1257         * tests/havelib/rpathlzyx/configure.ac: New file, from
1258         gettext/autoconf-lib-link with modifications.
1259         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1260         with modifications.
1261
1262 2010-04-02  Bruno Haible  <bruno@clisp.org>
1263
1264         gnulib-tool: Create distributed built sources also for the tests.
1265         * gnulib-tool (func_create_testdir): Also generate distributed built
1266         sources in the tests directory.
1267
1268 2010-04-02  Bruno Haible  <bruno@clisp.org>
1269
1270         gnulib-tool: Obey user's environment variables.
1271         * gnulib-tool (func_create_testdir): When creating built sources,
1272         respect the environment variables for autoconf, automake, etc. given by
1273         the user.
1274
1275 2010-04-02  Bruno Haible  <bruno@clisp.org>
1276
1277         gnulib-tool: Provide the value of --m4-base to modules.
1278         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1279         of gl_m4_base.
1280
1281 2010-04-02  Eric Blake  <eblake@redhat.com>
1282
1283         maint.mk: fix some fallout
1284         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1285         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1286
1287 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1288
1289         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1290         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1291         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1292         (sc_cast_of_x_alloc_return_value): Likewise.
1293         (sc_cast_of_alloca_return_value): Likewise.
1294         (sc_space_tab): Likewise.
1295         (sc_prohibit_atoi_atof): Likewise.
1296         (sc_prohibit_magic_number_exit): Likewise.
1297         (sc_error_exit_success): Likewise.
1298         (sc_file_system): Likewise.
1299         (sc_prohibit_have_config_h): Likewise.
1300         (sc_require_config_h): Likewise.
1301         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1302         (sc_obsolete_symbols): Likewise.
1303         (sc_changelog): Likewise.
1304         (sc_program_name): Likewise.
1305         (sc_the_the): Likewise.
1306         (sc_trailing_blank): Likewise.
1307         (sc_two_space_separator_in_usage): Likewise.
1308         (sc_useless_cpp_parens): Likewise.
1309         (sc_GPL_version): Likewise.
1310         (sc_GFDL_version): Likewise.
1311         (sc_texinfo_acronym): Likewise.
1312         (sc_prohibit_cvs_keyword): Likewise.
1313         (sc_prohibit_stat_st_blocks): Likewise.
1314         (sc_prohibit_S_IS_definition): Likewise.
1315         (sc_redundant_const): Likewise.
1316         (sc_makefile_TAB_only_indentation): Likewise.
1317         (sc_m4_quote_check): Likewise.
1318         (sc_makefile_path_separator_check): Likewise.
1319         (sc_copyright_check): Likewise.
1320         (sc_Wundef_boolean): Likewise.
1321         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1322
1323         maint.mk: match 0 or more whitespace-before-function-call '('
1324         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1325         that have zero or two-and-more spaces between the function name
1326         and the open parenthesis.
1327         (sc_error_message_warn_fatal): Likewise.
1328         (sc_error_message_uppercase): Likewise.
1329         (sc_error_message_period): Likewise.
1330
1331 2010-03-31  Eric Blake  <eblake@redhat.com>
1332
1333         maint.mk: check for [ as well as test
1334         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1335         Based on a libvirt report by Matthias Bolte.
1336
1337         gnumakefile: don't squelch _version output
1338         * top/GNUmakefile (_version): Create one-shot dependency rather
1339         than using $(shell) when version must be regenerated.
1340         (_autoreconf): Run verbosely, by default.
1341
1342         sys_time: avoid compiler warnings
1343         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1344         unconditional, fixing regression from 2010-03-29.
1345         Reported by Simon Josefsson.
1346
1347 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1348
1349         maint.mk: s/_header_without_use/_sc_header_without_use/
1350         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1351         (sc_prohibit_assert_without_use): Use the new name.
1352         (sc_prohibit_close_stream_without_use): Likewise.
1353         (sc_prohibit_getopt_without_use): Likewise.
1354         (sc_prohibit_quotearg_without_use): Likewise.
1355         (sc_prohibit_quote_without_use): Likewise.
1356         (sc_prohibit_long_options_without_use): Likewise.
1357         (sc_prohibit_inttostr_without_use): Likewise.
1358         (sc_prohibit_ignore_value_without_use): Likewise.
1359         (sc_prohibit_error_without_use): Likewise.
1360         (sc_prohibit_xalloc_without_use): Likewise.
1361         (sc_prohibit_hash_without_use): Likewise.
1362         (sc_prohibit_hash_pjw_without_use): Likewise.
1363         (sc_prohibit_safe_read_without_use): Likewise.
1364         (sc_prohibit_argmatch_without_use): Likewise.
1365         (sc_prohibit_canonicalize_without_use): Likewise.
1366         (sc_prohibit_root_dev_ino_without_use): Likewise.
1367         (sc_prohibit_openat_without_use): Likewise.
1368         (sc_prohibit_c_ctype_without_use): Likewise.
1369         (sc_prohibit_signal_without_use): Likewise.
1370         (sc_prohibit_intprops_without_use): Likewise.
1371
1372 2010-03-30  Eric Blake  <eblake@redhat.com>
1373
1374         maint: improve module indicators
1375         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1376         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1377         columns, and avoid extra macro expansion.
1378
1379         fdopendir: work around FreeBSD bug
1380         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1381         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1382         * modules/dirent (Makefile.am): Substitute it.
1383         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1384         declaration.
1385         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1386         fix.
1387         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1388
1389 2010-03-29  Bruno Haible  <bruno@clisp.org>
1390
1391         Emit #pragma system_header after the inclusion guard, not before.
1392         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1393         guard that spans the entire file, not before. This enables an
1394         optimization in GCC's preprocessor.
1395         * lib/ctype.in.h: Likewise.
1396         * lib/dirent.in.h: Likewise.
1397         * lib/errno.in.h: Likewise.
1398         * lib/float.in.h: Likewise.
1399         * lib/getopt.in.h: Likewise.
1400         * lib/iconv.in.h: Likewise.
1401         * lib/langinfo.in.h: Likewise.
1402         * lib/locale.in.h: Likewise.
1403         * lib/math.in.h: Likewise.
1404         * lib/netdb.in.h: Likewise.
1405         * lib/netinet_in.in.h: Likewise.
1406         * lib/pty.in.h: Likewise.
1407         * lib/sched.in.h: Likewise.
1408         * lib/se-selinux.in.h: Likewise.
1409         * lib/search.in.h: Likewise.
1410         * lib/spawn.in.h: Likewise.
1411         * lib/stdarg.in.h: Likewise.
1412         * lib/stdint.in.h: Likewise.
1413         * lib/string.in.h: Likewise.
1414         * lib/strings.in.h: Likewise.
1415         * lib/sys_file.in.h: Likewise.
1416         * lib/sys_ioctl.in.h: Likewise.
1417         * lib/sys_time.in.h: Likewise.
1418         * lib/sys_times.in.h: Likewise.
1419         * lib/sys_utsname.in.h: Likewise.
1420         * lib/sys_wait.in.h: Likewise.
1421         * lib/sysexits.in.h: Likewise.
1422         * lib/wctype.in.h: Likewise.
1423
1424 2010-03-28  James Youngman  <jay@gnu.org>
1425
1426         save-cwd: don't leak a file descriptor when the caller execs.
1427         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1428         saved file descriptor.
1429         * modules/save-cwd (Depends-on): Depend on cloexec.
1430
1431 2010-03-29  Bruno Haible  <bruno@clisp.org>
1432
1433         Remove vestiges of fts-lgpl module.
1434         * lib/fts_.h: Assume GNULIB_FTS is 1.
1435         * lib/fts.c: Likewise.
1436         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1437
1438 2010-03-28  Bruno Haible  <bruno@clisp.org>
1439
1440         Fix definition of tests witness macro.
1441         * gnulib-tool (func_import): Fix definition of witness macro.
1442
1443 2010-03-28  Bruno Haible  <bruno@clisp.org>
1444
1445         Fix ioctl's protoype on glibc systems.
1446         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1447         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1448         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1449         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1450         signature. If not, arrange to replace the ioctl function.
1451         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1452         REPLACE_IOCTL.
1453         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1454         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1455         Reported by Ludovic Courtès <ludo@gnu.org>.
1456
1457 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1458
1459         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1460         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1461         made it so grep -r --include=GLOB* ... did not work.
1462
1463 2010-03-26  Jim Meyering  <meyering@redhat.com>
1464             Eric Blake  <eblake@redhat.com>
1465
1466         maint.mk: prohibit use of test's -o and -a operators
1467         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1468
1469 2010-03-28  Bruno Haible  <bruno@clisp.org>
1470
1471         Remove unused GNULIB_XYZ macro definitions.
1472         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1473         invocation.
1474
1475 2010-03-28  Bruno Haible  <bruno@clisp.org>
1476
1477         Mark privileged tests modules.
1478         * modules/idpriv-drop-tests (Status): New section.
1479         * modules/idpriv-droptemp-tests (Status): New section.
1480
1481 2010-03-28  Bruno Haible  <bruno@clisp.org>
1482
1483         Split C++ tests into separate tests modules.
1484         * modules/dirent-c++-tests: New file, extracted from
1485         modules/dirent-tests.
1486         * modules/dirent-tests: Depend on it.
1487         * modules/fcntl-h-c++-tests: New file, extracted from
1488         modules/fcntl-h-tests.
1489         * modules/fcntl-h-tests: Depend on it.
1490         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1491         * modules/glob-tests: Depend on it.
1492         * modules/iconv-h-c++-tests: New file, extracted from
1493         modules/iconv-h-tests.
1494         * modules/iconv-h-tests: Depend on it.
1495         * modules/langinfo-c++-tests: New file, extracted from
1496         modules/langinfo-tests.
1497         * modules/langinfo-tests: Depend on it.
1498         * modules/locale-c++-tests: New file, extracted from
1499         modules/locale-tests.
1500         * modules/locale-tests: Depend on it.
1501         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1502         * modules/math-tests: Depend on it.
1503         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1504         * modules/pty-tests: Depend on it.
1505         * modules/search-c++-tests: New file, extracted from
1506         modules/search-tests.
1507         * modules/search-tests: Depend on it.
1508         * modules/signal-c++-tests: New file, extracted from
1509         modules/signal-tests.
1510         * modules/signal-tests: Depend on it.
1511         * modules/spawn-c++-tests: New file, extracted from
1512         modules/spawn-tests.
1513         * modules/spawn-tests: Depend on it.
1514         * modules/stdio-c++-tests: New file, extracted from
1515         modules/stdio-tests.
1516         * modules/stdio-tests: Depend on it.
1517         * modules/stdlib-c++-tests: New file, extracted from
1518         modules/stdlib-tests.
1519         * modules/stdlib-tests: Depend on it.
1520         * modules/string-c++-tests: New file, extracted from
1521         modules/string-tests.
1522         * modules/string-tests: Depend on it.
1523         * modules/sys_ioctl-c++-tests: New file, extracted from
1524         modules/sys_ioctl-tests.
1525         * modules/sys_ioctl-tests: Depend on it.
1526         * modules/sys_select-c++-tests: New file, extracted from
1527         modules/sys_select-tests.
1528         * modules/sys_select-tests: Depend on it.
1529         * modules/sys_socket-c++-tests: New file, extracted from
1530         modules/sys_socket-tests.
1531         * modules/sys_socket-tests: Depend on it.
1532         * modules/sys_stat-c++-tests: New file, extracted from
1533         modules/sys_stat-tests.
1534         * modules/sys_stat-tests: Depend on it.
1535         * modules/sys_time-c++-tests: New file, extracted from
1536         modules/sys_time-tests.
1537         * modules/sys_time-tests: Depend on it.
1538         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1539         * modules/time-tests: Depend on it.
1540         * modules/unistd-c++-tests: New file, extracted from
1541         modules/unistd-tests.
1542         * modules/unistd-tests: Depend on it.
1543         * modules/wchar-c++-tests: New file, extracted from
1544         modules/wchar-tests.
1545         * modules/wchar-tests: Depend on it.
1546         * modules/wctype-c++-tests: New file, extracted from
1547         modules/wctype-tests.
1548         * modules/wctype-tests: Depend on it.
1549         Reported by Simon Josefsson.
1550
1551 2010-03-28  Bruno Haible  <bruno@clisp.org>
1552
1553         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1554         * gnulib-tool (func_exists_module): New function, extracted from
1555         func_verify_module.
1556         (func_verify_module): Use it.
1557         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1558         'foo' only if 'foo' exists.
1559         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1560         module.
1561
1562 2010-03-28  Bruno Haible  <bruno@clisp.org>
1563
1564         gnulib-tool: Add support for special categories of tests.
1565         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1566         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1567         (func_usage): Document them.
1568         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1569         inc_unportable_tests, inc_all_tests): New variables.
1570         (func_acceptable): Consider these variables.
1571         (func_modules_transitive_closure): Make it work when the 'Status' field
1572         consists of multiple words.
1573         (func_import): Store and restore the values of inc_cxx_tests,
1574         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1575         inc_all_tests in gnulib-comp.m4.
1576         (func_create_testdir): Set inc_all_tests to true.
1577         * doc/gnulib.texi (Extra tests modules): New section.
1578         Suggested by Jim Meyering.
1579
1580 2010-03-28  Bruno Haible  <bruno@clisp.org>
1581
1582         ansi-c++-opt: Allow turning off the C++ build by default.
1583         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1584         gl_CXX_CHOICE_DEFAULT_NO is defined.
1585         Requested by Eric Blake.
1586
1587 2010-03-28  Bruno Haible  <bruno@clisp.org>
1588
1589         unistd: Avoid #define replacements in C++ mode.
1590         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1591         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1592         setsockopt, shutdown, select): In C++, attach a warning to the function
1593         if possible, rather than #defining the symbol to a dysfunctional alias.
1594         Reported by John W. Eaton <jwe@gnu.org>.
1595
1596 2010-03-28  Bruno Haible  <bruno@clisp.org>
1597
1598         Fix link errors on mingw.
1599         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1600         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1601         $(LIBSOCKET).
1602         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1603         $(LIBSOCKET).
1604
1605 2010-03-28  Bruno Haible  <bruno@clisp.org>
1606             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1607
1608         lib-ignore: Determine different options for different compilers.
1609         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1610         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1611         Add comments.
1612         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1613         * NEWS: Mention the change.
1614
1615 2010-03-27  Bruno Haible  <bruno@clisp.org>
1616
1617         Remove unused GNULIB_XYZ macro definitions.
1618         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1619         * modules/fseek (configure.ac): Likewise.
1620         * modules/ioctl (configure.ac): Likewise.
1621         * modules/open (configure.ac): Likewise.
1622         * modules/stdlib-safer (configure.ac): Likewise.
1623
1624 2010-03-27  Bruno Haible  <bruno@clisp.org>
1625
1626         Add a remark about certain modules.
1627         * modules/malloc (Comment): New section.
1628         * modules/realloc (Comment): Likewise.
1629         * modules/sigpipe (Comment): Likewise.
1630
1631 2010-03-27  Bruno Haible  <bruno@clisp.org>
1632
1633         Resolve conflict between the two kinds of module indicators.
1634         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1635         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1636         * modules/canonicalize (configure.ac): Invoke
1637         gl_MODULE_INDICATOR_FOR_TESTS.
1638         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1639         GNULIB_XYZ.
1640         * tests/test-dirent-c++.cc: Likewise.
1641         * tests/test-dirent-safer.c: Likewise.
1642         * tests/test-dup2.c: Likewise.
1643         * tests/test-fchdir.c: Likewise.
1644         * tests/test-fcntl-h-c++.cc: Likewise.
1645         * tests/test-getopt.c: Likewise.
1646         * tests/test-getopt.h: Likewise.
1647         * tests/test-langinfo-c++.cc: Likewise.
1648         * tests/test-locale-c++.cc: Likewise.
1649         * tests/test-math-c++.cc: Likewise.
1650         * tests/test-pty-c++.cc: Likewise.
1651         * tests/test-search-c++.cc: Likewise.
1652         * tests/test-signal-c++.cc: Likewise.
1653         * tests/test-spawn-c++.cc: Likewise.
1654         * tests/test-stdio-c++.cc: Likewise.
1655         * tests/test-stdlib-c++.cc: Likewise.
1656         * tests/test-string-c++.cc: Likewise.
1657         * tests/test-sys_ioctl-c++.cc: Likewise.
1658         * tests/test-sys_select-c++.cc: Likewise.
1659         * tests/test-sys_socket-c++.cc: Likewise.
1660         * tests/test-sys_stat-c++.cc: Likewise.
1661         * tests/test-sys_time-c++.cc: Likewise.
1662         * tests/test-time-c++.cc: Likewise.
1663         * tests/test-unistd-c++.cc: Likewise.
1664         * tests/test-wchar-c++.cc: Likewise.
1665         * tests/uninorm/test-u8-nfc.c: Likewise.
1666         * tests/uninorm/test-u8-nfd.c: Likewise.
1667         * tests/uninorm/test-u8-nfkc.c: Likewise.
1668         * tests/uninorm/test-u8-nfkd.c: Likewise.
1669         * tests/uninorm/test-u16-nfc.c: Likewise.
1670         * tests/uninorm/test-u16-nfd.c: Likewise.
1671         * tests/uninorm/test-u16-nfkc.c: Likewise.
1672         * tests/uninorm/test-u16-nfkd.c: Likewise.
1673         * tests/uninorm/test-u32-nfc.c: Likewise.
1674         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1675         * tests/uninorm/test-u32-nfd.c: Likewise.
1676         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1677         * tests/uninorm/test-u32-nfkc.c: Likewise.
1678         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1679         * tests/uninorm/test-u32-nfkd.c: Likewise.
1680         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1681         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1682
1683 2010-03-27  Bruno Haible  <bruno@clisp.org>
1684
1685         Distinguish two kinds of module indicators.
1686         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1687         gl_MODULE_INDICATOR.
1688         (gl_MODULE_INDICATOR): New macro.
1689         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1690         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1691         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1692         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1693         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1694         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1695         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1696         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1697         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1698         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1699         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1700         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1702         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1703         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1704         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1705         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1706         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1707         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1708         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1709         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1710         * modules/cloexec (configure.ac): Likewise.
1711         * modules/getopt-gnu (configure.ac): Likewise.
1712         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1713         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1714         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1715         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1716
1717 2010-03-27  Bruno Haible  <bruno@clisp.org>
1718
1719         New module description field 'Comment'.
1720         * gnulib-tool: New option --extract-comment.
1721         (func_usage): Document it.
1722         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1723         (func_get_comment): New function.
1724         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1725
1726 2010-03-27  Bruno Haible  <bruno@clisp.org>
1727
1728         Addendum to 2010-02-07 commit.
1729         * gnulib-tool (func_usage): Document --extract-applicability option.
1730
1731 2010-03-27  Bruno Haible  <bruno@clisp.org>
1732
1733         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1734         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1735         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1736         rather than link errors.
1737
1738 2010-03-27  Bruno Haible  <bruno@clisp.org>
1739
1740         Avoid side effects from tests-related modules on the compilation of lib.
1741         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1742         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1743         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1744         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1745         macro.
1746         (func_import): Define a witness macro. Assign it a value that depends
1747         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1748         tests-related modules.
1749         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1750         Reported by Jim Meyering.
1751
1752 2010-03-27  Bruno Haible  <bruno@clisp.org>
1753
1754         Factorize common .m4 code.
1755         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1756         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1757         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1758         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1759         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1760         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1761         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1762         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1763         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1764         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1765         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1766         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1767         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1768         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1769         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1770         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1771         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1772         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1773         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1774         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1775         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1776         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1777         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1778         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1779         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1780         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1781         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1782         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1783         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1784         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1785         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1786         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1787
1788 2010-03-27  Bruno Haible  <bruno@clisp.org>
1789
1790         Fix a compilation error on Cygwin with g++ >= 4.3.
1791         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1792         if it is undefined or if we alias it to chmod.
1793         (lstat): Don't warn about the use of this function if it is undefined
1794         or if we alias it to stat.
1795         Reported by Simon Josefsson.
1796
1797 2010-03-27  Bruno Haible  <bruno@clisp.org>
1798
1799         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1800         * modules/getlogin (configure.ac): Update.
1801
1802         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1803         * modules/getlogin_r (configure.ac): Update.
1804
1805         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1806         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1807         * modules/inet_ntop (configure.ac): Update.
1808
1809         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1810         * modules/inet_pton (configure.ac): Update.
1811
1812         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1813         * modules/mbslen (configure.ac): Update.
1814
1815         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1816         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1817         * modules/forkpty (configure.ac): Update.
1818         * modules/openpty (configure.ac): Update.
1819
1820 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1821
1822         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1823         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1824
1825 2010-03-25  Eric Blake  <eblake@redhat.com>
1826
1827         maint: use pragma consistently across replacement headers
1828         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1829         * lib/dirent.in.h (system_header): Likewise.
1830         * lib/errno.in.h (system_header): Likewise.
1831         * lib/float.in.h (system_header): Likewise.
1832         * lib/getopt.in.h (system_header): Likewise.
1833         * lib/iconv.in.h (system_header): Likewise.
1834         * lib/inttypes.in.h (system_header): Likewise.
1835         * lib/langinfo.in.h (system_header): Likewise.
1836         * lib/locale.in.h (system_header): Likewise.
1837         * lib/math.in.h (system_header): Likewise.
1838         * lib/netdb.in.h (system_header): Likewise.
1839         * lib/netinet_in.in.h (system_header): Likewise.
1840         * lib/pty.in.h (system_header): Likewise.
1841         * lib/sched.in.h (system_header): Likewise.
1842         * lib/se-selinux.in.h (system_header): Likewise.
1843         * lib/search.in.h (system_header): Likewise.
1844         * lib/spawn.in.h (system_header): Likewise.
1845         * lib/stdarg.in.h (system_header): Likewise.
1846         * lib/stdint.in.h (system_header): Likewise.
1847         * lib/string.in.h (system_header): Likewise.
1848         * lib/strings.in.h (system_header): Likewise.
1849         * lib/sys_file.in.h (system_header): Likewise.
1850         * lib/sys_ioctl.in.h (system_header): Likewise.
1851         * lib/sys_socket.in.h (system_header): Likewise.
1852         * lib/sys_times.in.h (system_header): Likewise.
1853         * lib/sys_utsname.in.h (system_header): Likewise.
1854         * lib/sys_wait.in.h (system_header): Likewise.
1855         * lib/sysexits.in.h (system_header): Likewise.
1856         * lib/unistd.in.h (system_header): Likewise.
1857         * lib/wctype.in.h (system_header): Likewise.
1858
1859         arpa/inet: fix mingw compilation warning
1860         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1861         Reported by Matthew Bolte.
1862
1863 2010-03-25  Bruno Haible  <bruno@clisp.org>
1864
1865         Avoid collision between gnulib wrapper and libintl wrapper.
1866         * lib/printf.c (printf): Don't define if a printf wrapper is already
1867         defined in intl/printf.c.
1868         Reported by Michel Boaventura <michel@michelboaventura.com>.
1869
1870 2010-03-25  Bruno Haible  <bruno@clisp.org>
1871
1872         Use ANSI C.
1873         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1874
1875 2010-03-25  Bruno Haible  <bruno@clisp.org>
1876
1877         Minor formatting changes.
1878         * lib/acosl.c: Insert space before function argument list.
1879         * lib/argz.c: Likewise.
1880         * lib/asinl.c: Likewise.
1881         * lib/expl.c: Likewise.
1882         * lib/gen-uni-tables.c: Likewise.
1883         * lib/gettext.h: Likewise.
1884         * lib/glthread/lock.h: Likewise.
1885         * lib/tanl.c: Likewise.
1886         * lib/uniname/uniname.c: Likewise.
1887         * tests/test-idpriv-drop.c: Likewise.
1888         * tests/test-idpriv-droptemp.c: Likewise.
1889         * tests/test-lock.c: Likewise.
1890         * tests/test-tls.c: Likewise.
1891         * lib/argp-help.c: Insert space before function-like macro argument
1892         list.
1893         * lib/memcmp.c: Likewise.
1894         * tests/test-base64.c: Likewise.
1895         * lib/localename.c: Insert space before sizeof's argument list.
1896         * lib/safe-alloc.h: Likewise.
1897         * lib/file-set.h: Insert space before macro argument list.
1898         * tests/test-argp.c: Likewise.
1899         * lib/argp-namefrob.h: Insert space before function parameter list.
1900         * lib/getaddrinfo.c: Likewise.
1901         * lib/netdb.in.h: Likewise.
1902         * lib/parse-duration.h: Likewise.
1903         * lib/parse-duration.c: Likewise.
1904         * lib/poll.c: Likewise.
1905         * lib/select.c: Likewise.
1906         * lib/trim.h: Likewise.
1907         * tests/test-usleep.c: Likewise.
1908         * lib/ldexpl.c: Insert space before function parameter list and before
1909         function argument list.
1910         * lib/logl.c: Likewise.
1911         * lib/sqrtl.c: Likewise.
1912         * lib/trim.c: Likewise.
1913         * lib/cosl.c: Use GNU style indentation. Insert space before function
1914         argument list.
1915         * lib/sinl.c: Likewise.
1916         * lib/tsearch.c: Insert space after 'for'.
1917         Reported by Jim Meyering.
1918
1919 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1920
1921         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1922         config header before grepping, as it's not present before
1923         autoreconf/configure are run.  Reported by Simon Josefsson.
1924
1925 2010-03-23  Bruno Haible  <bruno@clisp.org>
1926
1927         pt_chown: Make it work with automake < 1.11.
1928         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1929         Reported by Simon Josefsson.
1930
1931 2010-03-23  Bruno Haible  <bruno@clisp.org>
1932
1933         pt_chown: Don't depend on GPLed modules.
1934         * lib/pt_chown.c: Don't include idpriv.h.
1935         (main): Don't drop privileges.
1936         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1937         Reported by Simon Josefsson.
1938
1939 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1940
1941         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1942         suggestions from karl@freefriends.org (Karl Berry).
1943
1944 2010-03-22  Eric Blake  <eblake@redhat.com>
1945
1946         gethostname: further tweaks
1947         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1948         are overriding gethostname.
1949         Suggested by Bruno Haible.
1950
1951 2010-03-21  Bruno Haible  <bruno@clisp.org>
1952
1953         Fix comments.
1954         * lib/forkpty.c (rpl_forkpty): Fix comment.
1955         * lib/openpty.c (rpl_openpty): Likewise.
1956         Reported by Eric Blake.
1957
1958 2010-03-22  Eric Blake  <eblake@redhat.com>
1959
1960         gethostname: fix build on mingw
1961         * lib/unistd.in.h (includes): Work around fact that mingw
1962         <winsock2.h> re-includes <unistd.h>, by avoiding any
1963         redeclarations if we are being included by <winsock2.h>.
1964         Reported by Matthias Bolte.
1965
1966 2010-03-21  Bruno Haible  <bruno@clisp.org>
1967
1968         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1969         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1970         modifications.
1971         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1972         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1973         provide the replacement.
1974         * modules/forkpty (Depends-on): Add openpty, login_tty.
1975         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1976         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1977         * doc/glibc-functions/forkpty.texi: More supported platforms.
1978         * config/srclist.txt: Add forkpty.c (commented).
1979
1980 2010-03-21  Bruno Haible  <bruno@clisp.org>
1981
1982         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1983         (Makefile.am): Verify that PTY_LIB is defined.
1984
1985         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1986
1987 2010-03-21  Bruno Haible  <bruno@clisp.org>
1988
1989         Tests for module 'login_tty'.
1990         * modules/login_tty-tests: New file.
1991         * tests/test-login_tty.c: New file.
1992
1993         New module 'login_tty'.
1994         * lib/login_tty.c: New file.
1995         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1996         * modules/login_tty: New file.
1997         * doc/glibc-functions/login_tty.texi: Mention the new module.
1998
1999 2010-03-21  Bruno Haible  <bruno@clisp.org>
2000
2001         login_tty: Documentation.
2002         * doc/glibc-functions/login_tty.texi: New file.
2003         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
2004
2005 2010-03-21  Bruno Haible  <bruno@clisp.org>
2006
2007         pty: Consistent macro naming.
2008         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2009         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2010         * modules/pty (configure.ac): Update.
2011
2012 2010-03-21  Bruno Haible  <bruno@clisp.org>
2013
2014         Tests for openpty: Make stricter.
2015         * tests/test-openpty.c (main): Add test of canonical processing and
2016         erase.
2017         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2018
2019         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2020         * lib/openpty.c (openpty): New replacement function.
2021         * lib/pty.in.h: Include <termios.h>.
2022         (openpty): Update declaration. Add comments.
2023         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2024         is not declared, arrange to provide the replacement. Check for _getpty
2025         and posix_openpt.
2026         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2027         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2028         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2029         * modules/pty-tests (test_pty_c___LDADD): New variable.
2030         * doc/glibc-functions/openpty.texi: More supported platforms.
2031
2032 2010-03-21  Bruno Haible  <bruno@clisp.org>
2033
2034         setenv: Tweaks.
2035         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2036         the test program.
2037         * doc/posix-functions/setenv.texi: Update platforms list.
2038
2039 2010-03-21  Bruno Haible  <bruno@clisp.org>
2040
2041         New module 'unlockpt'.
2042         * lib/unlockpt.c: New file, from glibc with modifications.
2043         * m4/unlockpt.m4: New file.
2044         * modules/unlockpt: New file.
2045         * lib/stdlib.in.h (unlockpt): New declaration.
2046         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2047         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2048         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2049         HAVE_UNLOCKPT.
2050         * doc/posix-functions/unlockpt.texi: Mention the new module.
2051         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2052         * config/srclist.txt: Add unlockpt.c (commented).
2053
2054 2010-03-21  Jim Meyering  <meyering@redhat.com>
2055
2056         maint.mk: prohibit inclusion of "intprops.h" without use
2057         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2058
2059 2010-03-21  Bruno Haible  <bruno@clisp.org>
2060
2061         New module 'grantpt'.
2062         * lib/grantpt.c: New file, from glibc with modifications.
2063         * m4/grantpt.m4: New file.
2064         * modules/grantpt: New file.
2065         * lib/stdlib.in.h (grantpt): New declaration.
2066         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2067         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2068         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2069         HAVE_GRANTPT.
2070         * doc/posix-functions/grantpt.texi: Mention the new module.
2071         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2072         * config/srclist.txt: Add grantpt.c (commented).
2073
2074 2010-03-21  Bruno Haible  <bruno@clisp.org>
2075
2076         New module 'pt_chown'.
2077         * lib/pt_chown.c: New file, from glibc with modifications.
2078         * lib/pty-private.h: New file, from glibc with modifications.
2079         * modules/pt_chown: New file.
2080         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2081
2082 2010-03-21  Bruno Haible  <bruno@clisp.org>
2083
2084         Tests for module 'ptsname'.
2085         * modules/ptsname-tests: New file.
2086         * tests/test-ptsname.c: New file.
2087
2088         New module 'ptsname'.
2089         * lib/ptsname.c: New file, from glibc with modifications.
2090         * m4/ptsname.m4: New file.
2091         * modules/ptsname: New file.
2092         * lib/stdlib.in.h (ptsname): New declaration.
2093         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2094         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2095         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2096         HAVE_PTSNAME.
2097         * doc/posix-functions/ptsname.texi: Mention the new module.
2098         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2099         * config/srclist.txt: Add ptsname.c (commented).
2100
2101 2010-03-21  Bruno Haible  <bruno@clisp.org>
2102
2103         Tests for module 'ttyname_r'.
2104         * modules/ttyname_r-tests: New file.
2105         * tests/test-ttyname_r.c: New file.
2106
2107         New module 'ttyname_r'.
2108         * lib/ttyname_r.c: New file.
2109         * m4/ttyname_r.m4: New file.
2110         * modules/ttyname_r: New file.
2111         * lib/unistd.in.h (ttyname_r): New declaration.
2112         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2113         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2114         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2115         HAVE_TTYNAME_R.
2116         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2117         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2118
2119 2010-03-20  Bruno Haible  <bruno@clisp.org>
2120
2121         signal: Undefine macro definitions in C++ mode.
2122         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2123         sigfillset): Undefine macro definitions from the system header in C++
2124         mode.
2125         Reported by John W. Eaton <jwe@gnu.org>.
2126
2127 2010-03-20  Bruno Haible  <bruno@clisp.org>
2128
2129         Ensure no #include statements inside extern "C" { ... }.
2130         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2131         contain #include statements.
2132         * lib/time.in.h: Likewise.
2133
2134 2010-03-20  Bruno Haible  <bruno@clisp.org>
2135
2136         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2137         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2138         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2139         Reported by John W. Eaton <jwe@gnu.org>.
2140
2141 2010-03-20  Bruno Haible  <bruno@clisp.org>
2142
2143         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2144         Reported by Jim Meyering.
2145
2146 2010-03-20  Bruno Haible  <bruno@clisp.org>
2147
2148         pipe: Set errno upon failure.
2149         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2150         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2151         errno value in error message.
2152
2153 2010-03-20  Bruno Haible  <bruno@clisp.org>
2154             Jim Meyering  <meyering@redhat.com>
2155
2156         lchown: Avoid "unused variable" warning.
2157         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2158
2159 2010-03-20  Bruno Haible  <bruno@clisp.org>
2160
2161         Work around unlink() bug on MacOS X 10.5.6.
2162         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2163         attempting to unlink a parent directory.
2164         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2165         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2166         activate for the replacement function.
2167         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2168
2169 2010-03-20  Bruno Haible  <bruno@clisp.org>
2170
2171         Fix link errors on Solaris 8.
2172         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2173         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2174
2175 2010-03-19  Jim Meyering  <meyering@redhat.com>
2176
2177         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2178         The _LIBC implementation of build_range_exp correctly honors the
2179         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2180         However, the non-_LIBC implementation would ignore that syntax-bit
2181         flag and return REG_ERANGE unconditionally.
2182         This change makes it honor that flag.
2183         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2184         Make two pointer parameters "const".
2185         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2186         (parse_bracket_exp): Update caller.
2187
2188         regex.m4: correct the reversed range endpoint ([b-a]) test
2189         * m4/regex.m4: When requiring that [b-a] evoke failure,
2190         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2191         test pass once again for x86-based systems.
2192
2193 2010-03-19  Bruno Haible  <bruno@clisp.org>
2194
2195         scandir: Fix link error on Solaris 8.
2196         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2197         macros.
2198
2199 2010-03-19  Bruno Haible  <bruno@clisp.org>
2200
2201         getusershell: Fix documentation.
2202         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2203         module.
2204         * doc/glibc-functions/setusershell.texi: Likewise.
2205
2206         getusershell: Provide declaration, missing on Solaris 9.
2207         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2208         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2209         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2210         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2211         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2212         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2213         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2214         HAVE_GETUSERSHELL.
2215         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2216
2217 2010-03-19  Bruno Haible  <bruno@clisp.org>
2218
2219         wctype: Provide iswblank function.
2220         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2221         exists and is fine.
2222         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2223         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2224         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2225         * doc/posix-functions/iswblank.texi: Update.
2226
2227 2010-03-19  Bruno Haible  <bruno@clisp.org>
2228
2229         Tests of module 'pty' in C++ mode.
2230         * modules/pty-tests: New file.
2231         * tests/test-pty-c++.cc: New file.
2232         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2233
2234 2010-03-19  Eric Blake  <eblake@redhat.com>
2235
2236         logb: fix documentation
2237         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2238         1.5 declaration bug.
2239
2240         forkpty, openpty: prefer glibc's const-safe prototype
2241         * lib/forkpty.c (rpl_forkpty): New file.
2242         * lib/openpty.c (rpl_openpty): Likewise.
2243         * modules/forkpty (Files): Distribute it.
2244         * modules/openpty (Files): Likewise.
2245         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2246         check...
2247         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2248         replacement for for non-const BSD signature.
2249         * modules/pty (Makefile.am): Substitute witnesses.
2250         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2251         * tests/test-forkpty.c: Update signature check.
2252         * tests/test-openpty.c: Likewise.
2253         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2254         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2255
2256         forkpty, openpty: split functions into new modules
2257         * modules/pty (Makefile.am): Substitute new witnesses.
2258         (Libraries): Move library detection...
2259         * modules/forkpty: ...into new module.
2260         * modules/openpty: Another new module.
2261         * modules/pty-tests: Rename and split...
2262         * modules/forkpty-tests: ...to this...
2263         * modules/openpty-tests: ...and this.
2264         * tests/test-pty.c: Rename and split...
2265         * tests/test-forkpty.c: ...to this...
2266         * tests/test-openpty.c: ...and this.
2267         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2268         (gl_PTY): Split library searching...
2269         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2270         (gl_FORKPTY, gl_OPENPTY): New macros.
2271         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2272         * NEWS: Mention the split.
2273         * MODULES.html.sh (Misc): Document the modules.
2274         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2275         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2276
2277         pty: improve replacement header
2278         * lib/pty.in.h: New file.
2279         * modules/pty (Files): Ship it.
2280         (Makefile.am): Always build replacement.
2281         * m4/pty.m4: Rename...
2282         * m4/pty_h.m4: ...to this.
2283         (gl_PTY): Modernize setting of witness macros; update check of
2284         forkpty to take proper advantage of cache.
2285         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2286
2287         getopt: avoid compiler warning
2288         * lib/getopt.c (attribute_hidden): Remove unused macro.
2289
2290 2010-03-18  Bruno Haible  <bruno@clisp.org>
2291
2292         Fix link errors on Solaris 8.
2293         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2294         * modules/search-tests (test_search_c___LDADD): Likewise.
2295         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2296         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2297         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2298         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2299         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2300         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2301         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2302
2303 2010-03-18  Bruno Haible  <bruno@clisp.org>
2304
2305         Fix bug introduced on 2010-03-14.
2306         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2307         (gl_SPAWN_H): Require it.
2308         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2309         Reported by Simon Josefsson.
2310
2311 2010-03-18  Bruno Haible  <bruno@clisp.org>
2312
2313         Fix typo introduced on 2009-12-31.
2314         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2315         posix_spawn_file_actions_adddup2.
2316
2317 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2318         and Eric Blake  <eblake@redhat.com>
2319
2320         test-vc-list-files-git: make more robust
2321         * tests/test-vc-list-files-git.sh: Unset problematic environment
2322         variables.  Chain commands together.
2323
2324 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2325
2326         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2327         `AC_CHECK_DECL' invocation.
2328
2329 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2330
2331         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2332         appears before executable statements. Suggested by Petr Sumbera
2333         <Petr.Sumbera@Sun.COM>.
2334
2335 2010-03-14  Bruno Haible  <bruno@clisp.org>
2336
2337         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2338         portability problems. Instead use a simpler test.
2339         (main): Check that invalid arguments are rejected only on Linux.
2340
2341 2010-03-14  Bruno Haible  <bruno@clisp.org>
2342
2343         Fix bug introduced on 2009-12-31.
2344         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2345         gl_PREREQ_SYS_H_WINSOCK2 always.
2346         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2347         SYS_SOCKET_H variable.
2348         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2349         Update comments.
2350         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2351         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2352         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2353         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2354         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2355
2356 2010-03-14  Bruno Haible  <bruno@clisp.org>
2357
2358         Fix values returned by sinl, cosl.
2359         * lib/trigl.h: Add specification comments.
2360         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2361         that combines the values from the precomputed table with the values of
2362         the Chebyshev polynomials.
2363
2364 2010-03-14  Bruno Haible  <bruno@clisp.org>
2365
2366         Fix compilation error when modules 'posix_spawn[p]' are not used.
2367         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2368         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2369
2370 2010-03-14  Bruno Haible  <bruno@clisp.org>
2371
2372         Fix compilation error on mingw when module 'time_r' is not used.
2373         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2374         is 1.
2375         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2376         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2377         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2378         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2379
2380 2010-03-14  Bruno Haible  <bruno@clisp.org>
2381
2382         Fix compilation error with Sun C.
2383         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2384         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2385         instead of GCC specific ULONG_LONG_MAX.
2386         * lib/xstrtoll.c: Likewise.
2387         * lib/xstrtoull.c: Likewise.
2388
2389 2010-03-13  Bruno Haible  <bruno@clisp.org>
2390
2391         Allow the user to disable C++ code and tests.
2392         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2393         (gl_PROG_ANSI_CXX): Require it.
2394
2395 2010-03-13  Bruno Haible  <bruno@clisp.org>
2396
2397         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2398         cases.
2399
2400 2010-03-13  Bruno Haible  <bruno@clisp.org>
2401
2402         Test that gnulib does not break the standard C++ headers.
2403         * tests/test-locale-c++2.cc: New file.
2404         * modules/locale-tests (Files): Add it.
2405         (Makefile.am): Compile it for test-locale-c++.
2406         * tests/test-math-c++2.cc: New file.
2407         * modules/math-tests (Files): Add it.
2408         (Makefile.am): Compile it for test-math-c++.
2409         * tests/test-signal-c++2.cc: New file.
2410         * modules/signal-tests (Files): Add it.
2411         (Makefile.am): Compile it for test-signal-c++.
2412         * tests/test-stdio-c++2.cc: New file.
2413         * modules/stdio-tests (Files): Add it.
2414         (Makefile.am): Compile it for test-stdio-c++.
2415         * tests/test-stdlib-c++2.cc: New file.
2416         * modules/stdlib-tests (Files): Add it.
2417         (Makefile.am): Compile it for test-stdlib-c++.
2418         * tests/test-string-c++2.cc: New file.
2419         * modules/string-tests (Files): Add it.
2420         (Makefile.am): Compile it for test-string-c++.
2421         * tests/test-time-c++2.cc: New file.
2422         * modules/time-tests (Files): Add it.
2423         (Makefile.am): Compile it for test-time-c++.
2424         Reported by John W. Eaton <jwe@gnu.org>.
2425
2426 2010-03-13  Bruno Haible  <bruno@clisp.org>
2427
2428         * gnulib-tool (func_usage): Clarify which options are available for
2429         --create-testdir and --create-megatestdir.
2430
2431 2010-03-13  Bruno Haible  <bruno@clisp.org>
2432
2433         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2434         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2435         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2436         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2437         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2438         when appropriate.
2439         Reported by Jim Meyering.
2440
2441 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2442
2443         * gnulib-tool (func_import): Explain origin of code.
2444
2445 2010-03-12  Bruno Haible  <bruno@clisp.org>
2446
2447         Fix problem with automake's definition of CXXLINK.
2448         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2449         Reported by Simon Josefsson and Ludovic Courtès.
2450
2451 2010-03-12  Bruno Haible  <bruno@clisp.org>
2452
2453         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2454         stable releases.
2455
2456 2010-03-11  Bruno Haible  <bruno@clisp.org>
2457
2458         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2459         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2460         whether the system provides one variant or multiple variants of the
2461         function.
2462         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2463         C++ compilers.
2464         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2465         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2466         Reported by Jim Meyering.
2467
2468 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2469
2470         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2471
2472 2010-03-08  Bruno Haible  <bruno@clisp.org>
2473
2474         gnulib-tool: Add support for --libtool in --create-testdir.
2475         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2476         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2477
2478 2010-03-08  Eric Blake  <eblake@redhat.com>
2479
2480         gnulib-tool.texi: mention possibility of git submodule
2481         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2482         submodules.
2483         * doc/.gitignore: Ignore another generated file.
2484
2485 2010-03-08  Karl Berry  <karl@gnu.org>
2486
2487         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2488         of committing gnulib files while skipping others.
2489
2490 2010-03-07  Bruno Haible  <bruno@clisp.org>
2491
2492         Tests of module 'wctype' in C++ mode.
2493         * tests/test-wctype-c++.cc: New file.
2494         * modules/wctype-tests (Files): Add it and tests/signature.h.
2495         (Depends-on): Add ansi-c++-opt.
2496         (Makefile.am): Arrange to compile and run test-wctype-c++.
2497
2498         Tests of module 'wchar' in C++ mode.
2499         * tests/test-wchar-c++.cc: New file.
2500         * modules/wchar-tests (Files): Add it and tests/signature.h.
2501         (Depends-on): Add ansi-c++-opt.
2502         (Makefile.am): Arrange to compile and run test-wchar-c++.
2503         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2504         gl_MODULE_INDICATOR.
2505
2506         Tests of module 'unistd' in C++ mode.
2507         * tests/test-unistd-c++.cc: New file.
2508         * modules/unistd-tests (Files): Add it and tests/signature.h.
2509         (Depends-on): Add ansi-c++-opt.
2510         (Makefile.am): Arrange to compile and run test-unistd-c++.
2511         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2512         gl_MODULE_INDICATOR.
2513
2514         Tests of module 'time' in C++ mode.
2515         * tests/test-time-c++.cc: New file.
2516         * modules/time-tests (Files): Add it and tests/signature.h.
2517         (Depends-on): Add ansi-c++-opt.
2518         (Makefile.am): Arrange to compile and run test-time-c++.
2519         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2520
2521         Tests of module 'sys_time' in C++ mode.
2522         * tests/test-sys_time-c++.cc: New file.
2523         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2524         (Depends-on): Add ansi-c++-opt.
2525         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2526         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2527         gl_MODULE_INDICATOR.
2528
2529         Tests of module 'sys_stat' in C++ mode.
2530         * tests/test-sys_stat-c++.cc: New file.
2531         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2532         (Depends-on): Add ansi-c++-opt.
2533         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2534         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2535         gl_MODULE_INDICATOR.
2536
2537         Tests of module 'sys_socket' in C++ mode.
2538         * tests/test-sys_socket-c++.cc: New file.
2539         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2540         (Depends-on): Add ansi-c++-opt.
2541         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2542         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2543         gl_MODULE_INDICATOR.
2544
2545         Tests of module 'sys_select' in C++ mode.
2546         * tests/test-sys_select-c++.cc: New file.
2547         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2548         (Depends-on): Add ansi-c++-opt.
2549         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2550         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2551         gl_MODULE_INDICATOR.
2552
2553         Tests of module 'sys_ioctl' in C++ mode.
2554         * tests/test-sys_ioctl-c++.cc: New file.
2555         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2556         (Depends-on): Add ansi-c++-opt.
2557         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2558         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2559         gl_MODULE_INDICATOR.
2560
2561         Tests of module 'string' in C++ mode.
2562         * tests/test-string-c++.cc: New file.
2563         * modules/string-tests (Files): Add it and tests/signature.h.
2564         (Depends-on): Add ansi-c++-opt.
2565         (Makefile.am): Arrange to compile and run test-string-c++.
2566         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2567         gl_MODULE_INDICATOR.
2568
2569         Tests of module 'stdlib' in C++ mode.
2570         * tests/test-stdlib-c++.cc: New file.
2571         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2572         (Depends-on): Add ansi-c++-opt.
2573         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2574         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2575         gl_MODULE_INDICATOR.
2576
2577         Tests of module 'stdio' in C++ mode.
2578         * tests/test-stdio-c++.cc: New file.
2579         * modules/stdio-tests (Files): Add it and tests/signature.h.
2580         (Depends-on): Add ansi-c++-opt.
2581         (Makefile.am): Arrange to compile and run test-stdio-c++.
2582         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2583         gl_MODULE_INDICATOR.
2584
2585         Tests of module 'spawn' in C++ mode.
2586         * tests/test-spawn-c++.cc: New file.
2587         * modules/spawn-tests (Files): Add it and tests/signature.h.
2588         (Depends-on): Add ansi-c++-opt.
2589         (Makefile.am): Arrange to compile and run test-spawn-c++.
2590         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2591         gl_MODULE_INDICATOR.
2592
2593         Tests of module 'signal' in C++ mode.
2594         * tests/test-signal-c++.cc: New file.
2595         * modules/signal-tests (Files): Add it and tests/signature.h.
2596         (Depends-on): Add ansi-c++-opt.
2597         (Makefile.am): Arrange to compile and run test-signal-c++.
2598         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2599         gl_MODULE_INDICATOR.
2600
2601         Tests of module 'search' in C++ mode.
2602         * tests/test-search-c++.cc: New file.
2603         * modules/search-tests (Files): Add it and tests/signature.h.
2604         (Depends-on): Add ansi-c++-opt.
2605         (Makefile.am): Arrange to compile and run test-search-c++.
2606         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2607         gl_MODULE_INDICATOR.
2608
2609         Tests of module 'math' in C++ mode.
2610         * tests/test-math-c++.cc: New file.
2611         * modules/math-tests (Files): Add it and tests/signature.h.
2612         (Depends-on): Add ansi-c++-opt.
2613         (Makefile.am): Arrange to compile and run test-math-c++.
2614         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2615
2616         Tests of module 'locale' in C++ mode.
2617         * tests/test-locale-c++.cc: New file.
2618         * modules/locale-tests (Files): Add it and tests/signature.h.
2619         (Depends-on): Add ansi-c++-opt.
2620         (Makefile.am): Arrange to compile and run test-locale-c++.
2621         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2622         gl_MODULE_INDICATOR.
2623
2624         Tests of module 'langinfo' in C++ mode.
2625         * tests/test-langinfo-c++.cc: New file.
2626         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2627         (Depends-on): Add ansi-c++-opt.
2628         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2629         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2630         gl_MODULE_INDICATOR.
2631
2632         Tests of module 'iconv-h' in C++ mode.
2633         * tests/test-iconv-h-c++.cc: New file.
2634         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2635         (Depends-on): Add ansi-c++-opt.
2636         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2637
2638         Tests of module 'glob' in C++ mode.
2639         * tests/test-glob-c++.cc: New file.
2640         * modules/glob-tests (Files): Add it.
2641         (Depends-on): Add ansi-c++-opt.
2642         (Makefile.am): Arrange to compile and run test-glob-c++.
2643
2644         Tests of module 'fcntl-h' in C++ mode.
2645         * tests/test-fcntl-h-c++.cc: New file.
2646         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2647         (Depends-on): Add ansi-c++-opt.
2648         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2649         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2650         gl_MODULE_INDICATOR.
2651
2652         Tests of module 'dirent' in C++ mode.
2653         * tests/test-dirent-c++.cc: New file.
2654         * modules/dirent-tests (Files): Add it and tests/signature.h.
2655         (Depends-on): Add ansi-c++-opt.
2656         (Makefile.am): Arrange to compile and run test-dirent-c++.
2657         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2658         gl_MODULE_INDICATOR.
2659
2660         New module 'ansi-c++-opt'.
2661         * modules/ansi-c++-opt: New file.
2662         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2663
2664         Document C++ namespace mode.
2665         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2666
2667         wctype: Avoid #define replacements in C++ mode.
2668         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2669         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2670         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2671         In C++, define a namespaced alias symbol.
2672         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2673         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2674         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2675         rule.
2676
2677         wchar: Avoid #define replacements in C++ mode.
2678         * lib/wchar.in.h: Include c++defs.h.
2679         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2680         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2681         symbol.
2682         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2683         * modules/wchar (Depends-on): Add c++defs.
2684         (Makefile.am): Update wchar.h rule.
2685
2686         unistd: Avoid #define replacements in C++ mode.
2687         * lib/unistd.in.h: Include c++defs.h.
2688         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2689         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2690         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2691         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2692         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2693         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2694         symbol.
2695         (environ): Update.
2696         * modules/unistd (Depends-on): Add c++defs.
2697         (Makefile.am): Update unistd.h rule.
2698
2699         time: Avoid #define replacements in C++ mode.
2700         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2701         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2702         define a namespaced alias symbol.
2703         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2704         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2705         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2706         * modules/time (Depends-on): Add c++defs, warn-on-use.
2707         (Makefile.am): Update time.h rule.
2708         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2709         * modules/nanosleep (configure.ac): Likewise.
2710         * modules/strptime (configure.ac): Likewise.
2711         * modules/timegm (configure.ac): Likewise.
2712
2713         sys_time: Avoid #define replacements in C++ mode.
2714         * lib/sys_time.in.h: Include c++defs.h.
2715         (gettimeofday): In C++, define a namespaced alias symbol.
2716         * modules/sys_time (Depends-on): Add c++defs.
2717         (Makefile.am): Update sys/time.h rule.
2718
2719         sys_stat: Avoid #define replacements in C++ mode.
2720         * lib/sys_stat.in.h: Include c++defs.h.
2721         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2722         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2723         namespaced alias symbol.
2724         In C++, define a namespaced alias symbol.
2725         * modules/sys_stat (Depends-on): Add c++defs.
2726         (Makefile.am): Update sys/stat.h rule.
2727
2728         sys_socket: Avoid #define replacements in C++ mode.
2729         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2730         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2731         definitions also when the system has a <sys/socket.h>.
2732         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2733         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2734         In C++, define a namespaced alias symbol.
2735         * modules/sys_socket (Depends-on): Add c++defs.
2736         (Makefile.am): Update sys/socket.h rule.
2737
2738         sys_select: Avoid #define replacements in C++ mode.
2739         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2740         definitions also when the system has a <sys/select.h>.
2741         (select): In C++, define a namespaced alias symbol.
2742         * modules/sys_select (Depends-on): Add c++defs.
2743         (Makefile.am): Update sys/select.h rule.
2744
2745         sys_ioctl: Avoid #define replacements in C++ mode.
2746         * lib/sys_ioctl.in.h: Include c++defs.h.
2747         (ioctl): In C++, define a namespaced alias symbol.
2748         * modules/sys_ioctl (Depends-on): Add c++defs.
2749         (Makefile.am): Update sys/ioctl.h rule.
2750
2751         string: Avoid #define replacements in C++ mode.
2752         * lib/string.in.h: Include c++defs.h.
2753         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2754         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2755         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2756         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2757         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2758         * modules/string (Depends-on): Add c++defs.
2759         (Makefile.am): Update string.h rule.
2760
2761         stdlib: Avoid #define replacements in C++ mode.
2762         * lib/stdlib.in.h: Include c++defs.h.
2763         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2764         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2765         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2766         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2767         symbol.
2768         * modules/stdlib (Depends-on): Add c++defs.
2769         (Makefile.am): Update stdlib.h rule.
2770
2771         stdio: Avoid #define replacements in C++ mode.
2772         * lib/stdio.in.h: Include c++defs.h.
2773         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2774         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2775         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2776         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2777         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2778         namespaced alias symbol.
2779         * modules/stdio (Depends-on): Add c++defs.
2780         (Makefile.am): Update stdio.h rule.
2781
2782         spawn: Avoid #define replacements in C++ mode.
2783         * lib/spawn.in.h: Include c++defs.h.
2784         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2785         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2786         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2787         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2788         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2789         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2790         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2791         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2792         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2793         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2794         In C++, define a namespaced alias symbol.
2795         * modules/spawn (Depends-on): Add c++defs.
2796         (Makefile.am): Update spawn.h rule.
2797
2798         signal: Avoid #define replacements in C++ mode.
2799         * lib/signal.in.h: Include c++defs.h.
2800         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2801         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2802         namespaced alias symbol.
2803         * modules/signal (Depends-on): Add c++defs.
2804         (Makefile.am): Update signal.h rule.
2805
2806         search: Avoid #define replacements in C++ mode.
2807         * lib/search.in.h: Include c++defs.h.
2808         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2809         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2810         symbol.
2811         * modules/search (Depends-on): Add c++defs.
2812         (Makefile.am): Update search.h rule.
2813
2814         math: Avoid #define replacements in C++ mode.
2815         * lib/math.in.h: Include c++defs.h.
2816         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2817         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2818         trunc, truncl): In C++, define a namespaced alias symbol.
2819         * modules/math (Depends-on): Add c++defs.
2820         (Makefile.am): Update math.h rule.
2821
2822         locale: Avoid #define replacements in C++ mode.
2823         * lib/locale.in.h: Include c++defs.h.
2824         (duplocale): In C++, define a namespaced alias symbol.
2825         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2826         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2827         * modules/locale (Depends-on): Add c++defs.
2828         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2829
2830         langinfo: Avoid #define replacements in C++ mode.
2831         * lib/langinfo.in.h: Include c++defs.h.
2832         (nl_langinfo): In C++, define a namespaced alias symbol.
2833         * modules/langinfo (Depends-on): Add c++defs.
2834         (Makefile.am): Update langinfo.h rule.
2835
2836         iconv-h: Avoid #define replacements in C++ mode.
2837         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2838         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2839         symbol.
2840         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2841         whenever iconv is present.
2842         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2843         (Makefile.am): Update iconv.h rule.
2844
2845         glob: Avoid #define replacements in C++ mode.
2846         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2847         (_gl_glob_errfunc_fn): New type.
2848         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2849         symbol.
2850         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2851         (Makefile.am): Update glob.h rule.
2852
2853         fcntl-h: Avoid #define replacements in C++ mode.
2854         * lib/fcntl.in.h: Include c++defs.h.
2855         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2856         * modules/fcntl-h (Depends-on): Add c++defs.
2857         (Makefile.am): Update fcntl.h rule.
2858
2859         dirent: Avoid #define replacements in C++ mode.
2860         * lib/dirent.in.h: Include c++defs.h.
2861         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2862         namespaced alias symbol.
2863         (dirfd): Update declaration.
2864         * modules/dirent (Depends-on): Add c++defs.
2865         (Makefile.am): Update dirent.h rule.
2866
2867         ctype: Make it usable in C++ code.
2868         * lib/ctype.in.h: Include c++defs.h.
2869         (isblank): Declare as extern "C".
2870         * modules/ctype (Depends-on): Add c++defs.
2871         (Makefile.am): Update ctype.h rule.
2872
2873         New module 'c++defs'.
2874         * modules/c++defs: New file.
2875         * build-aux/c++defs.h: New file.
2876         Reported by John W. Eaton <jwe@gnu.org>.
2877
2878 2010-03-07  Bruno Haible  <bruno@clisp.org>
2879
2880         logb: Provide missing declaration for Cygwin.
2881         * lib/math.in.h (logb): New declaration.
2882         * m4/logb.m4: New file.
2883         * modules/logb (Files): Add m4/logb.m4.
2884         (Depends-on): Add math.
2885         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2886         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2887         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2888         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2889         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2890
2891 2010-03-07  Bruno Haible  <bruno@clisp.org>
2892
2893         Fix test-cond link error.
2894         * tests/test-cond.c: Include <stdio.h>.
2895
2896 2010-03-07  Bruno Haible  <bruno@clisp.org>
2897
2898         Fix test-dirent-safer link error.
2899         * modules/dirent-safer-tests (Makefile.am): Define
2900         test_dirent_safer_LDADD.
2901
2902 2010-03-07  Bruno Haible  <bruno@clisp.org>
2903
2904         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2905         among default module list.
2906
2907 2010-03-07  Bruno Haible  <bruno@clisp.org>
2908
2909         Fix link error on platforms with GNU libiconv.
2910         * modules/unistr/u8-strcoll-tests (Makefile): Define
2911         test_u8_strcoll_LDADD.
2912         * modules/unistr/u16-strcoll-tests (Makefile): Define
2913         test_u16_strcoll_LDADD.
2914         * modules/unistr/u32-strcoll-tests (Makefile): Define
2915         test_u32_strcoll_LDADD.
2916
2917 2010-03-07  Bruno Haible  <bruno@clisp.org>
2918
2919         Use POSIX declarations for socket functions.
2920         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2921         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2922         rpl_sendto): Change declaration to match POSIX.
2923         * lib/connect.c (rpl_connect): Likewise.
2924         * lib/accept.c (rpl_accept): Likewise.
2925         * lib/bind.c (rpl_bind): Likewise.
2926         * lib/getpeername.c (rpl_getpeername): Likewise.
2927         * lib/getsockname.c (rpl_getsockname): Likewise.
2928         * lib/recv.c (rpl_recv): Likewise.
2929         * lib/send.c (rpl_send): Likewise.
2930         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2931         * lib/sendto.c (rpl_sendto): Likewise.
2932
2933 2010-03-06  Bruno Haible  <bruno@clisp.org>
2934
2935         Clarify access, euidaccess, faccessat.
2936         * doc/posix-functions/faccessat.texi: Mention security problem under
2937         "Other problems", not "Portability problems".
2938         * doc/posix-functions/access.texi: Likewise. Mention a related security
2939         problem.
2940         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2941         * lib/euidaccess.c: Add comments about platforms.
2942         * lib/unistd.in.h (access, euidaccess): Add warnings.
2943
2944 2010-03-07  Bruno Haible  <bruno@clisp.org>
2945
2946         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2947         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2948         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2949         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2950         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2951         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2952         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2953         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2954         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2955         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2956         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2957         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2958         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2959         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2960         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2961         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2962         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2963         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2964         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2965         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2966         Likewise.
2967         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2968         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2969         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2970         Likewise.
2971         * tests/test-spawn.c (main): Make it work when
2972         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2973
2974 2010-03-07  Bruno Haible  <bruno@clisp.org>
2975
2976         Fix incorrect Makefile.am generation in German locale.
2977         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2978         Execute sed command with character range in C locale.
2979
2980 2010-03-06  Bruno Haible  <bruno@clisp.org>
2981
2982         Tests for module 'iconv-h'.
2983         * modules/iconv-h-tests: New file.
2984         * tests/test-iconv-h.c: New file.
2985
2986         New module 'iconv-h'.
2987         * modules/iconv-h: New file.
2988         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2989         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2990         (configure.ac): Remove gl_ICONV_H.
2991         (Makefile.am): Remove rule for iconv.h.
2992
2993 2010-03-06  Bruno Haible  <bruno@clisp.org>
2994
2995         More consistent naming of *.m4 files.
2996         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2997         * modules/wctype (Files): Update.
2998
2999         More consistent naming of *.m4 files.
3000         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
3001         * modules/wchar (Files): Update.
3002
3003 2010-03-06  Jim Meyering  <meyering@redhat.com>
3004
3005         euidaccess: relax license to LGPLv2+
3006         * modules/euidaccess (License): Relax to LGPLv2+.
3007
3008 2010-03-06  Bruno Haible  <bruno@clisp.org>
3009
3010         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3011         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3012         (Makefile.am): Augment lib_SOURCES instead.
3013
3014 2010-03-04  Jim Meyering  <meyering@redhat.com>
3015
3016         utime: remove obsolete module
3017         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3018         unnecessary for years, and has been marked as obsolete for 10 months.
3019         * modules/utime: Remove file.
3020         * lib/utime.c: Remove file.
3021         * m4/utime.m4: Remove file.
3022         * m4/utimes-null.m4: Remove file.
3023         * doc/posix-functions/utime.texi (utime): Remove reference to
3024         the module.  Move the sole "fixed by gnulib" item into the
3025         "problems not fixed by Gnulib" list.
3026         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3027
3028 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3029
3030         * modules/exit (License): Relax license to LGPLv2+.
3031         (Status): Mark as obsolete.
3032         * NEWS: Mention deprecated 'exit' module.
3033         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3034         of now obsolete 'exit'.
3035
3036 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3037
3038         fts-lgpl: remove unused module
3039         * modules/fts-lgpl: Remove.
3040         * MODULES.html.sh (func_all_modules): Adjust.
3041         * check-module (find_included_lib_files): Adjust.
3042         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3043
3044 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3045
3046         copy-acl: enhance Solaris ACL error handling
3047         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3048         * lib/set-mode-acl.c (qset_acl): Likewise.
3049
3050 2010-03-02  Bruno Haible  <bruno@clisp.org>
3051
3052         spawn: Don't override the system defined values on FreeBSD 8.
3053         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3054         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3055         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3056         if HAVE_POSIX_SPAWN is 1.
3057         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3058
3059 2010-03-01  Bruno Haible  <bruno@clisp.org>
3060
3061         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3062         regarding Automake.
3063
3064 2010-02-25  Bruno Haible  <bruno@clisp.org>
3065
3066         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3067         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3068         setting, not afterwards.
3069         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3070
3071 2010-02-24  Eric Blake  <eblake@redhat.com>
3072
3073         bootstrap, git-version-gen: use timestamp
3074         * build-aux/git-version-gen (scriptversion): Force UTC.
3075         * build-aux/bootstrap (scriptversion): New variable.
3076
3077         bootstrap: allow older git
3078         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3079         older than 1.6.4.  Requested by the libvirt project.
3080
3081 2010-02-23  Eric Blake  <eblake@redhat.com>
3082
3083         warn-on-use: work with old autoconf
3084         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3085         AS_VAR semantics of autoconf 2.60.
3086         Reported by Bruno Haible.
3087
3088         bootstrap: improve some comments
3089         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3090         clarification comments.
3091
3092         gettimeofday: provide correct function
3093         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3094         when replacement is declared, otherwise provide gettimeofday.
3095         Reported by Michael Goffioul.
3096
3097 2010-02-23  Jim Meyering  <meyering@redhat.com>
3098
3099         lib-ignore: relax license to "unlimited", not LGPLv2+
3100         * modules/lib-ignore (License): Relax to "unlimited".
3101
3102 2010-02-23  Jim Meyering  <meyering@redhat.com>
3103
3104         lib-ignore: relax license to LGPLv2+
3105         * modules/lib-ignore (License): Relax to LGPLv2+.
3106
3107 2010-02-22  Eric Blake  <eblake@redhat.com>
3108
3109         lseek: avoid bash 3.2 broken pipe bug
3110         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3111         warning from bash 3.2.
3112         Reported by Ben Pfaff, with analysis from Bruno Haible.
3113
3114         bootstrap: support non-FSF copyright holder
3115         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3116         bootstrap.conf override of COPYRIGHT_HOLDER.
3117         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3118
3119         bootstrap: interoperate with gettext 0.14.1
3120         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3121
3122         bootstrap: allow for alternate submodule location
3123         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3124         hardcoding submodule location.
3125         (gnulib_mk): Allow direct use of Makefile.am.
3126
3127         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3128         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3129         rather than reconfiguring where the submodule points.
3130
3131         gettimeofday: restore support for platforms that lack function
3132         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3133         replacement if function is missing.
3134         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3135         * modules/sys_time (Makefile.am): Substitute it.
3136         * lib/sys_time.in.h (gettimeofday): Check it.
3137         Reported by Michael Goffioul.
3138
3139 2010-02-21  Bruno Haible  <bruno@clisp.org>
3140
3141         * lib/stdio.in.h (obstack_printf): Fix typo.
3142
3143 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3144
3145         vc-list-files: use bzr ls's -R option
3146         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3147         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3148
3149 2010-02-21  Jim Meyering  <meyering@redhat.com>
3150
3151         init.sh: fix EXEEXT shims to work also for names like test-prog
3152         * tests/init.sh: Re-exec a better shell, when needed.
3153         If the current shell lacks support for posix $(...), an init.sh-using
3154         test will now try to find a shell that supports that.  If EXEEXT is
3155         nonempty, we also require support for hyphen-in-alias-name and shell
3156         substitutions like ${var#glob}.  Failure to find such a shell results
3157         in a skipped test.
3158
3159 2010-02-21  Bruno Haible  <bruno@clisp.org>
3160
3161         Really work around around "broken pipe" error message from bash 3.2.
3162         * gnulib-tool (func_reset_sigpipe): Remove function.
3163         (echo): In bash 3.2, define to a function that uses printf.
3164         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3165
3166 2010-02-20  Bruno Haible  <bruno@clisp.org>
3167
3168         Restore support for automake 1.9.6 with autoconf 2.61.
3169         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3170         Reported by James Youngman <jay@gnu.org>.
3171
3172 2010-02-20  Bruno Haible  <bruno@clisp.org>
3173
3174         Improve *printf warning condition.
3175         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3176         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3177         and the function is overridden due to SIGPIPE emulation.
3178
3179 2010-02-20  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/stdio.in.h: Tweak comments.
3182
3183 2010-02-19  Bruno Haible  <bruno@clisp.org>
3184
3185         Make it easier to find modules. New gnulib-tool option '--find'.
3186         * gnulib-tool: New option --find.
3187         (func_usage): Document it.
3188         (func_sanitize_modulelist): New function, extracted from
3189         func_all_modules.
3190         (func_all_modules): Invoke it.
3191         * doc/gnulib-tool.texi (Which modules?): New node.
3192
3193 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3194
3195         * lib/sys_select.in.h: Provide select replacement even if
3196         sys/select.h exists on a system, for Interix.
3197
3198 2010-02-18  Jim Meyering  <meyering@redhat.com>
3199
3200         init.sh: don't use $(...) just yet
3201         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3202         to accommodate e.g., Solaris' /bin/sh.
3203
3204 2010-02-17  Bruno Haible  <bruno@clisp.org>
3205
3206         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3207         Reported by Ludovic Courtès <ludo@gnu.org>.
3208
3209 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3210
3211         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3212         linking with -lintl.
3213
3214 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3215
3216         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3217         if not provided by the system's netdb.h.  Reported by
3218         ludo@gnu.org (Ludovic Courtès).
3219
3220 2010-02-15  Jim Meyering  <meyering@redhat.com>
3221
3222         init.sh: improve portability and efficiency
3223         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3224         "dummy" in a for loop.
3225         Use '!', not '^' to select the complement of a character set used
3226         in a "case" statement.
3227         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3228         Suggestions from Eric Blake.
3229
3230         init.sh: automatically accommodate programs with the .exe suffix
3231         Automatically arrange for an invocation of "prog" to execute the
3232         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3233         may use the simpler "prog", yet still work when built on a system
3234         that requires specifying the added suffix.
3235         Do this by constructing a function named "prog" that invokes
3236         "prog.exe" for each .exe file in selected directories.
3237         * tests/init.sh (find_exe_basenames_): New function.
3238         (create_exe_shim_functions_): New function.
3239         (path_prepend_): Use it.
3240
3241         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3242         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3243         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3244
3245 2010-02-14  Jim Meyering  <meyering@redhat.com>
3246
3247         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3248         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3249         (sc_prohibit_hash_pjw_without_use): New rule.
3250
3251         maint.mk: allow the default upload destination dir to be overridden
3252         * top/maint.mk (upload_dest_dir_): Define with a default that
3253         preserves the status quo.
3254         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3255         Reported by Peter Simons.
3256
3257         maint.mk: prohibit inclusion of "hash.h" without_use
3258         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3259
3260 2010-02-10  Jim Meyering  <meyering@redhat.com>
3261
3262         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3263         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3264
3265 2010-02-09  Eric Blake  <ebb9@byu.net>
3266         and Bruno Haible  <bruno@clisp.org>
3267
3268         obstack-printf-posix: ensure declaration
3269         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3270         extracted from gl_FUNC_OBSTACK_PRINTF.
3271         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3272         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3273         Likewise.
3274         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3275         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3276         0.
3277
3278 2010-02-08  Bruno Haible  <bruno@clisp.org>
3279
3280         gnulib-tool: Fix typo in 2010-02-07 commit.
3281         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3282         Reported by Eric Blake.
3283
3284 2010-02-07  Bruno Haible  <bruno@clisp.org>
3285
3286         gnulib-tool: Fix up caching patches.
3287         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3288         option --no-cache. Use associative arrays when supported by the shell.
3289         (sed_comments): New variable.
3290         (modcache): Renamed from do_cache.
3291         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3292         abbreviate unnecessarily.
3293         (have_associative): New variable.
3294         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3295         way also for ksh and zsh.
3296         (func_init_sed_convert_to_cache_statements): New function, extracted
3297         from func_cache_lookup_module. Add support for associative arrays.
3298         Don't set the c_MODULE_cached variable here. Ignore all lines before
3299         the first field header. Remove only the final newline, not all trailing
3300         newlines. Support empty fields correctly. Limit the use of 'eval' to
3301         assignments.
3302         (func_get_description, func_get_status, func_get_notice,
3303         func_get_applicability, func_get_filelist, func_get_dependencies,
3304         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3305         func_get_automake_snippet, func_get_include_directive,
3306         func_get_link_directive, func_get_license, func_get_maintainer):
3307         Update documentation. List the unoptimized code first. Add support for
3308         associative arrays. Limit the use of 'eval' to assignments.
3309         (func_get_applicability): Undo stylistic pessimisations.
3310         (func_get_automake_snippet, func_get_include_directive): Reduce code
3311         duplication.
3312         (func_modules_transitive_closure, func_modules_add_dummy,
3313         func_modules_notice, func_modules_to_filelist, func_add_file,
3314         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3315         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3316         func_create_testdir, func_create_megatestdir): Update documentation.
3317
3318 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3319
3320         * gnulib-tool (func_cache_lookup_module): Store the module name
3321         belonging to the cache variable; error out if two different
3322         module names map to the same cache variable name.
3323
3324 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3325
3326         gnulib-tool: Make caching optional.
3327         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3328         Update matching short versions of --no-changelog.
3329         (func_usage): Update.
3330         (sed_extract_cache_prog): Renamed from ...
3331         (sed_extract_prog): ... this; revert to old extraction script.
3332         (func_get_description, func_get_status)
3333         (func_get_notice, func_get_applicability, func_get_filelist)
3334         (func_get_dependencies, func_get_autoconf_early_snippet)
3335         (func_get_autoconf_snippet, func_get_automake_snippet)
3336         (func_get_include_directive, func_get_link_directive)
3337         (func_get_license, func_get_maintainer): If $do_cache is false,
3338         use old, non-caching extraction scripts.
3339         Suggestion by Bruno Haible.
3340
3341 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3342
3343         gnulib-tool: cache module metainformation.
3344         * gnulib-tool (sed_extract_prog): Match newline before each
3345         header, and rewrite header to a shell variable suffix.
3346         (func_cache_var, func_cache_lookup_module): New functions,
3347         to turn a module name into a cache variable prefix, and to
3348         look up and cache module metainformation.
3349         (func_get_description, func_get_status)
3350         (func_get_notice, func_get_applicability, func_get_filelist)
3351         (func_get_dependencies, func_get_autoconf_early_snippet)
3352         (func_get_autoconf_snippet, func_get_automake_snippet)
3353         (func_get_include_directive, func_get_link_directive)
3354         (func_get_license, func_get_maintainer): Use
3355         func_cache_lookup_module.
3356
3357 2010-02-07  Bruno Haible  <bruno@clisp.org>
3358
3359         fnctl: Fix missing dependency.
3360         * modules/fcntl (Depends-on): Add getdtablesize.
3361         Reported by John W. Eaton <jwe@gnu.org>.
3362
3363 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3364
3365         Argp: fix recognition of short alias options.
3366
3367         * lib/argp-parse.c (convert_options): Fix improper use of
3368         `|' between character values.
3369         * tests/test-argp.c (group1_option): New alias option
3370         --read (-r).
3371         (group1_parser): Special handling for 'r'.
3372         (test15): New test case.
3373         (test_fun): Add test15.
3374         * tests/test-argp-2.sh: Update expected --help and --usage
3375         outputs.
3376
3377 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3378
3379         * tests/test-argp.c: Fix indentation.
3380
3381 2010-02-04  Eric Blake  <ebb9@byu.net>
3382
3383         gettimeofday: expose type of second argument
3384         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3385         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3386         * tests/test-gettimeofday.c: Use it to silence warning.
3387         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3388         the issue.
3389
3390 2010-02-03  Jim Meyering  <meyering@redhat.com>
3391
3392         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3393         * lib/regcomp.c (TYPE_SIGNED): Define.
3394         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3395
3396         regcomp.c: avoid a new -Wshadow warning
3397         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3398
3399 2010-02-01  Jim Meyering  <meyering@redhat.com>
3400
3401         removing useless parentheses in cpp #define directives
3402         For motivation, see commit c0221df4, "define STREQ(a,b)
3403         consistently, removing useless parentheses"
3404         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3405         * lib/mountlist.c (MNT_IGNORE): Likewise.
3406         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3407
3408 2010-02-01  Eric Blake  <ebb9@byu.net>
3409
3410         sys_time: use link-warning
3411         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3412         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3413         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3414         * modules/sys_time (Depends-on): Add warn-on-use.
3415         (Makefile.am): Always build replacement.
3416         (configure.ac): Update substitutions.
3417         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3418         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3419         bother with SYS_TIME_H.
3420         * modules/gettimeofday (configure.ac): Declare indicator.
3421         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3422         in use.
3423
3424         closein-tests: silence compiler warning
3425         * tests/test-closein.c (main): Ignore fread result.
3426         * modules/closein-tests (Depends-on): Add ignore-value.
3427
3428         tests: silence warning about system return
3429         * tests/test-areadlink-with-size.c (main): Ignore system result.
3430         * tests/test-areadlink.c (main): Likewise.
3431         * tests/test-areadlinkat-with-size.c (main): Likewise.
3432         * tests/test-areadlinkat.c (main): Likewise.
3433         * tests/test-canonicalize-lgpl.c (main): Likewise.
3434         * tests/test-canonicalize.c (main): Likewise.
3435         * tests/test-chown.c (main): Likewise.
3436         * tests/test-fchownat.c (main): Likewise.
3437         * tests/test-fdutimensat.c (main): Likewise.
3438         * tests/test-fstatat.c (main): Likewise.
3439         * tests/test-futimens.c (main): Likewise.
3440         * tests/test-lchown.c (main): Likewise.
3441         * tests/test-link.c (main): Likewise.
3442         * tests/test-linkat.c (main): Likewise.
3443         * tests/test-lstat.c (main): Likewise.
3444         * tests/test-mkdir.c (main): Likewise.
3445         * tests/test-mkdirat.c (main): Likewise.
3446         * tests/test-mkfifo.c (main): Likewise.
3447         * tests/test-mkfifoat.c (main): Likewise.
3448         * tests/test-mknod.c (main): Likewise.
3449         * tests/test-readlink.c (main): Likewise.
3450         * tests/test-remove.c (main): Likewise.
3451         * tests/test-rename.c (main): Likewise.
3452         * tests/test-renameat.c (main): Likewise.
3453         * tests/test-rmdir.c (main): Likewise.
3454         * tests/test-symlink.c (main): Likewise.
3455         * tests/test-symlinkat.c (main): Likewise.
3456         * tests/test-unlink.c (main): Likewise.
3457         * tests/test-unlinkat.c (main): Likewise.
3458         * tests/test-utimens.c (main): Likewise.
3459         * tests/test-utimensat.c (main): Likewise.
3460         * modules/areadlink-tests (Depends-on): Add ignore-value.
3461         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3462         * modules/areadlinkat-tests (Depends-on): Likewise.
3463         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3464         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3465         * modules/canonicalize-tests (Depends-on): Likewise.
3466         * modules/chown-tests (Depends-on): Likewise.
3467         * modules/fdutimensat-tests (Depends-on): Likewise.
3468         * modules/futimens-tests (Depends-on): Likewise.
3469         * modules/lchown-tests (Depends-on): Likewise.
3470         * modules/link-tests (Depends-on): Likewise.
3471         * modules/linkat-tests (Depends-on): Likewise.
3472         * modules/lstat-tests (Depends-on): Likewise.
3473         * modules/mkdir-tests (Depends-on): Likewise.
3474         * modules/mkfifo-tests (Depends-on): Likewise.
3475         * modules/mkfifoat-tests (Depends-on): Likewise.
3476         * modules/mknod-tests (Depends-on): Likewise.
3477         * modules/openat-tests (Depends-on): Likewise.
3478         * modules/readlink-tests (Depends-on): Likewise.
3479         * modules/remove-tests (Depends-on): Likewise.
3480         * modules/rename-tests (Depends-on): Likewise.
3481         * modules/renameat-tests (Depends-on): Likewise.
3482         * modules/rmdir-tests (Depends-on): Likewise.
3483         * modules/symlink-tests (Depends-on): Likewise.
3484         * modules/symlinkat-tests (Depends-on): Likewise.
3485         * modules/unlink-tests (Depends-on): Likewise.
3486         * modules/utimens-tests (Depends-on): Likewise.
3487         * modules/utimensat-tests (Depends-on): Likewise.
3488
3489 2010-01-31  Bruno Haible  <bruno@clisp.org>
3490
3491         Perform the same test for many <math.h> functions.
3492         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3493         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3494         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3495         of gl_MATHFUNC.
3496         * modules/acos (configure.ac): Likewise.
3497         * modules/asin (configure.ac): Likewise.
3498         * modules/atan (configure.ac): Likewise.
3499         * modules/atan2 (configure.ac): Likewise.
3500         * modules/cbrt (configure.ac): Likewise.
3501         * modules/copysign (configure.ac): Likewise.
3502         * modules/cos (configure.ac): Likewise.
3503         * modules/cosh (configure.ac): Likewise.
3504         * modules/erf (configure.ac): Likewise.
3505         * modules/erfc (configure.ac): Likewise.
3506         * modules/exp (configure.ac): Likewise.
3507         * modules/fmod (configure.ac): Likewise.
3508         * modules/hypot (configure.ac): Likewise.
3509         * modules/j0 (configure.ac): Likewise.
3510         * modules/j1 (configure.ac): Likewise.
3511         * modules/jn (configure.ac): Likewise.
3512         * modules/lgamma (configure.ac): Likewise.
3513         * modules/log (configure.ac): Likewise.
3514         * modules/log10 (configure.ac): Likewise.
3515         * modules/log1p (configure.ac): Likewise.
3516         * modules/pow (configure.ac): Likewise.
3517         * modules/remainder (configure.ac): Likewise.
3518         * modules/sin (configure.ac): Likewise.
3519         * modules/sinh (configure.ac): Likewise.
3520         * modules/tan (configure.ac): Likewise.
3521         * modules/tanh (configure.ac): Likewise.
3522         * modules/y0 (configure.ac): Likewise.
3523         * modules/y1 (configure.ac): Likewise.
3524         * modules/yn (configure.ac): Likewise.
3525         Suggested by Paolo Bonzini.
3526
3527 2010-01-31  Bruno Haible  <bruno@clisp.org>
3528
3529         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3530
3531 2010-01-31  Bruno Haible  <bruno@clisp.org>
3532
3533         Work around getdelim() bug on FreeBSD 8.0.
3534         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3535         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3536         not work.
3537         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3538         is 1.
3539         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3540         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3541         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3542         a non-zero size.
3543         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3544
3545 2010-01-31  Bruno Haible  <bruno@clisp.org>
3546
3547         Work around getline() bug on FreeBSD 8.0.
3548         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3549         and a non-zero size.
3550         * tests/test-getline.c (main): Likewise.
3551         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3552         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3553
3554 2010-01-28  Eric Blake  <ebb9@byu.net>
3555
3556         regex: fix build failure
3557         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3558         platforms.
3559
3560 2010-01-28  Jim Meyering  <meyering@redhat.com>
3561
3562         regex: do not ignore memory allocation failure
3563         * lib/regex_internal.c (create_cd_newstate): Detect
3564         re_node_set_init_copy failure.   Extracted from glibc commit
3565         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3566
3567         regex: sync more white-space changes from libc
3568         * lib/regex_internal.c: White-space only changes.
3569         * lib/regexec.c: Likewise.
3570
3571         regex: add many uses of __attribute_warn_unused_result__
3572         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3573         * lib/regexec.c: Likewise.
3574         Extracted from a messy glibc commit.
3575
3576         regcomp.c: spelling and merge-artifact from glibc
3577         * lib/regcomp.c: Merge remainder of glibc's
3578         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3579
3580         regcomp.c: sync white-space changes from glibc
3581         * lib/regcomp.c: Merge to accommodate white space
3582         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3583
3584         regcomp.c: do not ignore internal return values
3585         * lib/regcomp.c: Do not ignore internal return values.
3586         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3587         but without its white-space changes and spelling fixes.
3588
3589         regex_internal.h: define __attribute_warn_unused_result__
3590         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3591
3592         maint: add a syntax-check rule to check for vulnerable Makefile.in
3593         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3594
3595 2010-01-27  Jim Meyering  <meyering@redhat.com>
3596
3597         ncftpput-ftp: clean up spaces
3598         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3599         Remove trailing blanks.
3600
3601 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3602
3603         * build-aux/git-version-gen: Fix copyright statement.
3604         * build-aux/gnupload: Likewise.
3605         * tests/test-arcfour.c: Likewise.
3606         * tests/test-arctwo.c: Likewise.
3607         * tests/test-count-one-bits.c: Likewise.
3608         * tests/test-crc.c: Likewise.
3609         * tests/test-des.c: Likewise.
3610         * tests/test-gc-arcfour.c: Likewise.
3611         * tests/test-gc-arctwo.c: Likewise.
3612         * tests/test-gc-des.c: Likewise.
3613         * tests/test-gc-hmac-md5.c: Likewise.
3614         * tests/test-gc-hmac-sha1.c: Likewise.
3615         * tests/test-gc-md2.c: Likewise.
3616         * tests/test-gc-md4.c: Likewise.
3617         * tests/test-gc-md5.c: Likewise.
3618         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3619         * tests/test-gc-rijndael.c: Likewise.
3620         * tests/test-gc-sha1.c: Likewise.
3621         * tests/test-gc.c: Likewise.
3622         * tests/test-gethostname.c: Likewise.
3623         * tests/test-gettimeofday.c: Likewise.
3624         * tests/test-hash.c: Likewise.
3625         * tests/test-hmac-md5.c: Likewise.
3626         * tests/test-hmac-sha1.c: Likewise.
3627         * tests/test-md2.c: Likewise.
3628         * tests/test-md4.c: Likewise.
3629         * tests/test-md5.c: Likewise.
3630         * tests/test-memchr.c: Likewise.
3631         * tests/test-memchr2.c: Likewise.
3632         * tests/test-memcmp.c: Likewise.
3633         * tests/test-memmem.c: Likewise.
3634         * tests/test-memrchr.c: Likewise.
3635         * tests/test-rawmemchr.c: Likewise.
3636         * tests/test-read-file.c: Likewise.
3637         * tests/test-rijndael.c: Likewise.
3638         * tests/test-sockets.c: Likewise.
3639         * tests/test-strchrnul.c: Likewise.
3640         * tests/test-strstr.c: Likewise.
3641         * tests/test-strtod.c: Likewise.
3642         * build-aux/ncftpput-ftp: Likewise.
3643
3644 2010-01-26  Eric Blake  <ebb9@byu.net>
3645
3646         ignore-value: update recommended header name
3647         * modules/ignore-value (Include): Only use <> for headers that
3648         exist in glibc.
3649
3650 2010-01-26  Jim Meyering  <meyering@redhat.com>
3651
3652         test-userspec.c: avoid compiler warnings
3653         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3654         and "initialization discards qualifiers..." warnings.
3655         Put the first "uid" in its own scope, and make char* members "const".
3656
3657 2010-01-25  Bruno Haible  <bruno@clisp.org>
3658
3659         gnulib-tool: Make warning diagnostics consistent.
3660         * gnulib-tool (func_warning): New function.
3661         Use it everywhere where gnulib-tool produces output to stderr and it is
3662         not a fatal error.
3663
3664 2010-01-25  Bruno Haible  <bruno@clisp.org>
3665
3666         Fix test dependencies.
3667         * modules/xstrtol-tests (Depends-on): Add inttypes.
3668         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3669
3670 2010-01-25 Pádraig Brady <P@draigBrady.com>
3671
3672         syntax-check: detect incorrect boolean macro values in config.h
3673         * modules/maintainer-makefile (configure.ac): Parameterize the location
3674         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3675         The logic is from Eric Blake and the location indicated by Jim Meyering.
3676         Note the more natural CONFIG_HEADER name is prohibited by automake
3677         for backwards compatibility reasons.
3678         * top/maint.mk (sc_Wundef_boolean): New rule.
3679
3680 2010-01-25  Jim Meyering  <meyering@redhat.com>
3681
3682         bootstrap: detect MacOS 10.6's shasum, too
3683         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3684         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3685
3686 2010-01-23  Jim Meyering  <meyering@redhat.com>
3687
3688         xstrtoll: new module
3689         * modules/xstrtoll: New file.
3690         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3691         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3692         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3693         ./configure fails if you use this module and lack "long long".
3694         * modules/xstrtoll-tests: New module.
3695         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3696         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3697         new init.sh-based test framework.
3698
3699 2010-01-24  Bruno Haible  <bruno@clisp.org>
3700
3701         Tests for module 'yn'.
3702         * modules/yn-tests: New file.
3703         * tests/test-yn.c: New file.
3704
3705         Tests for module 'y1'.
3706         * modules/y1-tests: New file.
3707         * tests/test-y1.c: New file.
3708
3709         Tests for module 'y0'.
3710         * modules/y0-tests: New file.
3711         * tests/test-y0.c: New file.
3712
3713         Tests for module 'tanh'.
3714         * modules/tanh-tests: New file.
3715         * tests/test-tanh.c: New file.
3716
3717         Tests for module 'tan'.
3718         * modules/tan-tests: New file.
3719         * tests/test-tan.c: New file.
3720
3721         Tests for module 'sqrt'.
3722         * modules/sqrt-tests: New file.
3723         * tests/test-sqrt.c: New file.
3724
3725         Tests for module 'sinh'.
3726         * modules/sinh-tests: New file.
3727         * tests/test-sinh.c: New file.
3728
3729         Tests for module 'sin'.
3730         * modules/sin-tests: New file.
3731         * tests/test-sin.c: New file.
3732
3733         Tests for module 'rint'.
3734         * modules/rint-tests: New file.
3735         * tests/test-rint.c: New file.
3736
3737         Tests for module 'remainder'.
3738         * modules/remainder-tests: New file.
3739         * tests/test-remainder.c: New file.
3740
3741         Tests for module 'pow'.
3742         * modules/pow-tests: New file.
3743         * tests/test-pow.c: New file.
3744
3745         Tests for module 'nextafter'.
3746         * modules/nextafter-tests: New file.
3747         * tests/test-nextafter.c: New file.
3748
3749         Tests for module 'modf'.
3750         * modules/modf-tests: New file.
3751         * tests/test-modf.c: New file.
3752
3753         Tests for module 'logb'.
3754         * modules/logb-tests: New file.
3755         * tests/test-logb.c: New file.
3756
3757         Tests for module 'log1p'.
3758         * modules/log1p-tests: New file.
3759         * tests/test-log1p.c: New file.
3760
3761         Tests for module 'log10'.
3762         * modules/log10-tests: New file.
3763         * tests/test-log10.c: New file.
3764
3765         Tests for module 'log'.
3766         * modules/log-tests: New file.
3767         * tests/test-log.c: New file.
3768
3769         Tests for module 'lgamma'.
3770         * modules/lgamma-tests: New file.
3771         * tests/test-lgamma.c: New file.
3772
3773         Tests for module 'ldexp'.
3774         * modules/ldexp-tests: New file.
3775         * tests/test-ldexp.c: New file.
3776
3777         Tests for module 'jn'.
3778         * modules/jn-tests: New file.
3779         * tests/test-jn.c: New file.
3780
3781         Tests for module 'j1'.
3782         * modules/j1-tests: New file.
3783         * tests/test-j1.c: New file.
3784
3785         Tests for module 'j0'.
3786         * modules/j0-tests: New file.
3787         * tests/test-j0.c: New file.
3788
3789         Tests for module 'hypot'.
3790         * modules/hypot-tests: New file.
3791         * tests/test-hypot.c: New file.
3792
3793         Tests for module 'fmod'.
3794         * modules/fmod-tests: New file.
3795         * tests/test-fmod.c: New file.
3796
3797         Tests for module 'fabs'.
3798         * modules/fabs-tests: New file.
3799         * tests/test-fabs.c: New file.
3800
3801         Tests for module 'exp'.
3802         * modules/exp-tests: New file.
3803         * tests/test-exp.c: New file.
3804
3805         Tests for module 'erfc'.
3806         * modules/erfc-tests: New file.
3807         * tests/test-erfc.c: New file.
3808
3809         Tests for module 'erf'.
3810         * modules/erf-tests: New file.
3811         * tests/test-erf.c: New file.
3812
3813         Tests for module 'cosh'.
3814         * modules/cosh-tests: New file.
3815         * tests/test-cosh.c: New file.
3816
3817         Tests for module 'cos'.
3818         * modules/cos-tests: New file.
3819         * tests/test-cos.c: New file.
3820
3821         Tests for module 'copysign'.
3822         * modules/copysign-tests: New file.
3823         * tests/test-copysign.c: New file.
3824
3825         Tests for module 'cbrt'.
3826         * modules/cbrt-tests: New file.
3827         * tests/test-cbrt.c: New file.
3828
3829         Tests for module 'atan2'.
3830         * modules/atan2-tests: New file.
3831         * tests/test-atan2.c: New file.
3832
3833         Tests for module 'atan'.
3834         * modules/atan-tests: New file.
3835         * tests/test-atan.c: New file.
3836
3837         Tests for module 'asin'.
3838         * modules/asin-tests: New file.
3839         * tests/test-asin.c: New file.
3840
3841         Tests for module 'acos'.
3842         * modules/acos-tests: New file.
3843         * tests/test-acos.c: New file.
3844
3845 2010-01-24  Bruno Haible  <bruno@clisp.org>
3846
3847         Fix tests for common <math.h> functions.
3848         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3849         code snippet that references the function pointer, rather than merely
3850         calling the function. Substitute the FUNC_LIBM variable.
3851         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3852         * modules/acos (configure.ac): Likewise.
3853         * modules/asin (configure.ac): Likewise.
3854         * modules/atan (configure.ac): Likewise.
3855         * modules/atan2 (configure.ac): Likewise.
3856         * modules/cbrt (configure.ac): Likewise.
3857         * modules/copysign (configure.ac): Likewise.
3858         * modules/cos (configure.ac): Likewise.
3859         * modules/cosh (configure.ac): Likewise.
3860         * modules/erf (configure.ac): Likewise.
3861         * modules/erfc (configure.ac): Likewise.
3862         * modules/exp (configure.ac): Likewise.
3863         * modules/fabs (configure.ac): Likewise.
3864         * modules/fmod (configure.ac): Likewise.
3865         * modules/hypot (configure.ac): Likewise.
3866         * modules/j0 (configure.ac): Likewise.
3867         * modules/j1 (configure.ac): Likewise.
3868         * modules/jn (configure.ac): Likewise.
3869         * modules/ldexp (configure.ac): Likewise.
3870         * modules/lgamma (configure.ac): Likewise.
3871         * modules/log (configure.ac): Likewise.
3872         * modules/log10 (configure.ac): Likewise.
3873         * modules/log1p (configure.ac): Likewise.
3874         * modules/logb (configure.ac): Likewise.
3875         * modules/modf (configure.ac): Likewise.
3876         * modules/nextafter (configure.ac): Likewise.
3877         * modules/pow (configure.ac): Likewise.
3878         * modules/remainder (configure.ac): Likewise.
3879         * modules/rint (configure.ac): Likewise.
3880         * modules/sin (configure.ac): Likewise.
3881         * modules/sinh (configure.ac): Likewise.
3882         * modules/tan (configure.ac): Likewise.
3883         * modules/tanh (configure.ac): Likewise.
3884         * modules/y0 (configure.ac): Likewise.
3885         * modules/y1 (configure.ac): Likewise.
3886         * modules/yn (configure.ac): Likewise.
3887
3888 2010-01-24  Bruno Haible  <bruno@clisp.org>
3889
3890         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3891         * tests/test-acosl.c (x): New variable.
3892         (main): Store argument in x and fetch it from x.
3893         * tests/test-asinl.c (x): New variable.
3894         (main): Store argument in x and fetch it from x.
3895         * tests/test-atanl.c (x): New variable.
3896         (main): Store argument in x and fetch it from x.
3897         * tests/test-cosl.c (x): New variable.
3898         (main): Store argument in x and fetch it from x.
3899         * tests/test-expl.c (x): New variable.
3900         (main): Store argument in x and fetch it from x.
3901         * tests/test-logl.c (x): New variable.
3902         (main): Store argument in x and fetch it from x.
3903         * tests/test-sinl.c (x): New variable.
3904         (main): Store argument in x and fetch it from x.
3905         * tests/test-sqrtl.c (x): New variable.
3906         (main): Store argument in x and fetch it from x.
3907         * tests/test-tanl.c (x): New variable.
3908         (main): Store argument in x and fetch it from x.
3909
3910 2010-01-24  Bruno Haible  <bruno@clisp.org>
3911
3912         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3913         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3914         assignments to the initial TESTS_ENVIRONMENT.
3915         * doc/gnulib.texi (Unit test modules): Document it.
3916         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3917         TESTS_ENVIRONMENT.
3918         * modules/btowc-tests (Makefile.am): Likewise.
3919         * modules/c-stack-tests (Makefile.am): Likewise.
3920         * modules/c-strcase-tests (Makefile.am): Likewise.
3921         * modules/copy-file-tests (Makefile.am): Likewise.
3922         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3923         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3924         * modules/mbrtowc-tests (Makefile.am): Likewise.
3925         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3926         * modules/mbscasestr-tests (Makefile.am): Likewise.
3927         * modules/mbschr-tests (Makefile.am): Likewise.
3928         * modules/mbscspn-tests (Makefile.am): Likewise.
3929         * modules/mbsinit-tests (Makefile.am): Likewise.
3930         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3931         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3932         * modules/mbspbrk-tests (Makefile.am): Likewise.
3933         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3934         * modules/mbsrchr-tests (Makefile.am): Likewise.
3935         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3936         * modules/mbsspn-tests (Makefile.am): Likewise.
3937         * modules/mbsstr-tests (Makefile.am): Likewise.
3938         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3939         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3940         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3941         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3942         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3943         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3944         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3945         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3946         * modules/wcrtomb-tests (Makefile.am): Likewise.
3947         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3948         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3949         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3950         assignments from TESTS_ENVIRONMENT.
3951         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3952         augmentation.
3953         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3954         * modules/atexit-tests (Makefile.am): Likewise.
3955         * modules/binary-io-tests (Makefile.am): Likewise.
3956         * modules/closein-tests (Makefile.am): Likewise.
3957         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3958         * modules/exclude-tests (Makefile.am): Likewise.
3959         * modules/fflush-tests (Makefile.am): Likewise.
3960         * modules/fpending-tests (Makefile.am): Likewise.
3961         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3962         * modules/freadahead-tests (Makefile.am): Likewise.
3963         * modules/freadptr-tests (Makefile.am): Likewise.
3964         * modules/freadseek-tests (Makefile.am): Likewise.
3965         * modules/fseek-tests (Makefile.am): Likewise.
3966         * modules/fseeko-tests (Makefile.am): Likewise.
3967         * modules/ftell-tests (Makefile.am): Likewise.
3968         * modules/ftello-tests (Makefile.am): Likewise.
3969         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3970         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3971         * modules/lseek-tests (Makefile.am): Likewise.
3972         * modules/parse-duration-tests (Makefile.am): Likewise.
3973         * modules/perror-tests (Makefile.am): Likewise.
3974         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3975         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3976         * modules/pipe-tests (Makefile.am): Likewise.
3977         * modules/pread-tests (Makefile.am): Likewise.
3978         * modules/printf-posix-tests (Makefile.am): Likewise.
3979         * modules/select-tests (Makefile.am): Likewise.
3980         * modules/sigpipe-tests (Makefile.am): Likewise.
3981         * modules/tsearch-tests (Makefile.am): Likewise.
3982         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3983         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3984         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3985         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3986         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3987         * modules/version-etc-tests (Makefile.am): Likewise.
3988         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3989         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3990         * modules/xalloc-die-tests (Makefile.am): Likewise.
3991         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3992         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3993         * modules/xstrtol-tests (Makefile.am): Likewise.
3994         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3995         * modules/yesno-tests (Makefile.am): Likewise.
3996         Suggested by Jim Meyering.
3997
3998 2010-01-24  Bruno Haible  <bruno@clisp.org>
3999
4000         More documentation.
4001         * doc/gnulib.texi (Writing modules): New chapter.
4002         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
4003         the new chapter.
4004
4005 2010-01-24  Jim Meyering  <meyering@redhat.com>
4006
4007         maint.mk: do not prepend "./" after filtering
4008         * top/maint.mk (_prepend_srcdir_prefix): New variable
4009         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4010         "./" when $(srcdir) is ".".
4011
4012         define STREQ(a,b) consistently, removing useless parentheses
4013         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4014         since the only risk is that "a" or "b" contains an unparenthesized
4015         comma, but if either did that, STREQ would have 3 or more arguments.
4016         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4017         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4018         * lib/hash-triple.c (STREQ): Likewise.
4019         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4020         * lib/getugroups.c (STREQ): Likewise.
4021
4022 2010-01-23  Jim Meyering  <meyering@redhat.com>
4023
4024         maint.mk: fix syntax-check in a non-srcdir build directory
4025         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4026         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4027
4028 2010-01-22  Jim Meyering  <meyering@redhat.com>
4029
4030         userspec: add unit tests
4031         * tests/test-userspec.c: New file.
4032         * modules/userspec-tests: Likewise.
4033
4034 2010-01-21  Jim Meyering  <meyering@redhat.com>
4035
4036         maint.mk: handle source file names containing "." robustly
4037         * top/maint.mk (_dot_escaped_srcdir): Define.
4038         (VC_LIST): Use it in LHS of sed substitution.
4039
4040 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4041
4042         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4043         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4044         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4045         from a non-srcdir build.
4046
4047 2010-01-20  Eric Blake  <ebb9@byu.net>
4048
4049         warn-on-use: use instead of link-warning
4050         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4051         * modules/unistd (Depends-on, Makefile.am): Likewise.
4052         * modules/arpa_inet (Depends-on): Replace link-warning with
4053         warn-on-use.
4054         (Makefile.am): Update rules accordingly.
4055         * modules/ctype (Depends-on, Makefile.am): Likewise.
4056         * modules/dirent (Depends-on, Makefile.am): Likewise.
4057         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4058         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4059         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4060         * modules/locale (Depends-on, Makefile.am): Likewise.
4061         * modules/math (Depends-on, Makefile.am): Likewise.
4062         * modules/search (Depends-on, Makefile.am): Likewise.
4063         * modules/signal (Depends-on, Makefile.am): Likewise.
4064         * modules/spawn (Depends-on, Makefile.am): Likewise.
4065         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4066         * modules/string (Depends-on, Makefile.am): Likewise.
4067         * modules/strings (Depends-on, Makefile.am): Likewise.
4068         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4069         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4070         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4071         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4072         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4073         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4074         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4075         * modules/wchar (Depends-on, Makefile.am): Likewise.
4076         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4077         should be poisoned.
4078         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4079         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4080         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4081         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4082         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4083         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4084         * m4/math_h.m4 (gl_MATH_H): Likewise.
4085         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4086         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4087         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4088         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4089         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4090         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4091         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4092         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4093         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4094         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4095         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4096         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4097         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4098         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4099         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4100         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4101         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4102         GL_LINK_WARNING.
4103         * lib/ctype.in.h: Likewise.
4104         * lib/dirent.in.h: Likewise.
4105         * lib/fcntl.in.h: Likewise.
4106         * lib/inttypes.in.h: Likewise.
4107         * lib/langinfo.in.h: Likewise.
4108         * lib/locale.in.h: Likewise.
4109         * lib/math.in.h: Likewise.
4110         * lib/search.in.h: Likewise.
4111         * lib/signal.in.h: Likewise.
4112         * lib/spawn.in.h: Likewise.
4113         * lib/stdio.in.h: Likewise.
4114         * lib/stdlib.in.h: Likewise.
4115         * lib/string.in.h: Likewise.
4116         * lib/strings.in.h: Likewise.
4117         * lib/sys_file.in.h: Likewise.
4118         * lib/sys_ioctl.in.h: Likewise.
4119         * lib/sys_select.in.h: Likewise.
4120         * lib/sys_socket.in.h: Likewise.
4121         * lib/sys_stat.in.h: Likewise.
4122         * lib/sys_times.in.h: Likewise.
4123         * lib/sys_utsname.in.h: Likewise.
4124         * lib/unistd.in.h: Likewise.
4125         * lib/wchar.in.h: Likewise.
4126
4127 2010-01-20  Bruno Haible  <bruno@clisp.org>
4128
4129         Avoid duplicate -lm.
4130         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4131         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4132         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4133         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4134         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4135         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4136         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4137         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4138         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4139         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4140         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4141         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4142         Reported by Paolo Bonzini.
4143
4144 2010-01-19  Bruno Haible  <bruno@clisp.org>
4145
4146         langinfo, nl_langinfo: Relicense under LGPLv2+.
4147         * modules/langinfo (License): Change to LGPLv2+.
4148         * modules/nl_langinfo (License): Likewise.
4149         Patch by David Lutterkort <lutter@redhat.com>.
4150
4151 2010-01-19  Bruno Haible  <bruno@clisp.org>
4152
4153         Avoid compilation error with cc on OSF/1 5.1.
4154         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4155         statement, not before.
4156         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4157
4158 2010-01-18  Bruno Haible  <bruno@clisp.org>
4159
4160         Avoid a link error due to the __printf__ symbol.
4161         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4162         and 2.6.x.
4163         (__format__, __printf__): Remove definitions.
4164         * lib/argp-fmtstream.h: Likewise.
4165         * lib/argp.h: Likewise.
4166         * lib/error.h: Likewise.
4167         * lib/vasnprintf.h: Likewise.
4168         * lib/xprintf.h: Likewise.
4169         * lib/xvasprintf.h: Likewise.
4170         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4171
4172 2010-01-18  Bruno Haible  <bruno@clisp.org>
4173
4174         Tests for module 'tanl'.
4175         * modules/tanl-tests: New file.
4176         * tests/test-tanl.c: New file.
4177
4178         Tests for module 'sqrtl'.
4179         * modules/sqrtl-tests: New file.
4180         * tests/test-sqrtl.c: New file.
4181
4182         Tests for module 'sinl'.
4183         * modules/sinl-tests: New file.
4184         * tests/test-sinl.c: New file.
4185
4186         Tests for module 'logl'.
4187         * modules/logl-tests: New file.
4188         * tests/test-logl.c: New file.
4189
4190         Tests for module 'expl'.
4191         * modules/expl-tests: New file.
4192         * tests/test-expl.c: New file.
4193
4194         Tests for module 'cosl'.
4195         * modules/cosl-tests: New file.
4196         * tests/test-cosl.c: New file.
4197
4198         Tests for module 'atanl'.
4199         * modules/atanl-tests: New file.
4200         * tests/test-atanl.c: New file.
4201
4202         Tests for module 'asinl'.
4203         * modules/asinl-tests: New file.
4204         * tests/test-asinl.c: New file.
4205
4206         Tests for module 'acosl'.
4207         * modules/acosl-tests: New file.
4208         * tests/test-acosl.c: New file.
4209
4210         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4211         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4212         tanl): Use the standard gnulib idiom.
4213         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4214         * lib/sinl.c: Likewise.
4215         * lib/tanl.c: Don't include trigl.c.
4216         (kernel_tanl): Make static.
4217         * lib/sincosl.c: Include trigl.h first.
4218         * lib/trigl.c: Likewise.
4219         * m4/acosl.m4: New file.
4220         * m4/asinl.m4: New file.
4221         * m4/atanl.m4: New file.
4222         * m4/cosl.m4: New file.
4223         * m4/expl.m4: New file.
4224         * m4/logl.m4: New file.
4225         * m4/sinl.m4: New file.
4226         * m4/sqrtl.m4: New file.
4227         * m4/tanl.m4: New file.
4228         * m4/mathl.m4: Remove file.
4229         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4230         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4231         Don't initialize GNULIB_MATHL.
4232         * modules/acosl: New file.
4233         * modules/asinl: New file.
4234         * modules/atanl: New file.
4235         * modules/cosl: New file.
4236         * modules/expl: New file.
4237         * modules/logl: New file.
4238         * modules/sinl: New file.
4239         * modules/sqrtl: New file.
4240         * modules/tanl: New file.
4241         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4242         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4243         substitute GNULIB_MATHL.
4244         * modules/mathl: Rewritten.
4245         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4246         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4247         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4248         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4249         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4250         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4251         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4252         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4253         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4254
4255 2010-01-18  Bruno Haible  <bruno@clisp.org>
4256
4257         sqrt: Make gl_FUNC_SQRT requirable.
4258         * m4/sqrt.m4: New file.
4259         * modules/sqrt (Files): Add it.
4260         (configure.ac): Invoke gl_FUNC_SQRT.
4261
4262 2010-01-18  Bruno Haible  <bruno@clisp.org>
4263
4264         New modules for common <math.h> functions.
4265         * m4/mathfunc.m4: New file.
4266         * modules/acos: New file.
4267         * modules/asin: New file.
4268         * modules/atan: New file.
4269         * modules/atan2: New file.
4270         * modules/cbrt: New file.
4271         * modules/copysign: New file.
4272         * modules/cos: New file.
4273         * modules/cosh: New file.
4274         * modules/erf: New file.
4275         * modules/erfc: New file.
4276         * modules/exp: New file.
4277         * modules/fabs: New file.
4278         * modules/fmod: New file.
4279         * modules/hypot: New file.
4280         * modules/j0: New file.
4281         * modules/j1: New file.
4282         * modules/jn: New file.
4283         * modules/ldexp: New file.
4284         * modules/lgamma: New file.
4285         * modules/log: New file.
4286         * modules/log10: New file.
4287         * modules/log1p: New file.
4288         * modules/logb: New file.
4289         * modules/modf: New file.
4290         * modules/nextafter: New file.
4291         * modules/pow: New file.
4292         * modules/remainder: New file.
4293         * modules/rint: New file.
4294         * modules/sin: New file.
4295         * modules/sinh: New file.
4296         * modules/sqrt: New file.
4297         * modules/tan: New file.
4298         * modules/tanh: New file.
4299         * modules/y0: New file.
4300         * modules/y1: New file.
4301         * modules/yn: New file.
4302         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4303         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4304         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4305         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4306         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4307         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4308         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4309         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4310         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4311         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4312         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4313         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4314         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4315         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4316         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4317         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4318         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4319         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4320         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4321         * doc/posix-functions/log.texi: Mention the 'log' module.
4322         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4323         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4324         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4325         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4326         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4327         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4328         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4329         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4330         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4331         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4332         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4333         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4334         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4335         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4336         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4337         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4338
4339 2010-01-18  Jim Meyering  <meyering@redhat.com>
4340
4341         ignore-value: relax license to LGPLv2+
4342         * modules/ignore-value (License): Relax to LGPLv2+.
4343
4344         getdate: don't leak when TZ contains two or more '"'s
4345         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4346         double quote in TZ after the first one.
4347
4348         readtokens: do not leak internal token_lengths buffer
4349         * lib/readtokens.c (readtokens): Free the local, lengths,
4350         when the supplied "token_lengths" parameter is NULL.
4351
4352 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4353
4354         Fix a couple of missing LIBTHREAD link failures on AIX.
4355         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4356         $(LIBTHREAD).
4357         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4358
4359         Link test-poll against INET_PTON_LIB.
4360         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4361         for inet_pton on Solaris 10.
4362
4363 2010-01-17  Bruno Haible  <bruno@clisp.org>
4364
4365         unistdio/*-sprintf: Fix typo in module description.
4366         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4367         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4368         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4369         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4370         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4371         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4372         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4373         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4374
4375 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4376
4377         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4378         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4379         variables in shell case patterns, for AIX and HP-UX ksh.
4380
4381         Split large sed scripts, for HP-UX sed.
4382         * modules/stdio: Split sed scripts around 50 sed commands,
4383         to avoid HP-UX limit of 99 commands, in the near future.
4384         * modules/string: Likewise.
4385         * modules/unistd: Likewise.
4386
4387         gnulib-tool: avoid writing in the current directory.
4388         * gnulib-tool (func_emit_lib_Makefile_am)
4389         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4390         not in the current directory, so concurrent gnulib-tool
4391         instances do not interfere.
4392
4393 2010-01-16  Jim Meyering  <meyering@redhat.com>
4394
4395         doc: update users.txt
4396         * users.txt: Add grep.
4397         (diffutils, gzip): Update URLs.
4398
4399 2010-01-12  Bruno Haible  <bruno@clisp.org>
4400
4401         posix_spawn: Avoid test failure on Cygwin.
4402         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4403         characters.
4404         Reported by Simon Josefsson.
4405
4406 2010-01-12  Bruno Haible  <bruno@clisp.org>
4407
4408         * tests/test-cond.c (main): When skipping the test, show the reason.
4409
4410 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4411
4412         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4413
4414 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4415
4416         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4417         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4418
4419 2010-01-12  Eric Blake  <ebb9@byu.net>
4420
4421         build: guarantee AS_VAR_IF
4422         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4423         (gl_AS_VAR_IF): Move...
4424         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4425         Reported by Simon Josefsson.
4426
4427 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4428
4429         * lib/stdio.in.h: Fix typo.
4430
4431 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4432
4433         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4434         libgpg-error.
4435
4436 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4437
4438         * tests/test-xalloc-die.sh: Use $EXEEXT.
4439
4440 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4441             Bruno Haible  <bruno@clisp.org>
4442
4443         getlogin, getlogin_r: Avoid test failure.
4444         * tests/test-getlogin.c: Include <stdio.h>.
4445         (main): Skip the test when the function fails because stdin is not a
4446         tty.
4447         * tests/test-getlogin_r.c: Include <stdio.h>.
4448         (main): Skip the test when the function fails because stdin is not a
4449         tty.
4450
4451 2010-01-11  Eric Blake  <ebb9@byu.net>
4452
4453         tests: avoid more large file warnings
4454         * tests/test-fflush.c: Avoid warning about ftell use.
4455         * tests/test-fseek.c: Avoid warning about fseek use.
4456
4457 2010-01-10  Bruno Haible  <bruno@clisp.org>
4458
4459         nproc: Work better on Linux when /proc and /sys are not mounted.
4460         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4461         as lower bound when, on glibc/Linux systems,
4462         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4463         Suggested by Pádraig Brady <P@draigbrady.com>.
4464         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4465
4466         nproc: Refactor.
4467         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4468         extracted from num_processors.
4469         (num_processors): Call it.
4470
4471 2010-01-11  Jim Meyering  <meyering@redhat.com>
4472
4473         utimecmp: avoid new warning from upcoming gcc-4.5.0
4474         * lib/utimecmp.c (BILLION): Define using #define rather than an
4475         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4476
4477 2010-01-11  Eric Blake  <ebb9@byu.net>
4478
4479         math: add portability warnings for classification macros
4480         * modules/math (Depends-on): Add warn-on-use.
4481         (Makefile.am): Provide new substitutions.
4482         * m4/math_h.m4 (gl_MATH_H): Require inline.
4483         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4484         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4485         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4486         implement warnings.
4487
4488         unistd: warn on use of environ without module
4489         * modules/unistd (Depends-on): Add warn-on-use.
4490         (Makefile.am): Provide new substitutions.
4491         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4492         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4493
4494         stdio: warn on suspicious uses
4495         * modules/stdio (Depends-on): Add warn-on-use.
4496         (Makefile.am): Provide new substitutions.
4497         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4498         fseeko.
4499         * lib/stdio.in.h (gets): Always warn on use.
4500         (fseek, ftell): Adjust when warnings are issued, and honor
4501         _GL_NO_LARGE_FILES as a way to silence the warning.
4502         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4503         any warning about large file offsets.
4504         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4505         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4506         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4507         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4508         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4509         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4510         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4511         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4512
4513         warn-on-use: new module
4514         * modules/warn-on-use: New file.
4515         * build-aux/warn-on-use.h: Likewise.
4516         * m4/warn-on-use.m4: Likewise.
4517         * MODULES.html.sh (Support for building): Mention it.
4518
4519 2010-01-10  Bruno Haible  <bruno@clisp.org>
4520
4521         Tests for module 'unistr/u32-strdup'.
4522         * modules/unistr/u32-strdup-tests: New file.
4523         * tests/unistr/test-u32-strdup.c: New file.
4524
4525         Tests for module 'unistr/u16-strdup'.
4526         * modules/unistr/u16-strdup-tests: New file.
4527         * tests/unistr/test-u16-strdup.c: New file.
4528
4529         Tests for module 'unistr/u8-strdup'.
4530         * modules/unistr/u8-strdup-tests: New file.
4531         * tests/unistr/test-u8-strdup.c: New file.
4532         * tests/unistr/test-strdup.h: New file.
4533
4534         Tests for module 'unistr/u32-strncmp'.
4535         * modules/unistr/u32-strncmp-tests: New file.
4536         * tests/unistr/test-u32-strncmp.c: New file.
4537
4538         Tests for module 'unistr/u16-strncmp'.
4539         * modules/unistr/u16-strncmp-tests: New file.
4540         * tests/unistr/test-u16-strncmp.c: New file.
4541
4542         Tests for module 'unistr/u8-strncmp'.
4543         * modules/unistr/u8-strncmp-tests: New file.
4544         * tests/unistr/test-u8-strncmp.c: New file.
4545         * tests/unistr/test-strncmp.h: New file.
4546
4547         Tests for module 'unistr/u32-strcoll'.
4548         * modules/unistr/u32-strcoll-tests: New file.
4549         * tests/unistr/test-u32-strcoll.c: New file.
4550
4551         Tests for module 'unistr/u16-strcoll'.
4552         * modules/unistr/u16-strcoll-tests: New file.
4553         * tests/unistr/test-u16-strcoll.c: New file.
4554
4555         Tests for module 'unistr/u8-strcoll'.
4556         * modules/unistr/u8-strcoll-tests: New file.
4557         * tests/unistr/test-u8-strcoll.c: New file.
4558
4559         Tests for module 'unistr/u32-strcmp'.
4560         * modules/unistr/u32-strcmp-tests: New file.
4561         * tests/unistr/test-u32-strcmp.c: New file.
4562         * tests/unistr/test-u32-strcmp.h: New file.
4563
4564         Tests for module 'unistr/u16-strcmp'.
4565         * modules/unistr/u16-strcmp-tests: New file.
4566         * tests/unistr/test-u16-strcmp.c: New file.
4567         * tests/unistr/test-u16-strcmp.h: New file.
4568
4569         Tests for module 'unistr/u8-strcmp'.
4570         * modules/unistr/u8-strcmp-tests: New file.
4571         * tests/unistr/test-u8-strcmp.c: New file.
4572         * tests/unistr/test-u8-strcmp.h: New file.
4573         * tests/unistr/test-strcmp.h: New file.
4574
4575         Tests for module 'unistr/u32-strncat'.
4576         * modules/unistr/u32-strncat-tests: New file.
4577         * tests/unistr/test-u32-strncat.c: New file.
4578
4579         Tests for module 'unistr/u16-strncat'.
4580         * modules/unistr/u16-strncat-tests: New file.
4581         * tests/unistr/test-u16-strncat.c: New file.
4582
4583         Tests for module 'unistr/u8-strncat'.
4584         * modules/unistr/u8-strncat-tests: New file.
4585         * tests/unistr/test-u8-strncat.c: New file.
4586         * tests/unistr/test-strncat.h: New file.
4587
4588         Tests for module 'unistr/u32-strcat'.
4589         * modules/unistr/u32-strcat-tests: New file.
4590         * tests/unistr/test-u32-strcat.c: New file.
4591
4592         Tests for module 'unistr/u16-strcat'.
4593         * modules/unistr/u16-strcat-tests: New file.
4594         * tests/unistr/test-u16-strcat.c: New file.
4595
4596         Tests for module 'unistr/u8-strcat'.
4597         * modules/unistr/u8-strcat-tests: New file.
4598         * tests/unistr/test-u8-strcat.c: New file.
4599         * tests/unistr/test-strcat.h: New file.
4600
4601         Tests for module 'unistr/u32-stpncpy'.
4602         * modules/unistr/u32-stpncpy-tests: New file.
4603         * tests/unistr/test-u32-stpncpy.c: New file.
4604
4605         Tests for module 'unistr/u16-stpncpy'.
4606         * modules/unistr/u16-stpncpy-tests: New file.
4607         * tests/unistr/test-u16-stpncpy.c: New file.
4608
4609         Tests for module 'unistr/u8-stpncpy'.
4610         * modules/unistr/u8-stpncpy-tests: New file.
4611         * tests/unistr/test-u8-stpncpy.c: New file.
4612         * tests/unistr/test-stpncpy.h: New file.
4613
4614         Tests for module 'unistr/u32-strncpy'.
4615         * modules/unistr/u32-strncpy-tests: New file.
4616         * tests/unistr/test-u32-strncpy.c: New file.
4617
4618         Tests for module 'unistr/u16-strncpy'.
4619         * modules/unistr/u16-strncpy-tests: New file.
4620         * tests/unistr/test-u16-strncpy.c: New file.
4621
4622         Tests for module 'unistr/u8-strncpy'.
4623         * modules/unistr/u8-strncpy-tests: New file.
4624         * tests/unistr/test-u8-strncpy.c: New file.
4625         * tests/unistr/test-strncpy.h: New file.
4626
4627         Tests for module 'unistr/u32-stpcpy'.
4628         * modules/unistr/u32-stpcpy-tests: New file.
4629         * tests/unistr/test-u32-stpcpy.c: New file.
4630
4631         Tests for module 'unistr/u16-stpcpy'.
4632         * modules/unistr/u16-stpcpy-tests: New file.
4633         * tests/unistr/test-u16-stpcpy.c: New file.
4634
4635         Tests for module 'unistr/u8-stpcpy'.
4636         * modules/unistr/u8-stpcpy-tests: New file.
4637         * tests/unistr/test-u8-stpcpy.c: New file.
4638         * tests/unistr/test-stpcpy.h: New file.
4639
4640         Tests for module 'unistr/u32-strcpy'.
4641         * modules/unistr/u32-strcpy-tests: New file.
4642         * tests/unistr/test-u32-strcpy.c: New file.
4643
4644         Tests for module 'unistr/u16-strcpy'.
4645         * modules/unistr/u16-strcpy-tests: New file.
4646         * tests/unistr/test-u16-strcpy.c: New file.
4647
4648         Tests for module 'unistr/u8-strcpy'.
4649         * modules/unistr/u8-strcpy-tests: New file.
4650         * tests/unistr/test-u8-strcpy.c: New file.
4651         * tests/unistr/test-strcpy.h: New file.
4652
4653         Tests for module 'unistr/u32-strnlen'.
4654         * modules/unistr/u32-strnlen-tests: New file.
4655         * tests/unistr/test-u32-strnlen.c: New file.
4656
4657         Tests for module 'unistr/u16-strnlen'.
4658         * modules/unistr/u16-strnlen-tests: New file.
4659         * tests/unistr/test-u16-strnlen.c: New file.
4660
4661         Tests for module 'unistr/u8-strnlen'.
4662         * modules/unistr/u8-strnlen-tests: New file.
4663         * tests/unistr/test-u8-strnlen.c: New file.
4664         * tests/unistr/test-strnlen.h: New file.
4665
4666         Tests for module 'unistr/u32-strlen'.
4667         * modules/unistr/u32-strlen-tests: New file.
4668         * tests/unistr/test-u32-strlen.c: New file.
4669
4670         Tests for module 'unistr/u16-strlen'.
4671         * modules/unistr/u16-strlen-tests: New file.
4672         * tests/unistr/test-u16-strlen.c: New file.
4673
4674         Tests for module 'unistr/u8-strlen'.
4675         * modules/unistr/u8-strlen-tests: New file.
4676         * tests/unistr/test-u8-strlen.c: New file.
4677
4678         Tests for module 'unistr/u32-prev'.
4679         * modules/unistr/u32-prev-tests: New file.
4680         * tests/unistr/test-u32-prev.c: New file.
4681
4682         Tests for module 'unistr/u16-prev'.
4683         * modules/unistr/u16-prev-tests: New file.
4684         * tests/unistr/test-u16-prev.c: New file.
4685
4686         Tests for module 'unistr/u8-prev'.
4687         * modules/unistr/u8-prev-tests: New file.
4688         * tests/unistr/test-u8-prev.c: New file.
4689
4690         Tests for module 'unistr/u32-next'.
4691         * modules/unistr/u32-next-tests: New file.
4692         * tests/unistr/test-u32-next.c: New file.
4693
4694         Tests for module 'unistr/u16-next'.
4695         * modules/unistr/u16-next-tests: New file.
4696         * tests/unistr/test-u16-next.c: New file.
4697
4698         Tests for module 'unistr/u8-next'.
4699         * modules/unistr/u8-next-tests: New file.
4700         * tests/unistr/test-u8-next.c: New file.
4701
4702         Tests for module 'unistr/u32-strmbtouc'.
4703         * modules/unistr/u32-strmbtouc-tests: New file.
4704         * tests/unistr/test-u32-strmbtouc.c: New file.
4705
4706         Tests for module 'unistr/u16-strmbtouc'.
4707         * modules/unistr/u16-strmbtouc-tests: New file.
4708         * tests/unistr/test-u16-strmbtouc.c: New file.
4709
4710         Tests for module 'unistr/u8-strmbtouc'.
4711         * modules/unistr/u8-strmbtouc-tests: New file.
4712         * tests/unistr/test-u8-strmbtouc.c: New file.
4713
4714         Tests for module 'unistr/u32-strmblen'.
4715         * modules/unistr/u32-strmblen-tests: New file.
4716         * tests/unistr/test-u32-strmblen.c: New file.
4717
4718         Tests for module 'unistr/u16-strmblen'.
4719         * modules/unistr/u16-strmblen-tests: New file.
4720         * tests/unistr/test-u16-strmblen.c: New file.
4721
4722         Tests for module 'unistr/u8-strmblen'.
4723         * modules/unistr/u8-strmblen-tests: New file.
4724         * tests/unistr/test-u8-strmblen.c: New file.
4725
4726         Tests for module 'unistr/u32-cpy-alloc'.
4727         * modules/unistr/u32-cpy-alloc-tests: New file.
4728         * tests/unistr/test-u32-cpy-alloc.c: New file.
4729
4730         Tests for module 'unistr/u16-cpy-alloc'.
4731         * modules/unistr/u16-cpy-alloc-tests: New file.
4732         * tests/unistr/test-u16-cpy-alloc.c: New file.
4733
4734         Tests for module 'unistr/u8-cpy-alloc'.
4735         * modules/unistr/u8-cpy-alloc-tests: New file.
4736         * tests/unistr/test-u8-cpy-alloc.c: New file.
4737         * tests/unistr/test-cpy-alloc.h: New file.
4738
4739         Tests for module 'unistr/u32-mbsnlen'.
4740         * modules/unistr/u32-mbsnlen-tests: New file.
4741         * tests/unistr/test-u32-mbsnlen.c: New file.
4742
4743         Tests for module 'unistr/u16-mbsnlen'.
4744         * modules/unistr/u16-mbsnlen-tests: New file.
4745         * tests/unistr/test-u16-mbsnlen.c: New file.
4746
4747         Tests for module 'unistr/u8-mbsnlen'.
4748         * modules/unistr/u8-mbsnlen-tests: New file.
4749         * tests/unistr/test-u8-mbsnlen.c: New file.
4750
4751         Tests for module 'unistr/u32-chr'.
4752         * modules/unistr/u32-chr-tests: New file.
4753         * tests/unistr/test-u32-chr.c: New file.
4754
4755         Tests for module 'unistr/u16-chr'.
4756         * modules/unistr/u16-chr-tests: New file.
4757         * tests/unistr/test-u16-chr.c: New file.
4758
4759         Tests for module 'unistr/u8-chr'.
4760         * modules/unistr/u8-chr-tests: New file.
4761         * tests/unistr/test-u8-chr.c: New file.
4762         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4763
4764         Tests for module 'unistr/u32-cmp2'.
4765         * modules/unistr/u32-cmp2-tests: New file.
4766         * tests/unistr/test-u32-cmp2.c: New file.
4767
4768         Tests for module 'unistr/u16-cmp2'.
4769         * modules/unistr/u16-cmp2-tests: New file.
4770         * tests/unistr/test-u16-cmp2.c: New file.
4771
4772         Tests for module 'unistr/u8-cmp2'.
4773         * modules/unistr/u8-cmp2-tests: New file.
4774         * tests/unistr/test-u8-cmp2.c: New file.
4775         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4776
4777         Tests for module 'unistr/u32-cmp'.
4778         * modules/unistr/u32-cmp-tests: New file.
4779         * tests/unistr/test-u32-cmp.c: New file.
4780
4781         Tests for module 'unistr/u16-cmp'.
4782         * modules/unistr/u16-cmp-tests: New file.
4783         * tests/unistr/test-u16-cmp.c: New file.
4784
4785         Tests for module 'unistr/u8-cmp'.
4786         * modules/unistr/u8-cmp-tests: New file.
4787         * tests/unistr/test-u8-cmp.c: New file.
4788         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4789
4790         Tests for module 'unistr/u32-set'.
4791         * modules/unistr/u32-set-tests: New file.
4792         * tests/unistr/test-u32-set.c: New file.
4793
4794         Tests for module 'unistr/u16-set'.
4795         * modules/unistr/u16-set-tests: New file.
4796         * tests/unistr/test-u16-set.c: New file.
4797
4798         Tests for module 'unistr/u8-set'.
4799         * modules/unistr/u8-set-tests: New file.
4800         * tests/unistr/test-u8-set.c: New file.
4801         * tests/unistr/test-set.h: New file.
4802
4803         Tests for module 'unistr/u32-move'.
4804         * modules/unistr/u32-move-tests: New file.
4805         * tests/unistr/test-u32-move.c: New file.
4806
4807         Tests for module 'unistr/u16-move'.
4808         * modules/unistr/u16-move-tests: New file.
4809         * tests/unistr/test-u16-move.c: New file.
4810
4811         Tests for module 'unistr/u8-move'.
4812         * modules/unistr/u8-move-tests: New file.
4813         * tests/unistr/test-u8-move.c: New file.
4814         * tests/unistr/test-move.h: New file.
4815
4816         Tests for module 'unistr/u32-cpy'.
4817         * modules/unistr/u32-cpy-tests: New file.
4818         * tests/unistr/test-u32-cpy.c: New file.
4819
4820         Tests for module 'unistr/u16-cpy'.
4821         * modules/unistr/u16-cpy-tests: New file.
4822         * tests/unistr/test-u16-cpy.c: New file.
4823
4824         Tests for module 'unistr/u8-cpy'.
4825         * modules/unistr/u8-cpy-tests: New file.
4826         * tests/unistr/test-u8-cpy.c: New file.
4827         * tests/unistr/test-cpy.h: New file.
4828
4829 2010-01-09  Bruno Haible  <bruno@clisp.org>
4830
4831         Tests for module 'unistr/u32-uctomb'.
4832         * modules/unistr/u32-uctomb-tests: New file.
4833         * tests/unistr/test-u32-uctomb.c: New file.
4834
4835         Tests for module 'unistr/u16-uctomb'.
4836         * modules/unistr/u16-uctomb-tests: New file.
4837         * tests/unistr/test-u16-uctomb.c: New file.
4838
4839         Tests for module 'unistr/u8-uctomb'.
4840         * modules/unistr/u8-uctomb-tests: New file.
4841         * tests/unistr/test-u8-uctomb.c: New file.
4842
4843         Tests for module 'unistr/u32-mbtoucr'.
4844         * modules/unistr/u32-mbtoucr-tests: New file.
4845         * tests/unistr/test-u32-mbtoucr.c: New file.
4846
4847         Tests for module 'unistr/u16-mbtoucr'.
4848         * modules/unistr/u16-mbtoucr-tests: New file.
4849         * tests/unistr/test-u16-mbtoucr.c: New file.
4850
4851         Tests for module 'unistr/u8-mbtoucr'.
4852         * modules/unistr/u8-mbtoucr-tests: New file.
4853         * tests/unistr/test-u8-mbtoucr.c: New file.
4854
4855         Tests for module 'unistr/u32-mbtouc'.
4856         * modules/unistr/u32-mbtouc-tests: New file.
4857         * tests/unistr/test-u32-mbtouc.c: New file.
4858
4859         Tests for module 'unistr/u16-mbtouc'.
4860         * modules/unistr/u16-mbtouc-tests: New file.
4861         * tests/unistr/test-u16-mbtouc.c: New file.
4862
4863         Tests for module 'unistr/u8-mbtouc'.
4864         * modules/unistr/u8-mbtouc-tests: New file.
4865         * tests/unistr/test-u8-mbtouc.c: New file.
4866
4867         Tests for module 'unistr/u32-mbtouc-unsafe'.
4868         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4869         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4870         * tests/unistr/test-u32-mbtouc.h: New file.
4871
4872         Tests for module 'unistr/u16-mbtouc-unsafe'.
4873         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4874         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4875         * tests/unistr/test-u16-mbtouc.h: New file.
4876
4877         Tests for module 'unistr/u8-mbtouc-unsafe'.
4878         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4879         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4880         * tests/unistr/test-u8-mbtouc.h: New file.
4881
4882         Tests for module 'unistr/u32-mblen'.
4883         * modules/unistr/u32-mblen-tests: New file.
4884         * tests/unistr/test-u32-mblen.c: New file.
4885
4886         Tests for module 'unistr/u16-mblen'.
4887         * modules/unistr/u16-mblen-tests: New file.
4888         * tests/unistr/test-u16-mblen.c: New file.
4889
4890         Tests for module 'unistr/u8-mblen'.
4891         * modules/unistr/u8-mblen-tests: New file.
4892         * tests/unistr/test-u8-mblen.c: New file.
4893
4894         Tests for module 'unistr/u32-to-u16'.
4895         * modules/unistr/u32-to-u16-tests: New file.
4896         * tests/unistr/test-u32-to-u16.c: New file.
4897
4898         Tests for module 'unistr/u32-to-u8'.
4899         * modules/unistr/u32-to-u8-tests: New file.
4900         * tests/unistr/test-u32-to-u8.c: New file.
4901
4902         Tests for module 'unistr/u16-to-u32'.
4903         * modules/unistr/u16-to-u32-tests: New file.
4904         * tests/unistr/test-u16-to-u32.c: New file.
4905
4906         Tests for module 'unistr/u16-to-u8'.
4907         * modules/unistr/u16-to-u8-tests: New file.
4908         * tests/unistr/test-u16-to-u8.c: New file.
4909
4910         Tests for module 'unistr/u8-to-u32'.
4911         * modules/unistr/u8-to-u32-tests: New file.
4912         * tests/unistr/test-u8-to-u32.c: New file.
4913
4914         Tests for module 'unistr/u8-to-u16'.
4915         * modules/unistr/u8-to-u16-tests: New file.
4916         * tests/unistr/test-u8-to-u16.c: New file.
4917
4918         Tests for module 'unistr/u32-check'.
4919         * modules/unistr/u32-check-tests: New file.
4920         * tests/unistr/test-u32-check.c: New file.
4921
4922         Tests for module 'unistr/u16-check'.
4923         * modules/unistr/u16-check-tests: New file.
4924         * tests/unistr/test-u16-check.c: New file.
4925
4926         Tests for module 'unistr/u8-check'.
4927         * modules/unistr/u8-check-tests: New file.
4928         * tests/unistr/test-u8-check.c: New file.
4929
4930         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4931         (category_equals): New function.
4932         (main): Add more tests.
4933         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4934
4935         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4936
4937 2010-01-10  Bruno Haible  <bruno@clisp.org>
4938
4939         unistr/u*-strcoll: Try harder to distinguish different strings.
4940         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4941         compare s1 and s2 to see if they are different.
4942
4943 2010-01-10  Bruno Haible  <bruno@clisp.org>
4944
4945         unistr/u*-stpncpy: Fix the return value.
4946         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4947         description of the return value consistent with stpncpy in glibc.
4948         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4949         written non-NUL unit.
4950
4951 2010-01-10  Bruno Haible  <bruno@clisp.org>
4952
4953         unistr/u*-next: Add missing dependencies.
4954         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4955         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4956         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4957
4958 2010-01-10  Bruno Haible  <bruno@clisp.org>
4959
4960         unistr/u8-mbsnlen: Fix return value for incomplete character.
4961         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4962         u8_mblen.
4963         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4964         Remove unistr/u8-mblen.
4965         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4966         u16_mblen.
4967         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4968         Remove unistr/u16-mblen.
4969
4970 2010-01-10  Bruno Haible  <bruno@clisp.org>
4971
4972         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4973         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4974         Reported by Brian Gough <bjg@gnu.org> and
4975         Chris Clayton <chris2553@googlemail.com> via
4976         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4977
4978 2010-01-09  Bruno Haible  <bruno@clisp.org>
4979
4980         unistr/u16-to-u32: Reject invalid input.
4981         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4982         u16_mbtouc.
4983         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4984         Remove unistr/u16-mbtouc.
4985
4986         unistr/u16-to-u8: Reject invalid input.
4987         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4988         u16_mbtouc.
4989         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4990         Remove unistr/u16-mbtouc.
4991
4992         unistr/u8-to-u32: Reject invalid input.
4993         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4994         u8_mbtouc.
4995         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4996         Remove unistr/u8-mbtouc.
4997
4998         unistr/u8-to-u16: Reject invalid input.
4999         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
5000         u8_mbtouc.
5001         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
5002         Remove unistr/u8-mbtouc.
5003
5004 2010-01-09  Bruno Haible  <bruno@clisp.org>
5005
5006         Tests for module 'getlogin'.
5007         * modules/getlogin-tests: New file.
5008         * tests/test-getlogin.c: New file.
5009
5010         New module 'getlogin'.
5011         * lib/unistd.in.h (getlogin): New declaration.
5012         * lib/getlogin.c: New file.
5013         * m4/getlogin.m4: New file.
5014         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5015         HAVE_GETLOGIN.
5016         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5017         HAVE_GETLOGIN.
5018         * modules/getlogin: New file.
5019         * doc/posix-functions/getlogin.texi: Mention the new module.
5020         Reported by John W. Eaton <jwe@gnu.org>.
5021
5022 2010-01-09  Bruno Haible  <bruno@clisp.org>
5023
5024         getlogin_r: Support for native Windows.
5025         * lib/getlogin_r.c: Include <windows.h>
5026         (getlogin_r): Implement for native Windows.
5027         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5028         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5029         via John W. Eaton <jwe@gnu.org>.
5030
5031 2010-01-09  Bruno Haible  <bruno@clisp.org>
5032
5033         getlogin_r: Small fixes.
5034         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5035         succeeds.
5036         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5037         before testing whether getlogin_r is declared. No need to set
5038         HAVE_DECL_GETLOGIN_R to 1.
5039         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5040
5041 2010-01-09  Bruno Haible  <bruno@clisp.org>
5042
5043         * lib/unistd.in.h (getlogin_r): Add comment.
5044
5045 2010-01-09  Bruno Haible  <bruno@clisp.org>
5046
5047         Tests for module 'getlogin_r'.
5048         * modules/getlogin_r-tests: New file.
5049         * tests/test-getlogin_r.c: New file.
5050
5051 2010-01-09  Jim Meyering  <meyering@redhat.com>
5052
5053         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5054         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5055         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5056
5057 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5058
5059         * lib/dup2.c (rpl_dup2): Improve comment.
5060
5061 2010-01-08  Eric Blake  <ebb9@byu.net>
5062
5063         maint.mk: allow packages to add makefile @@ exceptions
5064         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5065         (sc_makefile_check): Rename...
5066         (sc_makefile_at_at_check): ...to this, and use hook.
5067
5068         dup2: work around mingw bug
5069         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5070         Reported by Simon Josefsson.
5071
5072 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5073
5074         glob: Fix C++ compilation.
5075         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5076         C++.
5077
5078 2010-01-07  Bruno Haible  <bruno@clisp.org>
5079
5080         Fix indentation of wctype.in.h, broken since 2007-01-06.
5081         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5082
5083 2010-01-07  Bruno Haible  <bruno@clisp.org>
5084
5085         mbslen: Avoid collision with system function.
5086         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5087         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5088         * m4/mbslen.m4: New file.
5089         * modules/mbslen (Files): Add it.
5090         (configure.ac): Invoke gl_MBSLEN.
5091         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5092         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5093         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5094         via Ian Beckwith <ianb@erislabs.net>.
5095
5096 2010-01-07  Bruno Haible  <bruno@clisp.org>
5097
5098         dirent: Document the last fix.
5099         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5100
5101 2010-01-07  Bruno Haible  <bruno@clisp.org>
5102
5103         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5104         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5105         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5106         va_list are defined.
5107         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5108         Reported by Eric Blake.
5109
5110 2010-01-07  Bruno Haible  <bruno@clisp.org>
5111
5112         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5113         * modules/xlist (Depends-on): Add 'list',
5114         * modules/xoset (Depends-on): Add 'oset'.
5115         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5116
5117 2010-01-07  Bruno Haible  <bruno@clisp.org>
5118
5119         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5120         * doc/posix-functions/strncasecmp.texi: Likewise.
5121
5122 2010-01-07  Bruno Haible  <bruno@clisp.org>
5123
5124         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5125
5126 2010-01-07  John W. Eaton  <jwe@octave.org>
5127
5128         wctype: allow C++ use
5129         * lib/wctype.in.h: Add extern "C" block for C++.
5130
5131 2010-01-06  Eric Blake  <ebb9@byu.net>
5132
5133         maint.mk: detect incorrect GFDL usage
5134         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5135
5136 2010-01-06  Jim Meyering  <meyering@redhat.com>
5137         and Eric Blake  <ebb9@byu.net>
5138
5139         maint.mk: ignore multi-line copyright in NEWS
5140         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5141
5142 2010-01-06  Eric Blake  <ebb9@byu.net>
5143
5144         select: add missing dependency
5145         * modules/select-tests (Depends-on): Move sockets dependency...
5146         * modules/select (Depends-on): ...here.
5147         Reported by Ian Beckwith.
5148
5149         doc: regenerate INSTALL
5150         * doc/INSTALL: Reflect recent autoconf update.
5151         * doc/INSTALL.ISO: Likewise.
5152         * doc/INSTALL.UTF-8: Likewise.
5153
5154         pread: fix compilation on glibc
5155         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5156         Reported by Ralf Wildenhues.
5157
5158         dirent: fix test failure
5159         * lib/dirent.in.h (includes): Guarantee ino_t.
5160         Reported by Ralf Wildenhues.
5161
5162 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5163
5164         linkat, renameat: avoid bad free
5165         * lib/at-func2.c (at_func2): Fix typo.
5166         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5167
5168 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5169
5170         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5171         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5172         to avoid failure of symlink test later.
5173
5174 2010-01-06  Eric Blake  <ebb9@byu.net>
5175
5176         stdio, unistd: guarantee ssize_t
5177         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5178         2008 are exposed when needed.
5179         * lib/stdio.in.h (includes): Likewise.
5180         Reported by Ralf Wildenhues.
5181
5182 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5183
5184         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5185         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5186         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5187
5188 2010-01-06  Jim Meyering  <meyering@redhat.com>
5189
5190         readtokens: this module *does* require xalloc.h
5191         It uses only functions that were omitted by the old syntax-check rule.
5192         * lib/readtokens.c: Include "xalloc.h" once again.
5193         * modules/readtokens (Depends-on): Add xalloc.
5194         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5195
5196 2010-01-05  Eric Blake  <ebb9@byu.net>
5197
5198         maint: support 'make announcement' from a VPATH build
5199         * top/maint.mk (announcement): Look for correct NEWS file.
5200
5201 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5202
5203         utimens (fdutimens): ignore a negative FD, per contract
5204         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5205         when we have a valid file descriptor.  Otherwise, using a brand
5206         new glibc (with just-patched futimens that now fails with EBADF)
5207         would cause this function to fail with ENOSYS.
5208         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5209         See also http://bugzilla.redhat.com/552320.
5210
5211 2010-01-05  Eric Blake  <ebb9@byu.net>
5212
5213         strcase: document what it provides
5214         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5215         gnulib module.
5216         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5217         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5218
5219 2010-01-05  Jim Meyering  <meyering@redhat.com>
5220
5221         maint: remove useless inclusions of "xalloc.h"
5222         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5223         * lib/readtokens.c: Likewise.
5224         * lib/same.c: Likewise.
5225         * modules/getloadavg (Depends-on): Remove xalloc.
5226         * modules/readtokens: Likewise.
5227         * modules/same: Likewise.
5228
5229         maint.mk: include 4 more function names in alloca.h-checking regexp
5230         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5231         regexp.  Before, we would give a false-positive (saying alloca.h
5232         is included unnecessarily) when the only uses involved omitted symbols.
5233
5234         xalloc.h: use consistent formatting
5235         * lib/xalloc.h: Move declarations to start in the first column.
5236
5237 2010-01-05  Eric Blake  <ebb9@byu.net>
5238
5239         mkdir: avoid xalloc
5240         * lib/mkdir.c (includes): Drop unused header.
5241         Reported by John W. Eaton.
5242
5243 2010-01-04  Jim Meyering  <meyering@redhat.com>
5244
5245         nl_langinfo: avoid configure-time syntax error
5246         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5247         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5248         the empty string.  Don't let that provoke a shell syntax error.
5249
5250         regcomp, regexec, fnmatch: avoid array bounds read error
5251         * lib/regcomp.c (build_equiv_class): From glibc:
5252         Use only the low 24 bits of a findidx return value as an index
5253         into the weights array.  Patch by Ulrich Drepper:
5254         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5255         * lib/regexec.c (check_node_accept_bytes): Likewise.
5256         * lib/fnmatch_loop.c (FCT): Likewise.
5257
5258         regcomp: skip collseq lookup when there are no rules
5259         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5260         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5261
5262         regcomp: recognize ill-formed { } expressions
5263         * lib/regcomp.c (parse_dup_op): From glibc:
5264         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5265
5266         regcomp: fix typo in comment
5267         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5268         s/satisfy/satisfies/.
5269
5270         regcomp: sync from glibc: remove dead store
5271         * lib/regcomp.c (duplicate_node_closure): Remove useless
5272         search_duplicated_node call and dead store.
5273
5274         regcomp: sync from glibc; always use nl_langinfo
5275         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5276         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5277         * modules/regex (Depends-on): Add nl_langinfo.
5278
5279 2010-01-04  Eric Blake  <ebb9@byu.net>
5280
5281         fdopendir: fix configure test
5282         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5283
5284 2010-01-01  Bruno Haible  <bruno@clisp.org>
5285
5286         wchar: Remove unused configure check.
5287         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5288
5289 2010-01-01  Eric Blake  <ebb9@byu.net>
5290
5291         headers: make check of system header explicit
5292         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5293         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5294         ourselves.
5295         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5296         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5297         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5298         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5299         internals.
5300         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5301         missing.
5302         Suggested by Bruno Haible.
5303
5304 2010-01-01  Jim Meyering  <meyering@redhat.com>
5305
5306         ChangeLog: tweak to eliminate unnecessary copyright line
5307         * ChangeLog: Remove a copyright line that was mistakenly updated
5308         by today's update-copyright run.  Reported by Eric Blake.
5309
5310         test-update-copyright: don't let envvar setting cause test failure
5311         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5312
5313 2010-01-01  Bruno Haible  <bruno@clisp.org>
5314
5315         localename: Avoid gcc warning.
5316         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5317         function if it is not used.
5318
5319 2010-01-01  Jim Meyering  <meyering@redhat.com>
5320
5321         update nearly all FSF copyright year lists to include 2010
5322         Use the same procedure as for 2009, outlined in
5323         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5324
5325         version-etc: set COPYRIGHT_YEAR to 2010
5326         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5327
5328 2009-12-31  Eric Blake  <ebb9@byu.net>
5329
5330         doc: correct availability of cygwin 1.5.x getopt
5331         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5332         variables.
5333         * doc/posix-functions/opterr.texi (opterr): Likewise.
5334         * doc/posix-functions/optind.texi (optind): Likewise.
5335         * doc/posix-functions/optopt.texi (optopt): Likewise.
5336         * doc/posix-functions/tzname.texi (tzname): Likewise.
5337
5338         openat: update maintainer
5339         * modules/openat (Maintainer): Add myself.
5340
5341         utimens: avoid shadowing warning
5342         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5343         buffers into one, to avoid shadowing, as well as avoiding a
5344         redundant stat.
5345         Reported by Jim Meyering.
5346
5347         test-dup2: avoid compiler warning
5348         * tests/test-dup2.c (is_inheritable): Only define if used.
5349
5350 2010-01-01  Bruno Haible  <bruno@clisp.org>
5351
5352         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5353         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5354         defined, use wctomb instead of wcrtomb.
5355
5356 2010-01-01  Bruno Haible  <bruno@clisp.org>
5357
5358         iconv: Reject native Solaris iconv.
5359         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5360         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5361
5362 2009-12-31  Bruno Haible  <bruno@clisp.org>
5363
5364         * tests/test-signal.c (main): Remove test of 'SIG'.
5365
5366 2009-12-31  Bruno Haible  <bruno@clisp.org>
5367
5368         spawn: Fix incomplete fix.
5369         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5370         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5371         warnings for GNULIB_POSIXCHECK again.
5372         Reported by Eric Blake.
5373
5374 2009-12-31  Bruno Haible  <bruno@clisp.org>
5375
5376         Avoid namespace pollution on glibc systems.
5377         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5378         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5379         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5380         glibc systems.
5381
5382 2009-12-31  Bruno Haible  <bruno@clisp.org>
5383
5384         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5385         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5386         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5387         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5388         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5389         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5390         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5391
5392 2009-12-31  Bruno Haible  <bruno@clisp.org>
5393
5394         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5395         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5396         afterwards.
5397
5398 2009-12-31  Bruno Haible  <bruno@clisp.org>
5399
5400         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5401         SYS_UTSNAME_H.
5402
5403 2009-12-31  Bruno Haible  <bruno@clisp.org>
5404
5405         spawn: Fix misapplied patch.
5406         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5407         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5408         warnings for GNULIB_POSIXCHECK.
5409
5410 2009-12-31  Bruno Haible  <bruno@clisp.org>
5411
5412         times: Update after sys_times changed.
5413         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5414         * modules/times (Files): Add it.
5415         (configure.ac): Invoke gl_FUNC_TIMES.
5416
5417 2009-12-31  Bruno Haible  <bruno@clisp.org>
5418
5419         Use AC_C_INLINE where necessary.
5420         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5421         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5422         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5423         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5424         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5425         * m4/mbiter.m4 (gl_MBITER): Likewise.
5426         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5427         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5428         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5429         * modules/u64 (configure.ac): Likewise.
5430
5431 2009-12-31  Bruno Haible  <bruno@clisp.org>
5432
5433         Use AC_C_INLINE instead of module 'inline' where possible.
5434         * modules/inline (Description): Clarify purpose.
5435         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5436         * modules/count-one-bits (Depends-on): Remove inline.
5437         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5438         * modules/openat (Depends-on): Remove inline.
5439         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5440         instead of depending on module 'inline'.
5441         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5442         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5443         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5444         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5445         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5446         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5447         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5448         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5449         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5450         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5451         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5452         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5453         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5454         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5455         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5456         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5457         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5458         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5459         Likewise.
5460         * modules/unictype/property-ascii-hex-digit (Depends-on,
5461         configure.ac): Likewise.
5462         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5463         configure.ac): Likewise.
5464         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5465         configure.ac): Likewise.
5466         * modules/unictype/property-bidi-block-separator (Depends-on,
5467         configure.ac): Likewise.
5468         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5469         configure.ac): Likewise.
5470         * modules/unictype/property-bidi-common-separator (Depends-on,
5471         configure.ac): Likewise.
5472         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5473         Likewise.
5474         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5475         configure.ac): Likewise.
5476         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5477         configure.ac): Likewise.
5478         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5479         configure.ac): Likewise.
5480         * modules/unictype/property-bidi-european-digit (Depends-on,
5481         configure.ac): Likewise.
5482         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5483         configure.ac): Likewise.
5484         * modules/unictype/property-bidi-left-to-right (Depends-on,
5485         configure.ac): Likewise.
5486         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5487         configure.ac): Likewise.
5488         * modules/unictype/property-bidi-other-neutral (Depends-on,
5489         configure.ac): Likewise.
5490         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5491         Likewise.
5492         * modules/unictype/property-bidi-segment-separator (Depends-on,
5493         configure.ac): Likewise.
5494         * modules/unictype/property-bidi-whitespace (Depends-on,
5495         configure.ac): Likewise.
5496         * modules/unictype/property-combining (Depends-on, configure.ac):
5497         Likewise.
5498         * modules/unictype/property-composite (Depends-on, configure.ac):
5499         Likewise.
5500         * modules/unictype/property-currency-symbol (Depends-on,
5501         configure.ac): Likewise.
5502         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5503         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5504         Likewise.
5505         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5506         configure.ac): Likewise.
5507         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5508         Likewise.
5509         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5510         Likewise.
5511         * modules/unictype/property-extender (Depends-on, configure.ac):
5512         Likewise.
5513         * modules/unictype/property-format-control (Depends-on, configure.ac):
5514         Likewise.
5515         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5516         Likewise.
5517         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5518         Likewise.
5519         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5520         Likewise.
5521         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5522         Likewise.
5523         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5524         Likewise.
5525         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5526         Likewise.
5527         * modules/unictype/property-id-start (Depends-on, configure.ac):
5528         Likewise.
5529         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5530         Likewise.
5531         * modules/unictype/property-ids-binary-operator (Depends-on,
5532         configure.ac): Likewise.
5533         * modules/unictype/property-ids-trinary-operator (Depends-on,
5534         configure.ac): Likewise.
5535         * modules/unictype/property-ignorable-control (Depends-on,
5536         configure.ac): Likewise.
5537         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5538         Likewise.
5539         * modules/unictype/property-join-control (Depends-on, configure.ac):
5540         Likewise.
5541         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5542         Likewise.
5543         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5544         Likewise.
5545         * modules/unictype/property-logical-order-exception (Depends-on,
5546         configure.ac): Likewise.
5547         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5548         Likewise.
5549         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5550         * modules/unictype/property-non-break (Depends-on, configure.ac):
5551         Likewise.
5552         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5553         Likewise.
5554         * modules/unictype/property-numeric (Depends-on, configure.ac):
5555         Likewise.
5556         * modules/unictype/property-other-alphabetic (Depends-on,
5557         configure.ac): Likewise.
5558         * modules/unictype/property-other-default-ignorable-code-point
5559         (Depends-on, configure.ac): Likewise.
5560         * modules/unictype/property-other-grapheme-extend (Depends-on,
5561         configure.ac): Likewise.
5562         * modules/unictype/property-other-id-continue (Depends-on,
5563         configure.ac): Likewise.
5564         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5565         Likewise.
5566         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5567         Likewise.
5568         * modules/unictype/property-other-math (Depends-on, configure.ac):
5569         Likewise.
5570         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5571         Likewise.
5572         * modules/unictype/property-paired-punctuation (Depends-on,
5573         configure.ac): Likewise.
5574         * modules/unictype/property-paragraph-separator (Depends-on,
5575         configure.ac): Likewise.
5576         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5577         Likewise.
5578         * modules/unictype/property-pattern-white-space (Depends-on,
5579         configure.ac): Likewise.
5580         * modules/unictype/property-private-use (Depends-on, configure.ac):
5581         Likewise.
5582         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5583         Likewise.
5584         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5585         Likewise.
5586         * modules/unictype/property-radical (Depends-on, configure.ac):
5587         Likewise.
5588         * modules/unictype/property-sentence-terminal (Depends-on,
5589         configure.ac): Likewise.
5590         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5591         Likewise.
5592         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5593         * modules/unictype/property-terminal-punctuation (Depends-on,
5594         configure.ac): Likewise.
5595         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5596         Likewise.
5597         * modules/unictype/property-unassigned-code-value (Depends-on,
5598         configure.ac): Likewise.
5599         * modules/unictype/property-unified-ideograph (Depends-on,
5600         configure.ac): Likewise.
5601         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5602         Likewise.
5603         * modules/unictype/property-variation-selector (Depends-on,
5604         configure.ac): Likewise.
5605         * modules/unictype/property-white-space (Depends-on, configure.ac):
5606         Likewise.
5607         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5608         Likewise.
5609         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5610         Likewise.
5611         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5612         Likewise.
5613         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5614         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5615         Likewise.
5616
5617 2009-12-31  Bruno Haible  <bruno@clisp.org>
5618
5619         Remove unnecessary AC_C_INLINE invocation.
5620         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5621         since 2009-08-21.
5622
5623 2009-12-31  Jim Meyering  <meyering@redhat.com>
5624
5625         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5626         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5627         With this change, we can all remove the gpg_key_ID = ... definition
5628         from our respective cfg.mk files.
5629
5630         maint.mk: create announcement template in ~/, not in /tmp
5631         * top/maint.mk (emit_upload_commands): Adjust.
5632         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5633         Remove temporary file, .ci-msg.
5634
5635 2009-12-31  Eric Blake  <ebb9@byu.net>
5636
5637         link-warning: always build headers with link warnings
5638         * modules/arpa_inet (Makefile.am): Always build replacement
5639         header.
5640         * modules/ctype (Makefile.am): Likewise.
5641         * modules/dirent (Makefile.am): Likewise.
5642         * modules/inttypes (Makefile.am): Likewise.
5643         * modules/langinfo (Makefile.am): Likewise.
5644         * modules/locale (Makefile.am): Likewise.
5645         * modules/spawn (Makefile.am): Likewise.
5646         * modules/sys_file (Makefile.am): Likewise.
5647         * modules/sys_ioctl (Makefile.am): Likewise.
5648         * modules/sys_select (Makefile.am): Likewise.
5649         * modules/sys_socket (Makefile.am): Likewise.
5650         * modules/sys_times (Makefile.am): Likewise.
5651         * modules/sys_utsname (Makefile.am): Likewise.
5652         * modules/sys_wait (Makefile.am): Likewise.
5653         * modules/wchar (Makefile.am): Likewise.
5654         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5655         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5656         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5657         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5658         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5659         Likewise.
5660         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5661         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5662         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5663         Likewise.
5664         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5665         Likewise.
5666         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5667         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5668         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5669         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5670         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5671         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5672         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5673         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5674         (gl_WCHAR_H_DEFAULTS): Likewise.
5675
5676 2009-12-31  Eric Blake  <ebb9@byu.net>
5677
5678         signal, spawn: use link warnings
5679         * lib/signal.in.h (sigset_t): Make unconditional.
5680         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5681         (sigpending, sigprocmask, sigaction): Add link warnings.
5682         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5683         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5684         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5685         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5686         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5687         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5688         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5689         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5690         (posix_spawn_file_actions_destroy)
5691         (posix_spawn_file_actions_addopen)
5692         (posix_spawn_file_actions_addclose)
5693         (posix_spawn_file_actions_adddup2): Likewise.
5694         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5695         * tests/test-signal.c (main): Enhance test.
5696
5697         spawn: improve wrapper support
5698         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5699         (gl_SPAWN_H_DEFAULTS): New defaults.
5700         * modules/spawn (Makefile.am): Substitute them.
5701         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5702         Only declare if missing or broken.
5703
5704         sys_times, sys_utsname: use include_next
5705         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5706         header.
5707         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5708         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5709         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5710         * modules/sys_times (Depends-on): Add include_next.
5711         (Makefile.am): Substitute additional values.
5712         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5713         * lib/sys_times.in.h (includes): Include native header, if
5714         available.
5715         * lib/sys_utsname.in.h (includes): Likewise.
5716         * tests/test-sys_times.c (main): Enhance test.
5717
5718         fdutimensat: revert prior patch
5719         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5720         utimens.h.
5721         Reported by Bruno Haible.
5722
5723 2009-12-30  Eric Blake  <ebb9@byu.net>
5724
5725         sys_wait: drop link-warning dependency
5726         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5727         link-warning efforts.
5728         * lib/sys_wait.in.h: Likewise.
5729
5730         fdutimensat: remove bogus dependency
5731         * modules/fdutimensat (Depends-on): Drop inline.
5732
5733         unistd: fix typo
5734         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5735
5736 2009-12-30  Bruno Haible  <bruno@clisp.org>
5737
5738         Fix compilation error with Solaris cc.
5739         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5740         * lib/unicase/u16-is-invariant.c: Likewise.
5741         * lib/unicase/u32-is-invariant.c: Likewise.
5742         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5743
5744 2009-12-30  Bruno Haible  <bruno@clisp.org>
5745
5746         Fix test crash.
5747         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5748         locales.
5749         Reported by Simon Josefsson <simon@josefsson.org>.
5750
5751 2009-12-30  Bruno Haible  <bruno@clisp.org>
5752
5753         Fix compilation error on most platforms.
5754         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5755         Reported by Simon Josefsson <simon@josefsson.org>
5756         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5757
5758 2009-12-30  Eric Blake  <ebb9@byu.net>
5759
5760         futimens, utimensat: work around ntfs-3g bug
5761         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5762         a ctime bug is present, and expand workaround to cover ntfs-3g.
5763         * lib/utimens.c (fdutimens, lutimens): Likewise.
5764         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5765         (validate_timespec): Adjust return value.
5766         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5767         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5768         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5769
5770 2009-12-29  Eric Blake  <ebb9@byu.net>
5771
5772         link-warning: make usage consistent
5773         * modules/ctype (Depends-on): Add link-warning.
5774         (Makefile.am): Update rules accordingly.
5775         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5776         * modules/locale (Depends-on, Makefile.am): Likewise.
5777         * modules/sys_file (Makefile.am): Likewise.
5778         * modules/getopt-posix (Makefile.am): Delete unused link warning
5779         efforts.
5780         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5781         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5782         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5783         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5784
5785         stdio: remove unused variables
5786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5787         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5788         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5789
5790         tests: test more substitute headers
5791         * modules/ctype-tests: New file.
5792         * modules/dirent-tests: Likewise.
5793         * modules/spawn-tests: Likewise.
5794         * modules/sys_file-tests: Likewise.
5795         * modules/sys_ioctl-tests: Likewise.
5796         * modules/sys_wait-tests: Likewise.
5797         * tests/test-ctype.c: Likewise.
5798         * tests/test-dirent.c: Likewise.
5799         * tests/test-spawn.c: Likewise.
5800         * tests/test-sys_file.c: Likewise.
5801         * tests/test-sys_ioctl.c: Likewise.
5802         * tests/test-sys_wait.c: Likewise.
5803         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5804         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5805         whether or not flock is in use.
5806
5807         tests: remove License section from module
5808         * modules/arpa_inet-tests: Remove unneeded section.
5809         * modules/byteswap-tests: Likewise.
5810         * modules/ceilf-tests: Likewise.
5811         * modules/ceill-tests: Likewise.
5812         * modules/crypto/des-tests: Likewise.
5813         * modules/crypto/gc-arcfour-tests: Likewise.
5814         * modules/crypto/gc-arctwo-tests: Likewise.
5815         * modules/crypto/gc-des-tests: Likewise.
5816         * modules/crypto/gc-hmac-md5-tests: Likewise.
5817         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5818         * modules/crypto/gc-md2-tests: Likewise.
5819         * modules/crypto/gc-md4-tests: Likewise.
5820         * modules/crypto/gc-md5-tests: Likewise.
5821         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5822         * modules/crypto/gc-rijndael-tests: Likewise.
5823         * modules/crypto/gc-sha1-tests: Likewise.
5824         * modules/crypto/gc-tests: Likewise.
5825         * modules/crypto/md2-tests: Likewise.
5826         * modules/crypto/md4-tests: Likewise.
5827         * modules/fcntl-h-tests: Likewise.
5828         * modules/floorf-tests: Likewise.
5829         * modules/floorl-tests: Likewise.
5830         * modules/frexp-nolibm-tests: Likewise.
5831         * modules/frexp-tests: Likewise.
5832         * modules/frexpl-nolibm-tests: Likewise.
5833         * modules/frexpl-tests: Likewise.
5834         * modules/getaddrinfo-tests: Likewise.
5835         * modules/inttypes-tests: Likewise.
5836         * modules/isfinite-tests: Likewise.
5837         * modules/isinf-tests: Likewise.
5838         * modules/ldexpl-tests: Likewise.
5839         * modules/locale-tests: Likewise.
5840         * modules/math-tests: Likewise.
5841         * modules/netdb-tests: Likewise.
5842         * modules/netinet_in-tests: Likewise.
5843         * modules/printf-frexp-tests: Likewise.
5844         * modules/printf-frexpl-tests: Likewise.
5845         * modules/priv-set-tests: Likewise.
5846         * modules/random_r-tests: Likewise.
5847         * modules/round-tests: Likewise.
5848         * modules/roundf-tests: Likewise.
5849         * modules/roundl-tests: Likewise.
5850         * modules/search-tests: Likewise.
5851         * modules/select-tests: Likewise.
5852         * modules/signal-tests: Likewise.
5853         * modules/stdbool-tests: Likewise.
5854         * modules/stddef-tests: Likewise.
5855         * modules/stdint-tests: Likewise.
5856         * modules/stdio-tests: Likewise.
5857         * modules/stdlib-tests: Likewise.
5858         * modules/string-tests: Likewise.
5859         * modules/strings-tests: Likewise.
5860         * modules/sys_select-tests: Likewise.
5861         * modules/sys_socket-tests: Likewise.
5862         * modules/sys_stat-tests: Likewise.
5863         * modules/sys_time-tests: Likewise.
5864         * modules/sys_utsname-tests: Likewise.
5865         * modules/sysexits-tests: Likewise.
5866         * modules/time-tests: Likewise.
5867         * modules/trunc-tests: Likewise.
5868         * modules/truncf-tests: Likewise.
5869         * modules/truncl-tests: Likewise.
5870         * modules/tsearch-tests: Likewise.
5871         * modules/unistd-tests: Likewise.
5872         * modules/wchar-tests: Likewise.
5873         * modules/wctype-tests: Likewise.
5874
5875         tests: fix license on several tests
5876         * tests/test-des.c: Update to GPLv3+.
5877         * tests/test-flock.c: Likewise.
5878         * tests/test-fsync.c: Likewise.
5879         * tests/test-futimens.h: Likewise.
5880         * tests/test-gc-arcfour.c: Likewise.
5881         * tests/test-gc-arctwo.c: Likewise.
5882         * tests/test-gc-des.c: Likewise.
5883         * tests/test-gc-hmac-md5.c: Likewise.
5884         * tests/test-gc-hmac-sha1.c: Likewise.
5885         * tests/test-gc-md2.c: Likewise.
5886         * tests/test-gc-md4.c: Likewise.
5887         * tests/test-gc-md5.c: Likewise.
5888         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5889         * tests/test-gc-rijndael.c: Likewise.
5890         * tests/test-gc-sha1.c: Likewise.
5891         * tests/test-gc.c: Likewise.
5892         * tests/test-getcwd.c: Likewise.
5893         * tests/test-link.c: Likewise.
5894         * tests/test-link.h: Likewise.
5895         * tests/test-lutimens.h: Likewise.
5896         * tests/test-md2.c: Likewise.
5897         * tests/test-md4.c: Likewise.
5898         * tests/test-mkdir.h: Likewise.
5899         * tests/test-rename.c: Likewise.
5900         * tests/test-rename.h: Likewise.
5901         * tests/test-safe-alloc.c: Likewise.
5902         * tests/test-utimens-common.h: Likewise.
5903         * tests/test-utimens.h: Likewise.
5904
5905         maint: sync license texts
5906         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5907         * doc/gpl-3.0.texi: Revert copyright year update.
5908         * doc/lgpl-3.0.texi: Likewise.
5909
5910 2009-12-29  Jim Meyering  <meyering@redhat.com>
5911
5912         update nearly all FSF copyright year lists to include 2009
5913         The files named by the following are exempted:
5914             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5915               test -f "$dst" && { echo "$dst"; continue; }
5916               test -d "$dst" || continue
5917               echo "$dst"/$(basename "$src")
5918             done > exempt
5919             git ls-files tests/unictype >> exempt
5920         In the remaining files, convert to all-interval notation if
5921         - there is already at least one year interval like 2000-2003
5922         - the file is maintained by me
5923         - the file is in lib/uni*/, where that style already prevails
5924         Otherwise, use update-copyright's default.
5925
5926 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5927         and Eric Blake  <ebb9@byu.net>
5928
5929         tests: don't require debug system() to pass
5930         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5931         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5932         * tests/test-unlink.h (test_unlink_func): Likewise.
5933         * tests/test-fstatat.c (main): ...into callers.
5934         * tests/test-lstat.c (main): Likewise.
5935         * tests/test-rmdir.c (main): Likewise.
5936         * tests/test-unlink.c (main): Likewise.
5937         * tests/test-unlinkat.c (main): Likewise.
5938         * tests/test-areadlink-with-size.c (main): Don't require a
5939         debug-only system call to pass, aiding cross-testing to mingw.
5940         * tests/test-areadlink.c (main): Likewise.
5941         * tests/test-areadlinkat-with-size.c (main): Likewise.
5942         * tests/test-areadlinkat.c (main): Likewise.
5943         * tests/test-canonicalize-lgpl.c (main): Likewise.
5944         * tests/test-canonicalize.c (main): Likewise.
5945         * tests/test-chown.c (main): Likewise.
5946         * tests/test-fchownat.c (main): Likewise.
5947         * tests/test-lchown.c (main): Likewise.
5948         * tests/test-fdutimensat.c (main): Likewise.
5949         * tests/test-futimens.c (main): Likewise.
5950         * tests/test-link.c (main): Likewise.
5951         * tests/test-linkat.c (main): Likewise.
5952         * tests/test-mkdir.c (main): Likewise.
5953         * tests/test-mkdirat.c (main): Likewise.
5954         * tests/test-mkfifo.c (main): Likewise.
5955         * tests/test-mkfifoat.c (main): Likewise.
5956         * tests/test-mknod.c (main): Likewise.
5957         * tests/test-readlink.c (main): Likewise.
5958         * tests/test-remove.c (main): Likewise.
5959         * tests/test-rename.c (main): Likewise.
5960         * tests/test-renameat.c (main): Likewise.
5961         * tests/test-symlink.c (main): Likewise.
5962         * tests/test-symlinkat.c (main): Likewise.
5963         * tests/test-utimens.c (main): Likewise.
5964         * tests/test-utimensat.c (main): Likewise.
5965
5966 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5967
5968         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5969         on $(UNUSED_PARAMETER_H) to avoid build failure.
5970
5971 2009-12-28  Jim Meyering  <meyering@redhat.com>
5972
5973         update-copyright: you may specify a max. line length other than 72
5974         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5975
5976         maint: use consistent FSF copyright line syntax
5977         * lib/posixtm.c: Add missing comma in FSF copyright line.
5978         * lib/posixtm.h: Likewise.
5979         * lib/getugroups.c: Add missing ", Inc.".
5980
5981         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5982         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5983         FSF copyright line.  Remove trailing blanks.
5984
5985 2009-12-28  Eric Blake  <ebb9@byu.net>
5986
5987         test-dup2: reduce dependencies
5988         * modules/cloexec (Configure.ac): Set witness.
5989         * modules/dup2-tests (Depends-on): Drop cloexec.
5990         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5991         not present.
5992         Suggested by Bruno Haible.
5993
5994 2009-12-26  Bruno Haible  <bruno@clisp.org>
5995
5996         Remove an unneeded dependency.
5997         * modules/fseterr (Depends-on): Remove dup2.
5998
5999 2009-12-26  Eric Blake  <ebb9@byu.net>
6000
6001         tests: use macros.h in more places
6002         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
6003         (ASSERT_STREAM): Provide default of stderr.
6004         * tests/test-dirent-safer.c: Include macros.h, using alternate
6005         stream for assertions.
6006         * tests/test-dup-safer.c: Likewise.
6007         * tests/test-freopen-safer.c: Likewise.
6008         * tests/test-getopt.c: Likewise.
6009         * tests/test-openat-safer.c: Likewise.
6010         * tests/test-pipe.c: Likewise.
6011         * tests/test-popen-safer.c: Likewise.
6012         * modules/dirent-safer-tests (Files): Include macros.h.
6013         * modules/unistd-safer-tests (Files): Likewise.
6014         * modules/freopen-safer-tests (Files): Likewise.
6015         * modules/getopt-posix-tests (Files): Likewise.
6016         * modules/openat-safer-tests (Files): Likewise.
6017         * modules/pipe-tests (Files): Likewise.
6018
6019 2009-12-26  Bruno Haible  <bruno@clisp.org>
6020
6021         javacomp: Portability fix.
6022         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6023         that it also works on Solaris.
6024
6025 2009-12-26  Bruno Haible  <bruno@clisp.org>
6026
6027         localename: Fix storage allocation of gl_locale_name_thread's result.
6028         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6029         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6030         all platforms that have 'uselocale'.
6031         (gl_locale_name_thread_unsafe): New function, extracted from
6032         gl_locale_name_thread.
6033         (gl_locale_name_thread): Call struniq on all platforms that have
6034         'uselocale'.
6035         * tests/test-localename.c (test_locale_name_thread): Check that the
6036         resulting strings are permanently allocated.
6037         * modules/localename-tests (Depends-on): Add strdup.
6038
6039 2009-12-26  Bruno Haible  <bruno@clisp.org>
6040
6041         * tests/test-localename.c (categories): Fill in the strings.
6042
6043 2009-12-26  Jim Meyering  <meyering@redhat.com>
6044
6045         isdir: complete the removal of m4/isdir.m4
6046         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6047
6048         isdir: clean up, since at least grep still uses it
6049         * lib/isdir.c: Include "isdir.h".
6050         (S_ISDIR): Remove now-unneeded definition.
6051         * modules/isdir (Files): Add lib/isdir.h.
6052         * lib/isdir.h: New file, with declaration.
6053         * m4/isdir.m4: Remove file -- unneeded.
6054
6055 2009-12-25  Bruno Haible  <bruno@clisp.org>
6056
6057         selinux-h: Make generated .h files standalone.
6058         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6059         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6060         * lib/se-selinux.in.h: Likewise.
6061         * modules/selinux-h (Depends-on): Add unused-parameter.
6062         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6063         selinux/selinux.h and selinux/context.h.
6064         Suggested by Eric Blake.
6065
6066 2009-12-25  Bruno Haible  <bruno@clisp.org>
6067
6068         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6069         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6070         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6071         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6072         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6073
6074 2009-12-24  Bruno Haible  <bruno@clisp.org>
6075
6076         openat: Fix warning.
6077         * lib/openat-proc.c: Include <unistd.h>.
6078
6079 2009-12-24  Bruno Haible  <bruno@clisp.org>
6080
6081         New module 'unused-parameter'.
6082         * build-aux/unused-parameter.h: New file, extracted from earlier
6083         gnulib-common.m4.
6084         * modules/unused-parameter: New file.
6085         * lib/unistr.h: Include unused-parameter.h.
6086         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6087         _GL_UNUSED.
6088         * modules/unistr/base (Depends-on): Add unused-parameter.
6089
6090 2009-12-24  Bruno Haible  <bruno@clisp.org>
6091
6092         Add missing dependencies to 'extensions' module.
6093         * m4/extensions.m4: Add comment.
6094         * modules/accept4 (Depends-on): Add extensions.
6095         * modules/dup3 (Depends-on): Likewise.
6096         * modules/fcntl (Depends-on): Likewise.
6097         * modules/futimens (Depends-on): Likewise.
6098         * modules/mknod (Depends-on): Likewise.
6099         * modules/pipe2 (Depends-on): Likewise.
6100         * modules/stat-time (Depends-on): Likewise.
6101         * modules/strcasestr-simple (Depends-on): Likewise.
6102         * modules/strsignal (Depends-on): Likewise.
6103         * modules/utimensat (Depends-on): Likewise.
6104         * modules/localcharset (Depends-on): Likewise. Needed because of
6105         gl_FCNTL_O_FLAGS.
6106         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6107         AC_TYPE_MBSTATE_T.
6108         * modules/wcsnrtombs (Depends-on): Likewise.
6109         * modules/wcsrtombs (Depends-on): Likewise.
6110
6111 2009-12-24  Bruno Haible  <bruno@clisp.org>
6112
6113         binary-io: Avoid gcc warning due to SET_BINARY.
6114         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6115         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6116
6117 2009-12-24  Bruno Haible  <bruno@clisp.org>
6118
6119         Avoid future namespace pollution on glibc systems.
6120         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6121         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6122         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6123         glibc systems.
6124
6125 2009-12-24  Bruno Haible  <bruno@clisp.org>
6126
6127         Refactor common macros used in tests.
6128         * tests/macros.h: New file.
6129         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6130         and/or <stdlib.h>, if appropriate.
6131         (ASSERT, SIZEOF): Remove macros.
6132         * tests/test-areadlink-with-size.c: Likewise.
6133         * tests/test-areadlinkat.c: Likewise.
6134         * tests/test-areadlinkat-with-size.c: Likewise.
6135         * tests/test-argmatch.c: Likewise.
6136         * tests/test-argv-iter.c: Likewise.
6137         * tests/test-array-mergesort.c: Likewise.
6138         * tests/test-array_list.c: Likewise.
6139         * tests/test-array_oset.c: Likewise.
6140         * tests/test-avltree_list.c: Likewise.
6141         * tests/test-avltree_oset.c: Likewise.
6142         * tests/test-avltreehash_list.c: Likewise.
6143         * tests/test-base64.c: Likewise.
6144         * tests/test-binary-io.c: Likewise.
6145         * tests/test-bitrotate.c: Likewise.
6146         * tests/test-btowc.c: Likewise.
6147         * tests/test-byteswap.c: Likewise.
6148         * tests/test-c-ctype.c: Likewise.
6149         * tests/test-c-stack.c: Likewise.
6150         * tests/test-c-strcasecmp.c: Likewise.
6151         * tests/test-c-strcasestr.c: Likewise.
6152         * tests/test-c-strncasecmp.c: Likewise.
6153         * tests/test-c-strstr.c: Likewise.
6154         * tests/test-canonicalize-lgpl.c: Likewise.
6155         * tests/test-canonicalize.c: Likewise.
6156         * tests/test-carray_list.c: Likewise.
6157         * tests/test-ceilf1.c: Likewise.
6158         * tests/test-ceilf2.c: Likewise.
6159         * tests/test-ceill.c: Likewise.
6160         * tests/test-chown.c: Likewise.
6161         * tests/test-cloexec.c: Likewise.
6162         * tests/test-copy-acl.c: Likewise.
6163         * tests/test-copy-file.c: Likewise.
6164         * tests/test-count-one-bits.c: Likewise.
6165         * tests/test-dprintf-posix.c: Likewise.
6166         * tests/test-dup2.c: Likewise.
6167         * tests/test-dup3.c: Likewise.
6168         * tests/test-duplocale.c: Likewise.
6169         * tests/test-fbufmode.c: Likewise.
6170         * tests/test-fchdir.c: Likewise.
6171         * tests/test-fchownat.c: Likewise.
6172         * tests/test-fcntl-safer.c: Likewise.
6173         * tests/test-fcntl.c: Likewise.
6174         * tests/test-fdopendir.c: Likewise.
6175         * tests/test-fdutimensat.c: Likewise.
6176         * tests/test-fflush2.c: Likewise.
6177         * tests/test-file-has-acl.c: Likewise.
6178         * tests/test-filevercmp.c: Likewise.
6179         * tests/test-flock.c: Likewise.
6180         * tests/test-floorf1.c: Likewise.
6181         * tests/test-floorf2.c: Likewise.
6182         * tests/test-floorl.c: Likewise.
6183         * tests/test-fnmatch.c: Likewise.
6184         * tests/test-fopen.h: Likewise.
6185         * tests/test-fpending.c: Likewise.
6186         * tests/test-fprintf-posix.c: Likewise.
6187         * tests/test-fpurge.c: Likewise.
6188         * tests/test-freadable.c: Likewise.
6189         * tests/test-freadahead.c: Likewise.
6190         * tests/test-freading.c: Likewise.
6191         * tests/test-freadptr.c: Likewise.
6192         * tests/test-freadptr2.c: Likewise.
6193         * tests/test-freadseek.c: Likewise.
6194         * tests/test-freopen.c: Likewise.
6195         * tests/test-frexp.c: Likewise.
6196         * tests/test-frexpl.c: Likewise.
6197         * tests/test-fseek.c: Likewise.
6198         * tests/test-fseeko.c: Likewise.
6199         * tests/test-fstatat.c: Likewise.
6200         * tests/test-fstrcmp.c: Likewise.
6201         * tests/test-fsync.c: Likewise.
6202         * tests/test-ftell.c: Likewise.
6203         * tests/test-ftello.c: Likewise.
6204         * tests/test-func.c: Likewise.
6205         * tests/test-futimens.c: Likewise.
6206         * tests/test-fwritable.c: Likewise.
6207         * tests/test-fwriting.c: Likewise.
6208         * tests/test-getcwd.c: Likewise.
6209         * tests/test-getdate.c: Likewise.
6210         * tests/test-getdelim.c: Likewise.
6211         * tests/test-getdtablesize.c: Likewise.
6212         * tests/test-getgroups.c: Likewise.
6213         * tests/test-getline.c: Likewise.
6214         * tests/test-getndelim2.c: Likewise.
6215         * tests/test-glob.c: Likewise.
6216         * tests/test-hash.c: Likewise.
6217         * tests/test-i-ring.c: Likewise.
6218         * tests/test-iconv-utf.c: Likewise.
6219         * tests/test-iconv.c: Likewise.
6220         * tests/test-idpriv-drop.c: Likewise.
6221         * tests/test-idpriv-droptemp.c: Likewise.
6222         * tests/test-inet_ntop.c: Likewise.
6223         * tests/test-inet_pton.c: Likewise.
6224         * tests/test-isblank.c: Likewise.
6225         * tests/test-isfinite.c: Likewise.
6226         * tests/test-isinf.c: Likewise.
6227         * tests/test-isnan.c: Likewise.
6228         * tests/test-isnand.h: Likewise.
6229         * tests/test-isnanf.h: Likewise.
6230         * tests/test-isnanl.h: Likewise.
6231         * tests/test-lchown.c: Likewise.
6232         * tests/test-ldexpl.c: Likewise.
6233         * tests/test-link.c: Likewise.
6234         * tests/test-linkat.c: Likewise.
6235         * tests/test-linked_list.c: Likewise.
6236         * tests/test-linkedhash_list.c: Likewise.
6237         * tests/test-localename.c: Likewise.
6238         * tests/test-lseek.c: Likewise.
6239         * tests/test-lstat.c: Likewise.
6240         * tests/test-mbmemcasecmp.c: Likewise.
6241         * tests/test-mbmemcasecoll.c: Likewise.
6242         * tests/test-mbrtowc.c: Likewise.
6243         * tests/test-mbscasecmp.c: Likewise.
6244         * tests/test-mbscasestr1.c: Likewise.
6245         * tests/test-mbscasestr2.c: Likewise.
6246         * tests/test-mbscasestr3.c: Likewise.
6247         * tests/test-mbscasestr4.c: Likewise.
6248         * tests/test-mbschr.c: Likewise.
6249         * tests/test-mbscspn.c: Likewise.
6250         * tests/test-mbsinit.c: Likewise.
6251         * tests/test-mbsncasecmp.c: Likewise.
6252         * tests/test-mbsnrtowcs.c: Likewise.
6253         * tests/test-mbspbrk.c: Likewise.
6254         * tests/test-mbspcasecmp.c: Likewise.
6255         * tests/test-mbsrchr.c: Likewise.
6256         * tests/test-mbsrtowcs.c: Likewise.
6257         * tests/test-mbsspn.c: Likewise.
6258         * tests/test-mbsstr1.c: Likewise.
6259         * tests/test-mbsstr2.c: Likewise.
6260         * tests/test-mbsstr3.c: Likewise.
6261         * tests/test-memchr.c: Likewise.
6262         * tests/test-memchr2.c: Likewise.
6263         * tests/test-memcmp.c: Likewise.
6264         * tests/test-memmem.c: Likewise.
6265         * tests/test-memrchr.c: Likewise.
6266         * tests/test-mkdir.c: Likewise.
6267         * tests/test-mkdirat.c: Likewise.
6268         * tests/test-mkfifo.c: Likewise.
6269         * tests/test-mkfifoat.c: Likewise.
6270         * tests/test-mknod.c: Likewise.
6271         * tests/test-nanosleep.c: Likewise.
6272         * tests/test-nl_langinfo.c: Likewise.
6273         * tests/test-obstack-printf.c: Likewise.
6274         * tests/test-open.c: Likewise.
6275         * tests/test-openat.c: Likewise.
6276         * tests/test-pipe-filter-gi1.c: Likewise.
6277         * tests/test-pipe-filter-gi2-main.c: Likewise.
6278         * tests/test-pipe-filter-ii1.c: Likewise.
6279         * tests/test-pipe-filter-ii2-main.c: Likewise.
6280         * tests/test-pipe2.c: Likewise.
6281         * tests/test-popen.h: Likewise.
6282         * tests/test-posixtm.c: Likewise.
6283         * tests/test-pread.c: Likewise.
6284         * tests/test-printf-frexp.c: Likewise.
6285         * tests/test-printf-frexpl.c: Likewise.
6286         * tests/test-printf-posix.c: Likewise.
6287         * tests/test-priv-set.c: Likewise.
6288         * tests/test-quotearg.c: Likewise.
6289         * tests/test-random_r.c: Likewise.
6290         * tests/test-rawmemchr.c: Likewise.
6291         * tests/test-rbtree_list.c: Likewise.
6292         * tests/test-rbtree_oset.c: Likewise.
6293         * tests/test-rbtreehash_list.c: Likewise.
6294         * tests/test-readlink.c: Likewise.
6295         * tests/test-remove.c: Likewise.
6296         * tests/test-rename.c: Likewise.
6297         * tests/test-renameat.c: Likewise.
6298         * tests/test-rmdir.c: Likewise.
6299         * tests/test-round1.c: Likewise.
6300         * tests/test-roundf1.c: Likewise.
6301         * tests/test-roundl.c: Likewise.
6302         * tests/test-safe-alloc.c: Likewise.
6303         * tests/test-sameacls.c: Likewise.
6304         * tests/test-set-mode-acl.c: Likewise.
6305         * tests/test-setenv.c: Likewise.
6306         * tests/test-sigaction.c: Likewise.
6307         * tests/test-signbit.c: Likewise.
6308         * tests/test-sleep.c: Likewise.
6309         * tests/test-snprintf-posix.c: Likewise.
6310         * tests/test-snprintf.c: Likewise.
6311         * tests/test-sprintf-posix.c: Likewise.
6312         * tests/test-stat-time.c: Likewise.
6313         * tests/test-stat.c: Likewise.
6314         * tests/test-strcasestr.c: Likewise.
6315         * tests/test-strchrnul.c: Likewise.
6316         * tests/test-strerror.c: Likewise.
6317         * tests/test-striconv.c: Likewise.
6318         * tests/test-striconveh.c: Likewise.
6319         * tests/test-striconveha.c: Likewise.
6320         * tests/test-strsignal.c: Likewise.
6321         * tests/test-strstr.c: Likewise.
6322         * tests/test-strtod.c: Likewise.
6323         * tests/test-strverscmp.c: Likewise.
6324         * tests/test-symlink.c: Likewise.
6325         * tests/test-symlinkat.c: Likewise.
6326         * tests/test-trunc1.c: Likewise.
6327         * tests/test-trunc2.c: Likewise.
6328         * tests/test-truncf1.c: Likewise.
6329         * tests/test-truncf2.c: Likewise.
6330         * tests/test-truncl.c: Likewise.
6331         * tests/test-uname.c: Likewise.
6332         * tests/test-unlink.c: Likewise.
6333         * tests/test-unlinkat.c: Likewise.
6334         * tests/test-unsetenv.c: Likewise.
6335         * tests/test-usleep.c: Likewise.
6336         * tests/test-utimens.c: Likewise.
6337         * tests/test-utimensat.c: Likewise.
6338         * tests/test-vasnprintf-posix.c: Likewise.
6339         * tests/test-vasnprintf-posix2.c: Likewise.
6340         * tests/test-vasnprintf.c: Likewise.
6341         * tests/test-vasprintf-posix.c: Likewise.
6342         * tests/test-vasprintf.c: Likewise.
6343         * tests/test-vdprintf-posix.c: Likewise.
6344         * tests/test-vfprintf-posix.c: Likewise.
6345         * tests/test-vprintf-posix.c: Likewise.
6346         * tests/test-vsnprintf-posix.c: Likewise.
6347         * tests/test-vsnprintf.c: Likewise.
6348         * tests/test-vsprintf-posix.c: Likewise.
6349         * tests/test-wcrtomb.c: Likewise.
6350         * tests/test-wcsnrtombs.c: Likewise.
6351         * tests/test-wcsrtombs.c: Likewise.
6352         * tests/test-wctype.c: Likewise.
6353         * tests/test-wcwidth.c: Likewise.
6354         * tests/test-xfprintf-posix.c: Likewise.
6355         * tests/test-xmemdup0.c: Likewise.
6356         * tests/test-xprintf-posix.c: Likewise.
6357         * tests/test-xvasprintf.c: Likewise.
6358         * tests/unicase/test-locale-language.c: Likewise.
6359         * tests/unicase/test-mapping-part1.h: Likewise.
6360         * tests/unicase/test-predicate-part1.h: Likewise.
6361         * tests/unicase/test-u8-casecmp.c: Likewise.
6362         * tests/unicase/test-u8-casecoll.c: Likewise.
6363         * tests/unicase/test-u8-casefold.c: Likewise.
6364         * tests/unicase/test-u8-is-cased.c: Likewise.
6365         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6366         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6367         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6368         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6369         * tests/unicase/test-u8-tolower.c: Likewise.
6370         * tests/unicase/test-u8-totitle.c: Likewise.
6371         * tests/unicase/test-u8-toupper.c: Likewise.
6372         * tests/unicase/test-u16-casecmp.c: Likewise.
6373         * tests/unicase/test-u16-casecoll.c: Likewise.
6374         * tests/unicase/test-u16-casefold.c: Likewise.
6375         * tests/unicase/test-u16-is-cased.c: Likewise.
6376         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6377         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6378         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6379         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6380         * tests/unicase/test-u16-tolower.c: Likewise.
6381         * tests/unicase/test-u16-totitle.c: Likewise.
6382         * tests/unicase/test-u16-toupper.c: Likewise.
6383         * tests/unicase/test-u32-casecmp.c: Likewise.
6384         * tests/unicase/test-u32-casecoll.c: Likewise.
6385         * tests/unicase/test-u32-casefold.c: Likewise.
6386         * tests/unicase/test-u32-is-cased.c: Likewise.
6387         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6388         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6389         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6390         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6391         * tests/unicase/test-u32-tolower.c: Likewise.
6392         * tests/unicase/test-u32-totitle.c: Likewise.
6393         * tests/unicase/test-u32-toupper.c: Likewise.
6394         * tests/unicase/test-ulc-casecmp.c: Likewise.
6395         * tests/unicase/test-ulc-casecoll.c: Likewise.
6396         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6397         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6398         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6399         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6400         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6401         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6402         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6403         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6404         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6405         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6406         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6407         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6408         * tests/unictype/test-bidi_byname.c: Likewise.
6409         * tests/unictype/test-bidi_name.c: Likewise.
6410         * tests/unictype/test-bidi_of.c: Likewise.
6411         * tests/unictype/test-bidi_test.c: Likewise.
6412         * tests/unictype/test-block_list.c: Likewise.
6413         * tests/unictype/test-block_of.c: Likewise.
6414         * tests/unictype/test-block_test.c: Likewise.
6415         * tests/unictype/test-categ_and.c: Likewise.
6416         * tests/unictype/test-categ_and_not.c: Likewise.
6417         * tests/unictype/test-categ_byname.c: Likewise.
6418         * tests/unictype/test-categ_name.c: Likewise.
6419         * tests/unictype/test-categ_none.c: Likewise.
6420         * tests/unictype/test-categ_of.c: Likewise.
6421         * tests/unictype/test-categ_or.c: Likewise.
6422         * tests/unictype/test-categ_test_withtable.c: Likewise.
6423         * tests/unictype/test-combining.c: Likewise.
6424         * tests/unictype/test-decdigit.c: Likewise.
6425         * tests/unictype/test-digit.c: Likewise.
6426         * tests/unictype/test-mirror.c: Likewise.
6427         * tests/unictype/test-numeric.c: Likewise.
6428         * tests/unictype/test-pr_byname.c: Likewise.
6429         * tests/unictype/test-pr_test.c: Likewise.
6430         * tests/unictype/test-predicate-part1.h: Likewise.
6431         * tests/unictype/test-scripts.c: Likewise.
6432         * tests/unictype/test-sy_c_ident.c: Likewise.
6433         * tests/unictype/test-sy_java_ident.c: Likewise.
6434         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6435         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6436         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6437         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6438         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6439         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6440         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6441         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6442         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6443         * tests/uninorm/test-compat-decomposition.c: Likewise.
6444         * tests/uninorm/test-composition.c: Likewise.
6445         * tests/uninorm/test-decomposing-form.c: Likewise.
6446         * tests/uninorm/test-decomposition.c: Likewise.
6447         * tests/uninorm/test-u8-nfc.c: Likewise.
6448         * tests/uninorm/test-u8-nfd.c: Likewise.
6449         * tests/uninorm/test-u8-nfkc.c: Likewise.
6450         * tests/uninorm/test-u8-nfkd.c: Likewise.
6451         * tests/uninorm/test-u8-normcmp.c: Likewise.
6452         * tests/uninorm/test-u8-normcoll.c: Likewise.
6453         * tests/uninorm/test-u16-nfc.c: Likewise.
6454         * tests/uninorm/test-u16-nfd.c: Likewise.
6455         * tests/uninorm/test-u16-nfkc.c: Likewise.
6456         * tests/uninorm/test-u16-nfkd.c: Likewise.
6457         * tests/uninorm/test-u16-normcmp.c: Likewise.
6458         * tests/uninorm/test-u16-normcoll.c: Likewise.
6459         * tests/uninorm/test-u32-nfc.c: Likewise.
6460         * tests/uninorm/test-u32-nfd.c: Likewise.
6461         * tests/uninorm/test-u32-nfkc.c: Likewise.
6462         * tests/uninorm/test-u32-nfkd.c: Likewise.
6463         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6464         * tests/uninorm/test-u32-normcmp.c: Likewise.
6465         * tests/uninorm/test-u32-normcoll.c: Likewise.
6466         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6467         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6468         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6469         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6470         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6471         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6472         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6473         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6474         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6475         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6476         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6477         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6478         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6479         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6480         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6481         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6482         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6483         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6484         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6485         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6486         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6487         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6488         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6489         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6490         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6491         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6492         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6493         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6494         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6495         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6496         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6497         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6498         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6499         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6500         * tests/uniwidth/test-u8-width.c: Likewise.
6501         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6502         * tests/uniwidth/test-u16-width.c: Likewise.
6503         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6504         * tests/uniwidth/test-u32-width.c: Likewise.
6505         * tests/uniwidth/test-uc_width.c: Likewise.
6506         * tests/uniwidth/test-uc_width2.c: Likewise.
6507         * modules/acl-tests (Files): Add tests/macros.h.
6508         * modules/areadlink-tests (Files): Likewise.
6509         * modules/areadlink-with-size-tests (Files): Likewise.
6510         * modules/areadlinkat-tests (Files): Likewise.
6511         * modules/areadlinkat-with-size-tests (Files): Likewise.
6512         * modules/argmatch-tests (Files): Likewise.
6513         * modules/argv-iter-tests (Files): Likewise.
6514         * modules/array-list-tests (Files): Likewise.
6515         * modules/array-mergesort-tests (Files): Likewise.
6516         * modules/array-oset-tests (Files): Likewise.
6517         * modules/avltree-list-tests (Files): Likewise.
6518         * modules/avltree-oset-tests (Files): Likewise.
6519         * modules/avltreehash-list-tests (Files): Likewise.
6520         * modules/base64-tests (Files): Likewise.
6521         * modules/binary-io-tests (Files): Likewise.
6522         * modules/bitrotate-tests (Files): Likewise.
6523         * modules/btowc-tests (Files): Likewise.
6524         * modules/byteswap-tests (Files): Likewise.
6525         * modules/c-ctype-tests (Files): Likewise.
6526         * modules/c-stack-tests (Files): Likewise.
6527         * modules/c-strcase-tests (Files): Likewise.
6528         * modules/c-strcasestr-tests (Files): Likewise.
6529         * modules/c-strstr-tests (Files): Likewise.
6530         * modules/canonicalize-lgpl-tests (Files): Likewise.
6531         * modules/canonicalize-tests (Files): Likewise.
6532         * modules/carray-list-tests (Files): Likewise.
6533         * modules/ceilf-tests (Files): Likewise.
6534         * modules/ceill-tests (Files): Likewise.
6535         * modules/chown-tests (Files): Likewise.
6536         * modules/cloexec-tests (Files): Likewise.
6537         * modules/copy-file-tests (Files): Likewise.
6538         * modules/count-one-bits-tests (Files): Likewise.
6539         * modules/dprintf-posix-tests (Files): Likewise.
6540         * modules/dup2-tests (Files): Likewise.
6541         * modules/dup3-tests (Files): Likewise.
6542         * modules/duplocale-tests (Files): Likewise.
6543         * modules/fbufmode-tests (Files): Likewise.
6544         * modules/fchdir-tests (Files): Likewise.
6545         * modules/fcntl-safer-tests (Files): Likewise.
6546         * modules/fcntl-tests (Files): Likewise.
6547         * modules/fdopendir-tests (Files): Likewise.
6548         * modules/fdutimensat-tests (Files): Likewise.
6549         * modules/fflush-tests (Files): Likewise.
6550         * modules/filevercmp-tests (Files): Likewise.
6551         * modules/flock-tests (Files): Likewise.
6552         * modules/floorf-tests (Files): Likewise.
6553         * modules/floorl-tests (Files): Likewise.
6554         * modules/fnmatch-tests (Files): Likewise.
6555         * modules/fopen-safer-tests (Files): Likewise.
6556         * modules/fopen-tests (Files): Likewise.
6557         * modules/fpending-tests (Files): Likewise.
6558         * modules/fprintf-posix-tests (Files): Likewise.
6559         * modules/fpurge-tests (Files): Likewise.
6560         * modules/freadable-tests (Files): Likewise.
6561         * modules/freadahead-tests (Files): Likewise.
6562         * modules/freading-tests (Files): Likewise.
6563         * modules/freadptr-tests (Files): Likewise.
6564         * modules/freadseek-tests (Files): Likewise.
6565         * modules/freopen-tests (Files): Likewise.
6566         * modules/frexp-nolibm-tests (Files): Likewise.
6567         * modules/frexp-tests (Files): Likewise.
6568         * modules/frexpl-nolibm-tests (Files): Likewise.
6569         * modules/frexpl-tests (Files): Likewise.
6570         * modules/fseek-tests (Files): Likewise.
6571         * modules/fseeko-tests (Files): Likewise.
6572         * modules/fstrcmp-tests (Files): Likewise.
6573         * modules/fsync-tests (Files): Likewise.
6574         * modules/ftell-tests (Files): Likewise.
6575         * modules/ftello-tests (Files): Likewise.
6576         * modules/func-tests (Files): Likewise.
6577         * modules/futimens-tests (Files): Likewise.
6578         * modules/fwritable-tests (Files): Likewise.
6579         * modules/fwriting-tests (Files): Likewise.
6580         * modules/getcwd-tests (Files): Likewise.
6581         * modules/getdate-tests (Files): Likewise.
6582         * modules/getdelim-tests (Files): Likewise.
6583         * modules/getdtablesize-tests (Files): Likewise.
6584         * modules/getgroups-tests (Files): Likewise.
6585         * modules/getline-tests (Files): Likewise.
6586         * modules/getndelim2-tests (Files): Likewise.
6587         * modules/glob-tests (Files): Likewise.
6588         * modules/hash-tests (Files): Likewise.
6589         * modules/i-ring-tests (Files): Likewise.
6590         * modules/iconv-tests (Files): Likewise.
6591         * modules/iconv_open-utf-tests (Files): Likewise.
6592         * modules/idpriv-drop-tests (Files): Likewise.
6593         * modules/idpriv-droptemp-tests (Files): Likewise.
6594         * modules/inet_ntop-tests (Files): Likewise.
6595         * modules/inet_pton-tests (Files): Likewise.
6596         * modules/isblank-tests (Files): Likewise.
6597         * modules/isfinite-tests (Files): Likewise.
6598         * modules/isinf-tests (Files): Likewise.
6599         * modules/isnan-tests (Files): Likewise.
6600         * modules/isnand-nolibm-tests (Files): Likewise.
6601         * modules/isnand-tests (Files): Likewise.
6602         * modules/isnanf-nolibm-tests (Files): Likewise.
6603         * modules/isnanf-tests (Files): Likewise.
6604         * modules/isnanl-nolibm-tests (Files): Likewise.
6605         * modules/isnanl-tests (Files): Likewise.
6606         * modules/lchown-tests (Files): Likewise.
6607         * modules/ldexpl-tests (Files): Likewise.
6608         * modules/link-tests (Files): Likewise.
6609         * modules/linkat-tests (Files): Likewise.
6610         * modules/linked-list-tests (Files): Likewise.
6611         * modules/linkedhash-list-tests (Files): Likewise.
6612         * modules/localename-tests (Files): Likewise.
6613         * modules/lseek-tests (Files): Likewise.
6614         * modules/lstat-tests (Files): Likewise.
6615         * modules/mbmemcasecmp-tests (Files): Likewise.
6616         * modules/mbmemcasecoll-tests (Files): Likewise.
6617         * modules/mbrtowc-tests (Files): Likewise.
6618         * modules/mbscasecmp-tests (Files): Likewise.
6619         * modules/mbscasestr-tests (Files): Likewise.
6620         * modules/mbschr-tests (Files): Likewise.
6621         * modules/mbscspn-tests (Files): Likewise.
6622         * modules/mbsinit-tests (Files): Likewise.
6623         * modules/mbsncasecmp-tests (Files): Likewise.
6624         * modules/mbsnrtowcs-tests (Files): Likewise.
6625         * modules/mbspbrk-tests (Files): Likewise.
6626         * modules/mbspcasecmp-tests (Files): Likewise.
6627         * modules/mbsrchr-tests (Files): Likewise.
6628         * modules/mbsrtowcs-tests (Files): Likewise.
6629         * modules/mbsspn-tests (Files): Likewise.
6630         * modules/mbsstr-tests (Files): Likewise.
6631         * modules/memchr-tests (Files): Likewise.
6632         * modules/memchr2-tests (Files): Likewise.
6633         * modules/memcmp-tests (Files): Likewise.
6634         * modules/memmem-tests (Files): Likewise.
6635         * modules/memrchr-tests (Files): Likewise.
6636         * modules/mkdir-tests (Files): Likewise.
6637         * modules/mkfifo-tests (Files): Likewise.
6638         * modules/mkfifoat-tests (Files): Likewise.
6639         * modules/mknod-tests (Files): Likewise.
6640         * modules/nanosleep-tests (Files): Likewise.
6641         * modules/nl_langinfo-tests (Files): Likewise.
6642         * modules/obstack-printf-tests (Files): Likewise.
6643         * modules/open-tests (Files): Likewise.
6644         * modules/openat-tests (Files): Likewise.
6645         * modules/pipe-filter-gi-tests (Files): Likewise.
6646         * modules/pipe-filter-ii-tests (Files): Likewise.
6647         * modules/pipe2-tests (Files): Likewise.
6648         * modules/popen-safer-tests (Files): Likewise.
6649         * modules/popen-tests (Files): Likewise.
6650         * modules/posixtm-tests (Files): Likewise.
6651         * modules/pread-tests (Files): Likewise.
6652         * modules/printf-frexp-tests (Files): Likewise.
6653         * modules/printf-frexpl-tests (Files): Likewise.
6654         * modules/printf-posix-tests (Files): Likewise.
6655         * modules/priv-set-tests (Files): Likewise.
6656         * modules/quotearg-tests (Files): Likewise.
6657         * modules/random_r-tests (Files): Likewise.
6658         * modules/rawmemchr-tests (Files): Likewise.
6659         * modules/rbtree-list-tests (Files): Likewise.
6660         * modules/rbtree-oset-tests (Files): Likewise.
6661         * modules/rbtreehash-list-tests (Files): Likewise.
6662         * modules/readlink-tests (Files): Likewise.
6663         * modules/remove-tests (Files): Likewise.
6664         * modules/rename-tests (Files): Likewise.
6665         * modules/renameat-tests (Files): Likewise.
6666         * modules/rmdir-tests (Files): Likewise.
6667         * modules/round-tests (Files): Likewise.
6668         * modules/roundf-tests (Files): Likewise.
6669         * modules/roundl-tests (Files): Likewise.
6670         * modules/safe-alloc-tests (Files): Likewise.
6671         * modules/setenv-tests (Files): Likewise.
6672         * modules/sigaction-tests (Files): Likewise.
6673         * modules/signbit-tests (Files): Likewise.
6674         * modules/sleep-tests (Files): Likewise.
6675         * modules/snprintf-posix-tests (Files): Likewise.
6676         * modules/snprintf-tests (Files): Likewise.
6677         * modules/sprintf-posix-tests (Files): Likewise.
6678         * modules/stat-tests (Files): Likewise.
6679         * modules/stat-time-tests (Files): Likewise.
6680         * modules/strcasestr-tests (Files): Likewise.
6681         * modules/strchrnul-tests (Files): Likewise.
6682         * modules/strerror-tests (Files): Likewise.
6683         * modules/striconv-tests (Files): Likewise.
6684         * modules/striconveh-tests (Files): Likewise.
6685         * modules/striconveha-tests (Files): Likewise.
6686         * modules/strsignal-tests (Files): Likewise.
6687         * modules/strstr-tests (Files): Likewise.
6688         * modules/strtod-tests (Files): Likewise.
6689         * modules/strverscmp-tests (Files): Likewise.
6690         * modules/symlink-tests (Files): Likewise.
6691         * modules/symlinkat-tests (Files): Likewise.
6692         * modules/trunc-tests (Files): Likewise.
6693         * modules/truncf-tests (Files): Likewise.
6694         * modules/truncl-tests (Files): Likewise.
6695         * modules/uname-tests (Files): Likewise.
6696         * modules/unicase/cased-tests (Files): Likewise.
6697         * modules/unicase/ignorable-tests (Files): Likewise.
6698         * modules/unicase/locale-language-tests (Files): Likewise.
6699         * modules/unicase/tolower-tests (Files): Likewise.
6700         * modules/unicase/totitle-tests (Files): Likewise.
6701         * modules/unicase/toupper-tests (Files): Likewise.
6702         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6703         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6704         * modules/unicase/u8-casefold-tests (Files): Likewise.
6705         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6706         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6707         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6708         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6709         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6710         * modules/unicase/u8-tolower-tests (Files): Likewise.
6711         * modules/unicase/u8-totitle-tests (Files): Likewise.
6712         * modules/unicase/u8-toupper-tests (Files): Likewise.
6713         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6714         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6715         * modules/unicase/u16-casefold-tests (Files): Likewise.
6716         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6717         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6718         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6719         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6720         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6721         * modules/unicase/u16-tolower-tests (Files): Likewise.
6722         * modules/unicase/u16-totitle-tests (Files): Likewise.
6723         * modules/unicase/u16-toupper-tests (Files): Likewise.
6724         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6725         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6726         * modules/unicase/u32-casefold-tests (Files): Likewise.
6727         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6728         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6729         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6730         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6731         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6732         * modules/unicase/u32-tolower-tests (Files): Likewise.
6733         * modules/unicase/u32-totitle-tests (Files): Likewise.
6734         * modules/unicase/u32-toupper-tests (Files): Likewise.
6735         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6736         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6737         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6738         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6739         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6740         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6741         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6742         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6743         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6744         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6745         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6746         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6747         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6748         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6749         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6750         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6751         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6752         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6753         * modules/unictype/block-list-tests (Files): Likewise.
6754         * modules/unictype/block-of-tests (Files): Likewise.
6755         * modules/unictype/block-test-tests (Files): Likewise.
6756         * modules/unictype/category-C-tests (Files): Likewise.
6757         * modules/unictype/category-Cc-tests (Files): Likewise.
6758         * modules/unictype/category-Cf-tests (Files): Likewise.
6759         * modules/unictype/category-Cn-tests (Files): Likewise.
6760         * modules/unictype/category-Co-tests (Files): Likewise.
6761         * modules/unictype/category-Cs-tests (Files): Likewise.
6762         * modules/unictype/category-L-tests (Files): Likewise.
6763         * modules/unictype/category-Ll-tests (Files): Likewise.
6764         * modules/unictype/category-Lm-tests (Files): Likewise.
6765         * modules/unictype/category-Lo-tests (Files): Likewise.
6766         * modules/unictype/category-Lt-tests (Files): Likewise.
6767         * modules/unictype/category-Lu-tests (Files): Likewise.
6768         * modules/unictype/category-M-tests (Files): Likewise.
6769         * modules/unictype/category-Mc-tests (Files): Likewise.
6770         * modules/unictype/category-Me-tests (Files): Likewise.
6771         * modules/unictype/category-Mn-tests (Files): Likewise.
6772         * modules/unictype/category-N-tests (Files): Likewise.
6773         * modules/unictype/category-Nd-tests (Files): Likewise.
6774         * modules/unictype/category-Nl-tests (Files): Likewise.
6775         * modules/unictype/category-No-tests (Files): Likewise.
6776         * modules/unictype/category-P-tests (Files): Likewise.
6777         * modules/unictype/category-Pc-tests (Files): Likewise.
6778         * modules/unictype/category-Pd-tests (Files): Likewise.
6779         * modules/unictype/category-Pe-tests (Files): Likewise.
6780         * modules/unictype/category-Pf-tests (Files): Likewise.
6781         * modules/unictype/category-Pi-tests (Files): Likewise.
6782         * modules/unictype/category-Po-tests (Files): Likewise.
6783         * modules/unictype/category-Ps-tests (Files): Likewise.
6784         * modules/unictype/category-S-tests (Files): Likewise.
6785         * modules/unictype/category-Sc-tests (Files): Likewise.
6786         * modules/unictype/category-Sk-tests (Files): Likewise.
6787         * modules/unictype/category-Sm-tests (Files): Likewise.
6788         * modules/unictype/category-So-tests (Files): Likewise.
6789         * modules/unictype/category-Z-tests (Files): Likewise.
6790         * modules/unictype/category-Zl-tests (Files): Likewise.
6791         * modules/unictype/category-Zp-tests (Files): Likewise.
6792         * modules/unictype/category-Zs-tests (Files): Likewise.
6793         * modules/unictype/category-and-not-tests (Files): Likewise.
6794         * modules/unictype/category-and-tests (Files): Likewise.
6795         * modules/unictype/category-byname-tests (Files): Likewise.
6796         * modules/unictype/category-name-tests (Files): Likewise.
6797         * modules/unictype/category-none-tests (Files): Likewise.
6798         * modules/unictype/category-of-tests (Files): Likewise.
6799         * modules/unictype/category-or-tests (Files): Likewise.
6800         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6801         * modules/unictype/combining-class-tests (Files): Likewise.
6802         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6803         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6804         * modules/unictype/ctype-blank-tests (Files): Likewise.
6805         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6806         * modules/unictype/ctype-digit-tests (Files): Likewise.
6807         * modules/unictype/ctype-graph-tests (Files): Likewise.
6808         * modules/unictype/ctype-lower-tests (Files): Likewise.
6809         * modules/unictype/ctype-print-tests (Files): Likewise.
6810         * modules/unictype/ctype-punct-tests (Files): Likewise.
6811         * modules/unictype/ctype-space-tests (Files): Likewise.
6812         * modules/unictype/ctype-upper-tests (Files): Likewise.
6813         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6814         * modules/unictype/decimal-digit-tests (Files): Likewise.
6815         * modules/unictype/digit-tests (Files): Likewise.
6816         * modules/unictype/mirror-tests (Files): Likewise.
6817         * modules/unictype/numeric-tests (Files): Likewise.
6818         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6819         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6820         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6821         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6822         Likewise.
6823         * modules/unictype/property-bidi-block-separator-tests (Files):
6824         Likewise.
6825         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6826         Likewise.
6827         * modules/unictype/property-bidi-common-separator-tests (Files):
6828         Likewise.
6829         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6830         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6831         Likewise.
6832         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6833         Likewise.
6834         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6835         Likewise.
6836         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6837         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6838         Likewise.
6839         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6840         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6841         Likewise.
6842         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6843         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6844         * modules/unictype/property-bidi-segment-separator-tests (Files):
6845         Likewise.
6846         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6847         * modules/unictype/property-byname-tests (Files): Likewise.
6848         * modules/unictype/property-combining-tests (Files): Likewise.
6849         * modules/unictype/property-composite-tests (Files): Likewise.
6850         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6851         * modules/unictype/property-dash-tests (Files): Likewise.
6852         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6853         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6854         Likewise.
6855         * modules/unictype/property-deprecated-tests (Files): Likewise.
6856         * modules/unictype/property-diacritic-tests (Files): Likewise.
6857         * modules/unictype/property-extender-tests (Files): Likewise.
6858         * modules/unictype/property-format-control-tests (Files): Likewise.
6859         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6860         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6861         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6862         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6863         * modules/unictype/property-hyphen-tests (Files): Likewise.
6864         * modules/unictype/property-id-continue-tests (Files): Likewise.
6865         * modules/unictype/property-id-start-tests (Files): Likewise.
6866         * modules/unictype/property-ideographic-tests (Files): Likewise.
6867         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6868         * modules/unictype/property-ids-trinary-operator-tests (Files):
6869         Likewise.
6870         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6871         * modules/unictype/property-iso-control-tests (Files): Likewise.
6872         * modules/unictype/property-join-control-tests (Files): Likewise.
6873         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6874         * modules/unictype/property-line-separator-tests (Files): Likewise.
6875         * modules/unictype/property-logical-order-exception-tests (Files):
6876         Likewise.
6877         * modules/unictype/property-lowercase-tests (Files): Likewise.
6878         * modules/unictype/property-math-tests (Files): Likewise.
6879         * modules/unictype/property-non-break-tests (Files): Likewise.
6880         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6881         * modules/unictype/property-numeric-tests (Files): Likewise.
6882         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6883         * modules/unictype/property-other-default-ignorable-code-point-tests
6884         (Files): Likewise.
6885         * modules/unictype/property-other-grapheme-extend-tests (Files):
6886         Likewise.
6887         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6888         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6889         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6890         * modules/unictype/property-other-math-tests (Files): Likewise.
6891         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6892         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6893         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6894         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6895         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6896         * modules/unictype/property-private-use-tests (Files): Likewise.
6897         * modules/unictype/property-punctuation-tests (Files): Likewise.
6898         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6899         * modules/unictype/property-radical-tests (Files): Likewise.
6900         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6901         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6902         * modules/unictype/property-space-tests (Files): Likewise.
6903         * modules/unictype/property-terminal-punctuation-tests (Files):
6904         Likewise.
6905         * modules/unictype/property-test-tests (Files): Likewise.
6906         * modules/unictype/property-titlecase-tests (Files): Likewise.
6907         * modules/unictype/property-unassigned-code-value-tests (Files):
6908         Likewise.
6909         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6910         * modules/unictype/property-uppercase-tests (Files): Likewise.
6911         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6912         * modules/unictype/property-white-space-tests (Files): Likewise.
6913         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6914         * modules/unictype/property-xid-start-tests (Files): Likewise.
6915         * modules/unictype/property-zero-width-tests (Files): Likewise.
6916         * modules/unictype/scripts-tests (Files): Likewise.
6917         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6918         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6919         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6920         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6921         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6922         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6923         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6924         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6925         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6926         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6927         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6928         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6929         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6930         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6931         * modules/uninorm/composition-tests (Files): Likewise.
6932         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6933         * modules/uninorm/decomposition-tests (Files): Likewise.
6934         * modules/uninorm/filter-tests (Files): Likewise.
6935         * modules/uninorm/nfc-tests (Files): Likewise.
6936         * modules/uninorm/nfd-tests (Files): Likewise.
6937         * modules/uninorm/nfkc-tests (Files): Likewise.
6938         * modules/uninorm/nfkd-tests (Files): Likewise.
6939         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6940         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6941         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6942         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6943         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6944         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6945         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6946         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6947         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6948         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6949         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6950         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6951         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6952         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6953         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6954         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6955         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6956         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6957         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6958         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6959         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6960         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6961         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6962         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6963         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6964         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6965         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6966         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6967         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6968         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6969         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6970         * modules/uniwidth/u8-width-tests (Files): Likewise.
6971         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6972         * modules/uniwidth/u16-width-tests (Files): Likewise.
6973         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6974         * modules/uniwidth/u32-width-tests (Files): Likewise.
6975         * modules/uniwidth/width-tests (Files): Likewise.
6976         * modules/unlink-tests (Files): Likewise.
6977         * modules/unsetenv-tests (Files): Likewise.
6978         * modules/usleep-tests (Files): Likewise.
6979         * modules/utimens-tests (Files): Likewise.
6980         * modules/utimensat-tests (Files): Likewise.
6981         * modules/vasnprintf-posix-tests (Files): Likewise.
6982         * modules/vasnprintf-tests (Files): Likewise.
6983         * modules/vasprintf-posix-tests (Files): Likewise.
6984         * modules/vasprintf-tests (Files): Likewise.
6985         * modules/vdprintf-posix-tests (Files): Likewise.
6986         * modules/vfprintf-posix-tests (Files): Likewise.
6987         * modules/vprintf-posix-tests (Files): Likewise.
6988         * modules/vsnprintf-posix-tests (Files): Likewise.
6989         * modules/vsnprintf-tests (Files): Likewise.
6990         * modules/vsprintf-posix-tests (Files): Likewise.
6991         * modules/wcrtomb-tests (Files): Likewise.
6992         * modules/wcsnrtombs-tests (Files): Likewise.
6993         * modules/wcsrtombs-tests (Files): Likewise.
6994         * modules/wctype-tests (Files): Likewise.
6995         * modules/wcwidth-tests (Files): Likewise.
6996         * modules/xmemdup0-tests (Files): Likewise.
6997         * modules/xprintf-posix-tests (Files): Likewise.
6998         * modules/xvasprintf-tests (Files): Likewise.
6999
7000 2009-12-24  Eric Blake  <ebb9@byu.net>
7001
7002         test-nanosleep: fix typo
7003         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
7004         patch.
7005         Reported by Bruno Haible.
7006
7007 2009-12-24  Bruno Haible  <bruno@clisp.org>
7008
7009         Reduce namespace pollution on glibc systems.
7010         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7011         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7012         systems.
7013         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7014         <getopt.h> on glibc systems.
7015         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7016         systems.
7017         * lib/fcntl.c: Include <unistd.h> here instead.
7018
7019 2009-12-24  Bruno Haible  <bruno@clisp.org>
7020
7021         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7022
7023 2009-12-24  Eric Blake  <ebb9@byu.net>
7024
7025         tests: add signature checks
7026         * tests/signature.h (SIGNATURE_CHECK): New file.
7027         * modules/atexit-tests (Files): Use it.
7028         * modules/btowc-tests (Files): Likewise.
7029         * modules/canonicalize-lgpl-tests (Files): Likewise.
7030         * modules/ceilf-tests (Files): Likewise.
7031         * modules/ceill-tests (Files): Likewise.
7032         * modules/chown-tests (Files): Likewise.
7033         * modules/dprintf-posix-tests (Files): Likewise.
7034         * modules/dup2-tests (Files): Likewise.
7035         * modules/dup3-tests (Files): Likewise.
7036         * modules/duplocale-tests (Files): Likewise.
7037         * modules/fchdir-tests (Files): Likewise.
7038         * modules/fcntl-tests (Files): Likewise.
7039         * modules/fdopendir-tests (Files): Likewise.
7040         * modules/fflush-tests (Files): Likewise.
7041         * modules/flock-tests (Files): Likewise.
7042         * modules/floorf-tests (Files): Likewise.
7043         * modules/floorl-tests (Files): Likewise.
7044         * modules/fnmatch-tests (Files): Likewise.
7045         * modules/fopen-tests (Files): Likewise.
7046         * modules/fprintf-posix-tests (Files): Likewise.
7047         * modules/freopen-tests (Files): Likewise.
7048         * modules/frexp-nolibm-tests (Files): Likewise.
7049         * modules/frexp-tests (Files): Likewise.
7050         * modules/frexpl-nolibm-tests (Files): Likewise.
7051         * modules/frexpl-tests (Files): Likewise.
7052         * modules/fseek-tests (Files): Likewise.
7053         * modules/fseeko-tests (Files): Likewise.
7054         * modules/fsync-tests (Files): Likewise.
7055         * modules/ftell-tests (Files): Likewise.
7056         * modules/ftello-tests (Files): Likewise.
7057         * modules/futimens-tests (Files): Likewise.
7058         * modules/getaddrinfo-tests (Files): Likewise.
7059         * modules/getcwd-tests (Files): Likewise.
7060         * modules/getdelim-tests (Files): Likewise.
7061         * modules/getdtablesize-tests (Files): Likewise.
7062         * modules/getgroups-tests (Files): Likewise.
7063         * modules/gethostname-tests (Files): Likewise.
7064         * modules/getline-tests (Files): Likewise.
7065         * modules/getopt-posix-tests (Files): Likewise.
7066         * modules/gettimeofday-tests (Files): Likewise.
7067         * modules/glob-tests (Files): Likewise.
7068         * modules/iconv-tests (Files): Likewise.
7069         * modules/inet_ntop-tests (Files): Likewise.
7070         * modules/inet_pton-tests (Files): Likewise.
7071         * modules/isblank-tests (Files): Likewise.
7072         * modules/lchown-tests (Files): Likewise.
7073         * modules/ldexpl-tests (Files): Likewise.
7074         * modules/link-tests (Files): Likewise.
7075         * modules/linkat-tests (Files): Likewise.
7076         * modules/lseek-tests (Files): Likewise.
7077         * modules/lstat-tests (Files): Likewise.
7078         * modules/mbrtowc-tests (Files): Likewise.
7079         * modules/mbsinit-tests (Files): Likewise.
7080         * modules/mbsnrtowcs-tests (Files): Likewise.
7081         * modules/mbsrtowcs-tests (Files): Likewise.
7082         * modules/memchr-tests (Files): Likewise.
7083         * modules/memcmp-tests (Files): Likewise.
7084         * modules/memmem-tests (Files): Likewise.
7085         * modules/memrchr-tests (Files): Likewise.
7086         * modules/mkdir-tests (Files): Likewise.
7087         * modules/mkfifo-tests (Files): Likewise.
7088         * modules/mkfifoat-tests (Files): Likewise.
7089         * modules/mknod-tests (Files): Likewise.
7090         * modules/nanosleep-tests (Files): Likewise.
7091         * modules/nl_langinfo-tests (Files): Likewise.
7092         * modules/obstack-printf-tests (Files): Likewise.
7093         * modules/open-tests (Files): Likewise.
7094         * modules/openat-tests (Files): Likewise.
7095         * modules/perror-tests (Files): Likewise.
7096         * modules/pipe2-tests (Files): Likewise.
7097         * modules/poll-tests (Files): Likewise.
7098         * modules/popen-tests (Files): Likewise.
7099         * modules/posix_spawn-tests (Files): Likewise.
7100         * modules/posix_spawnp-tests (Files): Likewise.
7101         * modules/pread-tests (Files): Likewise.
7102         * modules/printf-posix-tests (Files): Likewise.
7103         * modules/pty-tests (Files): Likewise.
7104         * modules/random_r-tests (Files): Likewise.
7105         * modules/rawmemchr-tests (Files): Likewise.
7106         * modules/readlink-tests (Files): Likewise.
7107         * modules/remove-tests (Files): Likewise.
7108         * modules/rename-tests (Files): Likewise.
7109         * modules/renameat-tests (Files): Likewise.
7110         * modules/rmdir-tests (Files): Likewise.
7111         * modules/round-tests (Files): Likewise.
7112         * modules/roundf-tests (Files): Likewise.
7113         * modules/roundl-tests (Files): Likewise.
7114         * modules/select-tests (Files): Likewise.
7115         * modules/setenv-tests (Files): Likewise.
7116         * modules/sigaction-tests (Files): Likewise.
7117         * modules/sleep-tests (Files): Likewise.
7118         * modules/snprintf-posix-tests (Files): Likewise.
7119         * modules/snprintf-tests (Files): Likewise.
7120         * modules/sprintf-posix-tests (Files): Likewise.
7121         * modules/stat-tests (Files): Likewise.
7122         * modules/strcasestr-tests (Files): Likewise.
7123         * modules/strchrnul-tests (Files): Likewise.
7124         * modules/strerror-tests (Files): Likewise.
7125         * modules/strsignal-tests (Files): Likewise.
7126         * modules/strstr-tests (Files): Likewise.
7127         * modules/strtod-tests (Files): Likewise.
7128         * modules/strverscmp-tests (Files): Likewise.
7129         * modules/symlink-tests (Files): Likewise.
7130         * modules/symlinkat-tests (Files): Likewise.
7131         * modules/times-tests (Files): Likewise.
7132         * modules/trunc-tests (Files): Likewise.
7133         * modules/truncf-tests (Files): Likewise.
7134         * modules/truncl-tests (Files): Likewise.
7135         * modules/tsearch-tests (Files): Likewise.
7136         * modules/uname-tests (Files): Likewise.
7137         * modules/unlink-tests (Files): Likewise.
7138         * modules/unsetenv-tests (Files): Likewise.
7139         * modules/usleep-tests (Files): Likewise.
7140         * modules/utimensat-tests (Files): Likewise.
7141         * modules/vasprintf-tests (Files): Likewise.
7142         * modules/vdprintf-posix-tests (Files): Likewise.
7143         * modules/vfprintf-posix-tests (Files): Likewise.
7144         * modules/vprintf-posix-tests (Files): Likewise.
7145         * modules/vsnprintf-posix-tests (Files): Likewise.
7146         * modules/vsnprintf-tests (Files): Likewise.
7147         * modules/vsprintf-posix-tests (Files): Likewise.
7148         * modules/wcrtomb-tests (Files): Likewise.
7149         * modules/wcsnrtombs-tests (Files): Likewise.
7150         * modules/wcsrtombs-tests (Files): Likewise.
7151         * modules/wcwidth-tests (Files): Likewise.
7152         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7153         * tests/test-isinf.c (isinf): Likewise.
7154         * tests/test-isnan.c (isnan): Likewise.
7155         * tests/test-signbit.c (signbit): Likewise.
7156         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7157         declaration, either as macro or with correct signature.
7158         (select): Ensure function under test is declared with correct
7159         signature in correct header.
7160         * tests/test-atexit.c (atexit): Likewise.
7161         * tests/test-btowc.c (btowc): Likewise.
7162         * tests/test-canonicalize-lgpl.c (realpath)
7163         (canonicalize_file_name): Likewise.
7164         * tests/test-ceilf1.c (ceilf): Likewise.
7165         * tests/test-ceill.c (ceill): Likewise.
7166         * tests/test-chown.c (chown): Likewise.
7167         * tests/test-dprintf-posix.c (dprintf): Likewise.
7168         * tests/test-dup2.c (dup2): Likewise.
7169         * tests/test-dup3.c (dup3): Likewise.
7170         * tests/test-duplocale.c (duplocale): Likewise.
7171         * tests/test-fchdir.c (fchdir): Likewise.
7172         * tests/test-fchownat.c (fchownat): Likewise.
7173         * tests/test-fcntl.c (fcntl): Likewise.
7174         * tests/test-fdopendir.c (fdopendir): Likewise.
7175         * tests/test-fflush.c (fflush): Likewise.
7176         * tests/test-flock.c (flock): Likewise.
7177         * tests/test-floorf1.c (floorf): Likewise.
7178         * tests/test-floorl.c (floorl): Likewise.
7179         * tests/test-fnmatch.c (fnmatch): Likewise.
7180         * tests/test-fopen.c (fopen): Likewise.
7181         * tests/test-fprintf-posix.c (fprintf): Likewise.
7182         * tests/test-freopen.c (freopen): Likewise.
7183         * tests/test-frexp.c (frexp): Likewise.
7184         * tests/test-frexpl.c (frexpl): Likewise.
7185         * tests/test-fseek.c (fseek): Likewise.
7186         * tests/test-fseeko.c (fseeko): Likewise.
7187         * tests/test-fstatat.c (fstatat): Likewise.
7188         * tests/test-fsync.c (fsync): Likewise.
7189         * tests/test-ftell.c (ftell): Likewise.
7190         * tests/test-ftello.c (ftello): Likewise.
7191         * tests/test-futimens.c (futimens): Likewise.
7192         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7193         (gai_strerror): Likewise.
7194         * tests/test-getcwd.c (getcwd): Likewise.
7195         * tests/test-getdelim.c (getdelim): Likewise.
7196         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7197         * tests/test-getgroups.c (getgroups): Likewise.
7198         * tests/test-gethostname.c (gethostname): Likewise.
7199         * tests/test-getline.c (getline): Likewise.
7200         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7201         Likewise.
7202         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7203         * tests/test-glob.c (glob, globfree): Likewise.
7204         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7205         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7206         * tests/test-inet_pton.c (inet_pton): Likewise.
7207         * tests/test-isblank.c (isblank): Likewise.
7208         * tests/test-lchown.c (lchown): Likewise.
7209         * tests/test-ldexpl.c (ldexpl): Likewise.
7210         * tests/test-link.c (link): Likewise.
7211         * tests/test-linkat.c (linkat): Likewise.
7212         * tests/test-lseek.c (lseek): Likewise.
7213         * tests/test-lstat.c (lstat): Likewise.
7214         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7215         * tests/test-mbsinit.c (mbsinit): Likewise.
7216         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7217         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7218         * tests/test-memchr.c (memchr): Likewise.
7219         * tests/test-memcmp.c (memcmp): Likewise.
7220         * tests/test-memmem.c (memmem): Likewise.
7221         * tests/test-memrchr.c (memrchr): Likewise.
7222         * tests/test-mkdir.c (mkdir): Likewise.
7223         * tests/test-mkdirat.c (mkdirat): Likewise.
7224         * tests/test-mkfifo.c (mkfifo): Likewise.
7225         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7226         * tests/test-mknod.c (mknod): Likewise.
7227         * tests/test-nanosleep.c (nanosleep): Likewise.
7228         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7229         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7230         Likewise.
7231         * tests/test-open.c (open): Likewise.
7232         * tests/test-openat.c (openat): Likewise.
7233         * tests/test-perror.c (perror): Likewise.
7234         * tests/test-pipe2.c (pipe2): Likewise.
7235         * tests/test-poll.c (poll): Likewise.
7236         * tests/test-popen.c (popen, pclose): Likewise.
7237         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7238         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7239         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7240         (posix_spawn_file_actions_destroy)
7241         (posix_spawn_file_actions_addclose)
7242         (posix_spawn_file_actions_addopen)
7243         (posix_spawn_file_actions_adddup2): Likewise.
7244         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7245         * tests/test-pread.c (pread): Likewise.
7246         * tests/test-printf-posix.c (printf): Likewise.
7247         * tests/test-pty.c (openpty, forkpty): Likewise.
7248         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7249         (random_r): Likewise.
7250         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7251         * tests/test-readlink.c (readlink): Likewise.
7252         * tests/test-remove.c (remove): Likewise.
7253         * tests/test-rename.c (rename): Likewise.
7254         * tests/test-renameat.c (renameat): Likewise.
7255         * tests/test-rmdir.c (rmdir): Likewise.
7256         * tests/test-round1.c (round): Likewise.
7257         * tests/test-roundf1.c (roundf): Likewise.
7258         * tests/test-roundl.c (roundl): Likewise.
7259         * tests/test-setenv.c (setenv): Likewise.
7260         * tests/test-sigaction.c (sigaction): Likewise.
7261         * tests/test-sleep.c (sleep): Likewise.
7262         * tests/test-snprintf.c (snprintf): Likewise.
7263         * tests/test-sprintf-posix.c (sprintf): Likewise.
7264         * tests/test-stat.c (stat): Likewise.
7265         * tests/test-stpncpy.c (stpncpy): Likewise.
7266         * tests/test-strcasestr.c (strcasestr): Likewise.
7267         * tests/test-strchrnul.c (strchrnul): Likewise.
7268         * tests/test-strerror.c (strerror): Likewise.
7269         * tests/test-strsignal.c (strsignal): Likewise.
7270         * tests/test-strstr.c (strstr): Likewise.
7271         * tests/test-strtod.c (strtod): Likewise.
7272         * tests/test-strverscmp.c (strverscmp): Likewise.
7273         * tests/test-symlink.c (symlink): Likewise.
7274         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7275         * tests/test-times.c (times): Likewise.
7276         * tests/test-trunc1.c (trunc): Likewise.
7277         * tests/test-truncf1.c (truncf): Likewise.
7278         * tests/test-truncl.c (truncl): Likewise.
7279         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7280         Likewise.
7281         * tests/test-uname.c (uname): Likewise.
7282         * tests/test-unlink.c (unlink): Likewise.
7283         * tests/test-unlinkat.c (unlinkat): Likewise.
7284         * tests/test-unsetenv.c (unsetenv): Likewise.
7285         * tests/test-usleep.c (usleep): Likewise.
7286         * tests/test-utimensat.c (utimensat): Likewise.
7287         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7288         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7289         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7290         * tests/test-vprintf-posix.c (vprintf): Likewise.
7291         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7292         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7293         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7294         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7295         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7296         * tests/test-wcwidth.c (wcwidth): Likewise.
7297
7298         build: pull in conditional headers during GNULIB_POSIXCHECK
7299         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7300         definitions from any conditionally-included headers.
7301         * lib/stdlib.in.h (includes): Likewise.
7302         * lib/unistd.in.h (includes): Likewise.
7303
7304 2009-12-24  Bruno Haible  <bruno@clisp.org>
7305
7306         * tests/test-argv-iter.c: Include header file being tested immediately
7307         after config.h.
7308         * tests/test-base64.c: Likewise.
7309         * tests/test-flock.c: Likewise.
7310         * tests/test-fsync.c: Likewise.
7311         * tests/test-getdate.c: Likewise.
7312         * tests/test-getndelim2.c: Likewise.
7313         * tests/test-isfinite.c: Likewise.
7314         * tests/test-isinf.c: Likewise.
7315         * tests/test-strerror.c: Likewise.
7316         * tests/test-strsignal.c: Likewise.
7317
7318 2009-12-23  Eric Blake  <ebb9@byu.net>
7319
7320         unistd: work around cygwin bug
7321         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7322         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7323         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7324
7325 2009-12-23  Bruno Haible  <bruno@clisp.org>
7326
7327         localename: More tests.
7328         * tests/test-localename.c (SIZEOF): New macro.
7329         (categories): New variable.
7330         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7331         test_locale_name_default): Add test w.r.t. thread locale.
7332         (test_locale_name_thread): New function.
7333         (main): Invoke it.
7334
7335         localename: Make aware of thread locale.
7336         * lib/localename.h (gl_locale_name_thread): New declaration.
7337         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7338         behaviour with respect to thread locale.
7339         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7340         <langinfo.h>, glthread/lock.h.
7341         (SIZE_BITS): New macro.
7342         (string_hash): New function.
7343         (struct hash_node): New type.
7344         (HASH_TABLE_SIZE): New macro.
7345         (struniq_hash_table, struniq_lock): New variables.
7346         (struniq): New function.
7347         (gl_locale_name_thread): New function.
7348         (gl_locale_name): Invoke it.
7349         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7350         * modules/localename (Depends-on): Add lock.
7351         Reported by Mike Gran <spk121@yahoo.com>.
7352
7353 2009-12-23  Eric Blake  <ebb9@byu.net>
7354
7355         va-args: new module
7356         * modules/va-args: New file.
7357         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7358         * MODULES.html.sh (Core language properties): Mention it.
7359
7360         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7361         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7362         named alias for __attribute__((__unused__)).
7363         * lib/chown.c: Update client.
7364         * lib/fchmodat.c: Likewise.
7365         * lib/fts.c: Likewise.
7366         * lib/getdate.y: Likewise.
7367         * lib/getgroups.c: Likewise.
7368         * lib/getopt.c: Likewise.
7369         * lib/getugroups.c: Likewise.
7370         * lib/mkdir.c: Likewise.
7371         * lib/mkfifo.c: Likewise.
7372         * lib/mkfifoat.c: Likewise.
7373         * lib/mknod.c: Likewise.
7374         * lib/mknodat.c: Likewise.
7375         * lib/readlink.c: Likewise.
7376         * lib/se-context.in.h: Likewise.
7377         * lib/se-selinux.in.h: Likewise.
7378         * lib/sockets.c: Likewise.
7379         * lib/symlink.c: Likewise.
7380         * lib/symlinkat.c: Likewise.
7381         * lib/unicodeio.c: Likewise.
7382         * lib/unistr.h: Likewise.
7383         * tests/test-areadlink.c: Likewise.
7384         * tests/test-areadlinkat.c: Likewise.
7385         * tests/test-filenamecat.c: Likewise.
7386         * tests/test-fseeko.c: Likewise.
7387         * tests/test-ftello.c: Likewise.
7388         * tests/test-getdate.c: Likewise.
7389         * tests/test-getgroups.c: Likewise.
7390         * tests/test-gethostname.c: Likewise.
7391         * tests/test-quotearg.c: Likewise.
7392         * tests/test-version-etc.c: Likewise.
7393         * tests/test-xalloc-die.c: Likewise.
7394         * tests/test-xfprintf-posix.c: Likewise.
7395         * tests/test-xprintf-posix.c: Likewise.
7396         * tests/test-xvasprintf.c: Likewise.
7397
7398         tests: avoid compiler warnings
7399         * tests/test-fcntl.c (main): Delete unused parameters.
7400         * tests/test-freopen-safer.c (main): Likewise.
7401         * tests/test-xalloc-die.c (main): Mark unused parameters.
7402         * tests/test-fseeko.c (main): Likewise.
7403         * tests/test-ftello.c (main): Likewise.
7404         * tests/test-nanosleep.c (main): Avoid declaration warning.
7405         * tests/test-sleep.c (main): Likewise.
7406         * tests/test-unsetenv.c (main): Silence warning about string
7407         literal.
7408         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7409
7410 2009-12-23  Bruno Haible  <bruno@clisp.org>
7411
7412         * tests/test-localename.c (test_locale_name): New function, extracted
7413         from main. Also test mixed situations.
7414         (test_locale_name_posix, test_locale_name_environ,
7415         test_locale_name_default): New functions.
7416         (main): Invoke them all.
7417         * modules/localename-tests (configure.ac): Test for newlocale.
7418
7419 2009-12-23  Bruno Haible  <bruno@clisp.org>
7420
7421         unistd: Ensure getcwd gets declared before being overridden.
7422         * lib/unistd.in.h: Conditionally include <io.h>.
7423
7424 2009-12-22  Bruno Haible  <bruno@clisp.org>
7425
7426         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7427         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7428         (gl_WCHAR_H): Invoke it.
7429         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7430         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7431         Reported by Karl Berry <karl@freefriends.org>.
7432
7433 2009-12-22  Eric Blake  <ebb9@byu.net>
7434
7435         math, unistd: avoid redundant includes
7436         * lib/math.in.h (isnan): No need to re-include <math.h>.
7437         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7438
7439         getsubopt: work around cygwin bug
7440         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7441         avoid conflicting with system getsubopt.
7442         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7443         bug.
7444
7445         getopt: synchronize from glibc
7446         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7447         parameter order.  Adjust all callers.
7448         (_getopt_internal_r, main): Adjust quoting in error messages.
7449         Drop considerations for outdated POSIX 1003.2 error message.
7450         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7451         callers.
7452         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7453
7454         test-getopt: test stderr behavior
7455         * modules/getopt-posix-tests (Depends-on): Add dup2.
7456         * tests/test-getopt.c (ASSERT): Avoid stderr.
7457         (main): Move stderr to a temporary file.
7458         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7459         Instead, add parameter to inform caller if output occurred.
7460         (test_getopt): Adjust all existing tests to expect silence, and
7461         add new tests of leading ":".
7462         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7463         glibc shortcomings with leading "-:" or "+:" in optstring.
7464         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7465         Likewise.
7466         * doc/posix-functions/getopt.texi (getopt): Likewise.
7467
7468         test-getopt: enhance test
7469         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7470         supports optind=0.
7471         * tests/test-getopt.c (OPTIND_MIN): Move...
7472         * tests/test-getopt.h (OPTIND_MIN): ...here.
7473         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7474         Require that optind=0 works, since modern BSD supports it in
7475         addition to optreset, and since coreutils expects it.
7476         (test_getopt_long_only): New test.
7477         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7478         glibc shortcomings with 'W;', and enforcement of optind=0.
7479         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7480         Likewise.
7481
7482 2009-12-21  Bruno Haible  <bruno@clisp.org>
7483
7484         localename: Improvements for MacOS X and Cygwin.
7485         * lib/localename.h (gl_locale_name_environ): New declaration.
7486         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7487         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7488         (gl_locale_name_posix): Invoke it.
7489         (gl_locale_name_default): Add comments. Use Windows native API also on
7490         Cygwin.
7491
7492 2009-12-21  Bruno Haible  <bruno@clisp.org>
7493
7494         Update list of Win32 locale ids.
7495         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7496         (LANG_SAMI): Renamed from LANG_SAAMI.
7497         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7498         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7499         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7500         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7501         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7502         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7503         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7504         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7505         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7506         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7507         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7508         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7509         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7510         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7511         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7512         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7513         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7514         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7515         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7516         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7517         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7518         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7519         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7520         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7521         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7522         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7523         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7524         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7525         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7526         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7527         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7528         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7529         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7530         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7531         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7532         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7533         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7534         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7535         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7536         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7537         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7538         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7539         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7540         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7541         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7542         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7543         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7544         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7545         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7546         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7547         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7548         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7549         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7550         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7551         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7552         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7553         Add more languages and countries for Sami, Sorbian. Add more countries
7554         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7555         for Pashto. Change country for Syriac, Tswana.
7556
7557 2009-12-21  Eric Blake  <ebb9@byu.net>
7558
7559         test-utimens: avoid spurious failure
7560         * tests/test-chown.h (nap): Factor...
7561         * tests/nap.h: ...into new file.
7562         * tests/test-lchown.h (nap): Avoid duplication.
7563         * tests/test-utimens-common.h (nap): Use shared implementation,
7564         necessary on file systems with 1-second resolution.
7565         * modules/chown-tests (Files): Include new file.
7566         * modules/fdutimensat-tests (Files): Likewise.
7567         * modules/futimens-tests (Files): Likewise.
7568         * modules/lchown-tests (Files): Likewise.
7569         * modules/openat-tests (Files): Likewise.
7570         * modules/utimens-tests (Files): Likewise.
7571         * modules/utimensat-tests (Files): Likewise.
7572
7573 2009-12-19  Eric Blake  <ebb9@byu.net>
7574
7575         futimens, utimensat: work around Linux bug
7576         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7577         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7578         * lib/utimensat.c (rpl_utimensat): Work around it.
7579         * lib/futimens.c (rpl_futimens): Adjust comment.
7580
7581         utimens: work around Linux ctime bug
7582         * lib/utimens.c (detect_ctime_bug): New helper function.
7583         (update_timespec): Differentiate between workaround needed for
7584         this bug vs. what is needed for systems that lack utimensat.
7585         (fdutimens, lutimens): Work around bug.
7586
7587         utimens: check for ctime update
7588         * tests/test-utimens-common.h (check_ctime): Define.
7589         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7590         * tests/test-futimens.h (test_futimens): Likewise.
7591         * tests/test-lutimens.h (test_lutimens): Likewise.
7592         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7593         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7594
7595 2009-12-19  Bruno Haible  <bruno@clisp.org>
7596
7597         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7598         * tests/test-dprintf-posix2.sh: New file.
7599         * tests/test-dprintf-posix2.c: New file.
7600         * modules/dprintf-posix-tests (Files): Add them.
7601         (configure.ac): Check for getrlimit and setrlimit.
7602         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7603
7604 2009-12-19  Bruno Haible  <bruno@clisp.org>
7605
7606         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7607         * tests/test-fprintf-posix3.sh: New file.
7608         * tests/test-fprintf-posix3.c: New file.
7609         * modules/fprintf-posix-tests (Files): Add them.
7610         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7611
7612 2009-12-19  Eric Blake  <ebb9@byu.net>
7613
7614         dirfd: fix prototype
7615         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7616         * lib/dirfd.c (dirfd): Likewise.
7617
7618         canonicalize: reduce memory usage
7619         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7620         allocation to size.
7621         Reported by Solar Designer <solar@openwall.com>.
7622
7623 2009-12-19  Bruno Haible  <bruno@clisp.org>
7624
7625         New module attribute 'Applicability'.
7626         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7627         * gnulib-tool: New option --extract-applicability.
7628         (func_usage): Document it.
7629         (sed_extract_prog): Recognize it.
7630         (func_get_applicability): New function.
7631         (func_import): Generalize handling of 'link-warning' module.
7632         * modules/link-warning (Applicability): New section.
7633         * modules/arg-nonnull (Applicability): New section.
7634         Repoted by Simon Josefsson <simon@josefsson.org>.
7635
7636 2009-12-19  Bruno Haible  <bruno@clisp.org>
7637
7638         fflush: tweak
7639         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7640         * lib/fseeko.c (rpl_fseeko): Likewise.
7641
7642 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7643
7644         * lib/gl_list.h: Fix typo in comment.
7645
7646 2009-12-16  Eric Blake  <ebb9@byu.net>
7647
7648         fcntl: use to simplify other modules
7649         * modules/cloexec (Depends-on): Add fcntl.
7650         * modules/fchdir (Depends-on): Likewise.
7651         * modules/fd-safer-flag (Depends-on): Likewise.
7652         * modules/unistd-safer (Depends-on): Likewise.
7653         * modules/dup3 (configure.ac): Set module indicator.
7654         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7655         missing.
7656         * lib/fchdir.c (_gl_register_dup): Fix comment.
7657         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7658         * lib/dup-safer.c (dup_safer): Likewise.
7659         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7660         * lib/dup3.c (dup3): Likewise.
7661         * tests/test-fchdir.c (main): Enhance test.
7662         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7663
7664         fcntl: port portions of fcntl to mingw
7665         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7666         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7667         replacement for mingw.
7668         * modules/fcntl (Description): Update.
7669         (Depends-on): Add dup2.
7670         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7671         * modules/fcntl-h (Makefile.am): Substitute it.
7672         * lib/fcntl.in.h (fcntl): Update declaration.
7673         (F_DUPFD, F_GETFD): New macros, when needed.
7674         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7675         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7676         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7677         we now guarantee.
7678
7679         fcntl: work around cygwin bug in F_DUPFD
7680         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7681         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7682         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7683         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7684         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7685
7686         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7687         * modules/fcntl (Files): List new files.
7688         (configure.ac): Run a test.
7689         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7690         * lib/fcntl.c (rpl_fcntl): Likewise.
7691         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7692         (gl_FCNTL_H): Always replace fcntl.h.
7693         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7694         * lib/fcntl.in.h (fcntl): Declare replacement.
7695         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7696         needed, plus a witness.
7697         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7698         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7699         * tests/test-fcntl.c: New file.
7700         * modules/fcntl-tests: Likewise.
7701
7702         binary-io: avoid potential compilation warning
7703         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7704         directives.
7705
7706         fflush: avoid compilation error on NetBSD
7707         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7708         between off_t and fpos_t, since the latter is sometimes a struct.
7709         * lib/fseeko.c (rpl_fseeko): Likewise.
7710         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7711
7712 2009-12-15  Eric Blake  <ebb9@byu.net>
7713
7714         fcntl-h, stdio, sys_ioctl: fix declarations
7715         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7716         function must not take arguments.
7717         * lib/sys_ioctl.in.h (ioctl): Likewise.
7718         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7719         (open): Add a link warning.
7720
7721 2009-12-15  Jim Meyering  <meyering@redhat.com>
7722
7723         areadlink, areadlink-with-size: relax license to LGPLv2+
7724         * modules/areadlink (License): Relax to LGPLv2+.
7725         * modules/areadlink-with-size (License): Likewise.
7726
7727 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7728             Bruno Haible  <bruno@clisp.org>
7729
7730         *printf: Fix memory leak.
7731         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7732         * lib/vfprintf.c (vfprintf): Likewise.
7733         * lib/dprintf.c (dprintf): Likewise.
7734         * lib/vdprintf.c (vdprintf): Likewise.
7735
7736 2009-12-14  Eric Blake  <ebb9@byu.net>
7737
7738         accept4: adjust module dependencies
7739         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7740
7741         utimens: one more try at avoiding compiler warning
7742         * lib/utimens.c (lutimens): Lower scope of result.
7743
7744 2009-12-13  Bruno Haible  <bruno@clisp.org>
7745
7746         Move the malloc checking from module 'list' to new module 'xlist'.
7747         * modules/xlist: New file.
7748         * lib/gl_xlist.h: New file.
7749         * lib/gl_xlist.c: New file.
7750         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7751         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7752         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7753         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7754         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7755         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7756         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7757         gl_sortedlist_nx_add): New declarations.
7758         (struct gl_list_implementation): Rename and change methods accordingly.
7759         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7760         (gl_list_nx_create): Renamed from gl_list_create.
7761         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7762         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7763         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7764         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7765         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7766         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7767         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7768         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7769         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7770         gl_list_create_empty.
7771         (gl_list_nx_create): Renamed from gl_list_create.
7772         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7773         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7774         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7775         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7776         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7777         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7778         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7779         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7780         * lib/gl_array_list.c: Don't include xalloc.h.
7781         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7782         NULL upon out-of-memory.
7783         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7784         out-of-memory.
7785         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7786         Change return type to 'int'.
7787         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7788         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7789         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7790         upon out-of-memory.
7791         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7792         upon out-of-memory.
7793         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7794         upon out-of-memory.
7795         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7796         upon out-of-memory.
7797         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7798         out-of-memory.
7799         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7800         Update.
7801         (gl_array_list_implementation): Update.
7802         * lib/gl_carray_list.c: Don't include xalloc.h.
7803         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7804         Return NULL upon out-of-memory.
7805         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7806         out-of-memory.
7807         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7808         Change return type to 'int'.
7809         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7810         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7811         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7812         upon out-of-memory.
7813         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7814         upon out-of-memory.
7815         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7816         out-of-memory.
7817         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7818         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7819         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7820         Update.
7821         (gl_carray_list_implementation): Update.
7822         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7823         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7824         gl_linked_create_empty. Return NULL upon out-of-memory.
7825         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7826         out-of-memory.
7827         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7828         Change return type to 'int'. Return -1 upon out-of-memory.
7829         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7830         out-of-memory.
7831         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7832         upon out-of-memory.
7833         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7834         upon out-of-memory.
7835         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7836         NULL upon out-of-memory.
7837         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7838         upon out-of-memory.
7839         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7840         out-of-memory.
7841         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7842         Update.
7843         * lib/gl_linked_list.c: Don't include xalloc.h.
7844         (gl_linked_list_implementation): Update.
7845         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7846         (add_to_bucket): Change return type to 'int'.
7847         (gl_linkedhash_list_implementation): Update.
7848         * lib/gl_anytree_list1.h (free_subtree): New function.
7849         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7850         gl_tree_create_empty. Return NULL upon out-of-memory.
7851         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7852         Change return type to 'int'. Return -1 upon out-of-memory.
7853         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7854         out-of-memory.
7855         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7856         (gl_tree_remove_node): New function, moved here from
7857         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7858         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7859         Update.
7860         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7861         malloc, not xmalloc. Return NULL upon out-of-memory.
7862         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7863         out-of-memory.
7864         (gl_tree_remove_node_from_tree): New function, extracted from
7865         gl_tree_remove_node.
7866         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7867         upon out-of-memory.
7868         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7869         out-of-memory.
7870         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7871         upon out-of-memory.
7872         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7873         upon out-of-memory.
7874         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7875         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7876         not xmalloc. Return NULL upon out-of-memory.
7877         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7878         out-of-memory.
7879         (gl_tree_remove_node_from_tree): New function, extracted from
7880         gl_tree_remove_node.
7881         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7882         upon out-of-memory.
7883         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7884         out-of-memory.
7885         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7886         upon out-of-memory.
7887         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7888         upon out-of-memory.
7889         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7890         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7891         gl_anytree_list1.h before gl_anyavltree_list2.h.
7892         (gl_avltree_list_implementation): Update.
7893         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7894         gl_anytree_list1.h before gl_anyavltree_list2.h.
7895         (gl_rbtree_list_implementation): Update.
7896         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7897         Change return type to 'int'. Return -1 upon out-of-memory. Use
7898         __builtin_expect.
7899         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7900         (gl_avltreehash_list_implementation): Update.
7901         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7902         (gl_rbtreehash_list_implementation): Update.
7903         * modules/array-list (Depends-on): Remove xalloc.
7904         * modules/carray-list (Depends-on): Likewise.
7905         * modules/linked-list (Depends-on): Likewise.
7906         * modules/linkedhash-list (Depends-on): Likewise.
7907         * modules/avltree-list (Depends-on): Likewise.
7908         * modules/rbtree-list (Depends-on): Likewise.
7909         * modules/avltreehash-list (Depends-on): Likewise.
7910         * modules/rbtreehash-list (Depends-on): Likewise.
7911
7912         * modules/xsublist: New file.
7913         * lib/gl_xsublist.h: New file.
7914         * lib/gl_xsublist.c: New file.
7915         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7916         (gl_sublist_nx_create): New declaration.
7917         * lib/gl_sublist.c: Don't include xalloc.h.
7918         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7919         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7920         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7921         Change return type to 'int'. Return -1 upon out-of-memory.
7922         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7923         upon out-of-memory.
7924         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7925         NULL upon out-of-memory.
7926         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7927         upon out-of-memory.
7928         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7929         NULL upon out-of-memory.
7930         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7931         NULL upon out-of-memory.
7932         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7933         upon out-of-memory.
7934         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7935         (gl_sublist_list_implementation): Update.
7936         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7937         upon out-of-memory.
7938         * modules/sublist (Depends-on): Remove xalloc.
7939
7940         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7941         * tests/test-carray_list.c: Likewise.
7942         * tests/test-linked_list.c: Likewise.
7943         * tests/test-linkedhash_list.c: Likewise.
7944         * tests/test-avltree_list.c: Likewise.
7945         * tests/test-rbtree_list.c: Likewise.
7946         * tests/test-avltreehash_list.c: Likewise.
7947         * tests/test-rbtreehash_list.c: Likewise.
7948         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7949         * modules/carray-list-tests (Makefile.am): Likewise.
7950         * modules/linked-list-tests (Makefile.am): Likewise.
7951         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7952         * modules/avltree-list-tests (Makefile.am): Likewise.
7953         * modules/rbtree-list-tests (Makefile.am): Likewise.
7954         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7955         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7956
7957         * NEWS: Mention the changes.
7958
7959         * lib/clean-temp.c: Include gl_xlist.h.
7960         * modules/clean-temp (Depends-on): Add xlist.
7961
7962         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7963         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7964
7965         * tests/test-array_oset.c: Include gl_xlist.h.
7966         * modules/array-oset-tests (Depends-on): Add xlist.
7967
7968         Reported by José E. Marchesi <jemarch@gnu.org>.
7969
7970 2009-12-13  Bruno Haible  <bruno@clisp.org>
7971
7972         Move the malloc checking from module 'oset' to new module 'xoset'.
7973         * modules/xoset: New file.
7974         * lib/gl_xoset.h: New file.
7975         * lib/gl_xoset.c: New file.
7976         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7977         declarations.
7978         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7979         (struct gl_oset_implementation): Rename and change methods accordingly.
7980         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7981         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7982         'int'. Mark as __warn_unused_result__.
7983         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7984         gl_oset_create_empty.
7985         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7986         'int'.
7987         * lib/gl_array_oset.c: Don't include xalloc.h.
7988         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7989         malloc, not xmalloc.
7990         (grow): Change return type to 'int'. Don't call xalloc_die.
7991         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7992         to 'int'.
7993         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7994         'int'.
7995         (gl_array_oset_implementation): Update.
7996         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7997         gl_tree_create_empty.
7998         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7999         'int'.
8000         * lib/gl_avltree_oset.c: Don't include xalloc.h.
8001         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8002         xmalloc.
8003         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8004         not xmalloc.
8005         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8006         xmalloc.
8007         (gl_avltree_oset_implementation): Update.
8008         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8009         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8010         xmalloc.
8011         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8012         not xmalloc.
8013         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8014         xmalloc.
8015         (gl_rbtree_oset_implementation): Update.
8016         * modules/array-oset (Depends-on): Remove xalloc.
8017         * modules/avltree-oset (Depends-on): Likewise.
8018         * modules/rbtree-oset (Depends-on): Likewise.
8019         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8020         * tests/test-avltree_oset.c: Likewise.
8021         * tests/test-rbtree_oset.c: Likewise.
8022         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8023         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8024         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8025         * NEWS: Mention the change.
8026
8027 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8028
8029         maint.mk: allow a project to override release-prep commands
8030         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8031         commands into a new rule.
8032         (release-prep): New rule.
8033         (release-prep-hook): New overridable variable.
8034
8035 2009-12-13  Bruno Haible  <bruno@clisp.org>
8036
8037         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8038
8039 2009-12-13  Jim Meyering  <meyering@redhat.com>
8040
8041         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8042         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8043
8044 2009-12-12  Bruno Haible  <bruno@clisp.org>
8045
8046         duplocale: Tweak.
8047         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8048
8049 2009-12-12  Karl Berry  <karl@gnu.org>
8050
8051         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8052
8053 2009-12-12  Bruno Haible  <bruno@clisp.org>
8054
8055         * m4/po.m4: Undo incorrect untabification.
8056
8057 2009-12-12  Bruno Haible  <bruno@clisp.org>
8058
8059         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8060         * modules/c-strtod (Depends-on): Add locale.
8061         * modules/c-strtold (Depends-on): Likewise.
8062
8063 2009-12-12  Bruno Haible  <bruno@clisp.org>
8064
8065         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8066
8067 2009-12-11  Eric Blake  <ebb9@byu.net>
8068
8069         setenv: relax requirement in light of POSIX ruling
8070         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8071         not NULL.
8072         * tests/test-setenv.c (main): Relax test.
8073         * tests/test-unsetenv.c (main): Likewise.
8074         * doc/posix-functions/setenv.texi (setenv): Document this.
8075         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8076
8077 2009-12-11  Bruno Haible  <bruno@clisp.org>
8078
8079         New module 'fd-safer-flag'.
8080         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8081         * lib/dup-safer.c (dup_safer_flag): Remove function.
8082         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8083         * lib/fd-safer.c (fd_safer_flag): Remove function.
8084         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8085         * modules/cloexec (configure.ac): Drop indicator macro.
8086         * modules/fd-safer-flag: New file.
8087         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8088         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8089         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8090
8091 2009-12-11  Bruno Haible  <bruno@clisp.org>
8092
8093         Tests for module 'nl_langinfo'.
8094         * modules/nl_langinfo-tests: New file.
8095         * tests/test-nl_langinfo.sh: New file.
8096         * tests/test-nl_langinfo.c: New file.
8097
8098         New module 'nl_langinfo'.
8099         * lib/nl_langinfo.c: New file.
8100         * m4/nl_langinfo.m4: New file.
8101         * modules/nl_langinfo: New file.
8102         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8103
8104 2009-12-11  Bruno Haible  <bruno@clisp.org>
8105
8106         Tests for module 'langinfo'.
8107         * modules/langinfo-tests: New file.
8108         * tests/test-langinfo.c: New file.
8109
8110         New module 'langinfo'.
8111         * lib/langinfo.in.h: New file.
8112         * m4/langinfo_h.m4: New file.
8113         * modules/langinfo: New file.
8114         * doc/posix-headers/langinfo.texi: Mention the new module.
8115
8116 2009-12-11  Bruno Haible  <bruno@clisp.org>
8117
8118         * lib/config.charset: Untabify.
8119
8120 2009-12-11  Bruno Haible  <bruno@clisp.org>
8121
8122         * modules/unistd-safer (configure.ac): Drop indicator macro.
8123
8124 2009-12-11  Bruno Haible  <bruno@clisp.org>
8125
8126         Move pipe2-safer code to its own file.
8127         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8128         * lib/pipe-safer.c (pipe2_safer): Remove function.
8129         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8130         (Makefile.am): Add it to lib_SOURCES.
8131
8132 2009-12-10  Bruno Haible  <bruno@clisp.org>
8133
8134         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8135
8136 2009-12-10  Bruno Haible  <bruno@clisp.org>
8137
8138         Declare which arguments expect non-NULL values, for GCC and clang.
8139         * build-aux/arg-nonnull.h: New file.
8140         * modules/arg-nonnull: New file.
8141         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8142         (inet_ntop, inet_pton): Use it.
8143         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8144         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8145         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8146         (open, openat): Use it.
8147         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8148         (fnmatch): Use it.
8149         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8150         (getopt, getopt_long, getopt_long_only): Use it.
8151         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8152         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8153         Use it.
8154         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8155         (iconv_open): Use it.
8156         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8157         (strtoimax, strtoumax): Use it.
8158         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8159         (duplocale): Use it.
8160         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8161         (frexp, frexpl): Use it.
8162         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8163         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8164         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8165         (tsearch, tfind, tdelete, twalk): Use it.
8166         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8167         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8168         sigpending): Use it.
8169         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8170         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8171         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8172         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8173         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8174         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8175         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8176         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8177         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8178         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8179         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8180         Use it.
8181         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8182         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8183         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8184         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8185         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8186         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8187         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8188         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8189         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8190         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8191         strtoull, unsetenv): Use it.
8192         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8193         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8194         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8195         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8196         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8197         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8198         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8199         (strcasecmp, strncasecmp): Use it.
8200         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8201         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8202         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8203         rpl_setsockopt): Use it.
8204         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8205         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8206         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8207         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8208         (gettimeofday): Use it.
8209         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8210         (times): Use it.
8211         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8212         (uname): Use it.
8213         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8214         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8215         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8216         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8217         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8218         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8219         unlinkat, write): Use it.
8220         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8221         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8222         * lib/argv-iter.h: Include arg-nonnull.h.
8223         (_ATTRIBUTE_NONNULL_): Remove macro.
8224         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8225         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8226         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8227         optimization.
8228         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8229         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8230         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8231         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8232         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8233         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8234         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8235         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8236         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8237         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8238         * modules/dirent (Depends-on): Add arg-nonnull.
8239         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8240         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8241         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8242         * modules/fnmatch (Depends-on): Add arg-nonnull.
8243         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8244         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8245         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8246         * modules/glob (Depends-on): Add arg-nonnull.
8247         (Makefile.am): Insert arg-nonnull.h into glob.h.
8248         * modules/iconv_open (Depends-on): Add arg-nonnull.
8249         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8250         * modules/inttypes (Depends-on): Add arg-nonnull.
8251         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8252         * modules/locale (Depends-on): Add arg-nonnull.
8253         (Makefile.am): Insert arg-nonnull.h into locale.h.
8254         * modules/math (Depends-on): Add arg-nonnull.
8255         (Makefile.am): Insert arg-nonnull.h into math.h.
8256         * modules/netdb (Depends-on): Add arg-nonnull.
8257         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8258         * modules/search (Depends-on): Add arg-nonnull.
8259         (Makefile.am): Insert arg-nonnull.h into search.h.
8260         * modules/signal (Depends-on): Add arg-nonnull.
8261         (Makefile.am): Insert arg-nonnull.h into signal.h.
8262         * modules/spawn (Depends-on): Add arg-nonnull.
8263         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8264         * modules/stdio (Depends-on): Add arg-nonnull.
8265         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8266         * modules/stdlib (Depends-on): Add arg-nonnull.
8267         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8268         * modules/string (Depends-on): Add arg-nonnull.
8269         (Makefile.am): Insert arg-nonnull.h into string.h.
8270         * modules/strings (Depends-on): Add arg-nonnull.
8271         (Makefile.am): Insert arg-nonnull.h into strings.h.
8272         * modules/sys_socket (Depends-on): Add arg-nonnull.
8273         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8274         * modules/sys_stat (Depends-on): Add arg-nonnull.
8275         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8276         * modules/sys_time (Depends-on): Add arg-nonnull.
8277         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8278         * modules/sys_times (Depends-on): Add arg-nonnull.
8279         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8280         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8281         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8282         * modules/time (Depends-on): Add arg-nonnull.
8283         (Makefile.am): Insert arg-nonnull.h into time.h.
8284         * modules/unistd (Depends-on): Add arg-nonnull.
8285         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8286         * modules/wchar (Depends-on): Add arg-nonnull.
8287         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8288         * modules/argv-iter (Depends-on): Add arg-nonnull.
8289         * tests/test-canonicalize.c (null_ptr): New function.
8290         (main): Use it.
8291         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8292         (main): Use it.
8293         * tests/test-memmem.c (null_ptr): New function.
8294         (main): Use it.
8295         Reported by Jim Meyering.
8296
8297 2009-12-10  Bruno Haible  <bruno@clisp.org>
8298
8299         Use spaces for indentation, not tabs.
8300         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8301         * m4/*.m4: Untabify.
8302         * build-aux/*.h: Untabify.
8303         * tests/**/*.[hc]: Untabify.
8304         * README: New section "Indent with spaces, not TABs", based on
8305         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8306         * NEWS: Mention the change.
8307
8308 2009-12-10  Bruno Haible  <bruno@clisp.org>
8309
8310         pty test: Fix link error.
8311         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8312         test_pty_LDADD.
8313
8314 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8315
8316         * modules/pty: New file.
8317         * modules/pty-tests: New file.
8318         * m4/pty.m4: New file.
8319         * tests/test-pty.c: New file.
8320         * doc/glibc-headers/pty.texi: Modified.
8321         * doc/glibc-functions/forkpty.texi: Modified.
8322         * doc/glibc-functions/openpty.texi: Modified.
8323
8324 2009-12-10  Bruno Haible  <bruno@clisp.org>
8325
8326         Avoid syntax error in C++ mode.
8327         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8328
8329 2009-12-10  Bruno Haible  <bruno@clisp.org>
8330
8331         Use sed with option -e.
8332         * gnulib-tool (func_version, func_emit_copyright_notice,
8333         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8334         option -e to sed.
8335         * modules/link-warning (Makefile.am): Likewise.
8336
8337 2009-12-10  Jim Meyering  <meyering@redhat.com>
8338
8339         mgetgroups: do not write bytes beyond end of malloc'd buffer
8340         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8341         username, we call getgroups with a one-element-shorter buffer,
8342         but still told it the length was original, max_n_groups.
8343
8344 2009-12-09  Eric Blake  <ebb9@byu.net>
8345
8346         cloexec: relax license
8347         * modules/cloexec (Maintainer): Add myself.
8348         (License): Use LGPL, not GPL.
8349
8350         link-warning: optimize generation
8351         * modules/link-warning (Makefile.am): Reduce process usage.
8352
8353 2009-12-09  Bruno Haible  <bruno@clisp.org>
8354
8355         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8356         workaround was added on 2009-11-17.
8357
8358 2009-12-09  Jim Meyering  <meyering@redhat.com>
8359             Bruno Haible  <bruno@clisp.org>
8360
8361         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8362         * modules/link-warning (Makefile.am): Make the comment-removing sed
8363         command more robust in the face of bootstrap-prepended comment lines.
8364
8365 2009-12-09  Bruno Haible  <bruno@clisp.org>
8366
8367         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8368         most one group.
8369
8370 2009-12-09  Simon Josefsson <simon@josefsson.org>
8371             Bruno Haible  <bruno@clisp.org>
8372
8373         * build-aux/link-warning.h: Add copyright notice.
8374         * modules/link-warning (Makefile.am): Generate link-warning.h from
8375         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8376         * NEWS: Mention change in link-warning module.
8377         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8378         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8379         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8380         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8381         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8382         * modules/math (Makefile.am): Add dependency to math.h.
8383         * modules/search (Makefile.am): Add dependency to search.h.
8384         * modules/signal (Makefile.am): Add dependency to signal.h.
8385         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8386         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8387         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8388         * modules/string (Makefile.am): Add dependency to string.h.
8389         * modules/strings (Makefile.am): Add dependency to strings.h.
8390         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8391         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8392         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8393         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8394         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8395         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8396         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8397         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8398         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8399
8400 2009-12-09  Bruno Haible  <bruno@clisp.org>
8401
8402         fchdir: Optimize away rpl_fstat when possible.
8403         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8404         REPLACE_OPEN_DIRECTORY.
8405         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8406
8407 2009-12-09  Bruno Haible  <bruno@clisp.org>
8408
8409         * lib/fchdir.c: Update comment.
8410
8411 2009-12-09  Bruno Haible  <bruno@clisp.org>
8412
8413         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8414
8415 2009-12-08  Eric Blake  <ebb9@byu.net>
8416
8417         fchdir: avoid memory leak on re-registration.
8418         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8419
8420 2009-12-08  Jim Meyering  <meyering@redhat.com>
8421
8422         init.sh: avoid Solaris 10 /bin/sh portability problem
8423         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8424         sourced script:
8425           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8426           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8427           bar
8428         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8429         and two tests used that idiom.
8430         * tests/init.sh: Update suggested usage comments.
8431         (path_prepend_): New function, to be used in place
8432         of the --src-path=DIR option.
8433         (setup_): Move PATH-prepending code into path_prepend_.
8434         * tests/test-pread.sh: Adapt to new usage.
8435         * tests/test-xalloc-die.sh: Likewise.
8436
8437 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8438
8439         * doc/gnulib.texi (Glibc pty.h): Add.
8440         * doc/glibc-functions/forkpty.texi: Add.
8441         * doc/glibc-functions/openpty.texi: Add.
8442         Suggested by Bruno Haible.
8443
8444 2009-12-08  Eric Blake  <ebb9@byu.net>
8445
8446         fchdir: fix logic bugs
8447         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8448         * tests/test-fchdir.c (main): Enhance test.
8449         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8450         is in use.
8451
8452         dup2: fix logic bugs
8453         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8454         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8455         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8456         exists.
8457         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8458
8459 2009-12-07  Eric Blake  <ebb9@byu.net>
8460
8461         unlink: fix m4 detection
8462         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8463
8464         unistd-safer: add unit test
8465         * modules/unistd-safer-tests: New file.
8466         * tests/test-dup-safer.c: Likewise.
8467         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8468         * tests/test-dup2.c (setmode): Likewise.
8469         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8470
8471         cloexec: preserve text vs. binary across dup_cloexec
8472         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8473         mode.
8474         * modules/dup2-tests (Depends-on): Add binary-io.
8475         * modules/cloexec-tests (Depends-on): Likewise.
8476         * tests/test-dup2.c (setmode, is_mode): New helpers.
8477         (main): Add tests that translation mode is preserved.
8478         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8479         Reported by Bruno Haible.
8480
8481         mgetgroups: reduce duplicate listings
8482         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8483         resulting array.
8484         * tests/test-chown.h (test_chown): Simplify client.
8485         * tests/test-lchown.h (test_lchown): Likewise.
8486
8487 2009-12-06  Bruno Haible  <bruno@clisp.org>
8488
8489         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8490         value.
8491
8492 2009-12-06  Bruno Haible  <bruno@clisp.org>
8493
8494         * lib/progname.c: Include stdio.h, stdlib.h.
8495         (set_program_name): Reject a NULL argument.
8496
8497 2009-12-05  Eric Blake  <ebb9@byu.net>
8498
8499         pipe2-safer: new module
8500         * modules/pipe2-safer: New file.
8501         * lib/unistd-safer.h (pipe2_safer): New prototype.
8502         * lib/unistd--.h (pipe2): New wrapper.
8503         * lib/pipe-safer.c (pipe2_safer): New function.
8504         * modules/pipe (Depends-on): Add pipe2-safer.
8505         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8506
8507         stdlib-safer: preserve cloexec flag for mkostemp[s]
8508         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8509         fd_safer_flag.
8510
8511         unistd-safer: allow preservation of cloexec status via flag
8512         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8513         prototypes.
8514         * lib/dup-safer.c (dup_safer_flag): New function.
8515         * lib/fd-safer.c (fd_safer_flag): Likewise.
8516         * modules/cloexec (configure.ac): Set witness.
8517
8518         test-dup2: enhance test
8519         * modules/dup2-tests (Depends-on): Add cloexec.
8520         * tests/test-dup2.c (main): Enhance test.
8521
8522         cloexec: add dup_cloexec
8523         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8524         header and comments.
8525         * lib/cloexec.c (set_cloexec_flag): Add comments.
8526         (dup_cloexec): New function, with mingw implementation borrowed
8527         from...
8528         * lib/w32spawn.h (dup_noinherit): ...here.
8529         * modules/execute (Depends-on): Add cloexec.
8530         * modules/pipe (Depends-on): Likewise.
8531         * modules/cloexec (Depends-on): Add dup2.
8532         * modules/cloexec-tests (Files): New file.
8533         * tests/test-cloexec.c: Likewise.
8534
8535         test-xalloc-die: fix test for mingw
8536         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8537         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8538         directory and .exe suffix off argv[0] output.
8539
8540         test-fseeko: fix test for mingw
8541         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8542         than undefining fseek, so test will pass on mingw.
8543
8544 2009-12-05  Bruno Haible  <bruno@clisp.org>
8545
8546         * lib/progname.h (set_program_name): Clarify specification.
8547         * lib/progname.c (set_program_name): Likewise.
8548         Reported by Jim Meyering.
8549
8550 2009-12-05  Jim Meyering  <meyering@redhat.com>
8551
8552         maint.mk: backslash-escape parens in default regexp
8553         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8554         backslash-escape the literal parentheses.
8555
8556         maint.mk: news-date-check: use grep -E
8557         * top/maint.mk (today): Define a Make variable, not a...
8558         (news-date-check): ...shell variable.
8559         (news-date-regexp): Use the Make variable.
8560         Use grep's -E option.  Change the failing diagnostic to mention
8561         the variable, $(news-date-regexp).
8562
8563 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8564
8565         maintainer-makefile: allow customization of NEWS entry format
8566         * top/maint.mk (news-date-regexp): New overridable variable.
8567         (news-date-check): Use it.
8568
8569 2009-12-04  Eric Blake  <ebb9@byu.net>
8570
8571         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8572         * lib/mgetgroups.h (xgetgroups): New prototype.
8573         * lib/mgetgroups.c (xgetgroups): New wrapper.
8574         (mgetgroups): Handle ENOSYS.
8575         * modules/mgetgroups (Depends-on): Add realloc.
8576         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8577
8578         mgetgroups: avoid argument promotion issues with -1
8579         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8580         for invalid gid_t.
8581         * tests/test-chown.h (getegid, test_chown): Likewise.
8582         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8583
8584 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8585
8586         exclude: Fix header file problems.
8587         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8588
8589 2009-12-01  Jim Meyering  <meyering@redhat.com>
8590
8591         fts: fts_open: do not let an empty string cause immediate failure
8592         This is required in support of GNU rm, for which the command
8593         "rm A '' B" must process and remove both A and B, in spite of
8594         the empty string argument.
8595         * lib/fts.c (fts_open): Do not let the presence of an empty string
8596         cause fts_open to fail immediately.  Most fts-using tools must be
8597         able to process all arguments, in order, and can be expected to
8598         diagnose such arguments themselves.
8599
8600 2009-11-30  Eric Blake  <ebb9@byu.net>
8601
8602         utimens: fix compilation error
8603         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8604         Declare variable at right scope.
8605
8606 2009-11-29  Jim Meyering  <meyering@redhat.com>
8607
8608         bootstrap: handle perl-5.11's changed --version output
8609         * build-aux/bootstrap (get_version): Handle perl separately,
8610         since perl-5.11's --version output is different.
8611
8612 2009-11-28  Jim Meyering  <meyering@redhat.com>
8613
8614         userspec: depend on the inttostr module, too
8615         * modules/userspec (Depends-on): Add inttostr.
8616
8617         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8618         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8619         number of MAXUID when it evaluates to (uid_t) -1.
8620         Likewise for group ID.  Reported by Matt McCutchen in
8621         <http://savannah.gnu.org/bugs/?28113>
8622
8623         userspec: reformat to use spaces, not TABs
8624         * lib/userspec.c: Expand TABs to spaces.
8625         Add Emacs' "indent-tabs-mode: nil" hint.
8626
8627 2009-11-27  Eric Blake  <ebb9@byu.net>
8628
8629         getopt-gnu: flush out another BSD bug
8630         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8631         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8632         flush out BSD bug.
8633         * tests/test-getopt.h (test_getopt): End lists with NULL.
8634         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8635         (test_getopt_long_posix): Enhance test.
8636         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8637         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8638         getopt-gnu.
8639         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8640         Likewise.
8641
8642 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8643
8644         * modules/idpriv-droptemp-tests (Notice): Fix text.
8645
8646 2009-11-27  Jim Meyering  <meyering@redhat.com>
8647
8648         test-xalloc-die: avoid spurious failure due to libtool argv difference
8649         In a libtool-enabled project, this test would fail due to a difference
8650         in the emitted program name, e.g.,
8651         -test-xalloc-die: memory exhausted
8652         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8653         Use program to avoid that.
8654         * modules/xalloc-die-tests (Depends-on): Add progname.
8655         * tests/test-xalloc-die.c: Include progname.h".
8656         (program_name): Remove decl.
8657         (main): Call set_program_name.
8658         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8659
8660 2009-11-26  Richard Jones  <rjones@redhat.com>
8661
8662         w32sock: leave win32 error in place.
8663         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8664
8665 2009-11-26  Eric Blake  <ebb9@byu.net>
8666
8667         init.sh: suggest to use skip_ and fail_ functions in comments
8668         * tests/init.sh: Add a sentence.
8669
8670 2009-11-25  Bruno Haible  <bruno@clisp.org>
8671
8672         init.sh: add documentation in comments
8673         * tests/init.sh: Add some developer and user documentation.
8674
8675 2009-11-26  Jim Meyering  <meyering@redhat.com>
8676
8677         init.sh: accommodate even those who specify bogus srcdir manually
8678         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8679         configure-time tests to be sanitized, so that there is no need to
8680         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8681         (with no double quotes) suffices.  However, since tests may be
8682         invoked manually, and since you may explicitly set srcdir to the
8683         name of a directory containing spaces, do quote its uses here.
8684         * tests/test-pread.sh: Likewise.
8685         Suggested by Bruno Haible.
8686
8687         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8688         * tests/test-pread.sh: Write no data into the pipe, because
8689         test-pread actually reads none.  This avoids a diagnostic,
8690         "bash: echo: write error: Broken pipe", that arises in the unusual
8691         event something is ignoring SIGPIPE, and might be interpreted
8692         as some sort of failure.  Reported by Bruno Haible.
8693
8694 2009-11-25  Jim Meyering  <meyering@redhat.com>
8695
8696         test-pread: cover failure with ESPIPE and EINVAL
8697         * tests/test-pread.c (main): Test for failure, too.
8698         * tests/test-pread.sh: Invoke with stdin on a pipe.
8699         Suggested by Eric Blake.
8700
8701         pread: improvement and fix
8702         * modules/pread (Depends-on): Depend on lseek, for portability to
8703         e.g., mingw.  Suggested by Eric Blake.
8704         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8705
8706         unistd.in.h: correct declaration of pread
8707         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8708         Reported by Richard W.M. Jones.
8709
8710         test-pread.sh: distribute the test script
8711         * modules/pread-tests (Files): Include test-pread.sh.
8712
8713         test-pread.sh: clean up
8714         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8715         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8716         That is unnecessary, since it's always ".".
8717         Suggestion from Eric Blake.
8718
8719         test-pread.sh: make executable
8720         * tests/test-pread.sh: Set executable bit.
8721         Reported by Eric Blake.
8722
8723         correct typo in test-pread.sh
8724         * tests/test-pread.sh: Add #! line.
8725
8726         test pread
8727         * tests/test-pread.c: New file.
8728         * tests/test-pread.sh: Likewise.
8729         * modules/pread-tests: Likewise.
8730
8731         pread: new module
8732         * modules/pread: New file.
8733         * lib/unistd.in.h (pread): Define/declare.
8734         * lib/pread.c (pread): New file.
8735         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8736         * modules/unistd (Makefile.am): Substitute witnesses.
8737         * doc/posix-functions/pread.texi (pread): Update.
8738         * MODULES.html.sh: Add pread.
8739
8740 2009-11-25  Jim Meyering  <meyering@redhat.com>
8741
8742         tests/init.sh: new file to be used via most *.sh tests
8743         * tests/init.sh: New file.
8744
8745 2009-11-25  Eric Blake  <ebb9@byu.net>
8746
8747         utimens: work around older Linux failure with symlinks
8748         * lib/utimens.c (lutimensat_works_really): New variable.
8749         (fdutimens, lutimens): Use it to manage kernels that support
8750         nanosecond times on files, but not on symlinks.
8751         Reported by OndÅ™ej Vašík.
8752
8753         utimes: fix configure grammar
8754         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8755
8756 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8757
8758         regex: Fix fastmap for multibyte character ranges.
8759         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8760         characters when a multibyte character range is included.
8761
8762 2009-11-22  Andy Wingo  <wingo@pobox.com>
8763
8764         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8765         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8766
8767 2009-11-24  Bruno Haible  <bruno@clisp.org>
8768
8769         doc: Most *_l functions exist in MacOS X 10.5.
8770         * doc/posix-functions/duplocale.texi: Update platforms list.
8771         * doc/posix-functions/freelocale.texi: Likewise.
8772         * doc/posix-functions/newlocale.texi: Likewise.
8773         * doc/posix-functions/uselocale.texi: Likewise.
8774         * doc/posix-functions/isalnum_l.texi: Likewise.
8775         * doc/posix-functions/isalpha_l.texi: Likewise.
8776         * doc/posix-functions/isblank_l.texi: Likewise.
8777         * doc/posix-functions/iscntrl_l.texi: Likewise.
8778         * doc/posix-functions/isdigit_l.texi: Likewise.
8779         * doc/posix-functions/isgraph_l.texi: Likewise.
8780         * doc/posix-functions/islower_l.texi: Likewise.
8781         * doc/posix-functions/isprint_l.texi: Likewise.
8782         * doc/posix-functions/ispunct_l.texi: Likewise.
8783         * doc/posix-functions/isspace_l.texi: Likewise.
8784         * doc/posix-functions/isupper_l.texi: Likewise.
8785         * doc/posix-functions/iswalnum_l.texi: Likewise.
8786         * doc/posix-functions/iswalpha_l.texi: Likewise.
8787         * doc/posix-functions/iswblank_l.texi: Likewise.
8788         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8789         * doc/posix-functions/iswctype_l.texi: Likewise.
8790         * doc/posix-functions/iswdigit_l.texi: Likewise.
8791         * doc/posix-functions/iswgraph_l.texi: Likewise.
8792         * doc/posix-functions/iswlower_l.texi: Likewise.
8793         * doc/posix-functions/iswprint_l.texi: Likewise.
8794         * doc/posix-functions/iswpunct_l.texi: Likewise.
8795         * doc/posix-functions/iswspace_l.texi: Likewise.
8796         * doc/posix-functions/iswupper_l.texi: Likewise.
8797         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8798         * doc/posix-functions/isxdigit_l.texi: Likewise.
8799         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8800         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8801         * doc/posix-functions/strcoll_l.texi: Likewise.
8802         * doc/posix-functions/strfmon_l.texi: Likewise.
8803         * doc/posix-functions/strftime_l.texi: Likewise.
8804         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8805         * doc/posix-functions/strxfrm_l.texi: Likewise.
8806         * doc/posix-functions/tolower_l.texi: Likewise.
8807         * doc/posix-functions/toupper_l.texi: Likewise.
8808         * doc/posix-functions/towctrans_l.texi: Likewise.
8809         * doc/posix-functions/towlower_l.texi: Likewise.
8810         * doc/posix-functions/towupper_l.texi: Likewise.
8811         * doc/posix-functions/wcscoll_l.texi: Likewise.
8812         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8813         * doc/posix-functions/wctrans_l.texi: Likewise.
8814         * doc/posix-functions/wctype_l.texi: Likewise.
8815         * doc/glibc-functions/strptime_l.texi: Likewise.
8816         * doc/glibc-functions/strtod_l.texi: Likewise.
8817         * doc/glibc-functions/strtof_l.texi: Likewise.
8818         * doc/glibc-functions/strtol_l.texi: Likewise.
8819         * doc/glibc-functions/strtold_l.texi: Likewise.
8820         * doc/glibc-functions/strtoll_l.texi: Likewise.
8821         * doc/glibc-functions/strtoul_l.texi: Likewise.
8822         * doc/glibc-functions/strtoull_l.texi: Likewise.
8823         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8824         * doc/glibc-functions/wcstod_l.texi: Likewise.
8825         * doc/glibc-functions/wcstof_l.texi: Likewise.
8826         * doc/glibc-functions/wcstol_l.texi: Likewise.
8827         * doc/glibc-functions/wcstold_l.texi: Likewise.
8828         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8829         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8830         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8831
8832 2009-11-24  Bruno Haible  <bruno@clisp.org>
8833
8834         duplocale: Fix logic bug.
8835         * lib/duplocale.c: Don't include <langinfo.h>.
8836         (_NL_LOCALE_NAME): Remove macro.
8837         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8838         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8839
8840 2009-11-23  Jim Meyering  <meyering@redhat.com>
8841
8842         test-update-copyright: don't hard-code /usr/bin/perl
8843         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8844         perl to print the current year.  Gilles Espinasse reported that
8845         the replaced use of perl was hard-coded as /usr/bin/perl.
8846
8847 2009-11-23  Bruno Haible  <bruno@clisp.org>
8848
8849         duplocale: Add support for glibc 2.3.x.
8850         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8851
8852 2009-11-22  Bruno Haible  <bruno@clisp.org>
8853
8854         vasnprintf: Tiny optimization.
8855         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8856         MacOS X.
8857
8858 2009-11-22  Bruno Haible  <bruno@clisp.org>
8859
8860         Tests for module 'duplocale'.
8861         * modules/duplocale-tests: New file.
8862         * tests/test-duplocale.c: New file.
8863
8864         New module 'duplocale'.
8865         * m4/duplocale.m4: New file.
8866         * lib/locale.in.h (duplocale): New declaration.
8867         * lib/duplocale.c: New file.
8868         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8869         gl_LOCALE_H_DEFAULTS): New macros.
8870         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8871         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8872         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8873         REPLACE_DUPLOCALE.
8874         * modules/duplocale: New file.
8875         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8876
8877 2009-11-22  Bruno Haible  <bruno@clisp.org>
8878
8879         * modules/locale-tests (configure.ac): Test for newlocale function.
8880         * tests/test-locale.c: When the system has extended locale functions,
8881         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8882
8883         locale: Make locale_t available when possible.
8884         * lib/locale.in.h: Include <xlocale.h> when it exists.
8885         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8886         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8887         * modules/locale (Depends-on): Add extensions.
8888         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8889         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8890
8891 2009-11-22  Bruno Haible  <bruno@clisp.org>
8892
8893         Add comments.
8894         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8895         invocation.
8896         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8897         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8898         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8899
8900 2009-11-22  Bruno Haible  <bruno@clisp.org>
8901
8902         error: account for the possibility of freopen (stdout).
8903         * lib/error.c: Include <unistd.h>.
8904         (flush_stdout): New function, extracted from error and error_at_line.
8905         Determine stdout's fd dynamically.
8906         (error, error_at_line): Invoke flush_stdout.
8907         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8908         * modules/error (Depends-on): Add unistd.
8909
8910 2009-11-22  Bruno Haible  <bruno@clisp.org>
8911
8912         diffseq: Add comment.
8913         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8914
8915 2009-11-22  Jim Meyering  <meyering@redhat.com>
8916
8917         c-stack: avoid defining an unused static function
8918         * lib/c-stack.c (find_stack_direction): Do not define this function
8919         when it will not be used.
8920
8921         diffseq: avoid spurious gcc warnings
8922         * lib/diffseq.h (IF_LINT2): Define.
8923         (compareseq): Use it to initialize two members of "part".
8924         This avoids two used-uninitialized warnings.
8925
8926 2009-11-21  Jim Meyering  <meyering@redhat.com>
8927
8928         c-stack: avoid "ignoring return value of `write'" warning
8929         * lib/c-stack.c: Include "ignore-value.h".
8930         (die): Explicitly ignore each write return value.
8931         * modules/c-stack (Depends-on): Add ignore-value.
8932
8933 2009-11-21  Bruno Haible  <bruno@clisp.org>
8934
8935         diffseq: reduce scope of variable 'best'.
8936         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8937         variable, earlier used for two different purposes.
8938
8939 2009-11-21  Jim Meyering  <meyering@redhat.com>
8940
8941         diffseq: remove useless assignment to "best"
8942         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8943         assignment.  At that point "best" is already guaranteed to be zero.
8944
8945 2009-11-20  Eric Blake  <ebb9@byu.net>
8946
8947         build: mention ftp redirector in release announcements
8948         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8949         values that used to come from cfg.mk; mention FTP redirect URL.
8950         * build-aux/announce-gen: Mention the mirror list.
8951         Suggested by Karl Berry.
8952
8953         nanosleep: improve port to mingw
8954         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8955         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8956         LIB_NANOSLEEP, but only when needed.
8957         * modules/select (Link): Document LIBSOCKET.
8958         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8959         enough.
8960
8961         nanosleep: work around cygwin bug
8962         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8963         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8964         bug.
8965         (getnow): Delete, not needed.
8966         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8967         LIB_CLOCK_GETTIME.
8968         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8969         clock-time, gettime.
8970         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8971         bug.
8972         * modules/nanosleep-tests: New test.
8973         * tests/test-nanosleep.c: New file.
8974
8975         sleep: work around cygwin bug
8976         * lib/sleep.c (rpl_sleep): Work around the bug.
8977         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8978         (gl_PREREQ_SLEEP): Delete unused macro.
8979         * modules/sleep (Depends-on): Add verify.
8980         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8981         * modules/unistd (Makefile.am): Substitute witness.
8982         * lib/unistd.in.h (sleep): Update prototype.
8983         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8984         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8985         * modules/sleep-tests (Depends-on): Check for alarm.
8986
8987 2009-11-20  Jim Meyering  <meyering@redhat.com>
8988
8989         maint.mk: improve sc_prohibit_magic_number_exit
8990         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8991         so it does not match uses like System.exit(1).
8992         Add comments showing how to correct all offenders.
8993
8994 2009-11-19  Eric Blake  <ebb9@byu.net>
8995
8996         xalloc-die-tests: add missing library
8997         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8998
8999         test-xvasprintf: silence compiler warnings
9000         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
9001         empty string from gcc.
9002
9003 2009-11-19  Jim Meyering  <meyering@redhat.com>
9004
9005         xfreopen: new module, from coreutils
9006         * modules/xfreopen: New module.
9007         * lib/xfreopen.c: New file.
9008         * lib/xfreopen.h: New file.
9009         * MODULES.html.sh (File stream based Input/Output"): Add it.
9010
9011 2009-11-19  Eric Blake  <ebb9@byu.net>
9012
9013         manywarnings: depend on warnings
9014         * modules/manywarnings (Depends-on): Add warnings.
9015
9016         build: avoid compiler warnings
9017         * lib/select.c (rpl_select): Delete unused variable.
9018         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9019
9020 2009-11-18  Eric Blake  <ebb9@byu.net>
9021
9022         tests: avoid false negative with --with-packager
9023         * tests/test-version-etc.sh: Discard packager information.
9024         * tests/test-argp-version-etc-1.sh: Likewise.
9025         Reported by Mike Frysinger.
9026
9027         utimens: fix regression on Solaris
9028         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9029         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9030         can only change fd timestamps via futimesat.  Instead, use an
9031         additional witness macro to avoid BSD bug.
9032         Reported by Jim Meyering.
9033
9034 2009-11-17  Eric Blake  <ebb9@byu.net>
9035
9036         usleep: use it to simplify tests
9037         * modules/stat-time-tests (Depends-on): Add usleep.
9038         (configure.ac): Drop usleep check.
9039         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9040         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9041         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9042         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9043         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9044         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9045         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9046         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9047         Likewise.
9048         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9049         * tests/test-lchown.h (nap): Likewise.
9050         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9051         * tests/test-stat-time.c (nap): Likewise.
9052         * tests/test-utimens-common.h (nap): Update comments.
9053
9054         usleep: new module
9055         * modules/usleep: New file.
9056         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9057         * lib/usleep.c (usleep): Likewise.
9058         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9059         * modules/unistd (Makefile.am): Substitute witnesses.
9060         * lib/unistd.in.h (usleep): Add declaration.
9061         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9062         * MODULES.html.sh (Date and time): Likewise.
9063         * modules/usleep-tests (Depends-on): New test.
9064         * tests/test-usleep.c: New file.
9065
9066         chown: work around OpenBSD bug
9067         * lib/chown.c (rpl_chown): Work around the bug.
9068         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9069         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9070         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9071         * modules/chown (Depends-on): Add stdbool.
9072         * modules/lchown (Depends-on): Likewise.
9073         * doc/posix-functions/chown.texi (chown): Document the bug.
9074         * doc/posix-functions/lchown.texi (lchown): Likewise.
9075         * tests/test-lchown.h (test_chown): Relax test.
9076
9077         mkstemp: avoid conflict with C++ keyword template
9078         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9079         * lib/mkostemp.c (mkostemp): Likewise.
9080         * lib/mkostemps.c (mkostemps): Likewise.
9081         * lib/mkstemp.c (mkstemp): Likewise.
9082         * lib/mkstemps.c (mkstemps): Likewise.
9083
9084         xalloc-die-tests: optimize
9085         * tests/test-xalloc-die.sh: Reduce number of processes.
9086
9087 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9088
9089         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9090         patch from ludo@gnu.org (Ludovic Courtès).
9091
9092 2009-11-17  Jim Meyering  <meyering@redhat.com>
9093
9094         version-etc: use proper license string
9095         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9096         * modules/version-etc-fsf: Likewise.
9097
9098 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9099
9100         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9101         printed to stdout.  Deal with EOL differences.
9102
9103 2009-11-17  Eric Blake  <ebb9@byu.net>
9104
9105         unsetenv: work around Solaris bug
9106         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9107         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9108         Reported by Jim Meyering.
9109
9110         vasnprintf: avoid compiler warnings
9111         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9112         variables.
9113         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9114
9115 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9116
9117         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9118         settings since xalloc-die is no longer the self test,
9119         xalloc-die.sh is.
9120
9121 2009-11-17  Jim Meyering  <meyering@redhat.com>
9122
9123         test-xalloc-die.sh: make the code agree with the commit log
9124         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9125         at the end, just in case you happen to have a test-xalloc-die
9126         program in some other PATH directory.
9127
9128         test-xalloc-die.sh: fix a portability bug
9129         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9130         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9131         Otherwise, argv[0] (as often seen in diagnostics) would be too
9132         system-dependent, sometimes with, and sometimes without the leading "./".
9133
9134         version-etc-fsf: relax license to LGPLv3+
9135         * modules/version-etc-fsf (License): Relax license.
9136
9137 2009-11-16  Eric Blake  <ebb9@byu.net>
9138
9139         xalloc-die-tests: avoid printing null pointer
9140         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9141         shell script.
9142         * tests/test-xalloc-die.c (program_name): Declare.
9143         * tests/test-xalloc-die.sh (tmpfiles): New file.
9144
9145         setenv, unsetenv: work around various bugs
9146         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9147         (setenv) [HAVE_SETENV]: Work around bugs.
9148         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9149         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9150         for bugs.
9151         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9152         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9153         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9154         * modules/stdlib (Makefile.am): Update substitutions.
9155         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9156         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9157         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9158         * modules/setenv-tests: New test.
9159         * modules/unsetenv-tests: Likewise.
9160         * tests/test-setenv.c: New file.
9161         * tests/test-unsetenv.c: Likewise.
9162
9163 2009-11-16  Jim Meyering  <meyering@redhat.com>
9164
9165         version-etc: relax license to LGPLv3+
9166         * modules/version-etc (License): Relax license.
9167
9168         better AC_REQUIRE expanded-before-required-warning avoidance
9169         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9170         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9171         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9172         which is no longer needed.
9173
9174 2009-11-16  Eric Blake  <ebb9@byu.net>
9175
9176         test-freading: clean up temporary file
9177         * tests/test-freading.c (main): Remove file on success, and use
9178         ASSERT more liberally.
9179         Reported by Jim Meyering.
9180
9181 2009-11-16  Jim Meyering  <meyering@redhat.com>
9182
9183         avoid new AC_REQUIRE expanded-before-required warnings
9184         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9185         merely using it.
9186         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9187         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9188
9189 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9190
9191         * tests/test-xalloc-die.c: New file.
9192         * modules/xalloc-die-tests: New file.
9193         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9194         XFAIL_TESTS so it can be appended by modules.
9195
9196 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9197
9198         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9199         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9200
9201 2009-11-14  Eric Blake  <ebb9@byu.net>
9202
9203         fnmatch: avoid compiler warning
9204         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9205         to silence compiler warning about mismatch signedness in ?:.
9206         Reported by Robert Millan.
9207
9208         intprops: add double-inclusion guard
9209         * lib/intprops.h: Allow idempotent includes.
9210         Suggested by Bruce Korb.
9211
9212         openat: detect Solaris fchownat bug
9213         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9214         penalizing glibc chownat when only lchownat is broken.
9215         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9216         trailing slash bugs.
9217         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9218         * modules/openat-tests (Files): Include more files.
9219         (Depends-on): Add mgetgroups, sleep, stat-time.
9220         (configure.ac): Add additional checks.
9221         (Makefile.am): Build new test.
9222         * tests/test-fchownat.c: New file.
9223
9224         lchown: detect Solaris and FreeBSD bug
9225         * lib/lchown.c (rpl_lchown): Work around bug.
9226         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9227         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9228         * modules/unistd (Makefile.am): Populate it.
9229         * lib/unistd.in.h (lchown): Update declaration.
9230         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9231         * modules/lchown-tests: New file.
9232         * tests/test-lchown.h (test_lchown): Likewise.
9233         * tests/test-lchown.c (main): Likewise.
9234
9235         chown: detect Solaris and FreeBSD bug
9236         * lib/chown.c (rpl_chown): Work around bug.
9237         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9238         (gl_PREREQ_CHOWN): Delete.
9239         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9240         * modules/unistd (Makefile.am): Populate it.
9241         * lib/unistd.in.h (chown): Update declaration.
9242         * lib/lchown.c (chown): Update client.
9243         * modules/lchown (Depends-on): Add lstat.
9244         * doc/posix-functions/chown.texi (chown): Document the bug.
9245         * doc/posix-functions/getgroups.texi (getgroups): Document
9246         getgroups pitfall.
9247         * modules/chown-tests: New file.
9248         * tests/test-chown.h (test_chown): Likewise.
9249         * tests/test-chown.c (main): Likewise.
9250
9251 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9252
9253         gnulib-tool: correctly detect absence of m4 directories
9254         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9255
9256 2009-11-14  Jim Meyering  <meyering@redhat.com>
9257
9258         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9259         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9260
9261 2009-11-14  John W. Eaton  <jwe@gnu.org>
9262
9263         strftime.h: wrap funtion declaration in extern "C" block
9264         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9265
9266 2009-11-13  Eric Blake  <ebb9@byu.net>
9267
9268         getgroups: avoid compiler warning
9269         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9270
9271         getgroups: work around FreeBSD bug
9272         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9273         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9274         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9275         * tests/test-getgroups.c (main): Fix buffer overrun.
9276
9277         getgroups: avoid compilation failure
9278         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9279         * modules/getgroups (Depends-on): Add stdint.
9280
9281 2009-11-13  Jim Meyering  <meyering@redhat.com>
9282
9283         test-getgroups: avoid compilation failure
9284         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9285
9286 2009-11-13  Eric Blake  <ebb9@byu.net>
9287
9288         mgetgroups: new module, taken from coreutils
9289         * modules/mgetgroups: New file.
9290         * lib/mgetgroups.h: Likewise.
9291         * lib/mgetgroups.c (mgetgroups): Likewise.
9292         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9293         * MODULES.html.sh (Users and groups): Mention it.
9294
9295         getgroups: don't expose GETGROUPS_T to user
9296         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9297         an element at a time if GETGROUPS_T is wrong size.
9298         * lib/getugroups.h (getugroups): Change signature.
9299         * lib/unistd.in.h (getgroups): Likewise.
9300         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9301         signature needs fixing.
9302         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9303         AC_TYPE_GETGROUPS.
9304         * modules/group-member (Depends-on): Add getgroups.
9305         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9306         (group_member): Rely on getgroups replacement.
9307         * lib/getugroups.c (getugroups): Use gid_t.
9308         * tests/test-getgroups.c (main): Likewise.
9309         * NEWS: Mention the signature change.
9310         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9311         problem with signature.
9312         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9313         GETGROUPS_T is still useful for setgroups.
9314
9315         getgroups, getugroups: provide stubs for mingw
9316         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9317         * lib/getugroups.c (getugroups): Likewise.
9318         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9319         function.  Modernize replacement scheme.
9320         (gl_PREREQ_GETGROUPS): Delete.
9321         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9322         * modules/getgroups (configure.ac): Declare witness.
9323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9324         * modules/unistd (Depends-on): Substitute witness.
9325         * lib/unistd.in.h (getgroups): Declare replacement.
9326
9327         getgroups: avoid calling exit
9328         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9329         drop xalloc.
9330         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9331         dependencies.
9332         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9333         exiting, in the rare case of malloc failure.
9334
9335         getgroups: fix logic error
9336         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9337         has more than 20 groups.
9338         * modules/getgroups-tests: New test.
9339         * tests/test-getgroups.c: New file.
9340
9341 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9342
9343         * tests/test-base64.c: Improve.
9344
9345 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9346
9347         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9348         Blake <ebb9@byu.net>.
9349
9350 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9351
9352         * tests/test-xvasprintf.c: Add %s%s related checks.
9353
9354 2009-11-12  Eric Blake  <ebb9@byu.net>
9355
9356         version-etc: match standards.texi style
9357         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9358         and use <> only for URLs.
9359
9360 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9361
9362         fts: do not fail on a submount during traversal
9363         * lib/fts.c (fts_build): Read the stat info again after opening
9364         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9365         Original report at http://bugzilla.redhat.com/501848.
9366
9367 2009-11-12  Jim Meyering  <meyering@redhat.com>
9368
9369         bootstrap: sync from coreutils
9370         * build-aux/bootstrap (bootstrap_epilogue): New function.
9371         Use git_modules_config in one more place.  This make bootstrap's
9372         --gnulib-srcdir option more useful for testing.
9373
9374         bootstrap: generalize autoheader check
9375         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9376         AC_CONFIG_HEADERS.
9377
9378 2009-11-11  Eric Blake  <ebb9@byu.net>
9379
9380         mkfifoat: use new modules for Solaris and BSD bugs
9381         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9382         * lib/mkfifoat.c (mknodat): Split...
9383         * lib/mknodat.c (mknodat): ...into new file.
9384         * modules/mkfifoat (Files): Ship new file.
9385         (Depends-on): Add mkfifo, mknod.
9386         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9387         (Depends-on): Add symlink.
9388         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9389         redundant with test_mkfifo.h.
9390         (do_mkfifoat, do_mknodat): New helpers.
9391
9392         mknod: new module
9393         * modules/mknod: New file.
9394         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9395         * lib/mknod.c (mknod): Likewise.
9396         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9397         defaults.
9398         * modules/sys_stat (Makefile.am): Substitute them.
9399         * lib/sys_stat.in.h (mknod): Declare replacement.
9400         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9401         Document it.
9402         * doc/posix-functions/mknod.texi (mknod): Likewise.
9403         * modules/mknod-tests: New test.
9404         * tests/test-mknod.c: Likewise.
9405
9406         mkfifo: new module
9407         * modules/mkfifo: New file.
9408         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9409         * lib/mkfifo.c (mkfifo): Likewise.
9410         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9411         defaults.
9412         * modules/sys_stat (Makefile.am): Substitute them.
9413         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9414         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9415         Document it.
9416         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9417         * modules/mkfifo-tests: New test.
9418         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9419         from test-mkfifoat.c.
9420         * tests/test-mkfifo.c: New file.
9421
9422         readlink: detect FreeBSD bug
9423         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9424         slash on symlink.
9425         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9426         * tests/test-readlink.h (test_readlink): Enhance test.
9427
9428         symlink: detect FreeBSD bug
9429         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9430         slash on symlink.
9431         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9432         * tests/test-symlink.h (test_symlink): Enhance test.
9433
9434 2009-11-10  Eric Blake  <ebb9@byu.net>
9435
9436         link: detect FreeBSD bug
9437         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9438         symlink.
9439         * doc/posix-functions/link.texi (link): Document the bug.
9440         * tests/test-link.h (test_link): Enhance test.
9441         * tests/test-linkat.c (main): Update caller.
9442
9443         unlink, remove: detect FreeBSD bug
9444         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9445         slash on symlink.
9446         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9447         * doc/posix-functions/remove.texi (remove): Likewise.
9448         * tests/test-unlink.h (test_unlink): Enhance test.
9449         * tests/test-remove.c (main): Likewise.
9450
9451 2009-11-09  Eric Blake  <ebb9@byu.net>
9452
9453         rename: detect FreeBSD bug
9454         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9455         slash on symlink.
9456         * modules/renameat-tests (Depends-on): Add filenamecat.
9457         * tests/test-rename.h (test_rename): Allow one more errno.
9458         * tests/test-renameat.c (main): Likewise.
9459         * doc/posix-functions/rename.texi (rename): Document the bug.
9460
9461         open: detect FreeBSD bug
9462         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9463         symlink.
9464         * doc/posix-functions/open.texi (open): Document the bug.
9465         * doc/posix-functions/utimes.texi (utimes): Likewise.
9466         * tests/test-open.h (test_open): Add parameters, and test symlink
9467         handling.
9468         * tests/test-open.c (main): Adjust caller.
9469         * tests/test-fcntl-safer.c (main): Likewise.
9470         * modules/open-tests (Depends-on): Add stdbool, symlink.
9471         * modules/fcntl-safer-tests (Depends-on): Likewise.
9472         * tests/test-openat.c (main): Add test-open tests.
9473
9474         stat: detect FreeBSD bug
9475         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9476         symlink.
9477         * doc/posix-functions/stat.texi (stat): Document the bug.
9478         * tests/test-stat.h (test_stat_func): Add argument.
9479         * tests/test-stat.c (main): Adjust caller.
9480         * tests/test-fstatat.c (main): Likewise.
9481         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9482         Reported by Jim Meyering.
9483
9484 2009-11-09  James Youngman  <jay@gnu.org>
9485
9486         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9487         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9488
9489 2009-11-08  Jim Meyering  <meyering@redhat.com>
9490
9491         utimens: remove invalid futimesat call
9492         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9493         It used the file descriptor of the target file as the DIR_FD
9494         parameter and NULL as the file name.  That caused failure with
9495         errno == EFAULT on FreeBSD-8.0-rc2
9496
9497 2009-11-07  Eric Blake  <ebb9@byu.net>
9498
9499         fflush, freadseek: use fseeko, not fseek
9500         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9501         (clear_ungetc_buffer): Avoid potential problems on large files.
9502         * lib/freadseek.c (freadseek): Likewise.
9503         * modules/freadseek (Depends-on): Add fseeko.
9504         * modules/fseek (configure.ac): Set a witness.
9505         * tests/test-fflush.c (main): Use fseeko.
9506         * tests/test-fpurge.c (fseek): Disable link warning.
9507         * tests/test-freadable.c (fseek): Likewise.
9508         * tests/test-freading.c (fseek): Likewise.
9509         * tests/test-fseeko.c (fseek): Likewise.
9510         * tests/test-ftell.c (fseek): Likewise.
9511         * tests/test-ftello.c (fseek): Likewise.
9512         * tests/test-fwritable.c (fseek): Likewise.
9513         * tests/test-fwriting.c (fseek): Likewise.
9514
9515 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9516
9517         * modules/memchr (Depends-on): Drop getpagesize dependency.
9518
9519 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9520
9521         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9522         Reported by Ludovic Courtès.
9523         * build-aux/pmccabe2html: Improve example usage.
9524         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9525
9526 2009-11-06  Jim Meyering  <meyering@redhat.com>
9527
9528         do-release-commit-and-tag: New module.
9529         Automate the release-commit and tag process.
9530         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9531         * modules/do-release-commit-and-tag: New file.
9532         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9533
9534 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9535
9536         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9537         because test-select.c uses inet_pton.
9538
9539 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9540
9541         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9542         GETADDRINFO_LIB.  Bump serial number.
9543         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9544         Suggested by Eric Blake <ebb9@byu.net>.
9545
9546 2009-11-05  Eric Blake  <ebb9@byu.net>
9547
9548         strtod: detect darwin bug
9549         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9550         Reported by Leo Davis.
9551
9552         freopen-safer: new module
9553         * modules/freopen-safer: New module.
9554         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9555         * lib/freopen-safer.c (freopen_safer): New file.
9556         * lib/stdio-safer.h (freopen_safer): New declaration.
9557         * lib/stdio--.h (freopen): New override.
9558         * MODULES.html.sh (File stream based Input/Output): Mention it.
9559         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9560         freopen-safer module.
9561         * doc/posix-functions/stderr.texi (stderr): Likewise.
9562         * doc/posix-functions/stdin.texi (stdin): Likewise.
9563         * doc/posix-functions/stdout.texi (stdout): Likewise.
9564         * modules/freopen-safer-tests: New test.
9565         * tests/test-reopen-safer.c: New file.
9566
9567 2009-11-05  Jim Meyering  <meyering@redhat.com>
9568
9569         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9570         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9571
9572 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9573
9574         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9575
9576 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9577
9578         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9579
9580 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9581
9582         Fix link error.
9583         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9584         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9585
9586 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9587
9588         * tests/test-func.c: Also test value of __func__.
9589
9590 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9591
9592         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9593         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9594
9595 2009-11-05  Bruno Haible  <bruno@clisp.org>
9596
9597         Fix link error.
9598         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9599         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9600         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9601
9602 2009-11-05  Bruno Haible  <bruno@clisp.org>
9603
9604         Tests for module 'inet_pton'.
9605         * modules/inet_pton-tests: New file.
9606         * tests/test-inet_pton.c: New file.
9607
9608 2009-11-05  Bruno Haible  <bruno@clisp.org>
9609
9610         Tests for module 'inet_ntop'.
9611         * modules/inet_ntop-tests: New file.
9612         * tests/test-inet_ntop.c: New file.
9613
9614 2009-11-04  Eric Blake  <ebb9@byu.net>
9615
9616         stdlib-safer: wrap all mkstemp variants
9617         * modules/mkostemp (configure.ac): Set witness.
9618         * modules/mkostemps (configure.ac): Likewise.
9619         * modules/mkstemps (configure.ac): Likewise.
9620         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9621         (mkstemps_safer): Wrap more functions.
9622         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9623         wrapping.
9624         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9625         (mkstemps_safer): Implement the wrappers.
9626
9627         mkstemps, mkostemps: new modules
9628         * modules/mkostemps: New module.
9629         * modules/mkstemps: Likewise.
9630         * lib/mkostemps.c (mkostemps): New file.
9631         * lib/mkstemps.c (mkstemps): Likewise.
9632         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9633         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9634         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9635         * modules/stdlib (Makefile.am): Substitute them.
9636         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9637         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9638         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9639         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9640         * MODULES.html.sh (File system functions): Mention them.
9641
9642         tempname: resync from glibc
9643         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9644         same values for __GT_FILE as glibc.  Abort even when assertions
9645         are disabled.
9646         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9647         match its value otherwise.  Allow idempotent inclusion.
9648         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9649         * lib/mkostemp.c (mkostemp): Likewise.
9650         * lib/mkstemp.c (mkstemp): Likewise.
9651         * lib/tmpfile.c (tmpfile): Likewise.
9652         * NEWS: Document this.
9653
9654         utimens: fix use of futimens on older Linux
9655         * lib/utimens.c (fdutimens): Use updated, rather than original,
9656         timespec to avoid bug in older Linux kernel.
9657         Reported by Simon Josefsson.
9658
9659 2009-11-04  Bruno Haible  <bruno@clisp.org>
9660
9661         Make num_processors more flexible and consistent.
9662         * lib/nproc.h (enum nproc_query): New type.
9663         (num_processors): Add a 'query' argument.
9664         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9665         (num_processors): Add a 'query' argument. Test the value of the
9666         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9667         mingw, count the number of CPUs available for the current process.
9668         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9669         Check for sched_getaffinity and sched_getaffinity_np.
9670         * modules/nproc (Depends-on): Add c-ctype, extensions.
9671         * NEWS: Mention the change.
9672
9673 2009-11-03  Bruno Haible  <bruno@clisp.org>
9674
9675         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9676
9677 2009-11-03  Jim Meyering  <meyering@redhat.com>
9678
9679         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9680         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9681         if it is defined.
9682
9683 2009-11-02  Eric Blake  <ebb9@byu.net>
9684
9685         mktime, timegm: share common declaration
9686         * lib/mktime-internal.h: New file.
9687         * lib/mktime.c: Use it rather than open-coding a declaration.
9688         * lib/timegm.c: Likewise.
9689         * modules/mktime (Files): Ship it.
9690         * modules/timegm (Files): Likewise.
9691         Suggested by Bruno Haible.
9692
9693         test-update-copyright: update test to match script changes
9694         * tests/test-update-copyright.sh: Avoid hard-coding perl
9695         location.  Don't update *.bak created by earlier runs.
9696
9697 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9698             Simon Josefsson  <simon@josefsson.org>
9699             Bruno Haible  <bruno@clisp.org>
9700
9701         Fix link error on Solaris 8.
9702         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9703         also in libnsl. Define also INET_PTON_LIB.
9704         * modules/inet_pton (Link): New section.
9705
9706 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9707             Bruno Haible  <bruno@clisp.org>
9708
9709         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9710         * modules/inet_ntop (Link): New section.
9711         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9712
9713 2009-11-02  Eric Blake  <ebb9@byu.net>
9714
9715         maint: avoid compiler warnings in m4 macros
9716         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9717         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9718
9719 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9720
9721         * m4/pmccabe2html.m4: Remove file.
9722         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9723         function.  Change maintainer.
9724         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9725         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9726         Courtès).
9727
9728 2009-10-31  Eric Blake  <ebb9@byu.net>
9729
9730         fseeko: fix m4 regression
9731         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9732         regression from 2009-10-27.
9733         Reported by Ralf Wildenhues.
9734
9735 2009-10-31  Jim Meyering  <meyering@redhat.com>
9736
9737         inttostr: aesthetics and improved (compile-time) safety
9738         Define inttype_is_signed rather than inttype_is_unsigned,
9739         since the sole use is via "#if inttype_is_signed".
9740         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9741         inttype_is_unsigned.
9742         * lib/offtostr.c (inttype_is_signed): Likewise.
9743         * lib/uinttostr.c (inttype_is_signed): Likewise.
9744         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9745         * lib/inttostr.c (inttostr): Use verify to cross-check the
9746         inttype_is_signed value and the signedness of the actual type.
9747         * modules/inttostr (Depends-on): Add verify.
9748
9749 2009-10-30  Eric Blake  <ebb9@byu.net>
9750
9751         build: avoid compiler warnings
9752         * lib/fchmodat.c (lchmod): Mark unused variables.
9753         * lib/getopt.c (_getopt_initialize): Likewise.
9754         * lib/mktime.c (__mktime_internal): Provide prototype.
9755         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9756         older gcc that do not understand #pragma GCC diagnostic.
9757         * lib/uinttostr.c (inttype_is_unsigned): Define.
9758         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9759
9760 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9761
9762         stat: fix compilation on AIX
9763         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9764         only see struct stat64.
9765
9766 2009-10-30  Eric Blake  <ebb9@byu.net>
9767
9768         exclude: make more robust
9769         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9770         rather than masking a coding bug.
9771         Suggested by Bruno Haible.
9772
9773 2009-10-30  Jim Meyering  <meyering@redhat.com>
9774
9775         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9776         Rather than putting #!/usr/bin/perl on the first line,
9777         start with a variant of what's recommended by "man perlrun" that
9778         invokes the first "perl" program from your shell's search path.
9779         * build-aux/gitlog-to-changelog: Replace #!... as above.
9780         Add a "Local Variables" perl mode setting.
9781         Prompted by a patch from Ludovic Courtès.
9782         Improved by Eric Blake.
9783         * build-aux/useless-if-before-free: Likewise.
9784         * build-aux/announce-gen: Likewise.
9785         * build-aux/update-copyright: Likewise.
9786
9787 2009-10-29  Eric Blake  <ebb9@byu.net>
9788
9789         filenamecat-lgpl: adjust clients
9790         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9791         filenamecat.
9792         * modules/renameat (Depends-on): Likewise.
9793
9794         filenamecat: split into filenamecat-lgpl
9795         * modules/filenamecat-lgpl: New module.
9796         * modules/filenamecat (Files): Move library-safe files into
9797         filenamecat-lgpl.
9798         (Depends-on): Add filenamecat-lgpl.
9799         (configure.ac): Declare witness.
9800         * lib/filenamecat.h (file_name_concat): Only declare when using
9801         GPL module.
9802         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9803         Move...
9804         * lib/filenamecat-lgpl.c: ...into new file.
9805         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9806         (gl_FILE_NAME_CONCAT): Use it.
9807         * MODULES.html.sh (File system functions): Mention new module.
9808
9809         argp: avoid memory leak
9810         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9811         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9812         base_name, since the latter malloc()s and can call exit().
9813         Leak introduced 2006-07-03.
9814
9815         dirname-lgpl: adjust clients that don't need full dirname
9816         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9817         * modules/filenamecat (Depends-on): Likewise.
9818         * modules/linkat (Depends-on): Likewise.
9819         * modules/mkancesdirs (Depends-on): Likewise.
9820         * modules/mkdir (Depends-on): Likewise.
9821         * modules/openat (Depends-on): Likewise.
9822         * modules/savewd (Depends-on): Likewise.
9823         * modules/rename (Depends-on): Likewise.
9824         (License): Relax license.
9825         * modules/mkdir-tests (Depends-on): Drop progname.
9826         (Makefile.am): Delete unneeded LDADD.
9827         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9828
9829         dirname: split into dirname-lgpl
9830         * modules/dirname-lgpl: New module.
9831         * modules/dirname (Files): Move library-safe files into
9832         dirname-lgpl.
9833         (Depends-on): Add dirname-lgpl.
9834         (configure.ac): Declare witness.
9835         * modules/double-slash-root (License): Relax license.
9836         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9837         module.
9838         * lib/dirname.c (dir_len, mdir_name): Move...
9839         * lib/dirname-lgpl.c: ...into new file.
9840         * lib/basename.c (last_component, base_len): Move...
9841         * lib/basename-lgpl.c: ...into new file.
9842         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9843         (gl_DIRNAME): Use it.
9844         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9845         Mention new module.
9846         * modules/dirname-tests (Depends-on): Add progname.
9847         * tests/test-dirname.c (program_name): Delete.
9848
9849         mkdir: make safe for libraries
9850         * modules/mkdir (Depends-on): Drop xalloc.
9851         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9852         exit.
9853
9854         tests: avoid some compiler warnings
9855         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9856         literals.
9857         * tests/test-memchr.c (main): Avoid type mismatch.
9858         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9859         * tests/test-base64.c (main): Likewise.
9860         * tests/test-getdelim.c (main): Likewise.
9861         * tests/test-gethostname.c (main): Likewise.
9862         * tests/test-getline.c (main): Likewise.
9863         * tests/test-netinet_in.c (main): Likewise.
9864         * tests/test-select.c (open_server_socket, main): Likewise.
9865         * tests/test-select-stdin.c (main): Likewise.
9866         * tests/test-sockets.c (main): Likewise.
9867         * tests/test-strsignal.c (main): Likewise.
9868         * tests/test-sys_select.c (main): Likewise.
9869         * tests/test-sys_socket.c (main): Likewise.
9870         * tests/test-u64.c (main): Likewise.
9871         * tests/test-xfprintf-posix.c (main): Likewise.
9872         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9873
9874         sockets: avoid compiler warning
9875         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9876
9877         maint: detect usage(1) and other suspicious exits
9878         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9879
9880 2009-10-29  Jim Meyering  <meyering@redhat.com>
9881
9882         timespec: long-to-int truncation could make timespec_cmp malfunction
9883         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9884         a multiple of 2^32 nanoseconds as no difference.
9885
9886 2009-10-28  Jim Meyering  <meyering@redhat.com>
9887
9888         fprintftime: wrap macro code argument in "do {...} while(0)"
9889         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9890         cpy macro must be a statement that can be followed by a semicolon.
9891         Now that the else clause contains a comment and is hence longer
9892         than one line, I require curly braces.  That in turn requires
9893         that we wrap this code block in the standard do...while(0).
9894
9895         fprintftime: remove stray semicolon from previous change
9896         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9897
9898         fprintftime: avoid a warning about ignored fwrite return value
9899         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9900         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9901         that is unsafe.
9902         * modules/fprintftime (Depends-on): Add ignore-value.
9903
9904         exclude: avoid an unwarranted warning
9905         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9906
9907 2009-10-27  Eric Blake  <ebb9@byu.net>
9908
9909         fseek: avoid compilation failure when fflush is replaced
9910         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9911         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9912         module is in use.
9913         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9914         module is not in use; since REPLACE_FSEEK worked otherwise.
9915         (GNULIB_FTELLO): Likewise for ftell.
9916         Reported by Ian Beckwith and others.
9917
9918 2009-10-27  Bruno Haible  <bruno@clisp.org>
9919
9920         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9921         Reported by Jim Meyering.
9922
9923 2009-10-27  Jim Meyering  <jim@meyering.net>
9924             Bruno Haible  <bruno@clisp.org>
9925
9926         Avoid warning despite dropping the return value of fwrite.
9927         * lib/unicodeio.c: Include ignore-value.h.
9928         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9929         * modules/unicodeio (Depends-on): Add ignore-value.
9930
9931 2009-10-26  Eric Blake  <ebb9@byu.net>
9932
9933         areadlinkat: fix fallback path
9934         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9935         pointer and zero.
9936
9937 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9938
9939         Use a better IO block size for modern systems
9940         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9941         * lib/md2.c: Likewise.
9942         * lib/md4.c: Likewise.
9943         * lib/md5.c: Likewise.
9944         * lib/sha1.c: Likewise.
9945         * lib/sha256.c: Likewise.
9946         * lib/sha512.c: Likewise.
9947
9948 2009-10-22  Eric Blake  <ebb9@byu.net>
9949
9950         tests: avoid several compiler warnings
9951         * tests/test-getcwd.c (main): Avoid buffer underflow.
9952         * tests/test-getdate.c (main): String literals are not safe with
9953         putenv, so use setenv.  Declare unused argument.
9954         * modules/getdate-tests (Depends-on): Add setenv.
9955         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9956         problems with string literals in char *.
9957         * tests/test-hash.c (main): Avoid shadowing declaration.
9958         (insert_new): Treat string literals as char const *.
9959         * tests/test-getopt.h (test_getopt): Likewise.
9960         (getopt_loop): Alter types to minimize casting elsewhere.
9961         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9962         (test_getopt_long_posix): Likewise.
9963         (do_getopt_long): Add wrapper to minimize casting.
9964         * tests/test-atexit.c (clear_temp_file): Use void.
9965         * tests/test-areadlink-with-size.c (main): Declare unused
9966         arguments.
9967         * tests/test-areadlink.c (main): Likewise.
9968         * tests/test-areadlinkat-with-size.c (main): Likewise.
9969         * tests/test-areadlinkat.c (main): Likewise.
9970         * tests/test-canonicalize-lgpl.c (main): Likewise.
9971         * tests/test-canonicalize.c (main): Likewise.
9972         * tests/test-dirent-safer.c (main): Likewise.
9973         * tests/test-dirname.c (main): Likewise.
9974         * tests/test-dup2.c (main): Likewise.
9975         * tests/test-fchdir.c (main): Likewise.
9976         * tests/test-fcntl-h.c (main): Likewise.
9977         * tests/test-fcntl-safer.c (main): Likewise.
9978         * tests/test-fdopendir.c (main): Likewise.
9979         * tests/test-fdutimensat.c (main): Likewise.
9980         * tests/test-fflush.c (main): Likewise.
9981         * tests/test-filenamecat.c (main): Likewise.
9982         * tests/test-filevercmp.c (main): Likewise.
9983         * tests/test-fopen-safer.c (main): Likewise.
9984         * tests/test-fopen.c (main): Likewise.
9985         * tests/test-fpending.c (main): Likewise.
9986         * tests/test-fpurge.c (main): Likewise.
9987         * tests/test-freading.c (main): Likewise.
9988         * tests/test-fstatat.c (main): Likewise.
9989         * tests/test-fsync.c (main): Likewise.
9990         * tests/test-futimens.c (main): Likewise.
9991         * tests/test-getndelim2.c (main): Likewise.
9992         * tests/test-gettimeofday.c (main): Likewise.
9993         * tests/test-getopt.c (main): Likewise.
9994         * tests/test-i-ring.c (main): Likewise.
9995         * tests/test-inttypes.c (main): Likewise.
9996         * tests/test-link.c (main): Likewise.
9997         * tests/test-lstat.c (main): Likewise.
9998         * tests/test-math.c (main): Likewise.
9999         * tests/test-md5.c (main): Likewise.
10000         * tests/test-memchr2.c (main): Likewise.
10001         * tests/test-memrchr.c (main): Likewise.
10002         * tests/test-mkdir.c (main): Likewise.
10003         * tests/test-mkdirat.c (main): Likewise.
10004         * tests/test-mkfifoat.c (main): Likewise.
10005         * tests/test-open.c (main): Likewise.
10006         * tests/test-openat-safer.c (main): Likewise.
10007         * tests/test-openat.c (main): Likewise.
10008         * tests/test-quotearg.c (main): Likewise.
10009         * tests/test-rawmemchr.c (main): Likewise.
10010         * tests/test-readlink.c (main): Likewise.
10011         * tests/test-remove.c (main): Likewise.
10012         * tests/test-rename.c (main): Likewise.
10013         * tests/test-renameat.c (main): Likewise.
10014         * tests/test-rmdir.c (main): Likewise.
10015         * tests/test-sha1.c (main): Likewise.
10016         * tests/test-signal.c (main): Likewise.
10017         * tests/test-sigaction.c (main): Likewise.
10018         * tests/test-stat.c (main): Likewise.
10019         * tests/test-stat-time.c (main): Likewise.
10020         * tests/test-stddef.c (main): Likewise.
10021         * tests/test-stdint.c (main): Likewise.
10022         * tests/test-stdio.c (main): Likewise.
10023         * tests/test-stdlib.c (main): Likewise.
10024         * tests/test-strchrnul.c (main): Likewise.
10025         * tests/test-strerror.c (main): Likewise.
10026         * tests/test-string.c (main): Likewise.
10027         * tests/test-strtod.c (main): Likewise.
10028         * tests/test-strverscmp.c (main): Likewise.
10029         * tests/test-symlink.c (main): Likewise.
10030         * tests/test-symlinkat.c (main): Likewise.
10031         * tests/test-sys_stat.c (main): Likewise.
10032         * tests/test-sys_time.c (main): Likewise.
10033         * tests/test-time.c (main): Likewise.
10034         * tests/test-unistd.c (main): Likewise.
10035         * tests/test-unlink.c (main): Likewise.
10036         * tests/test-unlinkat.c (main): Likewise.
10037         * tests/test-utimens.c (main): Likewise.
10038         * tests/test-utimensat.c (main): Likewise.
10039         * tests/test-version-etc.c (main): Likewise.
10040         * tests/test-wchar.c (main): Likewise.
10041         * tests/test-wctype.c (main): Likewise.
10042         * tests/test-xprintf-posix.c (main): Likewise.
10043         * tests/test-posixtm.c (main): Likewise.
10044         (STREQ): Delete unused macro.
10045         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10046         shadowed variables.
10047         * tests/test-memchr.c (main): Likewise.
10048
10049 2009-10-21  Eric Blake  <ebb9@byu.net>
10050
10051         areadlinkat: avoid failure on older glibc
10052         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10053         rather than mis-comparing 0 against FUNC_RESULT of char*.
10054
10055 2009-10-21  Bruno Haible  <bruno@clisp.org>
10056
10057         * modules/stpncpy (License): Relicense under LGPLv2+.
10058         Reported by David Lutterkort <lutter@redhat.com>.
10059
10060 2009-10-20  Eric Blake  <ebb9@byu.net>
10061
10062         utimensat: work around Solaris 9 bug
10063         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10064         has trailing slash bugs.
10065         * tests/test-lutimens.h (test_lutimens): Enhance test.
10066         * tests/test-utimens.h (test_utimens): Likewise.
10067         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10068         * doc/posix-functions/utimes.texi (utimes): Likewise.
10069         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10070         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10071         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10072         * doc/posix-functions/futimens.texi (futimens): Likewise.
10073
10074         fdutimensat: new module
10075         * modules/fdutimensat: New file.
10076         * lib/fdutimensat.c (fdutimensat): Likewise.
10077         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10078         * MODULES.html.sh (File system functions): Mention module.
10079         * modules/fdutimensat-tests: New test.
10080         * tests/test-fdutimensat.c: Likewise.
10081
10082         doc: regenerate INSTALL
10083         * doc/INSTALL: Reflect recent autoconf update.
10084         * doc/INSTALL.ISO: Likewise.
10085         * doc/INSTALL.UTF-8: Likewise.
10086
10087 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10088
10089         acl: warn if ACL support is not detected
10090         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10091
10092 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10093
10094         * lib/nproc.h: Add extern "C" block for C++.
10095
10096 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10097             Bruno Haible  <bruno@clisp.org>
10098
10099         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10100         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10101         * doc/posix-functions/isalpha.texi: Likewise.
10102         * doc/posix-functions/isblank.texi: Likewise.
10103         * doc/posix-functions/iscntrl.texi: Likewise.
10104         * doc/posix-functions/isdigit.texi: Likewise.
10105         * doc/posix-functions/isgraph.texi: Likewise.
10106         * doc/posix-functions/islower.texi: Likewise.
10107         * doc/posix-functions/isprint.texi: Likewise.
10108         * doc/posix-functions/ispunct.texi: Likewise.
10109         * doc/posix-functions/isspace.texi: Likewise.
10110         * doc/posix-functions/isupper.texi: Likewise.
10111         * doc/posix-functions/isxdigit.texi: Likewise.
10112
10113 2009-10-18  Bruno Haible  <bruno@clisp.org>
10114
10115         Tests for module 'isblank'.
10116         * modules/isblank-tests: New file.
10117         * tests/test-isblank.c: New file.
10118
10119         New module 'isblank'.
10120         * lib/isblank.c: New file.
10121         * m4/isblank.m4: New file.
10122         * modules/isblank: New file.
10123         * doc/posix-functions/isblank.texi: Mention the new module.
10124
10125 2009-10-18  Bruno Haible  <bruno@clisp.org>
10126
10127         New module 'ctype'.
10128         * lib/ctype.in.h: New file.
10129         * m4/ctype.m4: New file.
10130         * modules/ctype: New file.
10131         * doc/posix-headers/ctype.texi: Mention the new module.
10132
10133 2009-10-18  Jim Meyering  <meyering@redhat.com>
10134
10135         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10136         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10137         right after its initialization, rather than farther down.
10138         Keeping these in close proximity makes it easier to ensure
10139         that each such variable is initialized.  E.g.,
10140
10141             LIB_CLOCK_GETTIME=
10142             AC_SUBST([LIB_CLOCK_GETTIME])
10143
10144         This change also increments these serial numbers.
10145         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10146         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10147         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10148
10149 2009-10-18  Bruno Haible  <bruno@clisp.org>
10150
10151         Don't let environment variables perturb build.
10152         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10153         (gl_PREREQ_GETHRXTIME): ... not here.
10154
10155 2009-10-18  Bruno Haible  <bruno@clisp.org>
10156
10157         Avoid symlink attack in localcharset module.
10158         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10159         (O_NOFOLLOW): Define fallback.
10160         (get_charset_aliases): Don't open the file if it is a symbolic link.
10161         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10162         gl_FCNTL_H.
10163         (gl_FCNTL_H): Require it.
10164         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10165         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10166         Reported by Fergal Glynn <fglynn@veracode.com>.
10167
10168 2009-10-18  Bruno Haible  <bruno@clisp.org>
10169
10170         Implement nproc for mingw.
10171         * lib/nproc.c: Include <windows.h>
10172         (num_processors): On native Windows platforms, try GetSystemInfo.
10173
10174 2009-10-18  Bruno Haible  <bruno@clisp.org>
10175
10176         Implement nproc for IRIX.
10177         * lib/nproc.c: Include <sys/sysmp.h>.
10178         (num_processors): On IRIX systems, try sysmp.
10179         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10180
10181 2009-10-18  Bruno Haible  <bruno@clisp.org>
10182
10183         Implement nproc for HP-UX.
10184         * lib/nproc.c: Include <sys/pstat.h>
10185         (num_processors): On HP-UX systems, try pstat_getdynamic.
10186         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10187         pstat_getdynamic.
10188
10189 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10190             Bruno Haible  <bruno@clisp.org>
10191
10192         Implement nproc for NetBSD, OpenBSD.
10193         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10194         (ARRAY_SIZE): New macro.
10195         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10196         * m4/nproc.m4: New file.
10197         * modules/nproc (Files): Add m4/nproc.m4.
10198         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10199         (Makefile.am): Instead, augment lib_SOURCES.
10200
10201 2009-10-18  Bruno Haible  <bruno@clisp.org>
10202
10203         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10204         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10205         sys/param.h.
10206
10207 2009-10-16  Eric Blake  <ebb9@byu.net>
10208
10209         utimensat: new module
10210         * modules/utimensat: New file.
10211         * lib/utimensat.c (utimensat): Likewise.
10212         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10213         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10214         so we can work around Linux bugs.
10215         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10216         * modules/sys_stat (Makefile.am): Substitute them.
10217         * lib/sys_stat.in.h (utimensat): Declare it.
10218         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10219         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10220         * modules/utimensat-tests: New test.
10221         * tests/test-utimensat.c: Likewise.
10222
10223         utimens: let lutimens work on non-symlinks
10224         * lib/utimens.c (lutimens): Fall back to utimens rather than
10225         failing with ENOSYS, when file is not a symlink.
10226         (utimens): Reduce redirection.
10227         * tests/test-lutimens.h (test_lutimens): Update test to cover
10228         non-symlinks.
10229         * tests/test-utimens.h (test_utimens): Update test to cover
10230         symlinks.
10231         * tests/test-utimens.c (main): Update caller.
10232
10233         utimens: cache whether utimensat syscall works
10234         * lib/utimens.c (utimensat_works_really): New cache variable.
10235         (fdutimens, lutimens): Use it to avoid failing syscall.
10236
10237         test-stat-time, test-utimens: improve portability
10238         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10239         ext4 on alpha, and for cygwin.
10240         * tests/test-utimens-common.h: New file.
10241         (nap): Factor delays into single function.
10242         * tests/test-lutimens.h (test_lutimens): Use new header.
10243         * tests/test-futimens.h (test_futimens): Likewise.
10244         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10245         timestamps to occur from same machine, as was done previously for
10246         test_utimens.
10247         * modules/utimens-tests (Files): Ship new file.
10248         * modules/futimens-tests (Files): Likewise.
10249         Reported in part by Jim Meyering.
10250
10251         sys_stat: sort replacement declarations
10252         * lib/sys_stat.in.h: Sort declarations.
10253         * lib/futimens.c (futimens): Fix typo.
10254
10255 2009-10-15  Jim Meyering  <meyering@redhat.com>
10256
10257         don't let environment settings perturb build
10258         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10259         could cause a configure-time and/or build-time malfunction.
10260         Typically, a configure-time function-in-library test is performed
10261         via code like this:
10262
10263           LIB_VAR=
10264           AC_SUBST([LIB_VAR])
10265           prefix_saved_LIBS=$LIBS
10266             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10267                        [test "$ac_cv_search_FUNC" = "none required" ||
10268                         LIB_VAR=$ac_cv_search_FUNC])
10269           LIBS=$prefix_saved_LIBS
10270
10271         However, in each of the files affected by this change, the LIB_VAR=
10272         initialization was omitted.  Thus, when set in the environment, its
10273         value would propagate into generated Makefiles when FUNC is not found
10274         in LIB_NAME.
10275         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10276         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10277         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10278
10279 2009-10-14  Eric Blake  <ebb9@byu.net>
10280
10281         fchdir: avoid infinite recursion in mingw
10282         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10283         recursing.
10284
10285         test-stat-time: port to mingw
10286         * tests/test-stat-time.c (force_unlink): Return a value.
10287         (test_ctime) [W32]: Fix compilation error.
10288         (nap): Don't call usleep with too large an argument.  Use
10289         force_unlink.
10290         * doc/pastposix-functions/usleep.texi (usleep): Document the
10291         portability issue.
10292
10293 2009-10-13  Jim Meyering  <meyering@redhat.com>
10294
10295         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10296         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10297         * modules/pipe-filter-ii: Likewise.
10298         * modules/sys_socket-tests: Likewise.
10299         * modules/tsearch-tests: Likewise.
10300         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10301         (check): Depend on it.
10302
10303 2009-10-12  Eric Blake  <ebb9@byu.net>
10304
10305         utimens-tests: port to NFS file systems
10306         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10307         comparisons to avoid spurious failures from timestamp drift
10308         between NFS machines.
10309
10310 2009-10-12  Eric Blake  <ebb9@byu.net>
10311
10312         stat-time-tests: minor cleanups
10313         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10314         * tests/test-stat-time.c (nap): Separate assignment from call.
10315         Suggested by Paolo Bonzini and Bruno Haible.
10316
10317         sys_stat: guarantee struct timespec
10318         * lib/sys_stat.in.h (includes): Always include <time.h>
10319         * modules/sys_stat (Depends-on): Add time.
10320         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10321         mode_t permission values.
10322         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10323         get at subsecond timestamps.
10324
10325 2009-10-10  Eric Blake  <ebb9@byu.net>
10326
10327         futimens: new module
10328         * modules/futimens: New file.
10329         * lib/futimens.c (futimens): Likewise.
10330         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10331         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10332         we can work around Linux bugs.
10333         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10334         * modules/sys_stat (Makefile.am): Substitute them.
10335         * lib/sys_stat.in.h (futimens): Declare it.
10336         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10337         * doc/posix-functions/futimens.texi (futimens): Likewise.
10338         * modules/futimens-tests: New test.
10339         * tests/test-futimens.c: Likewise.
10340
10341         utimens: introduce fdutimens
10342         * lib/utimens.h (fdutimens): New prototype.
10343         * lib/utimens.c (gl_futimens): Move guts...
10344         (fdutimens): ...to new interface.
10345         * tests/test-utimens.c (do_fdutimens): Use it.
10346
10347         utimens: add UTIME_NOW and UTIME_OMIT support
10348         * lib/utimens.c (validate_timespec, update_timespec): New helper
10349         functions.
10350         (gl_futimens, lutimens): Use them.
10351         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10352         stdbool, sys_stat.
10353         (Link): Mention resulting library dependency.
10354         * modules/utimecmp (Link): Likewise.
10355         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10356         (Makefile.am): Pick up library dependency.
10357         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10358         definition.
10359         * tests/test-sys_stat.c: Test the definitions.
10360         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10361         * NEWS: Document library dependency.
10362
10363         utimecmp: support symlink timestamps
10364         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10365         hashing when possible.  Use pathconf when available.
10366         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10367         * modules/utimecmp (Depends-on): Add lstat.
10368
10369         utimens: add lutimens interface
10370         * lib/utimens.c (lutimens): New function.
10371         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10372         * lib/utimens.h (lutimens): Declare new interface.
10373         * tests/test-utimens.c (main): Enhance test.
10374         * tests/test-lutimens.h (test_lutimens): New file.
10375         * modules/utimens-tests (Files): Distribute it.
10376         (Depends-on): Add symlink.
10377         (configure.ac): Check for usleep.
10378
10379         utimens: validate futimens usage
10380         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10381         fewer syscalls on failure later on.  Avoid compiler warning on
10382         mingw.
10383         * modules/utimens (Depends-on): Add dup2.
10384
10385         utimens: add test
10386         * modules/utimens-tests: New test.
10387         * tests/test-utimens.h: New file.
10388         * tests/test-futimens.h: Likewise.
10389         * tests/test-utimens.c: Likewise.
10390
10391         doc: mention timestamp portability issues
10392         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10393         instead.
10394         * doc/posix-functions/utime.texi (utime): Likewise.
10395         * doc/posix-functions/utimes.texi (utimes): Likewise.
10396         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10397         instead.
10398         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10399         module.
10400         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10401         Mention weakness with symlink timestamps.
10402         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10403         to utimensat/futimens instead.
10404         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10405
10406         test-dup2: enhance test
10407         * tests/test-dup2.c (main): Also check AT_FDCWD.
10408
10409         test-stat-time: avoid more spurious failures
10410         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10411         xfs; and avoid race if the two timestamps cross quantization edge.
10412
10413         relocatable: prefer 'file system' over 'filesystem'
10414         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10415         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10416         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10417         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10418         * lib/relocatable.c (compute_curr_prefix): Likewise.
10419
10420 2009-10-10  Jim Meyering  <meyering@redhat.com>
10421
10422         stat-time-tests: check for the usleep function
10423         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10424
10425 2009-10-10  Bruno Haible  <bruno@clisp.org>
10426
10427         * modules/xnanosleep: Put the Link section after the Include section.
10428
10429 2009-10-09  Eric Blake  <ebb9@byu.net>
10430
10431         dup2: work around FreeBSD 6.1 bug
10432         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10433         * doc/posix-functions/dup2.texi (dup2): Document it.
10434         Reported by Nelson H. F. Beebe and Jim Meyering.
10435
10436         test-stat-time: port to buggy NFS clients
10437         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10438         (test_ctime): Also skip test if mtime and ctime are skewed.
10439
10440         maint: prefer 'file system' over 'filesystem'
10441         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10442         * doc/posix-functions/lstat.texi (lstat): Likewise.
10443         * lib/file-has-acl.c (file_has_acl): Likewise.
10444         * lib/fwriteerror.c [TEST]: Likewise.
10445         * tests/test-areadlink.h (test_areadlink): Likewise.
10446         * tests/test-areadlinkat-with-size.c (main): Likewise.
10447         * tests/test-areadlinkat.c (main): Likewise.
10448         * tests/test-canonicalize-lgpl.c (main): Likewise.
10449         * tests/test-canonicalize.c (main): Likewise.
10450         * tests/test-fstatat.c (main): Likewise.
10451         * tests/test-linkat.c (main): Likewise.
10452         * tests/test-lstat.h (test_lstat_func): Likewise.
10453         * tests/test-mkdir.h (test_mkdir): Likewise.
10454         * tests/test-readlink.h (test_readlink): Likewise.
10455         * tests/test-remove.c (main): Likewise.
10456         * tests/test-rename.h (test_rename): Likewise.
10457         * tests/test-renameat.c (main): Likewise.
10458         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10459         * tests/test-symlink.h (test_symlink): Likewise.
10460         * tests/test-symlinkat.c (main): Likewise.
10461         * tests/test-unlink.h (test_unlink_func): Likewise.
10462         * tests/test-unlinkat.c (main): Likewise.
10463
10464         maint: make realtime library usage explicit
10465         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10466         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10467         * modules/settime (Link): Likewise.
10468         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10469
10470         test-stat-time: speed up execution
10471         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10472         warning on mingw.
10473         (nap): New helper function.
10474         (prepare_test): Use it to reduce sleep time.
10475         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10476         execution.
10477         * modules/stat-time-tests (configure.ac): Check for usleep.
10478
10479 2009-10-09  Jim Meyering  <meyering@redhat.com>
10480
10481         selinux-h: always use getfilecon wrappers
10482         * lib/getfilecon.c: New file.
10483         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10484         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10485         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10486         (fgetfilecon): Provide a stub.
10487         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10488         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10489         file unconditionally.
10490         When <selinux/selinux.h> is found, arrange to use wrappers.
10491         * modules/selinux-h (Files): Add getfilecon.c.
10492         (Makefile.am): Substitute include-next-related bits
10493         into the now-always-generated selinux/selinux.h file.
10494         * doc/glibc-functions/lgetfilecon.texi: New file.
10495         * doc/glibc-functions/fgetfilecon.texi: New file.
10496         * doc/glibc-functions/getfilecon.texi: New file.
10497         * doc/glibc-functions/getfilecon-desc.texi: New file.
10498         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10499         which to pull in the new files.
10500         * MODULES.html.sh (Misc): Add selinux-h.
10501
10502 2009-10-08  Jim Meyering  <meyering@redhat.com>
10503
10504         unistd: fix comment typo
10505         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10506
10507 2009-10-08  Eric Blake  <ebb9@byu.net>
10508
10509         areadlink: use SIZE_MAX consistently
10510         * modules/areadlink (Depends-on): Add stdint.
10511         * modules/areadlink-with-size (Depends-on): Likewise.
10512         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10513         gives NULL; drop sys/types, since unistd gives size_t; and add
10514         stdint for SIZE_MAX.
10515         (SIZE_MAX): Rely on headers.
10516         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10517         and add stdint.
10518         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10519         (SIZE_MAX): Likewise.
10520         (INITIAL_BUF_SIZE): Turn into enum.
10521         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10522
10523 2009-10-08  Jim Meyering  <meyering@redhat.com>
10524
10525         areadlinkat: avoid compilation failure
10526         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10527         Fix typo in comment.
10528
10529 2009-10-07  Eric Blake  <ebb9@byu.net>
10530
10531         areadlinkat-with-size: new module
10532         * modules/areadlinkat-with-size: New module.
10533         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10534         * lib/areadlink.h (areadlinkat): Declare it.
10535         * MODULES.html.sh (File system functions): Mention it.
10536         * modules/areadlinkat-with-size-tests: New test.
10537         * tests/test-areadlinkat-with-size.c: New file.
10538
10539         xreadlinkat: new module
10540         * modules/xreadlinkat: New module.
10541         * lib/xreadlinkat.c (xreadlinkat): New file.
10542         * lib/xreadlink.h (xreadlinkat): Declare it.
10543         * MODULES.html.sh (File system functions): Mention it.
10544
10545         areadlinkat: new module
10546         * lib/at-func.c (FUNC_FAIL): New define.
10547         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10548         * modules/areadlinkat: New module.
10549         * lib/linkat.c (areadlinkat): Move...
10550         * lib/areadlinkat.c (areadlinkat): ...to new file.
10551         * lib/areadlink.h (areadlinkat): Declare it.
10552         * modules/linkat (Depends-on): Add areadlinkat.
10553         * MODULES.html.sh (File system functions): Mention it.
10554         * modules/areadlinkat-tests: New test.
10555         * tests/test-areadlinkat.c: New file.
10556
10557         areadlink, areadlink-with-size: add tests
10558         * modules/areadlink-tests: New test.
10559         * modules/areadlink-with-size-tests: Likewise.
10560         * tests/test-areadlink.h: New file.
10561         * tests/test-areadlink.c: Likewise.
10562         * tests/test-areadlink-with-size.c: Likewise.
10563
10564         maint: minor cleanups
10565         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10566         _UNUSED_PARAMETER_ instead.
10567         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10568         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10569         * modules/linkat-tests (Files): Distribute test-link.h.
10570
10571         openat, utimens: whitespace cleanup
10572         * lib/openat.c: Prefer space throughout, rather than mix of 8
10573         spaces vs. tabs.
10574         * lib/at-func.c: Likewise.
10575         * lib/utimens.c: Likewise.
10576
10577         openat: avoid using wrong fd
10578         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10579         working directory chooses same fd.
10580         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10581
10582         mkdir, mkdirat: fix cygwin 1.5.x bug
10583         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10584         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10585         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10586         bug.
10587         (gl_PREREQ_MKDIR): Delete unused macro.
10588         * modules/mkdir (Files): Track file rename.
10589         (configure.ac): Update macro name.
10590         * modules/openat (Depends-on): Add mkdir.
10591         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10592
10593         mkdir, mkdirat: add tests
10594         * modules/mkdir-tests: New test.
10595         * tests/test-mkdir.h: New file.
10596         * tests/test-mkdir.c: Likewise.
10597         * tests/test-mkdirat.c: Likewise.
10598         * modules/openat-tests (Files): Add new files.
10599         (Makefile.am): Run new test.
10600
10601 2009-10-06  Eric Blake  <ebb9@byu.net>
10602
10603         doc: tweak *at function documentation
10604         * doc/posix-functions/faccessat.texi (faccessat): Mention
10605         known issue with replacement.
10606         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10607         * doc/posix-functions/linkat.texi (linkat): Likewise.
10608         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10609         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10610         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10611         * doc/posix-functions/renameat.texi (renameat): Likewise.
10612         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10613
10614         openat: fix GNU/Hurd bug in unlinkat
10615         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10616         broken.
10617         * doc/posix-functions/unlink.texi (unlink): Document this.
10618         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10619
10620         fdopendir: fix GNU/Hurd bug
10621         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10622         allowing non-directory fds.
10623         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10624         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10625         * modules/dirent (Makefile.am): Substitute it.
10626         * lib/dirent.in.h (fdopendir): Declare replacement.
10627         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10628         * tests/test-fdopendir.c (main): Test something other than
10629         /dev/null, since on Hurd that behaves like a directory.
10630
10631         test-symlink: port to GNU/Hurd
10632         * tests/test-symlink.h (test_symlink): Relax expected errno.
10633
10634         doc: tweak more cygwin information
10635         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10636         now compatible with glibc.
10637         * doc/posix-functions/getopt.texi (getopt): Likewise.
10638
10639         getopt-gnu: add another test
10640         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10641         guarantee behavior relied on by m4.
10642         * tests/test-getopt.c (main): Use it.
10643         * modules/getopt-posix-tests (Depends-on): Add setenv.
10644         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10645
10646         getopt: fix compilation on darwin
10647         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10648         include.
10649         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10650         Reported by Ludovic Courtès.
10651
10652 2009-10-06  Bruno Haible  <bruno@clisp.org>
10653
10654         * modules/size_max (Description): Discourage its use.
10655         Reported by Simon Josefsson.
10656
10657 2009-10-06  Jim Meyering  <meyering@redhat.com>
10658
10659         linkat: avoid compilation failure
10660         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10661
10662 2009-10-05  Eric Blake  <ebb9@byu.net>
10663
10664         linkat: support Linux 2.6.17
10665         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10666         linkat on Linux, but allow cache variable override.
10667         * lib/linkat.c (rpl_linkat): Define override.
10668         * modules/linkat (Depends-on): Add symlinkat.
10669         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10670         * modules/unistd (Makefile.am): Substitute it.
10671         * lib/unistd.in.h (linkat): Declare replacement.
10672         Reported by Pádraig Brady.
10673
10674         quotearg: port test to systems with C.UTF-8 locale
10675         * tests/test-quotearg.c (struct result_strings): Add another
10676         member, differentiating between C.ASCII and C.UTF-8 handling.
10677         (compare_strings): Add parameter.
10678         (main): Adjust all callers.
10679
10680         getopt: avoid clash with FreeBSD _getopt_internal
10681         * lib/getopt.in.h (_getopt_internal): Override the name.
10682         * lib/getopt_int.h (includes): Pick up any overrides.
10683         Reported by Reuben Thomas.
10684
10685         hash: allow C89 compilation
10686         * lib/hash.c (check_tuning): Move declaration before statement.
10687         Reported by Reuben Thomas.
10688
10689 2009-10-05  Karl Berry  <karl@gnu.org>
10690
10691         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10692
10693 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10694             Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/uname.c (uname): Use a table-driven algorithm to compute
10697         Windows NT versions.
10698
10699 2009-10-04  Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10702         program_invocation_short_name.
10703         * modules/progname (configure.ac): Test for presence of
10704         program_invocation_short_name.
10705         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10706
10707 2009-10-04  Bruno Haible  <bruno@clisp.org>
10708
10709         * lib/progname.c (set_program_name): Fix comment.
10710         Reported by Jim Meyering.
10711
10712 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10713             Bruno Haible  <bruno@clisp.org>
10714
10715         * lib/uname.c: Include <string.h>.
10716         (uname): Do only one call to GetVersionEx in the common case.
10717
10718 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10719             Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10722         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10723         (uname): Add support for Windows CE and various non-x86 CPU types.
10724
10725 2009-10-03  Bruno Haible  <bruno@clisp.org>
10726
10727         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10728         invocation to tests/configure.ac.
10729         Reported by Ian Beckwith <ianb@erislabs.net>.
10730
10731 2009-10-02  Eric Blake  <ebb9@byu.net>
10732
10733         fchdir: avoid compiler warning
10734         * lib/fchdir.c (canonicalize_file_name)
10735         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10736
10737         test-open: support mingw errno values
10738         * tests/test-open.h (test_open): Relax test.
10739         * tests/test-fopen.h (test_fopen): Likewise.
10740         * tests/test-openat-safer.c (main): Likewise.
10741
10742         open: fix opening directory on mingw
10743         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10744
10745         test-open: on GNU/Hurd, /dev/null is a directory
10746         * tests/test-fopen.h (main): Rename...
10747         (test_fopen): ...to this.  Use a guaranteed non-directory when
10748         confirming open behavior on trailing slash.
10749         * tests/test-openat-safer.c (main): Likewise.
10750         * tests/test-open.h (main): Likewise....
10751         (test_open): ...to this.
10752         * tests/test-fopen.c (main): Adjust caller.
10753         * tests/test-fopen-safer.c (main): Likewise.
10754         * tests/test-open.c (main): Likewise.
10755         * tests/test-fcntl-safer.c (main): Likewise.
10756         Reported by Samuel Thibault.
10757
10758         rename, fchdir: don't ignore chdir failure
10759         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10760         * lib/rename.c (rpl_rename) [W32]: Likewise.
10761         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10762         an empty destination directory if source cannot be renamed,
10763         although there is still possibility for failure.
10764         * doc/posix-functions/rename.texi (rename): Document the race.
10765         Reported by Jim Meyering.
10766
10767         maint: cleanup whitespace in recent commits
10768         * lib/rename.c (rpl_rename): Remove tabs.
10769         * tests/test-link.h (test_link): Likewise.
10770         * lib/fchdir.c (get_name): Likewise.
10771         Reported by Jim Meyering.
10772
10773 2009-10-02  Ben Pfaff  <blp@gnu.org>
10774
10775         relocatable-prog-wrapper: Add missing dependency on
10776         double-slash-root.
10777         * modules/relocatable-prog-wrapper: Add dependency.
10778         Reported by Ian Beckwith <ianb@erislabs.net>.
10779
10780 2009-10-02  Eric Blake  <ebb9@byu.net>
10781
10782         renameat: fix Solaris bugs
10783         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10784         needed fixing.
10785         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10786         * modules/stdio (Makefile.am): Substitute it.
10787         * lib/stdio.in.h (renameat): Declare replacement.
10788         * lib/renameat.c (rpl_renameat): Implement fix.
10789
10790         renameat: new module
10791         * modules/renameat: New file.
10792         * lib/renameat.c (renameat): Likewise.
10793         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10795         * modules/stdio (Makefile.am): Substitute them.
10796         * lib/stdio.in.h (renameat): Declare it.
10797         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10798         * doc/posix-functions/renameat.texi (renameat): Likewise.
10799         * modules/renameat-tests: New test.
10800         * tests/test-renameat.c: Likewise.
10801
10802         rename: fix mingw bugs
10803         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10804         directory overwrite bugs.
10805
10806         rename: fix another cygwin 1.5 bug
10807         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10808         checks.
10809         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10810         unnecessary cygwin workarounds.  Also work around bug with moving
10811         full directory onto an empty one.
10812         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10813
10814         rename-dest-slash: merge into rename module
10815         * modules/rename-dest-slash (Status): Mark obsolete.
10816         (Depends-on): Add rename.
10817         (Files): Let rename do it all.
10818         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10819         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10820         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10821         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10822         * lib/rename.c (rpl_rename): Update comments.
10823
10824         rename: fix cygwin 1.5.x bugs
10825         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10826         * lib/rename.c (rpl_rename): Work around them.
10827         * modules/rename (Depends-on): Add same-inode.
10828
10829         rename: fix Solaris 10 bug
10830         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10831         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10832         was the only bug.
10833
10834         rename: fix Solaris 9 bug
10835         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10836         on non-directory.  Avoid calling exit.
10837         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10838         strdup.
10839         * modules/rename-tests (Depends-on): Drop lstat.
10840         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10841         (gl_PREREQ_RENAME): Delete unused macro.
10842
10843         rename-dest-slash: fix NetBSD bug
10844         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10845         links.
10846         * modules/rename-dest-slash (Depends-on): Add same-inode.
10847
10848         rename-tests: new test, exposes several platform bugs
10849         * modules/rename-tests: New file.
10850         * tests/test-rename.h: Likewise.
10851         * tests/test-rename.c: Likewise.
10852         * doc/posix-functions/rename.texi (rename): Improve documentation,
10853         including bugs that will eventually be fixed in gnulib.
10854
10855 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10856
10857         * lib/uname.c: Include <stdlib.h>
10858         (uname): Assume version info is available.
10859
10860 2009-10-02  Jim Meyering  <meyering@redhat.com>
10861
10862         gnu-web-doc-update: correct --help output
10863         * build-aux/gnu-web-doc-update: Make --help output relevant.
10864
10865         gnu-web-doc-update: add standard options
10866         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10867
10868         gnu-web-doc-update: New module.
10869         Use this script to automatically update the on-line web documentation
10870         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10871         * modules/gnu-web-doc-update: New file, from coreutils.
10872         * build-aux/gnu-web-doc-update: New script.
10873
10874 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10875
10876         link: LoadLibrary is not needed.
10877         * lib/link.c: Use GetModuleHandle.
10878
10879 2009-10-01  Eric Blake  <ebb9@byu.net>
10880
10881         getopt: bump serial number
10882         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10883         change.
10884
10885         tests: tighten link, rmdir, and remove tests
10886         * tests/test-link.h (includes): No need to use <config.h> here.
10887         Clean up if directory hard link was created, otherwise test for
10888         trailing '.'.
10889         * tests/test-linkat.c (main): Simplify.
10890         * tests/test-remove.c (main): Enhance test for trailing '.'.
10891         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10892
10893 2009-10-01  Jim Meyering  <meyering@redhat.com>
10894
10895         maint.mk: requiring "make major" was annoying, for a "minor" release.
10896         What is intended is "stable", to contrast with alpha and beta,
10897         so require "make stable", not "make major".
10898         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10899         (get_tool_versions): Likewise.
10900         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10901
10902 2009-09-30  Ben Pfaff  <blp@gnu.org>
10903
10904         Fix broken build of replacement for Windows tmpfile().
10905         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10906         flags argument added along with the 'mkostemp' module.
10907
10908 2009-09-28  Bruno Haible  <bruno@clisp.org>
10909
10910         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10911         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10912         to 'remove_elt'.
10913         (gl_list_remove): Update.
10914         * lib/gl_list.c (gl_list_remove): Update.
10915         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10916         to 'remove_elt'.
10917         (gl_oset_remove): Update.
10918         * lib/gl_list.c (gl_oset_remove): Update.
10919         Reported by Eric Blake.
10920
10921 2009-09-28  Eric Blake  <ebb9@byu.net>
10922
10923         doc: mention yet more cygwin 1.7 status
10924         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10925         cygwin.
10926         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10927         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10928
10929         argp: fix test failure
10930         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10931         that are not upper-case.  Pass correct range to tolower.
10932
10933 2009-09-27  Jim Meyering  <meyering@redhat.com>
10934
10935         test-yesno: work around sparc-dash here-document infelicity
10936         Without this change, the literal \177 byte in a here document
10937         would make dash 0.5.5.1-3 access uninitialized memory.
10938         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10939         Instead, use a marker, "@", and filter through tr to create the desired
10940         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10941
10942 2009-09-27  Bruno Haible  <bruno@clisp.org>
10943
10944         Disable untested support for new flavours of ACLs on AIX.
10945         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10946         progress.
10947         * lib/set-mode-acl.c (qset_acl): Likewise.
10948
10949 2008-12-07  Bruno Haible  <bruno@clisp.org>
10950
10951         Add support for new flavours of ACLs on AIX. (Untested.)
10952         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10953         (file_has_acl): Add support for newer AIX.
10954         * lib/set-mode-acl.c (qset_acl): Likewise.
10955         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10956         Rainer Tammer <tammer@tammer.net>.
10957
10958 2009-09-26  Eric Blake  <ebb9@byu.net>
10959
10960         argp: fix compilation of getopt
10961         * lib/getopt.in.h (includes): Use different guard than glibc.
10962         Reported by Sergey Poznyakoff.
10963
10964         doc: mention more cygwin 1.7 status
10965         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10966         bug.
10967         * doc/posix-functions/execl.texi (execl): Likewise.
10968         * doc/posix-functions/execle.texi (execle): Likewise.
10969         * doc/posix-functions/execlp.texi (execlp): Likewise.
10970         * doc/posix-functions/execv.texi (execv): Likewise.
10971         * doc/posix-functions/execve.texi (execve): Likewise.
10972         * doc/posix-functions/execvp.texi (execvp): Likewise.
10973         * doc/glibc-functions/canonicalize_file_name.texi
10974         (canonicalize_file_name): Cygwin 1.7 now provides this.
10975         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10976         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10977         on AT_SYMLINK_NOFOLLOW.
10978
10979 2009-09-24  Eric Blake  <ebb9@byu.net>
10980
10981         test-linkat: make test more robust
10982         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10983
10984         getopt: fix inclusion guards for cygwin
10985         * modules/getopt-posix (Depends-on): Add include-next.
10986         (Makefile.am): Substitute more items in replacement header.
10987         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10988         <getopt.h>.
10989         * lib/getopt.in.h (includes): Use split inclusion guard, and
10990         prefer <getopt.h> over include <unistd.h> when one is present.
10991         (option): Also override name of 'struct option'.
10992
10993         same-inode: revert prior change; it is not yet ready
10994         * NEWS: Undo mention of this change.
10995         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10996         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10997         * lib/cycle-check.c (cycle_check): Likewise.
10998         * lib/same.c (same_name): Likewise.
10999         * lib/at-func2.c (at_func2): Likewise.
11000
11001 2009-09-23  Eric Blake  <ebb9@byu.net>
11002
11003         linkat: new module
11004         * modules/linkat: New file.
11005         * lib/at-func2.c (at_func2): Likewise.
11006         * lib/linkat.c (linkat): Likewise.
11007         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11008         * lib/openat-priv.h (at_func2): Add declaration.
11009         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11010         * modules/unistd (Makefile.am): Substitute them.
11011         * lib/unistd.in.h (linkat): Declare it.
11012         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11013         * doc/posix-functions/linkat.texi (linkat): Likewise.
11014         * doc/posix-functions/link.texi (link): Tweak wording.
11015         * tests/test-link.c (main): Move guts...
11016         * tests/test-link.h (test_link): ...into new file.
11017         * modules/linkat-tests: New test.
11018         * tests/test-linkat.c: Likewise.
11019         * modules/link-tests (Files): Ship new file.
11020         (Depends-on): Add stdbool.
11021
11022         dirname: add library-safe mdir_name
11023         * lib/dirname.h (mdir_name): New prototype.
11024         * lib/dirname.c (dir_name): Move guts...
11025         (mdir_name): ...to new function that avoids xalloc_die.
11026
11027         fchdir: another mingw fix
11028         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11029         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11030         on mingw (where it has not yet been ported), and make it optional
11031         elsewhere.
11032         (_gl_register_fd): Use it.
11033
11034         same-inode: make SAME_INODE tri-state, to port to mingw
11035         * NEWS: Mention this change.
11036         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11037         st_ino always being 0.
11038         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11039         * lib/cycle-check.c (cycle_check): Likewise.
11040         * lib/same.c (same_name): Likewise.
11041
11042         lstat: avoid mingw compilation error
11043         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11044         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11045         lstat ourselves.
11046         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11047         was adequate.
11048         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11049         the checks for lstat.
11050         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11051
11052         link: fix test failure on Solaris 9
11053         * lib/link.c (rpl_link): Don't assume link will catch bogus
11054         trailing slash on source.
11055
11056         test-symlinkat: enhance test
11057         * tests/test-readlink.c (main): Move guts...
11058         * tests/test-readlink.h (test_readlink): ...into new file.
11059         * tests/test-symlink.c (main): Move guts...
11060         * tests/test-symlink.h (test_symlink): ...into new file.
11061         * tests/test-symlinkat.c (main): Use new files for further
11062         coverage.
11063         (do_symlink, do_readlink): New helper functions.
11064         * modules/symlink-tests (Files): Ship new file.
11065         (Depends-on): Add stdbool.
11066         * modules/readlink-tests (Files): Ship new file.
11067         (Depends-on): Add stdbool.
11068         * modules/symlinkat-tests (Files): Use new files.
11069
11070 2009-09-23  Eric Blake  <ebb9@byu.net>
11071
11072         readlink: document portability issue with symlink length
11073         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11074         systems have bogus st_size on symlinks, and mention the
11075         areadlink-with-size module.
11076         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11077         * doc/posix-functions/readlink.texi (readlink): Mention the
11078         areadlink module, and ERANGE failure.
11079         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11080         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11081
11082         readlink: fix Solaris 9 bug with trailing slash
11083         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11084         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11085         * doc/posix-functions/readlink.texi (readlink): Document this.
11086         * modules/readlink-tests: New test.
11087         * tests/test-readlink.c: Likewise.
11088
11089         readlink: fix cygwin 1.5.x bug with return type
11090         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11091         * lib/unistd.in.h (readlink): Use ssize_t.
11092         * lib/readlink.c (readlink): Likewise.
11093         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11094         * modules/unistd (Makefile.am): Substitute it.
11095         * lib/unistd.in.h (readlink): Declare replacement.
11096         * doc/posix-functions/readlink.texi (readlink): Document this.
11097
11098         symlink: use throughout gnulib
11099         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11100         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11101         symlink is not used.
11102         * modules/symlinkat (Depends-on): Add symlink.
11103         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11104         * modules/canonicalize-tests (Depends-on): Likewise.
11105         * modules/lstat-tests (Depends-on): Likewise.
11106         * modules/openat-tests (Depends-on): Likewise.
11107         * modules/remove-tests (Depends-on): Likewise.
11108         * modules/rmdir-tests (Depends-on): Likewise.
11109         * modules/unlink-tests (Depends-on): Likewise.
11110         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11111         * tests/test-canonicalize.c (symlink): Likewise.
11112         * tests/test-fstatat.c (symlink): Likewise.
11113         * tests/test-lstat.c (symlink): Likewise.
11114         * tests/test-remove.c (symlink): Likewise.
11115         * tests/test-rmdir.c (symlink): Likewise.
11116         * tests/test-unlink.c (symlink): Likewise.
11117         * tests/test-unlinkat.c (symlink): Likewise.
11118
11119         symlink: new module, for Solaris 9 bug
11120         * modules/symlink: New file.
11121         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11122         * lib/symlink.c: Likewise.
11123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11124         * modules/unistd (Makefile.am): Substitute them.
11125         * lib/unistd.in.h (symlink): Declare replacement.
11126         * MODULES.html.sh (File system functions): Mention it.
11127         * doc/posix-functions/symlink.texi (symlink): Likewise.
11128         * modules/symlink-tests: New test.
11129         * tests/test-symlink.c: Likewise.
11130
11131 2009-09-23  Bruno Haible  <bruno@clisp.org>
11132
11133         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11134         when needed.
11135         Test case: gnulib-tool --import --with-tests atexit inttypes.
11136         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11137
11138 2009-09-23  Bruno Haible  <bruno@clisp.org>
11139
11140         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11141         subcommand, not in a subshell.
11142
11143 2009-09-22  Eric Blake  <ebb9@byu.net>
11144
11145         unistd: sort replacement declarations
11146         * lib/unistd.in.h: Sort declarations.
11147
11148         open, openat: minor optimization
11149         * lib/open.c (open): If open succeeded, len is non-zero.
11150         * lib/openat.c (rpl_openat): Likewise.
11151
11152         link-follow: ensure correct result
11153         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11154         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11155         distinguish between possible failures.
11156
11157 2009-09-21  Eric Blake  <ebb9@byu.net>
11158
11159         fts: avoid compiler warning
11160         * lib/fts.c (dirent_inode_sort_may_be_useful)
11161         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11162
11163 2009-09-19  Bruno Haible  <bruno@clisp.org>
11164
11165         * lib/progreloc.c (canonicalize_file_name): New declaration.
11166
11167 2009-09-19  Eric Blake  <ebb9@byu.net>
11168
11169         link: fix quoting
11170         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11171
11172         openat: fix openat bugs on Solaris 9
11173         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11174         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11175         * modules/openat (Depends-on): Add open.
11176         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11177         * modules/fcntl-h (Makefile.am): Substitute it.
11178         * lib/fcntl.in.h (openat): Declare replacement.
11179         * doc/posix-functions/openat.texi (openat): Document this.
11180
11181         openat: move fstatat and unlinkat into correct files
11182         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11183         compiled.
11184         * lib/openat.c (fstatat, unlinkat): Move...
11185         * lib/fstatat.c (fstatat): ...into correct files.
11186         * lib/unlinkat.c (unlinkat): Likewise.
11187
11188         openat: fix unlinkat bugs on Solaris 9
11189         * lib/unlinkat.c (unlinkat): New file.
11190         * modules/openat (Depends-on): Add unlink.
11191         (Files): Distribute it.
11192         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11193         trailing slash behavior is broken.
11194         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11195         * modules/unistd (Makefile.am): Substitute it.
11196         * lib/unistd.in.h (unlinkat): Declare replacement.
11197         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11198
11199         openat: fix fstatat bugs on Solaris 9
11200         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11201         stat.
11202         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11203
11204         test-unlinkat: enhance test, to expose Solaris 9 bug
11205         * tests/test-unlink.c (main): Factor guts...
11206         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11207         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11208         * tests/test-rmdir.c (main): Adjust caller.
11209         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11210         (unlinker): New helper function.
11211         (rmdirat): Enhance check.
11212         * modules/rmdir-tests (Depends-on): Add stdbool.
11213         * modules/unlink-tests (Depends-on): Likewise.
11214         (Files): Add test-unlink.h.
11215         * modules/openat-tests (Files): Likewise.
11216         (Depends-on): Add unlinkdir.
11217
11218         test-fstatat: new test, to expose Solaris 9 bugs
11219         * tests/test-stat.c (main): Factor guts...
11220         * tests/test-stat.h (test_stat_func): ...into new file.
11221         * tests/test-lstat.c (main): Factor guts...
11222         * tests/test-lstat.h (test_lstat_func): ...into new file.
11223         * tests/test-fstatat.c: New file.
11224         * modules/stat-tests (Files): Add test-stat.h.
11225         * modules/lstat-tests (Files): Add test-lstat.h.
11226         (Depends-on): Add stdbool.
11227         * modules/openat-tests (Depends-on): Add pathmax.
11228         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11229         (Makefile.am): Run new test.
11230
11231         remove: new module, for mingw and Solaris 9 bugs
11232         * modules/remove: New file.
11233         * lib/remove.c: Likewise.
11234         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11235         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11236         * modules/stdio (Makefile.am): Use them.
11237         * lib/stdio.in.h (remove): Declare replacement.
11238         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11239         * doc/posix-functions/remove.texi (remove): Likewise.
11240         * modules/remove-tests: New test.
11241         * tests/test-remove.c: Likewise.
11242
11243         unlink: new module, for Solaris 9 bug
11244         * modules/unlink: New file.
11245         * lib/unlink.c: Likewise.
11246         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11247         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11248         * modules/unistd (Makefile.am): Use them.
11249         * lib/unistd.in.h (stat): Declare replacement.
11250         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11251         * doc/posix-functions/unlink.texi (unlink): Likewise.
11252         * modules/unlink-tests: New test.
11253         * tests/test-unlink.c: Likewise.
11254
11255         lstat: fix Solaris 9 bug
11256         * lib/lstat.c (lstat): Also check for trailing slash on
11257         non-symlink, non-directories.  Use stat module to simplify logic.
11258         * doc/posix-functions/lstat.texi (lstat): Document it.
11259         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11260         (configure.ac): Check for symlink.
11261         * tests/test-lstat.c (main): Add more tests.
11262
11263         stat: add as dependency to other modules
11264         * modules/chown (Depends-on): Add stat.
11265         * modules/euidaccess (Depends-on): Likewise.
11266         * modules/fchdir (Depends-on): Likewise.
11267         * modules/isdir (Depends-on): Likewise.
11268         * modules/link (Depends-on): Likewise.
11269         * modules/lstat (Depends-on): Likewise.
11270         * modules/mkdir-p (Depends-on): Likewise.
11271         * modules/modechange (Depends-on): Likewise.
11272         * modules/open (Depends-on): Likewise.
11273         * modules/readlink (Depends-on): Likewise.
11274         * modules/same (Depends-on): Likewise.
11275
11276         stat: fix Solaris 9 bug
11277         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11278         slash.
11279         * lib/stat.c (rpl_stat): Work around it.
11280         * doc/posix-functions/stat.texi (stat): Update documentation.
11281
11282         stat: new module, for mingw bug
11283         * modules/stat: New file.
11284         * lib/stat.c: Likewise.
11285         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11286         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11287         * modules/sys_stat (Makefile.am): Use them.
11288         * lib/sys_stat.in.h (stat): Declare replacement.
11289         * lib/openat.c (fstatat): Deal with lstat and stat being function
11290         macros.
11291         * modules/openat (Depends-on): Add inline.
11292         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11293         * doc/posix-functions/stat.texi (stat): Likewise.
11294         * modules/stat-tests: New test.
11295         * tests/test-stat.c: Likewise.
11296
11297 2009-09-19  Jim Meyering  <meyering@redhat.com>
11298
11299         syntax-check: detect unnecessary inclusion of canonicalize.h
11300         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11301
11302 2009-09-19  Eric Blake  <ebb9@byu.net>
11303
11304         canonicalize-lgpl: adjust clients to use correct header
11305         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11306         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11307         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11308         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11309         * lib/progreloc.c (includes): Likewise.
11310
11311 2009-09-19  Jim Meyering  <meyering@redhat.com>
11312
11313         test-posixtm.c: correct a comment
11314         * tests/test-posixtm.c: Correct first-line comment.
11315         Spotted by Eric Blake.
11316
11317 2009-09-16  Jim Meyering  <meyering@redhat.com>
11318
11319         posixtm-tests: make T const-correct; add a test case
11320         * tests/test-posixtm.c (T): Declare const.
11321         Add a test for -(2^31+1).
11322         Remove useless can-succeed-only-in-2002 test.
11323
11324         posixtm-tests: adjust the sole failing test
11325         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11326         expected output matches what mktime now produces.  Cross-checked via
11327         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11328
11329         posixtm: move #ifdef'd tests into a new module
11330         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11331         * tests/test-posixtm.c: ... this new file.
11332         * modules/posixtm-tests: New module.
11333
11334 2009-09-19  Eric Blake  <ebb9@byu.net>
11335
11336         openat: simplify use of at-func.c
11337         * lib/at-func.c (includes): Include prerequisites here, to
11338         simplify requirements on client files.
11339         * lib/openat-priv.h: Add double-inclusion guard.
11340         * lib/faccessat.c (includes): Simplify.
11341         * lib/fchmodat.c (includes): Likewise.
11342         * lib/fchownat.c (includes): Likewise.
11343         * lib/mkdirat.c (includes): Likewise.
11344         * lib/mkfifoat.c (includes): Likewise.
11345         * lib/symlinkat.c (includes): Likewise.
11346
11347         openat: allow return of fd 0
11348         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11349         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11350         unistd-safer.
11351         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11352         <fcntl.h>; this module does not leak fds.
11353         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11354         must be allowed to return 0, leaving openat_safer to add the
11355         safety.
11356         (openat_permissive): Avoid writing to just-opened fd 2 if
11357         restoring the current directory fails.
11358         * lib/openat-die.c (openat_restore_fail): Add comment.
11359         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11360         (save_cwd): Guarantee safe fd, but without use of open_safer.
11361         * tests/test-openat.c: New test.
11362         * modules/openat-tests (Files, Makefile.am): Distribute and build
11363         new file.
11364
11365         relocatable-prog-wrapper: fix build
11366         * modules/relocatable-prog-wrapper (Files): Update name of
11367         canonicalize m4 file, broken on 2009-09-17.
11368         Reported by emad hajjar <aleppos@hotmail.com>.
11369
11370 2009-09-19  Bruno Haible  <bruno@clisp.org>
11371
11372         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11373         * lib/safe-alloc.c: Likewise.
11374         Reported by Ian Beckwith <ianb@erislabs.net>.
11375
11376 2009-09-18  Bruno Haible  <bruno@clisp.org>
11377
11378         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11379         Reported by <erobles@sensacd.com.mx>.
11380
11381 2009-09-17  Eric Blake  <ebb9@byu.net>
11382
11383         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11384         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11385         slashes when checking if last component is missing.
11386         * tests/test-canonicalize.c (main): Test this.
11387
11388         canonicalize, canonicalize-lgpl: honor // if distinct from /
11389         * modules/canonicalize (Files): Add double-slash-root.m4.
11390         * modules/canonicalize-lgpl (Files): Likewise.
11391         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11392         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11393         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11394         fallback definition.
11395         (canonicalize_filename_mode): Use it to protect //.
11396         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11397         (__realpath): Likewise.
11398         * tests/test-canonicalize.c (main): Test this.
11399         * tests/test-canonicalize-lgpl.c (main): Likewise.
11400         * modules/canonicalize-tests (Depends-on): Add same-inode.
11401         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11402
11403         canonicalize-lgpl: fix glibc bug with trailing slash
11404         * m4/canonicalize-lgpl.m4: Move contents...
11405         * m4/canonicalize.m4: ...here.
11406         (gl_CANONICALIZE_LGPL): Factor realpath check...
11407         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11408         glibc 2.3.5 bug, fixed 2005-04-27.
11409         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11410         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11411         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11412         * modules/canonicalize-lgpl (Files): Manage file rename.
11413         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11414         * modules/stdlib (Makefile.am): Substitute witness.
11415         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11416         is needed.
11417         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11418         replacement is required.
11419         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11420         * doc/glibc-functions/canonicalize_file_name.texi
11421         (canonicalize_file_name): Document this.
11422         * doc/posix-functions/realpath.texi (realpath): Likewise.
11423
11424         canonicalize-lgpl: reject non-directory with trailing slash
11425         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11426         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11427         catches failures in glibc 2.3.5.
11428         * tests/test-canonicalize.c (main): Likewise.
11429
11430         canonicalize-lgpl: use native realpath if it works
11431         * lib/canonicalize-lgpl.c (realpath): Guard with
11432         FUNC_REALPATH_WORKS.
11433         * lib/stdlib.in.h (realpath): Make declaration optional based on
11434         HAVE_REALPATH.
11435         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11436         native realpath works.
11437         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11438         * modules/stdlib (Makefile.am): Substitute witness.
11439
11440         canonicalize, canonicalize-lgpl: use <stdlib.h>
11441         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11442         (Include): Mention <stdlib.h>.
11443         (configure.ac): Mention functions we provide.
11444         * modules/canonicalize (configure.ac): Likewise.
11445         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11446         realpath if canonicalize_file_name is missing.
11447         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11448         * modules/stdlib (Makefile.am): Substitute witnesses.
11449         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11450         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11451         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11452         * NEWS: Document this.
11453         * doc/glibc-functions/canonicalize_file_name.texi
11454         (canonicalize_file_name): Likewise.
11455         * doc/posix-functions/realpath.texi (realpath): Likewise.
11456         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11457
11458         test-canonicalize: consolidate into single C program
11459         * tests/test-canonicalize.sh: Delete; move setup into...
11460         * tests/test-canonicalize.c (main): ...the program, making it
11461         easier to run in debugger.  Add some tests.
11462         * modules/canonicalize-tests (Files): Remove unused file.
11463         (Depends-on): Add progname.
11464         (configure.ac, Makefile.am): Simplify.
11465
11466         test-canonicalize-lgpl: consolidate into single C program
11467         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11468         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11469         easier to run in debugger.  Add some tests.
11470         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11471         (configure.ac, Makefile.am): Simplify.
11472
11473         canonicalize: avoid resolvepath
11474         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11475         unnecessary checks.
11476         * lib/canonicalize.c (includes): Simplify.
11477         (canonicalize_file_name): Drop resolvepath implementation.
11478         * modules/canonicalize (Depends-on): Drop filenamecat.
11479
11480         canonicalize: don't lose errno
11481         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11482         over calls to free.
11483
11484         canonicalize: simplify errno handling
11485         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11486         assignment.
11487
11488         canonicalize, canonicalize-lgpl: update module dependencies
11489         * modules/canonicalize (Depends-on): Add extensions, lstat,
11490         pathmax, stdlib.
11491         (Files): Drop pathmax.h.
11492         (configure.ac): Adjust macro name.
11493         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11494         lstat, stdlib, sys_stat.
11495         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11496         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11497         extensions.
11498         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11499         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11500         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11501         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11502         declaration, if available.
11503         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11504         we can rely on the readlink module.
11505         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11506         (includes): Use <unistd.h> unconditionally.
11507
11508 2009-09-17  Eric Blake  <ebb9@byu.net>
11509
11510         maint: make Include sections of modules consistent
11511         * modules/alloca: Use only header name; no need to list #include.
11512         * modules/alloca-opt: Likewise.
11513         * modules/arpa_inet: Likewise.
11514         * modules/canon-host: Likewise.
11515         * modules/configmake: Likewise.
11516         * modules/dirent: Likewise.
11517         * modules/eealloc: Likewise.
11518         * modules/environ: Likewise.
11519         * modules/fchdir: Likewise.
11520         * modules/fcntl: Likewise.
11521         * modules/fcntl-h: Likewise.
11522         * modules/gethrxtime: Likewise.
11523         * modules/gettime: Likewise.
11524         * modules/ignore-value: Likewise.
11525         * modules/inet_ntop: Likewise.
11526         * modules/inet_pton: Likewise.
11527         * modules/inttypes: Likewise.
11528         * modules/isnand-nolibm: Likewise.
11529         * modules/isnanf-nolibm: Likewise.
11530         * modules/mbchar: Likewise.
11531         * modules/mbfile: Likewise.
11532         * modules/mbiter: Likewise.
11533         * modules/mbuiter: Likewise.
11534         * modules/netdb: Likewise.
11535         * modules/netinet_in: Likewise.
11536         * modules/nproc: Likewise.
11537         * modules/pagealign_alloc: Likewise.
11538         * modules/poll: Likewise.
11539         * modules/printf-frexp: Likewise.
11540         * modules/pthread: Likewise.
11541         * modules/putenv: Likewise.
11542         * modules/random_r: Likewise.
11543         * modules/relocatable-prog: Likewise.
11544         * modules/search: Likewise.
11545         * modules/select: Likewise.
11546         * modules/selinux-h: Likewise.
11547         * modules/settime: Likewise.
11548         * modules/signal: Likewise.
11549         * modules/size_max: Likewise.
11550         * modules/socklen: Likewise.
11551         * modules/ssize_t: Likewise.
11552         * modules/stdarg: Likewise.
11553         * modules/stdbool: Likewise.
11554         * modules/stddef: Likewise.
11555         * modules/stdint: Likewise.
11556         * modules/stdio: Likewise.
11557         * modules/stdlib: Likewise.
11558         * modules/string: Likewise.
11559         * modules/strings: Likewise.
11560         * modules/sys_file: Likewise.
11561         * modules/sys_ioctl: Likewise.
11562         * modules/sys_select: Likewise.
11563         * modules/sys_socket: Likewise.
11564         * modules/sys_stat: Likewise.
11565         * modules/sys_time: Likewise.
11566         * modules/sys_times: Likewise.
11567         * modules/sys_utsname: Likewise.
11568         * modules/sys_wait: Likewise.
11569         * modules/sysexits: Likewise.
11570         * modules/time: Likewise.
11571         * modules/times: Likewise.
11572         * modules/tmpfile: Likewise.
11573         * modules/trim: Likewise.
11574         * modules/unistd: Likewise.
11575         * modules/wchar: Likewise.
11576         * modules/wctype: Likewise.
11577
11578 2009-09-17  Bruno Haible  <bruno@clisp.org>
11579
11580         Make getdate.y compile on QNX and NetBSD 5 / i386.
11581         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11582         TIME_T_FITS_IN_LONG_INT.
11583         * lib/getdate.y (long_time_t): New type.
11584         (relative_time): Change type of 'seconds' field to long_time_t.
11585         (get_date): Update types of local variables. Check against overflow
11586         during conversion from long_time_t to time_t.
11587         Reported by Matt Kraai <kraai@ftbfs.org>
11588         and Hasso Tepper <hasso@netbsd.org>.
11589
11590 2009-09-17  Bruno Haible  <bruno@clisp.org>
11591
11592         * modules/COPYING: Update copyright years.
11593         * modules/README: Likeiwse.
11594         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11595         Reported by Ian Beckwith <ianb@erislabs.net>.
11596
11597 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11598
11599         * users.txt: Update references for gnuit package.
11600
11601 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11602
11603         * m4/getdelim.m4: Fix typo in copyright line.
11604
11605 2009-09-17  Bruno Haible  <bruno@clisp.org>
11606
11607         * lib/atoll.c: Use the standard header with GPL copyright.
11608         * lib/argz.in.h: Likewise.
11609         * lib/glob.c: Likewise.
11610         * lib/glob-libc.h: Likewise.
11611         * lib/random_r.c: Likewise.
11612         * lib/siglist.h: Likewise.
11613         * lib/strsignal.c: Likewise.
11614         Reported by Ian Beckwith <ianb@erislabs.net>.
11615
11616 2009-09-17  Eric Blake  <ebb9@byu.net>
11617
11618         rmdir: ensure correct dependency order
11619         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11620
11621 2009-09-17  Bruno Haible  <bruno@clisp.org>
11622
11623         Disable assertion that fails on NetBSD 5 / i386.
11624         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11625         Reported by Sam Steingold <sds@gnu.org>
11626         and Hasso Tepper <hasso@netbsd.org>.
11627
11628 2009-09-16  Eric Blake  <ebb9@byu.net>
11629
11630         unlinkdir: port to mingw
11631         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11632         on which no one can unlink a directory.
11633
11634         stdlib: sort witness names
11635         * modules/stdlib (Makefile.am): Sort replacements.
11636         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11637         * lib/stdlib.in.h: Likewise.
11638
11639         parse-duration-tests: avoid link failure
11640         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11641         LIBINTL.
11642         Reported by Tom G. Christensen.
11643
11644         openat-tests: ensure unlinkat behaves like rmdir
11645         * tests/test-rmdir.c (main): Factor guts...
11646         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11647         * modules/rmdir-tests (Files): Ship new file.
11648         * modules/openat-tests: New test.
11649         * tests/test-unlinkat.c: Likewise.
11650
11651         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11652         * modules/rmdir-errno (Status, Notice): Now obsolete.
11653
11654         rmdir: work around cygwin 1.5.x and mingw bugs
11655         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11656         * lib/rmdir.c (rmdir): Work around it.
11657         * modules/rmdir (Status, Notice): No longer obsolete.
11658         (Files): Add dos.m4.
11659         (Depends-on): Add unistd.
11660         (configure.ac): Set witnesses.
11661         (License): Relax to LGPLv2+.
11662         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11663         * modules/unistd (Makefile.am): Substitute witnesses.
11664         * lib/unistd.in.h (rmdir): Declare replacement.
11665         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11666         * modules/rmdir-tests: New tests.
11667         * tests/test-rmdir.c: Likewise.
11668
11669 2009-09-15  Eric Blake  <ebb9@byu.net>
11670
11671         fchdir: improve use of replacement functions
11672         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11673         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11674         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11675         REPLACE_CLOSEDIR.
11676         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11677         * modules/sys_stat (Makefile.am): Substitute correct witness.
11678         * modules/dirent (Makefile.am): Likewise.
11679         * modules/unistd (Makefile.am): Likewise.
11680         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11681         * lib/unistd.in.h (dup): Likewise.
11682         * lib/sys_stat.in.h (fstat): Likewise.
11683
11684         maint: ignore gnulib-tool temp files
11685         * .gitignore: Ignore files created during gnulib-tool --test.
11686
11687 2009-09-13  Jim Meyering  <meyering@redhat.com>
11688
11689         posixtm: don't reject a time that specify "60" as the number of seconds
11690         * lib/posixtm.c (posixtime): The code to reject invalid dates
11691         would also reject a time specified with the .60 suffix.
11692         But POSIX allows that, in order to accommodate leap seconds.
11693         So don't reject it.
11694         (main): Adjust tests accordingly.
11695         * modules/posixtm (Depends-on): Add stpcpy.
11696
11697 2009-09-11  Jim Meyering  <meyering@redhat.com>
11698
11699         announce-gen: include [$release_type] in emitted Subject:
11700         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11701         e.g., [stable] in the emitted Subject: line.
11702
11703 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11704
11705         Remove obsolete macros from several modules.
11706         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11707         obsolete Autoconf macros with their modern counterparts.
11708         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11709         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11710         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11711         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11712         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11713         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11714         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11715         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11716         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11717         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11718         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11719         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11720         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11721         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11722         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11723         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11724         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11725         * m4/time_r.m4 (gl_TIME_R): Likewise.
11726         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11727         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11728         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11729
11730         Fix copyright header in build-aux scripts.
11731         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11732         recommendation.
11733         * build-aux/ncftpput-ftp: Likewise.
11734         * build-aux/update-copyright: Likewise.
11735
11736 2009-09-09  Eric Blake  <ebb9@byu.net>
11737
11738         test-link: allow Linux choice of errno
11739         * tests/test-link.c (main): Relax test for alternate error.
11740
11741         strndup: fix improper m4 caching
11742         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11743         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11744         (gl_PREREQ_STRNDUP): Delete.
11745         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11746         * modules/string (Makefile.am): Substitute it.
11747         * lib/string.in.h (strndup): Modernize prototype.
11748
11749         getcwd: port to mingw
11750         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11751         different from the POSIX assumptions made throughout the getcwd
11752         module; fortunately, the mingw getcwd does not need replacement.
11753         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11754         * modules/getcwd-tests: New test.
11755         * tests/test-getcwd.c: Likewise.
11756
11757         link: fix platform bugs
11758         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11759         * lib/link.c (link): Work around them.  Fix related mingw bug.
11760         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11761         * modules/unistd (Makefile.am): Substitute it.
11762         * lib/unistd.in.h (link): Declare replacement.
11763         * doc/posix-functions/link.texi (link): Document this.
11764         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11765
11766         test-link: consolidate into single C program, test more cases
11767         * tests/test-link.sh: Delete.
11768         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11769         at least Cygwin and Solaris.
11770         * modules/link-tests (Files): Remove unused file.
11771         (Depends-on): Add errno, sys_stat.
11772         (Makefile.am): Simplify.
11773
11774 2009-09-08  Bruno Haible  <bruno@clisp.org>
11775
11776         Work around towlower, towupper bug on mingw.
11777         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11778         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11779         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11780         * doc/posix-functions/towupper.texi: Likewise.
11781         Reported by Eric Blake.
11782
11783 2009-09-08  Jim Meyering  <meyering@redhat.com>
11784
11785         build: don't try to run autoheader if we don't use it
11786         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11787         is not used in configure.ac.
11788
11789 2009-09-08  Eric Blake  <ebb9@byu.net>
11790
11791         euidaccess: fix compilation error
11792         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11793
11794         rawmemchr: relax license
11795         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11796         okay.
11797         Reported by Jim Meyering.
11798
11799         mkfifoat: new module
11800         * modules/mkfifoat: New file.
11801         * lib/mkfifoat.c: Likewise.
11802         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11803         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11804         * modules/sys_stat (Makefile.am): Use them.
11805         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11806         * MODULES.html.sh (File system functions): Mention module.
11807         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11808         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11809         * modules/mkfifoat-tests: New test.
11810         * tests/test-mkfifoat.c: Likewise.
11811
11812         strchrnul: relax license
11813         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11814         okay.
11815         Reported by Jim Meyering.
11816
11817 2009-09-08  Eric Blake  <ebb9@byu.net>
11818
11819         fstatat: fix compilation on Solaris
11820         * lib/fstatat.c (includes): Add fcntl.h.
11821         Reported by Pádraig Brady.
11822
11823 2009-09-07  Eric Blake  <ebb9@byu.net>
11824
11825         rename: modernize replacement
11826         * modules/rename (Depends-on): Add stdio.
11827         (configure.ac): Declare witness.
11828         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11829         stdio take care of replacement.
11830         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11831         * modules/stdio (Makefile.am): Substitute them.
11832         * lib/stdio.in.h (rename): Declare replacement.
11833         * lib/rename.c (includes): Allow cross-compilation to non-windows
11834         machines.
11835         * doc/posix-functions/rename.texi (rename): Improve
11836         documentation.
11837
11838         stdio: sort witness names
11839         * modules/stdio (Makefile.am): Sort replacements.
11840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11841         * lib/stdio.in.h: Likewise.
11842
11843         getcwd: minor cleanups
11844         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11845         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11846
11847         openat: provide more convenience names
11848         * modules/faccessat (configure.ac): Add C witness.
11849         * lib/unistd.in.h (readlinkat): Fix typo.
11850         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11851         convenience wrappers.
11852         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11853         wrappers in syntax checks.
11854
11855 2009-09-06  Eric Blake  <ebb9@byu.net>
11856
11857         doc: fix comments in recent patches
11858         * lib/faccessat.c: Mention correct function.
11859         * lib/fchmodat.c: Likewise.
11860         * lib/fchownat.c: Likewise.
11861         * lib/symlinkat.c: Likewise.
11862         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11863         constants.
11864
11865         faccessat, symlinkat: continue cleanup of previous patch
11866         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11867         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11868         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11869         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11870         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11871         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11872         set.
11873
11874 2009-09-06  Bruno Haible  <bruno@clisp.org>
11875
11876         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11877         (fstatat): Declare if GNULIB_FSTATAT is set.
11878         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11879         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11880         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11881         * modules/fcntl-h (Files): Remove m4/openat.m4.
11882         * modules/sys_stat (Files): Remove m4/openat.m4.
11883         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11884         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11885         * modules/unistd (Files): Remove m4/openat.m4.
11886         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11887         GNULIB_OPENAT.
11888         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11889         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11890         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11891         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11892         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11893         gl_OPENAT_DEFAULTS.
11894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11895         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11896         Don't require gl_OPENAT_DEFAULTS.
11897         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11898         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11899         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11900         (gl_OPENAT_DEFAULTS): Remove macro.
11901
11902 2009-09-06  Bruno Haible  <bruno@clisp.org>
11903
11904         * modules/openat (configure.ac): Remove unneeded witness.
11905
11906 2009-09-06  Bruno Haible  <bruno@clisp.org>
11907
11908         Set errno to ENOSYS when a function is entirely unsupported.
11909         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11910         EOPNOTSUPP.
11911         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11912         * modules/chown (Depends-on): Remove errno.
11913
11914 2009-09-06  Bruno Haible  <bruno@clisp.org>
11915
11916         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11917
11918 2009-09-06  Bruno Haible  <bruno@clisp.org>
11919
11920         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11921
11922 2009-09-06  Ben Pfaff  <blp@gnu.org>
11923             Bruno Haible  <bruno@clisp.org>
11924
11925         Work around a glibc bug in strtok_r.
11926         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11927         Undefine if UNDEFINE_STRTOK_R is set.
11928         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11930         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11931         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11932         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11933         UNDEFINE_STRTOK_R.
11934         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11935
11936 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11937
11938         exclude: minor fix
11939         * lib/exclude.c: Include wctype.h
11940
11941 2009-09-06  Akim Demaille  <demaille@gostai.com>
11942
11943         bootstrap: improve error message
11944         * build-aux/bootstrap (find_tool): Upon failure, report the list
11945         of candidates.
11946         Honor the initial value of the envvar.
11947
11948 2009-09-05  Eric Blake  <ebb9@byu.net>
11949
11950         symlinkat: new module
11951         * modules/symlinkat: New file.
11952         * lib/symlinkat.c: Likewise.
11953         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11954         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11955         * modules/unistd (Makefile.am): Use them.
11956         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11957         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11958         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11959         * MODULES.html.sh (File system functions): Mention module.
11960         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11961         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11962         * modules/symlinkat-tests: New test.
11963         * tests/test-symlinkat.c: Likewise.
11964
11965         test-openat-safer: add more checks
11966         * tests/test-openat-safer.c (main): Check more code paths.
11967
11968 2009-09-05  Jim Meyering  <meyering@redhat.com>
11969
11970         syntax-check: detect unnecessary inclusion of openat.h
11971         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11972
11973 2009-09-05  Bruno Haible  <bruno@clisp.org>
11974
11975         Support towlower, towupper.
11976         * doc/posix-functions/towlower.texi: Mention module wctype.
11977         * doc/posix-functions/towupper.texi: Likewise.
11978         * lib/wctype.in.h (towlower, towupper): New functions.
11979         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11980         (ASSERT): New macro.
11981         (e): New variable.
11982         (main): Test also towlower, towupper. Test WEOF argument.
11983         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11984
11985 2009-09-05  Bruno Haible  <bruno@clisp.org>
11986
11987         Fix conversion behaviour when the input is invalid.
11988         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11989         mark occurring in first pass of indirect conversion.
11990         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11991         input.
11992         Found by clang's static analyzer.
11993
11994 2009-09-05  Bruno Haible  <bruno@clisp.org>
11995
11996         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11997         where direct conversion is possible.
11998
11999 2009-09-04  Eric Blake  <ebb9@byu.net>
12000
12001         openat: fail with ENOENT on empty name
12002         * lib/openat-proc.c (openat_proc_name): Special-case the empty
12003         buffer.
12004
12005         link-follow: fix logic bug in prior patch
12006         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12007         reversed sense of yes and no in prior patch.  Avoid confusing
12008         compilation failure with desired semantics.
12009
12010         link-follow: accomodate mingw and cross-compilation
12011         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12012         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12013         cross-compilation results to -1, to make linkat easier to
12014         implement when cross-compiling.  Trivially support mingw.
12015         * modules/link-follow (configure.ac): Call new name.
12016         * NEWS: Mention this.
12017
12018 2009-09-03  Eric Blake  <ebb9@byu.net>
12019
12020         faccessat: compile replacement
12021         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12022         needed.
12023
12024         fts: fix compilation error
12025         * lib/fts.c (includes): Re-add "openat.h", for
12026         openat_needs_fchdir.
12027
12028         faccessat: new module
12029         * modules/faccessat: New file.
12030         * lib/faccessat.c: Likewise.
12031         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12032         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12033         * modules/unistd (Makefile.am): Use it.
12034         * lib/unistd.in.h (faccessat): Declare it.
12035         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12036         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12037         * MODULES.html.sh (File system functions): Mention it.
12038         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12039         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12040
12041         euidaccess: prefer POSIX over non-standard implementation
12042         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12043         * lib/euidaccess.c (euidaccess): Use it if available.
12044
12045         openat: make template easier to use
12046         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12047         AT_FUNC_F2 to be undefined.
12048         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12049         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12050         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12051         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12052         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12053         Likewise.
12054         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12055         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12056         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12057         Likewise.
12058
12059         openat: declare in POSIX headers
12060         * NEWS: Mention this.
12061         * modules/openat (configure.ac): Declare witnesses.
12062         (Depends-on): Add fcntl-h, sys_stat, unistd.
12063         (Include): Mention correct headers.
12064         * modules/fcntl-h (Depends-on): Add link-warning.
12065         (Files): Add openat.m4.
12066         (Makefile.am): Substitute witnesses.
12067         * modules/sys_stat (Files, Makefile.am): Likewise.
12068         * modules/unistd (Files, Makefile.am): Likewise.
12069         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12070         (gl_OPENAT_DEFAULTS): New macro.
12071         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12072         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12073         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12074         (SYS_STAT_H): Remove unused variable.
12075         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12076         * lib/fcntl--.h (includes): Remove unneeded header.
12077         * lib/openat-safer.c (includes): Likewise.
12078         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12079         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12080         appropriate headers.
12081         (__OPENAT_PREFIX): Delete.
12082         * lib/fcntl.in.h (openat): Provide declaration.
12083         (AT_FDCWD): Fix Solaris bug.
12084         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12085         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12086         * lib/fchmodat.c (includes):  Adjust to find declaration.
12087         * lib/fchownat.c (includes): Likewise.
12088         * lib/mkdirat.c (includes): Likewise.
12089         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12090         still visible.
12091
12092 2009-09-02  Eric Blake  <ebb9@byu.net>
12093
12094         errno: use consistently
12095         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12096         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12097         * lib/canonicalize.c (ELOOP): Likewise.
12098         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12099         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12100         * lib/lchown.c (EOPNOTSUPP): Likewise.
12101         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12102         * lib/savewd.c (ESTALE): Likewise.
12103         * lib/settime.c (ENOSYS): Likewise.
12104         * lib/utimens.c (ENOSYS): Likewise.
12105         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12106         * lib/chdir-safer.c (ELOOP): Likewise.
12107         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12108         * modules/c-stack (Depends-on): Add errno.
12109         * modules/canonicalize (Depends-on): Likewise.
12110         * modules/chdir-safer (Depends-on): Likewise.
12111         * modules/fdopendir (Depends-on): Likewise.
12112         * modules/inet_ntop (Depends-on): Likewise.
12113         * modules/inet_pton (Depends-on): Likewise.
12114         * modules/lchown (Depends-on): Likewise.
12115         * modules/openat (Depends-on): Likewise.
12116         * modules/savewd (Depends-on): Likewise.
12117         * modules/settime (Depends-on): Likewise.
12118         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12119
12120         fts: avoid leaking fds
12121         * modules/fts (Depends-on): Add cloexec.
12122         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12123         flag.
12124
12125         fts: make directory fds more robust
12126         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12127         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12128
12129         backupfile, chdir-long, fts, savedir: make safer
12130         * lib/backupfile.c (includes): Use "dirent--.h", since
12131         numbered_backup can write to stderr during readdir.
12132         * lib/savedir.c (includes): Likewise.
12133         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12134         emulation can write to stderr on failure.
12135         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12136         * lib/getcwd.c: Document why opendir_safer is unused.
12137         * lib/glob.c: Likewise.
12138         * lib/scandir.c: Likewise.
12139         * lib/openat-proc.c: Likewise, for open_safer.
12140         * modules/backupfile (Depends-on): Add dirent-safer.
12141         * modules/savedir (Depends-on): Likewise.
12142         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12143         * modules/chdir-long (Depends-on): Add openat-safer.
12144
12145         openat-safer: new module
12146         * modules/openat-safer: New file.
12147         * lib/openat-safer.c: Likewise.
12148         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12149         * lib/fcntl-safer.h (openat_safer): Declare.
12150         * lib/fcntl--.h (openat): Override.
12151         * MODULES.html.sh (File descriptor based I/O): Mention it.
12152         * lib/openat.h: Add double-inclusion guards.
12153         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12154         "fcntl--.h", so we can implement openat.
12155         * modules/openat-safer-tests: New test.
12156         * tests/test-openat-safer.c: New file.
12157
12158         dirent-safer: new module
12159         * modules/dirent-safer: New file.
12160         * lib/dirent--.h: Likewise.
12161         * lib/dirent-safer.h: Likewise.
12162         * lib/opendir-safer.c: Likewise.
12163         * m4/dirent-safer.m4: Likewise.
12164         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12165         * modules/dirent-safer-tests: New test.
12166         * tests/test-dirent-safer.c: New file.
12167         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12168
12169         fdopendir: optimize on mingw
12170         * lib/unistd.in.h (_gl_directory_name): New prototype.
12171         * lib/fchdir.c (_gl_directory_name): Implement it.
12172         (fchdir): Use it to simplify implementation.
12173         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12174         fchdir, when available, to avoid calling [f]chdir().
12175
12176         fdopendir: split into its own module
12177         * lib/openat.c (fdopendir): Move...
12178         * lib/fdopendir.c: ...into new file.
12179         * modules/fdopendir: New module.
12180         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12181         * modules/openat (Depends-on): Add fdopendir.
12182         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12183         fdopendir here.
12184         * modules/savedir (Depends-on): Only need fdopendir, not full
12185         openat.
12186         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12187         * lib/openat.h (fdopendir): Drop prototype.
12188         * lib/dirent.in.h (fdopendir): Provide prototype.
12189         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12190         * modules/dirent (Makefile.am): Substitute them.
12191         * MODULES.html.sh (File system functions): Mention it.
12192         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12193         * modules/fdopendir-tests: New file.
12194         * tests/test-fdopendir.c: Likewise.
12195
12196         fchdir: use more consistent macro convention
12197         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12198         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12199         REPLACE_FCHDIR, rather than relying on config.h macros.
12200         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12201         inside a single make-time REPLACE_FCHDIR block, rather than using
12202         the config.h FCHDIR_REPLACEMENT.
12203         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12204         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12205         Manage fstat replacement.
12206         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12207         REPLACE_FCHDIR.
12208         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12209         (Makefile.am): Substitute REPLACE_FCHDIR.
12210         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12211         FCHDIR_REPLACEMENT.
12212         * lib/dup-safer.c (dup_safer): Likewise.
12213         * lib/dup2.c (rpl_dup2): Likewise.
12214         * lib/dup3.c (rpl_dup3): Likewise.
12215         * lib/open.c (rpl_open): Likewise.
12216
12217         fchdir: simplify error handling, and support dup3
12218         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12219         stdbool, malloc-posix, realloc-posix.
12220         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12221         (ensure_dirs_slot): Return false on allocation failure.
12222         (rpl_dup2): Delete.
12223         (_gl_register_dup): New function.
12224         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12225         (_gl_register_fd): Close fd on allocation failure.
12226         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12227         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12228         prototype.
12229         (rpl_dup2_fchdir): Delete prototype.
12230         * lib/open.c (open): Update caller.
12231         * lib/dup2.c (dup2): Track fchdir metadata.
12232         * lib/dup3.c (dup3): Likewise.
12233         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12234         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12235
12236 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12237
12238         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12239         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12240         don't pass arguments to AC_OUTPUT.
12241
12242 2009-09-02  Bruno Haible  <bruno@clisp.org>
12243
12244         * modules/mkdtemp (License): Relicense under LGPLv2+.
12245         Reported by Paolo Bonzini.
12246
12247 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12248
12249         Replace uses of obsolete autoconf macros in Jim's modules.
12250         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12251         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12252         can evoke a warning from autoconf when run with -Wobsolete
12253         enabled.  They were declared obsolete for good reasons (see
12254         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12255         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12256         should not continue using the deprecated macros.
12257         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12258         obsolete Autoconf macros with modern counterparts.
12259         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12260         * m4/dos.m4 (gl_AC_DOS): Likewise.
12261         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12262         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12263         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12264         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12265         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12266         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12267         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12268         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12269         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12270         Likewise.
12271         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12272         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12273         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12274         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12275         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12276         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12277
12278 2009-09-01  Eric Blake  <ebb9@byu.net>
12279
12280         fchdir: fix off-by-one bug in previous patch
12281         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12282         (_gl_unregister_fd): Delete useless if.
12283
12284 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12285
12286         maint.mk: sort the list of syntax-check rules
12287         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12288         easier to get a sense of progress when the rules are run sequentially
12289         and take a long time.
12290
12291 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12292
12293         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12294         * modules/netinet_in: Likewise.
12295         * modules/sys_file: Likewise.
12296         * modules/sys_ioctl: Likewise.
12297         * modules/sys_select: Likewise.
12298         * modules/sys_socket: Likewise.
12299         * modules/sys_stat: Likewise.
12300         * modules/sys_time: Likewise.
12301         * modules/sys_times: Likewise.
12302         * modules/sys_utsname: Likewise.
12303         * modules/sys_wait: Likewise.
12304
12305 2009-09-01  Jim Meyering  <meyering@redhat.com>
12306
12307         fts: help ensure that return values are not ignored
12308         * lib/fts_.h (__GNUC_PREREQ): Define.
12309         (__attribute_warn_unused_result__): Define.
12310         (fts_children, fts_close, fts_open, fts_read): Declare with
12311         __attribute_warn_unused_result__.
12312
12313         fts: fts_close now fails also when closing a dir file descriptor fails
12314         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12315         and propagate to caller, along with errno.
12316
12317         announce-gen: correct formatting in --help output
12318         * build-aux/announce-gen (usage): Move the one-line description in
12319         --help output "up", to where it belongs, just after Usage:.
12320
12321 2009-08-31  Eric Blake  <ebb9@byu.net>
12322
12323         fchdir: port to mingw
12324         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12325         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12326         opened, then use a substitute.
12327         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12328         replacement.
12329         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12330         (_gl_register_fd): No need to check stat if open already filters
12331         all directories.
12332         (fchdir): Fix error condition to match POSIX.
12333         * modules/fchdir (Depends-on): Add sys_stat.
12334         * doc/posix-functions/open.texi (open): Document the limitation.
12335         * modules/fchdir-tests: New file.
12336         * tests/test-fchdir.c: Likewise.
12337
12338         canonicalize: allow cross-testing from cygwin to mingw
12339         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12340         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12341         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12342         Likewise.
12343         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12344         target does not support symlinks.
12345         * tests/test-canonicalize-lgpl.sh: Likewise.
12346
12347         chown: avoid compilation warning on mingw
12348         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12349         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12350         mingw.
12351         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12352         * modules/chown (Depends-on): Add errno.
12353
12354 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12355
12356         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12357         command.
12358
12359 2009-08-31  Jim Meyering  <meyering@redhat.com>
12360
12361         canonicalize: remove useless initialization
12362         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12363         initialization of local, "end".
12364
12365 2009-08-30  Bruno Haible  <bruno@clisp.org>
12366
12367         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12368         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12369         ENOSYS.
12370
12371 2009-08-30  Bruno Haible  <bruno@clisp.org>
12372
12373         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12374         /usr/xpg4/bin/tr when it exists.
12375         * tests/test-pipe-filter-gi1.sh: Likewise.
12376
12377 2009-08-30  Bruno Haible  <bruno@clisp.org>
12378
12379         Work around deficient /usr/bin/id program on Solaris.
12380         * tests/test-file-has-acl.sh (ID): New variable.
12381         * tests/test-set-mode-acl.sh (ID): Likewise.
12382         * tests/test-copy-acl.sh (ID): Likewise.
12383         * tests/test-copy-file.sh (ID): Likewise.
12384
12385 2009-08-30  Bruno Haible  <bruno@clisp.org>
12386
12387         New module 'xstriconveh'.
12388         * lib/xstriconveh.h: New file.
12389         * lib/xstriconveh.c: New file.
12390         * modules/xstriconveh: New file.
12391
12392 2009-08-30  Bruno Haible  <bruno@clisp.org>
12393
12394         Make it easier to use mem_cd_iconveh.
12395         * lib/striconveh.h (iconveh_t): New type.
12396         (iconveh_open, iconveh_close): New declarations.
12397         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12398         with a single 'const iconveh_t *' argument.
12399         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12400         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12401         with a single 'const iconveh_t *' argument.
12402         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12403         * tests/test-striconveh.c (main): Update.
12404         * NEWS: Mention the change.
12405
12406 2009-08-30  Bruno Haible  <bruno@clisp.org>
12407
12408         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12409         problem.
12410
12411 2009-08-30  Bruno Haible  <bruno@clisp.org>
12412
12413         Work around iconv_open problem on Solaris.
12414         * lib/iconv_open-solaris.gperf: New file.
12415         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12416         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12417         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12418         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12419         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12420         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12421
12422 2009-08-29  Jim Meyering  <meyering@redhat.com>
12423
12424         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12425         * top/maint.mk (cvs-check): Remove target; it was just an alias
12426         to the better-named vc-diff-check.
12427         (maintainer-distcheck): Remove rule.  It was used only from
12428         the (alpha/beta/major) target, and all of its commands but one
12429         were coreutils-specific.
12430         (vc-dist): Remove rule.
12431         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12432         Run vc-diff-check, not vc-dist.
12433         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12434
12435 2009-08-27  Bruno Haible  <bruno@clisp.org>
12436
12437         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12438         of 0.
12439
12440 2009-08-27  Bruno Haible  <bruno@clisp.org>
12441
12442         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12443         compilers.
12444         * doc/func.texi: Document the SunPRO C bug.
12445
12446 2009-08-27  Bruno Haible  <bruno@clisp.org>
12447
12448         Fix link error on Solaris.
12449         * tests/test-parse-duration.c (xstrdup): Remove function.
12450
12451 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12452
12453         ignore-value: handle pointer types, too
12454         * lib/ignore-value.h (__attribute__): Remove definition.
12455         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12456         of a more concise and more-often effective "(void) i" statement.
12457         (ignore_ptr): New function to suppress warnings from functions that
12458         return pointers, and to make it explicit that one function doesn't
12459         handle all cases.
12460
12461 2009-08-25  Bruno Haible  <bruno@clisp.org>
12462
12463         dup2: work around a Linux bug.
12464         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12465         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12466         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12467         Reported by Simon Josefsson.
12468
12469 2009-08-25  Jim Meyering  <meyering@redhat.com>
12470
12471         libguestfs uses gnulib
12472         * users.txt: Add libguestfs.
12473
12474 2009-08-24  Eric Blake  <ebb9@byu.net>
12475
12476         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12477         * lib/pipe2.c (includes): Add binary-io.h.
12478         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12479
12480 2009-08-24  Bruno Haible  <bruno@clisp.org>
12481
12482         Tolerate declared but missing accept4 syscall.
12483         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12484         available.
12485         * lib/sys_socket.in.h (accept4): If the function is already present,
12486         override it.
12487         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12488         * modules/accept4 (Makefile.am): Compile accept4.c always.
12489         Reported by Paolo Bonzini and Eric Blake.
12490
12491 2009-08-23  Bruno Haible  <bruno@clisp.org>
12492
12493         New module 'accept4'.
12494         * lib/sys_socket.in.h (accept4): New declaration.
12495         * lib/accept4.c: New file.
12496         * m4/accept4.m4: New file.
12497         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12498         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12499         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12500         HAVE_ACCEPT4.
12501         * modules/accept4: New file.
12502         * doc/glibc-functions/accept4.texi: Mention the new module.
12503
12504 2009-08-24  Jim Meyering  <meyering@redhat.com>
12505
12506         progname: also set global program_invocation_name, when possible
12507         Before this change, a libtool-enabled program that calls glibc's
12508         error function would report the program name as
12509         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12510         * modules/progname (configure.ac): Check for a declaration of
12511         program_invocation_name.
12512         * lib/progname.c:  Include <errno.h>.
12513         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12514         Set program_invocation_name.
12515
12516 2009-08-23  Bruno Haible  <bruno@clisp.org>
12517
12518         * lib/dup3.c: Include <string.h>.
12519
12520 2009-08-23  Bruno Haible  <bruno@clisp.org>
12521
12522         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12523         * lib/pipe2.c (pipe2): Likewise.
12524         Suggested by Eric Blake.
12525
12526 2009-08-23  Bruno Haible  <bruno@clisp.org>
12527
12528         Tolerate declared but missing dup3 syscall.
12529         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12530         * lib/unistd.in.h (dup3): If the function is already present,
12531         override it.
12532         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12533         * modules/dup3 (Makefile.am): Compile dup3.c always.
12534         Reported by Paolo Bonzini.
12535
12536 2009-08-23  Bruno Haible  <bruno@clisp.org>
12537
12538         Tolerate declared but missing pipe2 syscall.
12539         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12540         available.
12541         * lib/unistd.in.h (pipe2): If the function is already present,
12542         override it.
12543         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12544         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12545         Reported by Paolo Bonzini.
12546
12547 2009-08-23  Bruno Haible  <bruno@clisp.org>
12548
12549         * lib/pipe2.c (pipe2): Move #ifs inside function.
12550
12551 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12552
12553         quotearg: document limitations of quote_these_too
12554         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12555         those limitations are created.
12556         * lib/quotearg.h (set_char_quoting): Document that digits and
12557         letters that are special after backslash are not permitted.
12558         (quotearg_char): Cross-reference set_char_quoting documentation.
12559
12560 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12561
12562         quotearg: implement custom_quoting_style
12563         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12564         right_quote fields.
12565         (set_custom_quoting): New public function.
12566         (quotearg_buffer_restyled): Add left_quote and right_quote
12567         arguments, handle them very much like locale quoting, and update
12568         all uses.
12569         (quotearg_n_custom): New public function.
12570         (quotearg_n_custom_mem): New public function.
12571         (quotearg_custom): New public function.
12572         (quotearg_custom_mem): New public function.
12573         * lib/quotearg.h: Prototype and document new public functions.
12574         (enum quoting_style): For escape_quoting_style and
12575         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12576         ignored even though they're otherwise like c_quoting_style.
12577         Add custom_quoting_style member and document with comparison to
12578         clocale_quoting_style.
12579         * tests/test-quotearg.c (custom_quotes): New array.
12580         (custom_results): New array.
12581         (main): Extend to test custom quoting.
12582
12583 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12584
12585         quotearg: fix right quote escaping when it's in quote_these_too
12586         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12587         quote, be sure to prepend only one backslash.
12588         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12589         (main): Test it.
12590
12591 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12592
12593         quotearg-tests: test escaping of embedded locale quotes
12594         * tests/test-quotearg.c (struct result_strings): Add member for
12595         new input.
12596         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12597         (inputs): Add new input.
12598         (results_g): Add expected results.
12599         (flag_results): Likewise.
12600         (locale_results): Likewise.
12601         (compare_strings): Check those.
12602
12603 2009-08-23  Bruno Haible  <bruno@clisp.org>
12604
12605         Tests for module 'dup3'.
12606         * modules/dup3-tests: New file.
12607         * tests/test-dup3.c: New file.
12608
12609         New module 'dup3'.
12610         * lib/unistd.in.h (dup3): New declaration.
12611         * lib/dup3.c: New file.
12612         * m4/dup3.m4: New file.
12613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12614         HAVE_DUP3.
12615         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12616         * modules/dup3: New file.
12617         * doc/glibc-functions/dup3.texi: Mention the new module.
12618
12619 2009-08-23  Bruno Haible  <bruno@clisp.org>
12620
12621         Tweak the dup2 test.
12622         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12623         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12624         the test file is still empty. Fix argument order of lseek.
12625
12626 2009-08-23  Bruno Haible  <bruno@clisp.org>
12627
12628         Avoid test link errors when the modules getopt-gnu, gettext are used.
12629         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12630         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12631
12632 2009-08-23  Bruno Haible  <bruno@clisp.org>
12633
12634         Fix getdtablesize() on mingw.
12635         * lib/getdtablesize.c (getdtablesize): Implement differently.
12636         * lib/unistd.in.h (getdtablesize): Improve comment.
12637
12638 2009-08-23  Bruno Haible  <bruno@clisp.org>
12639
12640         New module 'mkostemp'.
12641         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12642         * lib/stdlib.in.h (mksotemp): New declaration.
12643         * lib/mkostemp.c: New file, from glibc with modifications.
12644         * lib/tempname.h (GT_FILE): Remove outdated comment.
12645         (gen_tempname): Add flags argument.
12646         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12647         (__GT_FILE): Map to 1.
12648         (small_open, large_open): Remove macros.
12649         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12650         * lib/mkstemp.c (mkstemp): Update.
12651         * lib/mkdtemp.c (mkdtemp): Likewise.
12652         * m4/mkostemp.m4: New file.
12653         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12654         HAVE_MKOSTEMP.
12655         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12656         HAVE_MKOSTEMP.
12657         * modules/mkostemp: New file, based on modules/mkstemp.
12658         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12659         * NEWS: Mention the change.
12660
12661 2009-08-23  Bruno Haible  <bruno@clisp.org>
12662
12663         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12664         Reported by Eric Blake.
12665
12666 2009-08-23  Bruno Haible  <bruno@clisp.org>
12667
12668         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12669         Reported by Eric Blake.
12670
12671 2009-08-23  Bruno Haible  <bruno@clisp.org>
12672
12673         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12674         * modules/pipe2 (Depends-on): Likewise.
12675
12676 2009-08-23  Eric Blake  <ebb9@byu.net>
12677
12678         fcntl-h: add O_TTY_INIT support
12679         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12680         * tests/test-fcntl-h.c (o): Test it.
12681         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12682
12683         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12684         * modules/fcntl: Move <fcntl.h> header replacement...
12685         * modules/fcntl-h: ...to new name, so as not to collide with
12686         like-named function.
12687         * tests/test-fcntl.c: Rename...
12688         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12689         * modules/fcntl-tests: Rename...
12690         * modules/fcntl-h-tests: ...to this.  Update test file name.
12691         * modules/chdir-long (Depends-on): Update clients.
12692         * modules/chdir-safer (Depends-on): Likewise.
12693         * modules/fcntl-safer (Depends-on): Likewise.
12694         * modules/fts (Depends-on): Likewise.
12695         * modules/mkancesdirs (Depends-on): Likewise.
12696         * modules/mkdir-p (Depends-on): Likewise.
12697         * modules/open (Depends-on): Likewise.
12698         * modules/savewd (Depends-on): Likewise.
12699         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12700         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12701
12702 2009-08-22  Bruno Haible  <bruno@clisp.org>
12703
12704         * modules/binary-io (License): Relicense under LGPL.
12705         * modules/pipe2 (License): Likewise.
12706
12707 2009-08-22  Bruno Haible  <bruno@clisp.org>
12708
12709         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12710         return value.
12711         * lib/pipe-filter-gi.c (filter_init): Likewise.
12712         Reported by Eric Blake.
12713
12714 2009-08-22  Bruno Haible  <bruno@clisp.org>
12715
12716         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12717         * modules/pipe (Depends-on): Add pipe2.
12718
12719 2009-08-22  Bruno Haible  <bruno@clisp.org>
12720
12721         Tests for module 'pipe2'.
12722         * modules/pipe2-tests: New file.
12723         * tests/test-pipe2.c: New file.
12724
12725         New module 'pipe2'.
12726         * lib/unistd.in.h (pipe2): New declaration.
12727         * lib/pipe2.c: New file.
12728         * m4/pipe2.m4: New file.
12729         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12730         HAVE_PIPE2.
12731         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12732         * modules/pipe2: New file.
12733         * doc/glibc-functions/pipe2.texi: Mention the new module.
12734
12735 2009-08-22  Bruno Haible  <bruno@clisp.org>
12736
12737         Reference some new glibc functions.
12738         * doc/glibc-functions/accept4.texi: New file.
12739         * doc/glibc-functions/dup3.texi: New file.
12740         * doc/glibc-functions/mkostemp.texi: New file.
12741         * doc/glibc-functions/pipe2.texi: New file.
12742         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12743         (Glibc sys/socket.h): Refer to accept4.
12744         (Glibc unistd.h): Refer to dup3, pipe2.
12745         Reported by Eric Blake.
12746
12747 2009-08-22  Jim Meyering  <meyering@redhat.com>
12748             Bruno Haible  <bruno@clisp.org>
12749
12750         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12751         This makes it so packages using automake-1.11's silent-rules option
12752         can print e.g., a single "GEN    configmake.h" line, rather than
12753         the 30+ statements that perform the job.  If you want to see the
12754         actual commands, you can still run "make V=1".
12755         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12756         so that make output is abbreviated when those variables are defined
12757         appropriately.
12758         * modules/argz: Likewise.
12759         * modules/arpa_inet: Likewise.
12760         * modules/byteswap: Likewise.
12761         * modules/configmake: Likewise.
12762         * modules/dirent: Likewise.
12763         * modules/errno: Likewise.
12764         * modules/fcntl: Likewise.
12765         * modules/float: Likewise.
12766         * modules/fnmatch: Likewise.
12767         * modules/getopt-posix: Likewise.
12768         * modules/glob: Likewise.
12769         * modules/iconv_open: Likewise.
12770         * modules/inttypes: Likewise.
12771         * modules/localcharset: Likewise.
12772         * modules/locale: Likewise.
12773         * modules/math: Likewise.
12774         * modules/netdb: Likewise.
12775         * modules/netinet_in: Likewise.
12776         * modules/poll: Likewise.
12777         * modules/posix_spawnp-tests: Likewise.
12778         * modules/sched: Likewise.
12779         * modules/search: Likewise.
12780         * modules/selinux-h: Likewise.
12781         * modules/signal: Likewise.
12782         * modules/spawn: Likewise.
12783         * modules/stdarg: Likewise.
12784         * modules/stdbool: Likewise.
12785         * modules/stddef: Likewise.
12786         * modules/stdint: Likewise.
12787         * modules/stdio: Likewise.
12788         * modules/stdlib: Likewise.
12789         * modules/string: Likewise.
12790         * modules/strings: Likewise.
12791         * modules/sys_file: Likewise.
12792         * modules/sys_ioctl: Likewise.
12793         * modules/sys_select: Likewise.
12794         * modules/sys_socket: Likewise.
12795         * modules/sys_stat: Likewise.
12796         * modules/sys_time: Likewise.
12797         * modules/sys_times: Likewise.
12798         * modules/sys_utsname: Likewise.
12799         * modules/sys_wait: Likewise.
12800         * modules/sysexits: Likewise.
12801         * modules/time: Likewise.
12802         * modules/unistd: Likewise.
12803         * modules/wchar: Likewise.
12804         * modules/wctype: Likewise.
12805
12806 2009-08-22  Jim Meyering  <meyering@redhat.com>
12807
12808         announce-gen: detect write failure
12809         * build-aux/announce-gen: Add Coda at end.
12810         Remove equivalent-but-more-verbose block at top.
12811
12812 2009-08-19  Akim Demaille  <demaille@gostai.com>
12813
12814         bootstrap: --help to stdout.
12815         * bootstrap (usage): Don't send --help to stderr.
12816         Use a here doc instead of a long string.
12817
12818 2009-08-21  Eric Blake  <ebb9@byu.net>
12819
12820         test-popen-safer: split from test-popen
12821         * tests/test-popen.c (main): Move...
12822         * tests/test-popen.h: ...into new file.
12823         * tests/test-popen-safer2.c: New file.
12824         * modules/popen-tests (Files): Add test-popen.h.
12825         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12826         Suggested by Bruno Haible.
12827
12828         test-fcntl-safer: split from test-open
12829         * tests/test-open.c (main): Move...
12830         * tests/test-open.h: ...into new file.
12831         * tests/test-fcntl-safer.c: New file.
12832         * modules/open-tests (Files): Add test-open.h.
12833         * modules/fcntl-safer-tests: New file.
12834         Suggested by Bruno Haible.
12835
12836         test-fopen-safer: split from test-fopen
12837         * tests/test-fopen.c (main): Move...
12838         * tests/test-fopen.h: ...into new file.
12839         * tests/test-fopen-safer.c: New file.
12840         * modules/fopen-tests (Files): Add test-fopen.h.
12841         * modules/fopen-safer-tests: New file.
12842         Suggested by Bruno Haible.
12843
12844 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12845
12846         popen-safer: test O_CLOEXEC at run-time.
12847         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12848
12849 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12850
12851         fcntl: move more flags to the header
12852         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12853         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12854         * lib/fcntl.in.h: Do both things here.
12855
12856 2009-08-21  Jim Meyering  <meyering@redhat.com>
12857
12858         consistently remove $@-t before redirecting to it
12859         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12860         * modules/alloca-opt: Likewise.
12861         * modules/byteswap: Likewise.
12862         * modules/fnmatch: Likewise.
12863         * modules/getopt-posix: Likewise.
12864         * modules/glob: Likewise.
12865         * modules/poll: Likewise.
12866         * modules/posix_spawnp-tests: Likewise.
12867         * modules/sys_socket: Likewise.
12868         * modules/sysexits: Likewise.
12869
12870 2009-08-21  Eric Blake  <ebb9@byu.net>
12871
12872         popen: simplify access to original popen
12873         * lib/popen.c (rpl_popen): No need to worry about popen being a
12874         macro.
12875         Reported by Bruno Haible.
12876
12877 2009-08-20  Eric Blake  <ebb9@byu.net>
12878
12879         build: avoid some compiler warnings
12880         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12881         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12882         type.
12883         (new_exclude_segment, excluded_file_pattern_p)
12884         (excluded_file_name_p): Reduce scope.
12885         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12886         old-style declaration.
12887
12888 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12889
12890         * tests/test-exclude1.sh: Handle Windows EOL.
12891         * tests/test-exclude2.sh: Likewise.
12892         * tests/test-exclude3.sh: Likewise.
12893         * tests/test-exclude4.sh: Likewise.
12894         * tests/test-exclude5.sh: Likewise.
12895         * tests/test-exclude6.sh: Likewise.
12896         * tests/test-exclude7.sh: Likewise.
12897
12898 2009-08-19  Akim Demaille  <demaille@gostai.com>
12899
12900         bootstrap: find sha1sum when named gsha1sum.
12901         * bootstrap (find_tool): New.
12902         ($SHA1SUM): New.
12903         Use it.
12904
12905 2009-08-20  Jim Meyering  <meyering@redhat.com>
12906
12907         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12908         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12909         expression that converts "." in a file name to "\." in the resulting
12910         regexp.  Start with a dummy statement, so that prior shell variable
12911         definitions are expanded portably.  Reported by Simon Josefsson.
12912
12913 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12914
12915         Fix polling for writeability of a screen buffer.
12916         * lib/poll.c: Distinguish input and screen buffers for the
12917         Win32 implementation.
12918         * lib/select.c: Likewise.
12919
12920 2009-08-19  Eric Blake  <ebb9@byu.net>
12921
12922         popen-safer: prevent popen from clobbering std descriptors
12923         * modules/popen-safer: New file.
12924         * lib/popen-safer.c: Likewise.
12925         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12926         * lib/stdio--.h (popen): Provide override.
12927         * lib/stdio-safer.h (popen_safer): Provide declaration.
12928         * tests/test-popen.c (includes): Partially test this.
12929         * modules/popen-safer-tests: New file, for more tests.
12930         * tests/test-popen-safer.c: Likewise.
12931         * MODULES.html.sh (file stream based Input/Output): Mention it.
12932
12933         tests: test some of the *-safer modules
12934         * modules/fopen-safer (Depends-on): Add fopen.
12935         * modules/fcntl-safer (Depends-on): Add fcntl.
12936         * modules/stdlib-safer (Depends-on): Add stdlib.
12937         (configure.ac): Set indicator.
12938         * modules/unistd-safer (configure.ac): Likewise.
12939         * modules/tmpfile-safer (configure.ac): Likewise.
12940         (Depends-on): Add tmpfile.
12941         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12942         active.
12943         * tests/test-fopen.c (includes): Test safer versions when they are
12944         in use.
12945         * tests/test-open.c (includes): Likewise.
12946
12947         popen: fix cygwin 1.5 bug when stdin closed
12948         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12949         * modules/popen: New file.
12950         * modules/popen-tests: Likewise.
12951         * tests/test-popen.c: Likewise.
12952         * m4/popen.m4: Likewise.
12953         * lib/popen.c: Likewise.
12954         * lib/stdio.in.h (popen): New declaration.
12955         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12956         * modules/stdio (Makefile.am): Likewise.
12957         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12958
12959 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12960
12961         maint.mk: give full control over update-copyright exclusions
12962         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12963         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12964         (update-copyright): Don't force inclusion of top-level
12965         ChangeLog.  Don't force exclusion of all COPYING files, but make
12966         them the default exclusion instead.
12967
12968 2009-08-16  Bruno Haible  <bruno@clisp.org>
12969
12970         Fix test failures on Solaris 10.
12971         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12972         tests when Solaris iconv() is used.
12973         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12974         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12975         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12976         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12977         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12978
12979 2009-08-16  Bruno Haible  <bruno@clisp.org>
12980
12981         Fix test failures on Solaris 10.
12982         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12983         'tr' program and pass it as first argument.
12984         * tests/test-pipe-filter-gi1.sh: Likewise.
12985         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12986         program as first argument.
12987         * tests/test-pipe-filter-gi1.c (main): Likewise.
12988
12989 2009-08-16  Eric Blake  <ebb9@byu.net>
12990
12991         fpurge: fix previous commits
12992         * modules/fpurge (Makefile.am): Make replacement conditional,
12993         partially reverting 2007-04-29 change; missed in previous
12994         attempt.
12995         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12996         is missing.
12997
12998 2009-08-16  Bruno Haible  <bruno@clisp.org>
12999
13000         Clarify fpurge's effect on the file position.
13001         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
13002         * tests/test-fpurge.c (main): Make a second pass for checking the file
13003         position.
13004
13005 2009-08-16  Bruno Haible  <bruno@clisp.org>
13006
13007         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13008         declaration of fpurge is missing.
13009         * tests/test-fpurge.c (main): Check that the file has not more contents
13010         than expected. Close the file before removing it.
13011
13012 2009-08-15  Eric Blake  <ebb9@byu.net>
13013
13014         fpurge: don't wrap working cygwin implementation
13015         * lib/fpurge.c (fpurge): Fix comment typo.
13016         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13017         1.7 to avoid replacement.
13018         * tests/test-fpurge.c (main): Enhance test.
13019
13020 2009-08-15  Eric Blake  <ebb9@byu.net>
13021         and Jim Meyering  <meyering@redhat.com>
13022
13023         test-update-copyright: skip if perl is insufficient
13024         * tests/test-update-copyright.sh: Failure to run maintainer tool
13025         should not cause testsuite failure on cygwin 1.5.
13026
13027 2009-08-14  Eric Blake  <ebb9@byu.net>
13028
13029         doc: mention more functions added in cygwin 1.7.0
13030         * doc/posix-headers/limits.texi (limits.h): Update for recent
13031         cygwin additions.
13032         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13033         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13034         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13035         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13036         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13037
13038 2009-08-14  Eric Blake  <ebb9@byu.net>
13039
13040         maint.mk: simplify update-copyright rule
13041         * top/maint.mk (update-copyright-local): Delete, and document how
13042         to do it in cfg.mk instead.
13043         (update-copyright-exclude-regexp): Delete, and document how to do
13044         it in .x-update-copyright instead.
13045         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13046         exclude ChangeLog.
13047
13048 2009-08-14  Bruno Haible  <bruno@clisp.org>
13049
13050         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13051
13052 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13053
13054         maint.mk: support update-copyright-env
13055         * top/maint.mk (update-copyright-env): Define place-holder.
13056         (update-copyright): Expand $(update-copyright-env) before
13057         invoking update-copyright.
13058
13059 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13060
13061         update-copyright: implement forced reformatting
13062         * build-aux/update-copyright: Implement and document
13063         UPDATE_COPYRIGHT_FORCE.
13064         * tests/test-update-copyright.sh: Test it.
13065
13066 2009-08-14  Eric Blake  <ebb9@byu.net>
13067         and Bruno Haible  <bruno@clisp.org>
13068
13069         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13070         * tests/test-locale.c: Revert previous patch related to NULL.
13071         * tests/test-stdio.c: Likewise.
13072         * tests/test-stdlib.c: Likewise.
13073         * tests/test-string.c: Likewise.
13074         * tests/test-unistd.c: Likewise.
13075         * modules/time-tests (Depends-on): Add verify.
13076         * modules/wchar-tests (Depends-on): Likewise.
13077         * tests/test-time.c: Test for NULL compliance.
13078         * tests/test-wchar.c: Likewise.
13079         * modules/locale (Depends-on): Add stddef.
13080         * modules/stdio (Depends-on): Likewise.
13081         * modules/stdlib (Depends-on): Likewise.
13082         * modules/string (Depends-on): Likewise.
13083         * modules/time (Depends-on): Likewise.
13084         * modules/unistd (Depends-on): Likewise.
13085         * modules/wchar (Depends-on): Likewise.
13086         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13087         * lib/stdlib.in.h (includes): Likewise.
13088         * lib/string.in.h (includes): Likewise.
13089         * lib/time.in.h (includes): Likewise.
13090         * lib/unistd.in.h (includes): Likewise.
13091         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13092         replaced.
13093         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13094         * m4/stddef_h.m4: New file.
13095         * modules/stddef: Likewise.
13096         * lib/stddef.in.h: Likewise.
13097         * modules/stddef-tests: Likewise.
13098         * tests/test-stddef.c: Likewise.
13099         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13100         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13101         * doc/posix-headers/locale.texi (locale.h): Likewise.
13102         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13103         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13104         * doc/posix-headers/string.texi (string.h): Likewise.
13105         * doc/posix-headers/time.texi (time.h): Likewise.
13106         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13107         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13108
13109 2009-08-14  Eric Blake  <ebb9@byu.net>
13110
13111         doc: improve git diff of texinfo files
13112         * .gitattributes: Add rule for *.texi files, with hint on how to
13113         use it.
13114         Copied from m4, and based on a report by Bruno Haible.
13115
13116 2009-08-14  Bruno Haible  <bruno@clisp.org>
13117
13118         Disable multithread support by default on Cygwin 1.5.x for real.
13119         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13120
13121 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13122
13123         update-copyright: much ado about intervals
13124         * build-aux/update-copyright: Implement and document
13125         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13126         of copyright year intervals.
13127         Also, document UPDATE_COPYRIGHT_YEAR.
13128         * tests/test-update-copyright.sh: Test it.
13129
13130         update-copyright: convert 2-digit to 4-digit years
13131         * build-aux/update-copyright: Implement and document.
13132         * tests/test-update-copyright.sh: Update.
13133
13134 2009-08-14  Jim Meyering  <meyering@redhat.com>
13135
13136         test-exclude: avoid coreutils "make check" failure
13137         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13138         just as in test-argmatch.c.
13139
13140 2009-08-13  Eric Blake  <ebb9@byu.net>
13141
13142         test-dup2: fix bad assumption
13143         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13144         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13145
13146         test-version-etc: fix CRLF portability issue
13147         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13148         recognize \r.
13149         * tests/test-argp-version-etc-1.sh: Likewise.
13150
13151         getopt: update client modules
13152         * modules/argp (Depends-on): Use getopt-gnu.
13153         * modules/git-merge-changelog (Depends-on): Likewise.
13154         * modules/long-options (Depends-on): Likewise.
13155         * modules/xstrtol (Depends-on): Likewise.
13156
13157 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13158
13159         * tests/test-version-etc.sh: Don't fail on different
13160         project/version.  Don't fail on CRLF differences.  Rewrite to use
13161         multiple -e instead of multiple sed forks, suggested by Eric Blake
13162         <ebb9@byu.net>.
13163         * tests/test-argp-version-etc-1.sh: Likewise.
13164
13165 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13166
13167         * tests/test-version-etc.sh: Don't fail on different
13168         project/version.
13169
13170 2009-08-12  Bruno Haible  <bruno@clisp.org>
13171
13172         Tests for modules 'getopt-posix', 'getopt-gnu'.
13173         * modules/getopt-posix-tests: New file.
13174         * tests/test-getopt.c: New file.
13175         * tests/test-getopt.h: New file.
13176         * tests/test-getopt_long.h: New file.
13177
13178         New modules 'getopt-posix', 'getopt-gnu'.
13179         * modules/getopt-gnu: New file, renamed from modules/getopt.
13180         * modules/getopt-posix: New file.
13181         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13182         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13183         (gl_GETOPT): Remove macro.
13184         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13185         Disable the test against BSD systems that declare optreset. Test
13186         against mingw bug. Test against lack of support of optional arguments
13187         on many platforms.
13188         * doc/glibc-headers/getopt.texi: Update module name and list of
13189         relevant platforms.
13190         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13191         'getopt-gnu' and more portability problems.
13192         * NEWS: Mention the changes.
13193
13194 2009-08-12  Bruno Haible  <bruno@clisp.org>
13195
13196         Ensure that optarg etc. get declared by <unistd.h>.
13197         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13198         AC_USE_SYSTEM_EXTENSIONS.
13199         * modules/getopt (Depends-on): Add 'extensions'.
13200
13201 2009-08-12  Bruno Haible  <bruno@clisp.org>
13202
13203         Avoid test link errors.
13204         * modules/pipe-filter-ii-tests (Makefile.am): Define
13205         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13206         * modules/pipe-filter-gi-tests (Makefile.am): Define
13207         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13208         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13209
13210 2009-08-12  Bruno Haible  <bruno@clisp.org>
13211
13212         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13213         gl_GETOPT_SUBSTITUTE before.
13214         (gl_GETOPT): Use it.
13215         * m4/argp.m4 (gl_ARGP): Update.
13216         Reported by Sergey Poznyakoff.
13217
13218         * m4/getopt.m4: Reorder macros.
13219         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13220         (gl_GETOPT_SUBSTITUTE): Remove macro.
13221
13222 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13223
13224         Minor improvement in gitlog-to-changelog
13225
13226         * build-aux/gitlog-to-changelog: New option `--format' makes
13227         output format string configurable.
13228
13229 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13230
13231         Optimize exclude: use hash tables for non-wildcard patterns.
13232
13233         * lib/exclude.c: Include hash.h and mbuiter.h
13234         (struct exclude_pattern, exclude_segment): New data types.
13235         (struct exclude): Rewrite.
13236         (fnmatch_pattern_has_wildcards): New function.
13237         (new_exclude_segment, free_exclude_segment): New functions.
13238         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13239         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13240         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13241         * modules/exclude: Depend on hash and mbuiter.
13242
13243         * modules/exclude-tests: New file.
13244         * tests/test-exclude.c: New file.
13245         * tests/test-exclude1.sh: New file.
13246         * tests/test-exclude2.sh: New file.
13247         * tests/test-exclude3.sh: New file.
13248         * tests/test-exclude4.sh: New file.
13249         * tests/test-exclude5.sh: New file.
13250         * tests/test-exclude6.sh: New file.
13251         * tests/test-exclude7.sh: New file.
13252
13253 2009-08-12  Bruno Haible  <bruno@clisp.org>
13254
13255         Ensure that getopt() gets declared by <unistd.h>.
13256         * lib/unistd.in.h: Conditionally include getopt.h.
13257         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13258         Set GNULIB_UNISTD_H_GETOPT.
13259         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13260         GNULIB_UNISTD_H_GETOPT.
13261         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13262
13263 2009-08-12  Bruno Haible  <bruno@clisp.org>
13264
13265         Clarify logic.
13266         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13267         gl_replace_getopt instead of GETOPT_H.
13268
13269 2009-08-12  Bruno Haible  <bruno@clisp.org>
13270
13271         * m4/getopt.m4: Add comments.
13272
13273 2009-08-12  Bruno Haible  <bruno@clisp.org>
13274
13275         Disable multithread support by default on Cygwin 1.5.x.
13276         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13277         set gl_use_threads=no if not specified otherwise.
13278
13279 2009-08-11  Bruno Haible  <bruno@clisp.org>
13280
13281         Avoid compilation error on NetBSD 5.0.
13282         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13283         * tests/test-stdio.c: Likewise.
13284         * tests/test-stdlib.c: Likewise.
13285         * tests/test-string.c: Likewise.
13286         * tests/test-unistd.c: Likewise.
13287         Reported by Greg Troxel <gdt@ir.bbn.com>
13288         at <https://savannah.gnu.org/support/?106973>.
13289
13290 2009-08-11  Bruno Haible  <bruno@clisp.org>
13291
13292         * modules/dup2-tests (Depends-on): Remove close.
13293
13294         Undo 2009-07-19 commit.
13295         * modules/acl-tests (Depends-on): Remove close.
13296         * modules/binary-io-tests (Depends-on): Likewise.
13297         * modules/closein-tests (Depends-on): Likewise.
13298         * modules/flock-tests (Depends-on): Likewise.
13299         * modules/fsync-tests (Depends-on): Likewise.
13300         * modules/lseek-tests (Depends-on): Likewise.
13301         * modules/pipe-tests (Depends-on): Likewise.
13302         * modules/posix_spawn-tests (Depends-on): Likewise.
13303         * modules/posix_spawnp-tests (Depends-on): Likewise.
13304         * modules/stat-time-tests (Depends-on): Likewise.
13305         * modules/yesno-tests (Depends-on): Likewise.
13306
13307 2009-08-10  Bruno Haible  <bruno@clisp.org>
13308
13309         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13310
13311 2009-08-10  Bruno Haible  <bruno@clisp.org>
13312
13313         Fix a gcc warning.
13314         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13315
13316 2009-08-10  Bruno Haible  <bruno@clisp.org>
13317
13318         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13319         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13320         not only the first time.
13321         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13322         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13323         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13324         is 1, not only the the first time.
13325
13326 2009-08-10  Bruno Haible  <bruno@clisp.org>
13327
13328         Make it possible to use module 'gethostname' without module 'close'.
13329         * lib/unistd.in.h (close): Evoke a link error only if
13330         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13331         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13332         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13333         * modules/unistd (Makefile.am): Substitute
13334         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13335         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13336         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13337         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13338         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13339         * modules/sys_ioctl (Makefile.am): Substitute
13340         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13341         * modules/socket (configure.ac): On native Windows, set
13342         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13343         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13344         Reported by Sam Steingold <sds@gnu.org>.
13345
13346 2009-08-10  Bruno Haible  <bruno@clisp.org>
13347
13348         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13349         * modules/ioctl (configure.ac): Likewise.
13350
13351 2009-08-10  Bruno Haible  <bruno@clisp.org>
13352
13353         Avoid collision between gnulib wrapper and libintl wrapper.
13354         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13355         already defined in intl/printf.c.
13356         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13357         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13358
13359 2009-08-09  Bruno Haible  <bruno@clisp.org>
13360
13361         Make <sys/select.h> really self-contained, also on Solaris 10.
13362         * lib/sys_select.in.h: Include <string.h>.
13363         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13364         Solaris 10 problem.
13365         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13366         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13367         Reported by Jim Meyering.
13368
13369 2009-08-09  Bruno Haible  <bruno@clisp.org>
13370
13371         Avoid warnings from 'aclocal' that are due to a use of macro name
13372         AM_XGETTEXT_OPTION that is not defined in automake.
13373         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13374         automake.
13375         * modules/error (configure.ac): Likewise.
13376         * modules/propername (configure.ac): Likewise.
13377         * modules/vasprintf (configure.ac): Likewise.
13378         * modules/verror (configure.ac): Likewise.
13379         * modules/xprintf (configure.ac): Likewise.
13380         * modules/xvasprintf (configure.ac): Likewise.
13381
13382 2009-08-08  Bruno Haible  <bruno@clisp.org>
13383
13384         Avoid compilation error in C++ mode.
13385         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13386         Reported by Sam Steingold <sds@gnu.org>.
13387
13388 2009-08-08  Bruno Haible  <bruno@clisp.org>
13389
13390         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13391         for the various Unix platforms.
13392         * doc/posix-headers/limits.texi: Update platforms list regarding
13393         HOST_NAME_MAX.
13394         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13395
13396 2009-08-07  Jim Meyering  <meyering@redhat.com>
13397
13398         selinux-at: fix typo in a comment
13399         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13400         Spotted by Paolo Bonzini.
13401
13402         selinux-at: remove redundant m4 code, add documentation
13403         * modules/selinux-at (configure.ac): Remove redundant code.
13404         LIB_SELINUX is already set via the dependent module, selinux-h.
13405         (Include): Add quotes around selinux-at.h.
13406         * lib/selinux-at.h: Add documentation.
13407         Reported by Bruno Haible in
13408         http://marc.info/?l=gnulib-bug&m=124958988300749
13409
13410 2009-08-07  Bruno Haible  <bruno@clisp.org>
13411
13412         Avoid link error on MacOS X 10.3 and 10.4.
13413         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13414         on non-ELF systems.
13415         * lib/argp-pv.c (argp_program_version): Likewise.
13416         Reported by Simon Josefsson.
13417
13418 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13419
13420         * tests/test-version-etc.sh: Use $EXEEXT.
13421
13422 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13423
13424         update-copyright: update documentation to point to maint.mk
13425         * build-aux/update-copyright: Here.
13426
13427 2009-08-06  Jim Meyering  <meyering@redhat.com>
13428
13429         maint.mk: support update-copyright-local
13430         * top/maint.mk (update-copyright-local): Define place-holder.
13431         (update-copyright): Depend on $(update-copyright-local).
13432
13433 2009-08-06  Jim Meyering  <meyering@redhat.com>
13434
13435         selinux-at: new module
13436         Initially written for coreutils, this module will soon be
13437         used by findutils, too.
13438         * MODULES.html.sh [Misc]: Add selinux-at.
13439         * lib/selinux-at.h: New file, from coreutils.
13440         * lib/selinux-at.c: Likewise.
13441         * modules/selinux-at: Likewise.
13442         (License): Change from LGPL to GPL, since it depends
13443         on the GPL'd openat module.
13444
13445         doc: update README
13446         * README: Remove references to cogito.
13447         Remove cvs-repo-updating instructions from 2007.
13448         Don't imply that CVS is better if you have limited disk space.
13449
13450 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13451
13452         update-copyright: support C-style comments
13453         * build-aux/update-copyright: Implement and document.
13454         * tests/test-update-copyright.sh: Test.
13455
13456 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13457
13458         update-copyright: support omitted "(C)"
13459         * build-aux/update-copyright: Implement and document.  Also,
13460         allow variable whitespace before "(C)".
13461         * tests/test-update-copyright.sh: Test.
13462
13463 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13464
13465         update-copyright: don't trip on non-FSF copyright statements
13466         * build-aux/update-copyright: Fix so that the first correctly
13467         formatted FSF copyright statement is recognized no matter what
13468         appears before it.  Update documentation.
13469         * tests/test-update-copyright.sh: Test that.
13470
13471 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13472
13473         update-copyright: clean up code a little
13474         * build-aux/update-copyright: Append "_re" to the name of any
13475         variable holding a regular expression.
13476         Replace "old" and "new" with "stmt" in variable names.
13477         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13478         handled correctly.
13479         Format code more consistently.
13480
13481 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13482
13483         update-copyright-tests: improve portability
13484         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13485         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13486
13487 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13488
13489         update-copyright: support @copyright{} and &copy;
13490         * build-aux/update-copyright: Implement and document.
13491         * tests/test-update-copyright.sh: Test.
13492
13493 2009-08-04  Jim Meyering  <meyering@redhat.com>
13494
13495         update-copyright-tests: correctly test EOL=\r\n handling
13496         * tests/test-update-copyright.sh: Put \r at the end of some lines
13497         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13498
13499         maint.mk: make update-copyright exclusion list more configurable
13500         * top/maint.mk (update-copyright): Default to excluding COPYING,
13501         but allow an override, in case someone does want to update that file.
13502
13503         maint.mk: don't update copyright date in COPYING
13504         * top/maint.mk (update-copyright): Exclude COPYING.
13505
13506         maint.mk: add a copyright-updating rule
13507         * top/maint.mk (update-copyright): New rule.
13508         Derived from coreutils/Makefile.am.
13509
13510         update-copyright: rename some variables
13511         * build-aux/update-copyright: Rename a few variables for clarity.
13512         Tweak syntax.  List Joel E. Denny as coauthor.
13513
13514 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13515
13516         update-copyright: fix bug for 2-digit last year and add tests
13517         * build-aux/update-copyright: Fix bug.
13518         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13519         specified.
13520         * modules/update-copyright-tests: New
13521         * tests/test-update-copyright.sh: New.
13522
13523 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13524
13525         update-copyright: handle leading tabs in line prefix
13526         * build-aux/update-copyright: Count leading tabs as 8 spaces
13527         when computing margin.  This helps with the formatting of
13528         ChangeLogs, for example.
13529         Fix documentation a little.
13530
13531 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13532
13533         update-copyright: support EOL=\r\n
13534         * build-aux/update-copyright: Implement that.
13535
13536 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13537
13538         update-copyright: automatically format copyright statements
13539         * build-aux/update-copyright: Implement that.
13540         Also, be a little more predictable and safer by always failing
13541         when the full copyright format is not perfectly recognized as an
13542         unbroken whole.  Discussed at
13543         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13544         Rewrite documentation.
13545
13546 2009-08-03  Bruno Haible  <bruno@clisp.org>
13547
13548         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13549
13550 2009-08-02  Bruno Haible  <bruno@clisp.org>
13551
13552         Tests for module 'uname'.
13553         * modules/uname-tests: New file.
13554         * tests/test-uname.c: New file.
13555
13556         New module 'uname'.
13557         * lib/uname.c: New file.
13558         * m4/uname.m4: New file.
13559         * modules/uname: New file.
13560         * doc/posix-functions/uname.texi: Mention the new module.
13561
13562 2009-08-02  Bruno Haible  <bruno@clisp.org>
13563
13564         Tests for module 'sys_utsname'.
13565         * modules/sys_utsname-tests: New file.
13566         * tests/test-sys_utsname.c: New file.
13567
13568         New module 'sys_utsname'.
13569         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13570         * m4/sys_utsname_h.m4: New file.
13571         * modules/sys_utsname: New file.
13572         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13573
13574 2009-08-02  Bruno Haible  <bruno@clisp.org>
13575
13576         Implicitly initialize the sockets library.
13577         * lib/gethostname.c: Include sockets.h.
13578         (rpl_gethostname): Invoke gl_sockets_startup.
13579         * lib/socket.c: Include sockets.h.
13580         (rpl_socket): Invoke gl_sockets_startup.
13581         * modules/gethostname (Depends-on): Add sockets.
13582         * modules/socket (Depends-on): Likewise.
13583         * tests/test-poll.c: Don't include sockets.h.
13584         (main): Don't invoke gl_sockets_startup.
13585         * tests/test-select.c: Don't include sockets.h.
13586         (main): Don't invoke gl_sockets_startup.
13587
13588 2009-08-02  Bruno Haible  <bruno@clisp.org>
13589
13590         Allow multiple calls to gl_sockets_startup.
13591         * lib/sockets.c (initialized_sockets_version): New variable.
13592         (gl_sockets_startup): Do nothing if already called for this or a higher
13593         version.
13594         (gl_sockets_cleanup): Reset initialized_sockets_version.
13595
13596 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13597
13598         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13599         different project/version.
13600
13601 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13602             Bruno Haible  <bruno@clisp.org>
13603
13604         Tests for module 'pipe-filter-gi'.
13605         * modules/pipe-filter-gi-tests: New file.
13606         * tests/test-pipe-filter-gi1.sh: New file.
13607         * tests/test-pipe-filter-gi1.c: New file.
13608         * tests/test-pipe-filter-gi2.sh: New file.
13609         * tests/test-pipe-filter-gi2-main.c: New file.
13610         * tests/test-pipe-filter-gi2-child.c: New file.
13611
13612         New module 'pipe-filter-gi'.
13613         * lib/pipe-filter-gi.c: New file.
13614         * modules/pipe-filter-gi: New file.
13615
13616 2009-08-02  Bruno Haible  <bruno@clisp.org>
13617             Paolo Bonzini  <bonzini@gnu.org>
13618
13619         Tests for module 'pipe-filter-ii'.
13620         * modules/pipe-filter-ii-tests: New file.
13621         * tests/test-pipe-filter-ii1.sh: New file.
13622         * tests/test-pipe-filter-ii1.c: New file.
13623         * tests/test-pipe-filter-ii2.sh: New file.
13624         * tests/test-pipe-filter-ii2-main.c: New file.
13625         * tests/test-pipe-filter-ii2-child.c: New file.
13626
13627         New module 'pipe-filter-ii'.
13628         * lib/pipe-filter.h: New file.
13629         * lib/pipe-filter-ii.c: New file.
13630         * lib/pipe-filter-aux.h: New file.
13631         * modules/pipe-filter-ii: New file.
13632
13633 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13634
13635         * lib/gc-libgcrypt.c: Change copyright to FSF.
13636         * lib/gc-gnulib.c: Likewise.
13637
13638 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13639
13640         * lib/gethostname.c: Include limits.h.
13641
13642 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13643             Bruno Haible  <bruno@clisp.org>
13644
13645         Ensure HOST_NAME_MAX as part of the gethostname module.
13646         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13647         define also HOST_NAME_MAX.
13648         * tests/test-gethostname.c: Include <limits.h>.
13649         (main): Check also HOST_NAME_MAX.
13650         * doc/posix-headers/limits.texi: Document the mingw problem.
13651
13652 2009-08-02  Bruno Haible  <bruno@clisp.org>
13653
13654         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13655         Add comments.
13656
13657 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13658
13659         * lib/gethostname.c: Add Windows wrapper.
13660         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13661         * modules/gethostname: Depend on sys_socket & errno, for also
13662         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13663         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13664
13665 2009-07-31  Jim Meyering  <meyering@redhat.com>
13666
13667         getloadavg: fix symbol name in comment
13668         * lib/getloadavg.c: Correct a typo I introduced when adding
13669         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13670         Matt Kraai spotted the problem.
13671
13672 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13673
13674         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13675         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13676         code also if ! defined N_NAME_POINTER.
13677         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13678         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13679         but the n_name member is a 12-byte array.
13680
13681 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13682
13683         update-copyright: generalize comment handling
13684         * build-aux/update-copyright: Handle copyright statements
13685         within more comment styles.
13686         Document usage.
13687         Report any file with an external copyright holder or parse failure.
13688
13689 2009-07-29  Jim Meyering  <meyering@redhat.com>
13690
13691         mktime: correct setting of REPLACE_MKTIME
13692         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13693
13694         update-copyright: new module
13695         * modules/update-copyright: New file.
13696         * build-aux/update-copyright: New file.
13697         * MODULES.html.sh (maint+release support): Add update-copyright.
13698
13699 2009-07-27  Bruno Haible  <bruno@clisp.org>
13700
13701         Fix compilation error when <ctime> is used and mktime is replaced.
13702         * lib/time.in.h (mktime): New declaration.
13703         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13704         REPLACE_MKTIME instead of defining mktime in config.h.
13705         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13706         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13707         Reported by Ross McFarland <rwmcfa1@neces.com>.
13708
13709 2009-07-27  Bruno Haible  <bruno@clisp.org>
13710
13711         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13712         Reported by Matt Kraai <mkraai@beckman.com>.
13713
13714 2009-07-25  Jim Meyering  <meyering@redhat.com>
13715
13716         maint.mk: avoid warnings about missing files
13717         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13718         diagnostic when .prev-version does not exist.
13719         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13720         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13721         nonexistent cfg.mk.
13722         Suggestions from Simon Josefsson.
13723
13724 2009-07-25  Bruno Haible  <bruno@clisp.org>
13725
13726         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13727         defined as macros. Needed on QNX 6.4.1.
13728         Reported by Matt Kraai <mkraai@beckman.com>.
13729
13730 2009-07-23  Jim Meyering  <meyering@redhat.com>
13731
13732         maint.mk: invoke "make dist" with a working value of XZ_OPT
13733         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13734
13735 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13736
13737         Make fseeko.c compile on QNX.
13738         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13739
13740 2009-07-22  Peter Simons  <simons@cryp.to>
13741
13742         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13743         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13744         * lib/md4.h: Likewise.
13745         * lib/md5.h: Likewise.
13746         * lib/sha1.h: Likewise.
13747         * lib/sha256.h: Likewise.
13748         * lib/sha512.h: Likewise.
13749
13750         tests-sha1: don't assign literal string to 'char *' variable
13751         * tests/test-sha1.c (main): Declare locals with "const" to match
13752         attributes of the right hand side.
13753
13754 2009-07-21  Eric Blake  <ebb9@byu.net>
13755
13756         dup2: fix more mingw problems
13757         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13758         fd to itself.
13759         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13760         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13761         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13762         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13763         care of mingw bugs.
13764
13765 2009-07-21  Jim Meyering  <meyering@redhat.com>
13766
13767         vc-list-files: avoid failure when /bin/sh is dash
13768         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13769         On some Debian based systems, /bin/sh is a symlink to dash, and running
13770         this command would omit the "/" following each 'tests' prefix:
13771           dash -x build-aux/vc-list-files -C . tests
13772         That is because bash and dash work differently:
13773           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13774           bash ok
13775           dash odd
13776
13777 2009-07-21  Eric Blake  <ebb9@byu.net>
13778
13779         dup2-tests: test previous patch
13780         * modules/dup2-tests: New file.
13781         * tests/test-dup2.c: Likewise.
13782         * tests/test-open.c (main): Avoid unspecified behavior.
13783         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13784         test.
13785
13786         dup2: work around mingw and cygwin 1.5 bug
13787         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13788         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13789         * modules/unistd (Makefile.am): Substitute it.
13790         * lib/unistd.in.h (dup2): Declare the replacement.
13791         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13792         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13793         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13794         * modules/execute (Depends-on): Add dup2.
13795         * modules/fseterr (Depends-on): Likewise.
13796         * modules/pipe (Depends-on): Likewise.
13797         * modules/posix_spawn-internal (Depends-on): Likewise.
13798
13799 2009-07-21  Bruno Haible  <bruno@clisp.org>
13800
13801         * modules/.gitattributes: New file.
13802
13803 2009-07-20  Bruno Haible  <bruno@clisp.org>
13804
13805         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13806         (main): Use it.
13807
13808 2009-07-20  Eric Blake  <ebb9@byu.net>
13809
13810         test-pipe: make a bit more robust.
13811         * tests/test-pipe.c (myerr): Allow error messages regardless of
13812         what we do to stderr.
13813         (test_pipe): Rearrange to avoid deadlock.
13814         (child_main): Try a larger read, to ensure we avoided deadlock.
13815         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13816         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13817         if misused.
13818
13819 2009-07-19  Jim Meyering  <meyering@redhat.com>
13820
13821         fts: avoid false-positive cycle-detection
13822         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13823         for each new command line argument.
13824
13825 2009-07-19  Bruno Haible  <bruno@clisp.org>
13826
13827         Fix build error on mingw with the modules sys_select and unistd.
13828         * modules/acl-tests (Depends-on): Add close.
13829         * modules/binary-io-tests (Depends-on): Likewise.
13830         * modules/closein-tests (Depends-on): Likewise.
13831         * modules/flock-tests (Depends-on): Likewise.
13832         * modules/fsync-tests (Depends-on): Likewise.
13833         * modules/lseek-tests (Depends-on): Likewise.
13834         * modules/pipe-tests (Depends-on): Likewise.
13835         * modules/posix_spawn-tests (Depends-on): Likewise.
13836         * modules/posix_spawnp-tests (Depends-on): Likewise.
13837         * modules/stat-time-tests (Depends-on): Likewise.
13838         * modules/yesno-tests (Depends-on): Likewise.
13839
13840 2009-07-19  Bruno Haible  <bruno@clisp.org>
13841
13842         Unify conditionals.
13843         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13844         macros, not at the compiler macros.
13845         * lib/pipe.c: Likewise.
13846         * lib/execute.c: Likewise.
13847         * lib/spawni.c: Likewise.
13848
13849 2009-07-19  Bruno Haible  <bruno@clisp.org>
13850
13851         Fix handling of closed stdin/stdout/stderr on mingw.
13852         * lib/w32spawn.h: Include unistd.h.
13853         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13854         file descriptor with O_NOINHERIT flag.
13855         (fd_safer_noinherit): New function, based on fd-safer.c.
13856         (dup_safer_noinherit): New function, based on dup-safer.c.
13857         (undup_safer_noinherit): New function.
13858         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13859         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13860         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13861         instead of fd_safer.
13862         * tests/test-pipe.c: Include <windows.h>.
13863         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13864
13865         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13866         from main.
13867         (test_pipe): Pass an extra argument for disambiguation.
13868         (main): Invoke parent_main or child_main.
13869
13870         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13871         consistently.
13872
13873 2009-07-18  Eric Blake  <ebb9@byu.net>
13874
13875         test-pipe: fix mingw build
13876         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13877
13878 2009-07-18  Bruno Haible  <bruno@clisp.org>
13879
13880         * modules/pipe-tests (Makefile.am): Fix typo.
13881
13882 2009-07-18  Eric Blake  <ebb9@byu.net>
13883
13884         error: fix mingw build
13885         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13886         Reported by Bruno Haible.
13887
13888         error: avoid undefined use of stdout
13889         * lib/error.c (error, error_at_line): Check that fd 1 is open
13890         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13891         is handling faults and the close_stdout module wants to report the
13892         detection of closed stdout as an error.
13893
13894 2009-07-17  Eric Blake  <ebb9@byu.net>
13895
13896         pipe: be robust in face of closed fds
13897         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13898         should cause child to misbehave.
13899         * modules/pipe-tests: New module.
13900         * tests/test-pipe.c: New file.
13901         * tests/test-pipe.sh: New file.
13902         Reported by Akim Demaille.
13903
13904 2009-07-14  Bruno Haible  <bruno@clisp.org>
13905
13906         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13907         Reported by anonymous kc.
13908
13909 2009-07-07  Jim Meyering  <meyering@redhat.com>
13910
13911         maint.mk: don't look for translatable strings in *.m4 or *.mk
13912         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13913         when searching for translatable strings.
13914
13915 2009-07-05  Jim Meyering  <meyering@redhat.com>
13916
13917         remove superfluous parentheses in STREQ definition
13918         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13919         * lib/getugroups.c (STREQ): Likewise.
13920         * lib/fnmatch.c (STREQ): Likewise.
13921         Spotted by Bruno Haible.
13922
13923 2009-07-04  Jim Meyering  <meyering@redhat.com>
13924
13925         argv-iter: new module
13926         * MODULES.html.sh: Add argv-iter.
13927         * lib/argv-iter.c, lib/argv-iter.h: New files.
13928         * modules/argv-iter: New file.
13929         * modules/argv-iter-tests: New file.
13930         * tests/test-argv-iter.c: Test it.
13931
13932 2009-07-04  Bruno Haible  <bruno@clisp.org>
13933
13934         Fix assertion.
13935         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13936         contains more exact copies of a given entry than file2, leave the extra
13937         copies unpaired rather than aborting.
13938         Reported by Eric Blake.
13939
13940 2009-07-02  Bruno Haible  <bruno@clisp.org>
13941
13942         Speedup git-merge-changelog for git cherry-pick.
13943         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13944         (entries_mapping_get): New function, extracted from compute_mapping.
13945         (entries_mapping_reverse_get): New function.
13946         (compute_mapping): Add a 'full' argument. Return the result in a
13947         'struct entries_mapping'.
13948         (main): Update. Access the mappings through entries_mapping_get.
13949         Reported by Eric Blake.
13950
13951 2009-07-02  Bruno Haible  <bruno@clisp.org>
13952
13953         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13954         best_i.
13955
13956 2009-07-02  Bruno Haible  <bruno@clisp.org>
13957
13958         Speed up approximate search for matching ChangeLog entries.
13959         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13960         argument. Call fstrcmp_bounded instead of fstrcmp.
13961         (compute_mapping, try_split_merged_entry, main): Update callers.
13962
13963 2009-07-02  Bruno Haible  <bruno@clisp.org>
13964
13965         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13966
13967 2009-06-30  Bruno Haible  <bruno@clisp.org>
13968
13969         Reduce the number of uc_is_cased calls.
13970         * lib/unicase.h (casing_suffix_context_t): Add
13971         'first_char_except_ignorable' field.
13972         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13973         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13974         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13975         Update initializer.
13976         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13977         case-ignorable characters.
13978         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13979         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13980         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13981         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13982         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13983
13984 2009-06-30  Bruno Haible  <bruno@clisp.org>
13985
13986         Tests for module 'unicase/ignorable'.
13987         * modules/unicase/ignorable-tests: New file.
13988         * tests/unicase/test-ignorable.c: New file, generated by
13989         gen-uni-tables.
13990
13991         Tests for module 'unicase/cased'.
13992         * modules/unicase/cased-tests: New file.
13993         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13994         * tests/unicase/test-predicate-part1.h: New file, derived from
13995         tests/unictype/test-predicate-part1.h.
13996         * tests/unicase/test-predicate-part2.h: New file, same as
13997         tests/unictype/test-predicate-part2.h.
13998
13999         Fix evaluation of "Before C" condition of FINAL_SIGMA.
14000         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
14001         (output_casing_properties): New function.
14002         (main): Call it.
14003         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
14004         * lib/unicase/cased.c: Include unictype/bitmap.h.
14005         (uc_is_cased): Define through a bitmap lookup.
14006         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14007         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14008         (uc_is_case_ignorable): Define through a bitmap lookup.
14009         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14010         lib/unictype/bitmap.h.
14011         (Depends-on): Add inline. Clean up.
14012         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14013         lib/unictype/bitmap.h.
14014         (Depends-on): Add inline. Clean up.
14015         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14016         recognition.
14017         * tests/unicase/test-u16-tolower.c (main): Likewise.
14018         * tests/unicase/test-u32-tolower.c (main): Likewise.
14019
14020 2009-06-30  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14023         * lib/unicase/u16-casemap.c: Likewise.
14024         * lib/unicase/u32-casemap.c: Likewise.
14025
14026 2009-06-29  Bruno Haible  <bruno@clisp.org>
14027
14028         Define u32_casefold as a wrapper around u32_ct_casefold.
14029         * lib/unicase/u32-casefold.c: Update.
14030         * modules/unicase/u32-casefold (Depends-on): Add
14031         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14032         unicase/empty-suffix-context. Clean up.
14033
14034         Define u16_casefold as a wrapper around u16_ct_casefold.
14035         * lib/unicase/u16-casefold.c: Update.
14036         * modules/unicase/u16-casefold (Depends-on): Add
14037         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14038         unicase/empty-suffix-context. Clean up.
14039
14040         Define u8_casefold as a wrapper around u8_ct_casefold.
14041         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14042         * lib/unicase/u8-casefold.c: Update.
14043         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14044         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14045
14046         Define u32_totitle as a wrapper around u32_ct_totitle.
14047         * lib/unicase/u32-totitle.c: Update.
14048         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14049         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14050
14051         Define u16_totitle as a wrapper around u16_ct_totitle.
14052         * lib/unicase/u16-totitle.c: Update.
14053         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14054         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14055
14056         Define u8_totitle as a wrapper around u8_ct_totitle.
14057         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14058         functions.
14059         (FUNC): Delegate to U_CT_TOTITLE.
14060         * lib/unicase/u8-totitle.c: Update.
14061         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14062         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14063
14064         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14065         invocation.
14066         * modules/unicase/u32-tolower (Depends-on): Add
14067         unicase/empty-prefix-context, unicase/empty-suffix-context.
14068
14069         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14070         invocation.
14071         * modules/unicase/u16-tolower (Depends-on): Add
14072         unicase/empty-prefix-context, unicase/empty-suffix-context.
14073
14074         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14075         * modules/unicase/u8-tolower (Depends-on): Add
14076         unicase/empty-prefix-context, unicase/empty-suffix-context.
14077
14078         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14079         invocation.
14080         * modules/unicase/u32-toupper (Depends-on): Add
14081         unicase/empty-prefix-context, unicase/empty-suffix-context.
14082
14083         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14084         invocation.
14085         * modules/unicase/u16-toupper (Depends-on): Add
14086         unicase/empty-prefix-context, unicase/empty-suffix-context.
14087
14088         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14089         * modules/unicase/u8-toupper (Depends-on): Add
14090         unicase/empty-prefix-context, unicase/empty-suffix-context.
14091
14092         New module 'unicase/u32-ct-casefold'.
14093         * lib/unicase/u32-ct-casefold.c: New file.
14094         * modules/unicase/u32-ct-casefold: New file.
14095
14096         New module 'unicase/u16-ct-casefold'.
14097         * lib/unicase/u16-ct-casefold.c: New file.
14098         * modules/unicase/u16-ct-casefold: New file.
14099
14100         New module 'unicase/u8-ct-casefold'.
14101         * lib/unicase/u8-ct-casefold.c: New file.
14102         * lib/unicase/u-ct-casefold.h: New file, derived from
14103         lib/unicase/u-casefold.h.
14104         * modules/unicase/u8-ct-casefold: New file.
14105
14106         New module 'unicase/u32-ct-totitle'.
14107         * lib/unicase/u32-ct-totitle.c: New file.
14108         * modules/unicase/u32-ct-totitle: New file.
14109
14110         New module 'unicase/u16-ct-totitle'.
14111         * lib/unicase/u16-ct-totitle.c: New file.
14112         * modules/unicase/u16-ct-totitle: New file.
14113
14114         New module 'unicase/u8-ct-totitle'.
14115         * lib/unicase/u8-ct-totitle.c: New file.
14116         * lib/unicase/u-ct-totitle.h: New file, derived from
14117         lib/unicase/u-totitle.h.
14118         * modules/unicase/u8-ct-totitle: New file.
14119
14120         New module 'unicase/u32-ct-tolower'.
14121         * lib/unicase/u32-ct-tolower.c: New file.
14122         * modules/unicase/u32-ct-tolower: New file.
14123
14124         New module 'unicase/u16-ct-tolower'.
14125         * lib/unicase/u16-ct-tolower.c: New file.
14126         * modules/unicase/u16-ct-tolower: New file.
14127
14128         New module 'unicase/u8-ct-tolower'.
14129         * lib/unicase/u8-ct-tolower.c: New file.
14130         * modules/unicase/u8-ct-tolower: New file.
14131
14132         New module 'unicase/u32-ct-toupper'.
14133         * lib/unicase/u32-ct-toupper.c: New file.
14134         * modules/unicase/u32-ct-toupper: New file.
14135
14136         New module 'unicase/u16-ct-toupper'.
14137         * lib/unicase/u16-ct-toupper.c: New file.
14138         * modules/unicase/u16-ct-toupper: New file.
14139
14140         New module 'unicase/u8-ct-toupper'.
14141         * lib/unicase/u8-ct-toupper.c: New file.
14142         * modules/unicase/u8-ct-toupper: New file.
14143
14144         Add context arguments to u*_casemap functions.
14145         * lib/unicase/unicasemap.h: Include unicase.h.
14146         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14147         suffix_context arguments.
14148         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14149         functions.
14150         (FUNC): Add prefix_context and suffix_context arguments. Use
14151         uc_is_cased and uc_is_case_ignorable.
14152         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14153         * lib/unicase/u16-casemap.c: Likewise.
14154         * lib/unicase/u32-casemap.c: Likewise.
14155         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14156         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14157         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14158         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14159         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14160         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14161
14162         New module 'unicase/u32-suffix-context'.
14163         * lib/unicase/u32-suffix-context.c: New file.
14164         * modules/unicase/u32-suffix-context: New file.
14165
14166         New module 'unicase/u16-suffix-context'.
14167         * lib/unicase/u16-suffix-context.c: New file.
14168         * modules/unicase/u16-suffix-context: New file.
14169
14170         New module 'unicase/u8-suffix-context'.
14171         * lib/unicase/u8-suffix-context.c: New file.
14172         * lib/unicase/u-suffix-context.h: New file.
14173         * modules/unicase/u8-suffix-context: New file.
14174
14175         New module 'unicase/empty-suffix-context'.
14176         * lib/unicase/empty-suffix-context.c: New file.
14177         * modules/unicase/empty-suffix-context: New file.
14178
14179         New module 'unicase/u32-prefix-context'.
14180         * lib/unicase/u32-prefix-context.c: New file.
14181         * modules/unicase/u32-prefix-context: New file.
14182
14183         New module 'unicase/u16-prefix-context'.
14184         * lib/unicase/u16-prefix-context.c: New file.
14185         * modules/unicase/u16-prefix-context: New file.
14186
14187         New module 'unicase/u8-prefix-context'.
14188         * lib/unicase/u8-prefix-context.c: New file.
14189         * lib/unicase/u-prefix-context.h: New file.
14190         * lib/unicase/context.h: New file.
14191         * modules/unicase/u8-prefix-context: New file.
14192
14193         New module 'unicase/empty-prefix-context'.
14194         * lib/unicase/empty-prefix-context.c: New file.
14195         * modules/unicase/empty-prefix-context: New file.
14196
14197         New module 'unicase/ignorable'.
14198         * lib/unicase/ignorable.c: New file.
14199         * modules/unicase/ignorable: New file.
14200
14201         New module 'unicase/cased'.
14202         * lib/unicase/caseprop.h: New file.
14203         * lib/unicase/cased.c: New file.
14204         * modules/unicase/cased: New file.
14205
14206         New functions for case mapping of substrings.
14207         * lib/unicase.h (casing_prefix_context_t): New type.
14208         (unicase_empty_prefix_context): New variable.
14209         (u8_casing_prefix_context, u16_casing_prefix_context,
14210         u32_casing_prefix_context, u8_casing_prefixes_context,
14211         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14212         declarations.
14213         (casing_suffix_context_t): New type.
14214         (unicase_empty_suffix_context): New variable.
14215         (u8_casing_suffix_context, u16_casing_suffix_context,
14216         u32_casing_suffix_context, u8_casing_suffixes_context,
14217         u16_casing_suffixes_context, u32_casing_suffixes_context,
14218         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14219         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14220         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14221         declarations.
14222
14223 2009-06-28  Jim Meyering  <meyering@redhat.com>
14224
14225         boostrap: indent only with spaces
14226         * build-aux/bootstrap: Indent only with spaces, never TABs.
14227
14228         bootstrap: split long lines
14229         * build-aux/bootstrap: Keep line length < 80.
14230
14231         bootstrap: sync from coreutils
14232         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14233         just as autoreconf does.  Verify a list of prerequisite
14234         package-name,version-number pairs if defined in bootstrap.conf.
14235         Refer to README-prereq, if prerequisites are not satisfied.
14236
14237 2009-06-27  Eric Blake  <ebb9@byu.net>
14238
14239         tests: add test for bogus NULL definition
14240         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14241         * tests/test-stdlib.c: Likewise.
14242         * tests/test-string.c: Likewise.
14243         * tests/test-locale.c: Likewise.
14244         * tests/test-unistd.c: Likewise.
14245         * modules/stdio-tests (Depends-on): Add verify.
14246         * modules/stdlib-tests (Depends-on): Likewise.
14247         * modules/string-tests (Depends-on): Likewise.
14248         * modules/locale-tests (Depends-on): Likewise.
14249         * modules/unistd-tests (Depends-on): Likewise.
14250
14251 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14252
14253         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14254         self-explaining comment.
14255         * m4/selinux-selinux-h: Update serial.
14256         (gl_LIBSELINUX): New macro, adding a warning for missing development
14257         packages to code extracted from...
14258         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14259         Add warning for missing development packages here, too.
14260
14261 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14262
14263         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14264
14265 2009-06-25  Eric Blake  <ebb9@byu.net>
14266
14267         version-etc: fix regression
14268         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14269         gcc.
14270         (version_etc): Use it, to catch bugs with trailing NULL.
14271         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14272         (version_etc_va): Fix logic bug.
14273         * modules/version-etc-tests: Add test.
14274         * tests/test-version-etc.c: New file.
14275         * tests/test-version-etc.sh: Likewise.
14276
14277 2009-06-25  Sam Steingold  <sds@gnu.org>
14278
14279         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14280         mbtowc declaration.
14281
14282 2009-06-25  Eric Blake  <ebb9@byu.net>
14283
14284         fpurge: migrate into <stdio.h>
14285         * lib/fpurge.h: Delete...
14286         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14287         * lib/fpurge.c (fpurge): Change declaring header.
14288         * modules/fpurge (Files): Drop deleted file.
14289         (Depends-on): Add stdio.
14290         (configure.ac): Set witness.
14291         * modules/stdio (Makefile.am): Support fpurge macros.
14292         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14293         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14294         * lib/fflush.c: Update client.
14295         * tests/test-fpurge.c: Likewise.
14296         * NEWS: Mention the change.
14297
14298 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14299
14300         * lib/argp-version-etc.c (program_authors): Add const
14301         qualifier.
14302         * lib/version-etc.c: Fix typos in the comments.
14303         * modules/argp-version-etc: Depends on version-etc.
14304
14305 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14306
14307         argp-version-etc: new module.
14308
14309         * lib/argp-version-etc.c: New file.
14310         * lib/argp-version-etc.h: New file.
14311         * modules/argp-version-etc: New file.
14312         * modules/argp-version-etc-tests: New file.
14313         * tests/test-argp-version-etc.c: New test.
14314         * tests/test-argp-version-etc-1.sh: New test.
14315
14316 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14317
14318         Provide additional interfaces and documentation for version-etc
14319         module.
14320
14321         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14322         interfaces.
14323         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14324         prototypes.
14325
14326 2009-06-24  Bruno Haible  <bruno@clisp.org>
14327
14328         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14329         HAVE_LIB${NAME} macro.
14330         Reported by Sam Steingold <sds@gnu.org>.
14331
14332 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14333
14334         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14335         needed.
14336
14337 2009-06-21  Bruno Haible  <bruno@clisp.org>
14338
14339         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14340         work.
14341         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14342         together with LIB${NAME}, LTLIB${NAME}.
14343         Reported by Sam Steingold <sds@gnu.org>.
14344
14345 2009-06-20  Jim Meyering  <meyering@redhat.com>
14346
14347         tests: make sc_require_test_exit_idiom more generic
14348         * top/maint.mk (Exit_witness_file): New overridable variable.
14349         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14350         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14351
14352 2009-06-19  Jim Meyering  <meyering@redhat.com>
14353
14354         hash: reverse order of src/dst parameters in an internal interface
14355         * lib/hash.c (transfer_entries): Reverse order of parameters to
14356         put DST before SRC.  Adjust callers.
14357
14358         tests: test-hash: avoid wholesale duplication
14359         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14360         Instead, use a loop and add a single conditional.
14361
14362         tests: test-hash: allow seed selection via a command line argument
14363         * tests/test-hash.c (get_seed): New function.
14364         (main): Use it.
14365
14366 2009-06-19  Eric Blake  <ebb9@byu.net>
14367
14368         hash: avoid memory leak on allocation failure
14369         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14370         failure.  Factor repeated algorithm...
14371         (transfer_entries): ...into new helper routine.
14372         (hash_delete): React to hash_rehash return value.
14373
14374         hash: reduce memory pressure in hash_rehash no-op case
14375         * lib/hash.c (next_prime): Avoid overflow.
14376         (hash_initialize): Factor bucket size computation...
14377         (compute_bucket_size): ...into new helper function.
14378         (hash_rehash): Use new function and open coding to reduce memory
14379         pressure, and avoid a memory leak in USE_OBSTACK code.
14380         Reported by Jim Meyering.
14381
14382 2009-06-18  Eric Blake  <ebb9@byu.net>
14383
14384         hash: make rotation more obvious
14385         * modules/hash (Depends-on): Add bitrotate and stdint.
14386         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14387         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14388         (SIZE_MAX): Rely on headers for definition.
14389         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14390         (raw_hasher): Use rotr_sz.
14391         Suggested by Jim Meyering.
14392
14393         hash: fix memory leak in last patch
14394         * lib/hash.c (hash_rehash): Avoid memory leak.
14395
14396         hash: avoid no-op rehashing
14397         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14398
14399         hash: provide default callback functions
14400         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14401         (hash_initialize): Use them as defaults.
14402         * tests/test-hash.c (main): Test this.
14403
14404         hash: minor optimization
14405         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14406         when possible.
14407         (hash_initialize): Document this promise.
14408         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14409         * tests/test-hash.c (hash_compare_strings): Test this.
14410
14411 2009-06-18  Bruno Haible  <bruno@clisp.org>
14412
14413         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14414         going to be replaced anyway.
14415
14416 2009-06-18  Bruno Haible  <bruno@clisp.org>
14417
14418         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14419         in one place.
14420         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14421         be replaced anyway.
14422
14423 2009-06-18  Eric Blake  <ebb9@byu.net>
14424
14425         hash: check for resize before insertion
14426         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14427         threshold before insertion, so that a pathological hash_rehash
14428         that fills every bucket can still trigger another rehash.
14429
14430 2009-06-18  Jim Meyering  <meyering@redhat.com>
14431
14432         hash-tests: add a loop around the small tests
14433         * tests/test-hash.c (main): Repeat small tests with selected
14434         small initial table sizes.
14435
14436 2009-06-17  Eric Blake  <ebb9@byu.net>
14437
14438         hash: minor cleanups
14439         * lib/hash.h (hash_entry): Make opaque, by moving...
14440         * lib/hash.c (hash_entry): ...here.
14441         (hash_insert): Clarify restrictions on what can be inserted.
14442         (hash_get_next): Clarify when it is safe to remove an element
14443         during traversal.
14444         (check_tuning): Skip verification when tuning is known safe.
14445         (hash_initialize): Clarify restrictions on tuning.
14446
14447 2009-06-17  Jim Meyering  <jim@meyering.net>
14448         and Eric Blake  <ebb9@byu.net>
14449
14450         hash-tests: new module
14451         * modules/hash-tests: New file.
14452         * tests/test-hash.c: New file.
14453
14454 2009-06-17  Eric Blake  <ebb9@byu.net>
14455
14456         strstr-simple: document new module
14457         * MODULES.html.sh: Document new module.
14458
14459         strstr, strcasestr: replace on platforms with broken memchr
14460         * modules/strstr: Split into...
14461         * modules/strstr-simple: ...new module that does not care about
14462         performance, but does care about glibc bug.
14463         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14464         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14465         if platform memchr is broken, per Debian bug 521737.
14466         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14467         memchr.
14468         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14469         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14470         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14471         * modules/mountlist (Depends-on): Add strstr-simple.
14472         * modules/gen-uni-tables (Depends-on): Likewise.
14473         * modules/argz (Depends-on): Add strstr.
14474
14475 2009-06-17  Bruno Haible  <bruno@clisp.org>
14476
14477         * modules/posix_spawn-internal (Depends-on): Add errno.
14478
14479 2009-06-17  Bruno Haible  <bruno@clisp.org>
14480
14481         Define missing ESTALE on Interix 3.5.
14482         * lib/errno.in.h (ESTALE): Assign a value if missing.
14483         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14484         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14485         missing.
14486         * doc/posix-headers/errno.texi: Mention the Interix bug.
14487         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14488
14489 2009-06-15  Eric Blake  <ebb9@byu.net>
14490
14491         memchr, memchr2: add valgrind exception
14492         * lib/memchr.valgrind: New file.
14493         * lib/memchr2.valgrind: New file.
14494         * modules/memchr (Files): Distribute valgrind file.
14495         * modules/memchr2 (Files): Likewise.
14496
14497         docs: memchr is no longer obsolete
14498         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14499         * lib/string.in.h (memchr): Simplify logic.
14500
14501 2009-06-14  Jim Meyering  <meyering@redhat.com>
14502
14503         link-follow: fix the "checking..." message to not mention trailing slash
14504         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14505         never considered trailing slashes.
14506
14507 2009-06-14  Bruno Haible  <bruno@clisp.org>
14508
14509         * m4/memchr.m4: Mention also the bug on IA-64.
14510         * doc/posix-functions/memchr.texi: Likewise.
14511
14512 2009-06-12  Eric Blake  <ebb9@byu.net>
14513
14514         memchr: detect broken x86_64 and alpha implementations
14515         * modules/memchr-tests (Depends-on): Move mmap detection...
14516         * modules/memchr (Depends-on): ...here.
14517         (configure.ac): Set indicator.
14518         * lib/string.in.h (memchr): Declare replacement.
14519         * modules/string (Makefile.am): Trigger replacement.
14520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14521         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14522         bugs.
14523         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14524         * modules/getpagesize (License): Relax license.
14525
14526 2009-06-11  Bruno Haible  <bruno@clisp.org>
14527
14528         * lib/idpriv.h: Add more references.
14529
14530 2009-06-08  Bruno Haible  <bruno@clisp.org>
14531
14532         Tests for module 'idpriv-droptemp'.
14533         * modules/idpriv-droptemp-tests: New file.
14534         * tests/test-idpriv-droptemp.sh: New file.
14535         * tests/test-idpriv-droptemp.su.sh: New file.
14536         * tests/test-idpriv-droptemp.c: New file.
14537
14538         New module 'idpriv-droptemp'.
14539         * lib/idpriv-droptemp.c: New file.
14540         * modules/idpriv-droptemp: New file.
14541
14542 2009-06-08  Bruno Haible  <bruno@clisp.org>
14543
14544         Tests for module 'idpriv-drop'.
14545         * modules/idpriv-drop-tests: New file.
14546         * tests/test-idpriv-drop.sh: New file.
14547         * tests/test-idpriv-drop.su.sh: New file.
14548         * tests/test-idpriv-drop.c: New file.
14549
14550         New module 'idpriv-drop'.
14551         * lib/idpriv.h: New file.
14552         * lib-idpriv-drop.c: New file.
14553         * m4/idpriv.m4: New file.
14554         * modules/idpriv-drop: New file.
14555
14556 2009-06-08  Bruno Haible  <bruno@clisp.org>
14557
14558         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14559         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14560         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14561         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14562         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14563         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14564         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14565
14566 2009-06-08  Eric Blake  <ebb9@byu.net>
14567
14568         test-strstr: use memory fence, when possible
14569         * tests/test-strstr.c (main): Use memory fence, in order to be
14570         more likely to trigger Debian bug 521737.
14571         * modules/strstr-tests (Files): Pull in additional files.
14572
14573         memchr: no longer obsolete, for wider field testing
14574         * modules/memchr (Status, Notice): Delete, this module is no
14575         longer obsolete.
14576         * modules/vasnprintf (Depends-on): Add memchr.
14577
14578 2009-06-07  Jim Meyering  <meyering@redhat.com>
14579
14580         hash: declare some functions with the warn_unused_result attribute
14581         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14582
14583 2009-06-07  Bruno Haible  <bruno@clisp.org>
14584
14585         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14586         Reported by Eric Blake.
14587
14588 2009-06-06  Eric Blake  <ebb9@byu.net>
14589
14590         test-alignof: fix typo with long double
14591         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14592         compiler error.
14593
14594 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14595
14596         Escape non-texinfo { and }s.
14597         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14598         markup error.
14599
14600 2009-06-04  Jim Meyering  <meyering@redhat.com>
14601
14602         gitlog-to-changelog: don't infloop on an empty commit log
14603         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14604         Reported by Boris Petersen <transacid@centerim.org>.
14605
14606 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14607
14608         version-etc: extend for packagers
14609         Add three new configure options, intended for packagers:
14610           --with-packager="packager name"
14611           --with-packager-version="packager-specific version"
14612           --with-packager-bug-reports="packager bug reporting"
14613         An example with coreutils:
14614           $ ./configure \
14615             --with-packager=Gentoo \
14616             --with-packager-bug-report=http://bugs.gentoo.org/ \
14617             --with-packager-version="patchset 1.6"
14618           $ ./src/ls --version | head -n2
14619           ls (GNU coreutils) 7.1-dirty
14620           Packaged by Gentoo (patchset 1.6)
14621         Note that the bug reporting info via --help doesn't show up because
14622         coreutils uses its own custom emit_bug_reporting_address() implementation
14623         in src/system.h.  If it didn't, it'd look like:
14624           $ ./src/ls --help | tail -n4
14625           Report bugs to <bug-coreutils@gnu.org>.
14626           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14627           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14628           General help using GNU software: <http://www.gnu.org/gethelp/>.
14629         * lib/version-etc.c: Print new information, if provided.
14630         * m4/version-etc.m4: New file.
14631         * modules/version-etc (Files): Add m4/version-etc.m4.
14632         (configure.ac): Add gl_VERSION_ETC.
14633
14634 2009-05-31  Bruno Haible  <bruno@clisp.org>
14635
14636         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14637         and 'int64_t'.
14638         * modules/alignof-tests (Dependencies): Add stdint.
14639         Reported by Eric Blake.
14640
14641 2009-05-31  Bruno Haible  <bruno@clisp.org>
14642
14643         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14644         restriction due to compiler bugs.
14645         Reported by Eric Blake.
14646
14647 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14648             Bruno Haible  <bruno@clisp.org>
14649
14650         Fix test-alignof failure.
14651         * lib/alignof.h (alignof_slot): New macro.
14652         (alignof_type): New macro, with the same semantics as the previous
14653         'alignof'.
14654         (alignof): Alias to alignof_slot.
14655         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14656         check that the results are usable as constant expressions.
14657
14658 2009-05-31  Bruno Haible  <bruno@clisp.org>
14659
14660         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14661         * tests/test-memchr.c (main): Check that memchr does not read past the
14662         first occurrence of the byte.
14663         * tests/test-strstr.c (main): Update comment.
14664         Suggested by Eric Blake.
14665
14666 2009-05-30  Bruno Haible  <bruno@clisp.org>
14667
14668         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14669         detail how to use dumpbin.
14670         Reported by David Byron <dbyron@dbyron.com>.
14671
14672 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14673
14674         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14675
14676 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14677
14678         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14679
14680 2009-05-28  Bruno Haible  <bruno@clisp.org>
14681
14682         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14683         build-aux/ files.
14684
14685 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14686
14687         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14688
14689 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14690
14691         * gnulib-tool (sed_transform_main_lib_file)
14692         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14693         regexps.
14694
14695 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14696
14697         * tests/test-strstr.c: Add another self-test.
14698         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14699         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14700
14701 2009-05-23  Bruno Haible  <bruno@clisp.org>
14702
14703         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14704         change.
14705
14706 2009-05-21  Bruno Haible  <bruno@clisp.org>
14707
14708         Simplify use of mode_t varargs.
14709         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14710         uses 'mode_t' or 'int'.
14711         * lib/openat.c (openat): Likewise.
14712         * lib/open-safer.c (open_safer): Likewise.
14713         * m4/mode_t.m4: New file.
14714         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14715         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14716         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14717         * modules/open (Files): Add m4/mode_t.m4.
14718         * modules/openat (Files): Likewise.
14719         * modules/fcntl-safer (Files): Likewise.
14720         Suggested by Eric Blake.
14721
14722 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14723
14724         * doc/glibc-functions/fallocate.texi: New file.
14725         * doc/gnulib.texi: Include it.
14726
14727 2009-05-21  Eric Blake  <ebb9@byu.net>
14728             Bruno Haible  <bruno@clisp.org>
14729
14730         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14731         invocations.
14732         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14733
14734 2009-05-21  Eric Blake  <ebb9@byu.net>
14735             Bruno Haible  <bruno@clisp.org>
14736
14737         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14738         include_next. Fix of 2008-11-20 commit.
14739         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14740         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14741         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14742         NEXT_MATH_H.
14743         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14744         instead of NEXT_MATH_H.
14745
14746 2009-05-21  Bruno Haible  <bruno@clisp.org>
14747
14748         Avoid redefinition warnings for SIZE_MAX.
14749         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14750         Reported by Simon Josefsson.
14751
14752 2009-05-21  Bruno Haible  <bruno@clisp.org>
14753
14754         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14755         AC_CACHE_VAL.
14756
14757 2009-05-20  Bruno Haible  <bruno@clisp.org>
14758
14759         Make zeroptr.h work on mingw.
14760         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14761         mprotect.
14762         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14763         * modules/memchr2-tests (configure.ac): Likewise.
14764         * modules/memcmp-tests (configure.ac): Likewise.
14765         * modules/memmem-tests (configure.ac): Likewise.
14766         * modules/memrchr-tests (configure.ac): Likewise.
14767         Reported by Simon Josefsson.
14768
14769 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14770
14771         * tests/test-glob.c: Include string.h for strcmp prototype.
14772
14773 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14774
14775         * modules/getdelim (Depends-on): Add explicit stdint, although it
14776         was implicitly already pulled in via realloc-posix.
14777         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14778
14779 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14780
14781         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14782         G. Christensen" <tgc@jupiterrise.com>.
14783         * m4/sys_socket_h.m4: Check for sa_family_t.
14784         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14785         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14786         * tests/test-sys_socket.c: Check that sa_family_t works.
14787
14788 2009-05-18  Eric Blake  <ebb9@byu.net>
14789
14790         maint.mk: allow gnulib_dir in VPATH build
14791         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14792
14793 2009-05-15  Jim Meyering  <meyering@redhat.com>
14794
14795         maint.mk: Give gnulib_dir a default definition.
14796         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14797         Thus, most packages no longer need to specify this variable in cfg.mk
14798
14799 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14800
14801         rename.m4: fix typos that would make non-mingw cross-configure fail
14802         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14803
14804 2009-05-13  Eric Blake  <ebb9@byu.net>
14805
14806         mmap-anon: avoid out-of-order autoconf expansion
14807         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14808         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14809         * modules/memchr-tests (Depends-on): Add extensions.
14810         * modules/memchr2-tests (Depends-on): Add extensions.
14811         * modules/memcmp-tests (Depends-on): Add extensions.
14812         * modules/memmem-tests (Depends-on): Add extensions.
14813         * modules/memrchr-tests (Depends-on): Add extensions.
14814
14815 2009-05-13  Bruno Haible  <bruno@clisp.org>
14816
14817         Make some tests ISO C 99 compliant.
14818         * tests/zerosize-ptr.h: New file.
14819         * tests/test-memchr.c: Include zerosize-ptr.h.
14820         (main): Use a zero-size object pointer instead of NULL.
14821         * tests/test-memchr2.c: Include zerosize-ptr.h.
14822         (main): Use a zero-size object pointer instead of NULL.
14823         * tests/test-memcmp.c: Include zerosize-ptr.h.
14824         (main): Use a zero-size object pointer instead of NULL.
14825         * tests/test-memmem.c: Include zerosize-ptr.h.
14826         (main): Use a zero-size object pointer instead of NULL.
14827         * tests/test-memrchr.c: Include zerosize-ptr.h.
14828         (main): Use a zero-size object pointer instead of NULL.
14829         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14830         m4/mmap-anon.m4.
14831         (Depends-on): Add getpagesize.
14832         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14833         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14834         m4/mmap-anon.m4.
14835         (Depends-on): Add getpagesize.
14836         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14837         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14838         m4/mmap-anon.m4.
14839         (Depends-on): Add getpagesize.
14840         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14841         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14842         m4/mmap-anon.m4.
14843         (Depends-on): Add getpagesize.
14844         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14845         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14846         m4/mmap-anon.m4.
14847         (Depends-on): Add getpagesize.
14848         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14849
14850 2009-05-12  Bruno Haible  <bruno@clisp.org>
14851
14852         Tests for module 'alignof'.
14853         * modules/alignof-tests: New file.
14854         * tests/test-alignof.c: New file.
14855
14856 2009-05-12  Bruno Haible  <bruno@clisp.org>
14857
14858         Fix alignof macro.
14859         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14860         vendor compilers that are always correct.
14861
14862 2009-05-12  Bruno Haible  <bruno@clisp.org>
14863
14864         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14865         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14866         not whether its fully works.
14867
14868 2009-05-12  Bruno Haible  <bruno@clisp.org>
14869
14870         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14871
14872 2009-05-12  Jim Meyering  <meyering@redhat.com>
14873
14874         * top/maint.mk: Adjust backslash alignment.
14875
14876 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14877
14878         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14879
14880 2009-05-11  Eric Blake  <ebb9@byu.net>
14881
14882         argp: avoid undefined behavior
14883         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14884         macros.
14885
14886 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14887
14888         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14889         user.name to prevent git commit from complaining.
14890
14891 2009-05-10  Bruno Haible  <bruno@clisp.org>
14892
14893         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14894         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14895         it rewrites every file name only once.
14896         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14897
14898 2009-05-08  Bruno Haible  <bruno@clisp.org>
14899
14900         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14901         instead of 'max'.
14902
14903 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14904
14905         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14906         sockaddr_storage test.
14907
14908 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14909
14910         * modules/sys_socket (Makefile.am): Substitute
14911         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14912         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14913         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14914         * tests/test-sys_socket.c: Check sockaddr_storage.
14915
14916 2009-05-08  Bruno Haible  <bruno@clisp.org>
14917
14918         New module 'alignof'.
14919         * lib/alignof.h: New file.
14920         * modules/alignof: New file.
14921
14922 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14923             Bruno Haible  <bruno@clisp.org>
14924
14925         Fix test-file-has-acl on FreeBSD.
14926         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14927         mask is implicitly added.
14928         * tests/test-file-has-acl.c: Include <signal.h>.
14929         (main): Terminate the test after 5 seconds.
14930         * modules/acl-tests (configure.ac): Check for alarm function.
14931
14932 2009-05-04  Bruno Haible  <bruno@clisp.org>
14933
14934         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14935         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14936         * modules/errno (configure.ac): Drop AC_REQUIRE.
14937         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14938         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14939
14940 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14941
14942         * modules/glob-tests: New module.
14943         * tests/test-glob.c: Add.
14944
14945 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14946
14947         * modules/fnmatch-tests: New module.
14948         * tests/test-fnmatch.c: Add.
14949
14950 2009-05-04  Eric Blake  <ebb9@byu.net>
14951
14952         maint: make the new no-submodule-changes rule VPATH-safe
14953         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14954
14955 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14956             Bruno Haible  <bruno@clisp.org>
14957
14958         acl: Fix infinite loop on FreeBSD.
14959         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14960         of return value from acl_get_entry.
14961         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14962         Likewise.
14963
14964 2009-05-03  Bruno Haible  <bruno@clisp.org>
14965
14966         * lib/acl-internal.h (acl_entries): Clarify return value.
14967         * lib/acl_entries.c (acl_entries): Likewise.
14968
14969 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14970
14971         Bug fix in acl module.
14972         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14973
14974 2009-05-03  Bruno Haible  <bruno@clisp.org>
14975
14976         Create gperf-generated file in the source dir, not in the build dir.
14977         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14978         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14979         * modules/unicase/locale-language (unicase/locale-languages.h):
14980         Likewise.
14981         * modules/unicase/special-casing (unicase/special-casing-table.h):
14982         Likewise.
14983         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14984         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14985         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14986         Reported by Ralf Wildenhues.
14987
14988 2009-05-03  Bruno Haible  <bruno@clisp.org>
14989
14990         * modules/fnmatch (Description, configure.ac): Taken from
14991         fnmatch-posix.
14992         * modules/fnmatch-posix: Turn into a symbolic reference to the
14993         'fnmatch' module, and deprecate.
14994         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14995
14996 2009-05-03  Bruno Haible  <bruno@clisp.org>
14997
14998         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14999         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
15000         Reported by Ralf Wildenhues.
15001
15002 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15003
15004         * m4/fnmatch.m4: Fix fnmatch re-define.
15005
15006 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15007
15008         priv-set: new module and tests; adapt write-any-file
15009         * lib/priv-set.c: New file.
15010         * lib/priv-set.h: New file.
15011         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15012         * lib/write-any-file.c: Simplify by using priv-set module.
15013         * m4/priv-set.m4: New file.
15014         * modules/priv-set: New file.
15015         * modules/unlinkdir: Add dependency on priv-set module.
15016         * modules/write-any-file: Likewise.
15017
15018         Tests for module 'priv-set'.
15019         * modules/priv-set-tests: New file.
15020         * tests/test-priv-set.c: New file.
15021
15022 2009-05-03  Jim Meyering  <meyering@redhat.com>
15023             Bruno Haible  <bruno@clisp.org>
15024
15025         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15026         use the converted UTF-8 variant of the name instead.
15027
15028 2009-05-03  Jim Meyering  <meyering@redhat.com>
15029
15030         tests: tighten some getdate tests
15031         * tests/test-getdate.c (main): Tighten tests: require equality,
15032         not just greater than.  Set TZ envvar to UTC0.
15033
15034 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15035
15036         getdate: correctly interpret "next monday" when run on a Monday
15037         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15038         that e.g., "next tues" (when run on a tuesday) results in a date
15039         that is one week in the future, and not today's date.
15040         I.e., add a week when the wday is the same as the current one.
15041         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15042         and earlier by Martin Bernreuther and Jan Minář.
15043         * tests/test-getdate.c (main): Check that "next DAY" is always in
15044         the future and that "last DAY" is always in the past.
15045
15046 2009-05-02  Jim Meyering  <meyering@redhat.com>
15047
15048         build: ensure that a release build fails when a submodule is unclean
15049         * top/maint.mk (no-submodule-changes): New rule.
15050         (alpha beta major): Depend on it.
15051
15052 2009-05-02  Bruno Haible  <bruno@clisp.org>
15053
15054         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15055         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15056         shell variable gl_fnmatch_required to detect which variant is
15057         requested.
15058         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15059         gl_FUNC_FNMATCH_POSIX.
15060         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15061         exclude fnmatch-posix.
15062
15063 2009-05-02  Bruno Haible  <bruno@clisp.org>
15064
15065         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15066         * modules/mbsrtowcs (License): Change to LGPLv2+.
15067         * modules/strnlen1 (License): Likewise.
15068         Reported by Simon Josefsson.
15069
15070 2009-05-02  Bruno Haible  <bruno@clisp.org>
15071
15072         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15073         "cross".
15074         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15075         gnulib-tool was called with option --source-base=lib.
15076
15077 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15078
15079         Use automake *-local hooks without commands, for extensibility.
15080         * modules/localcharset (Makefile.am): Rename install-exec-local
15081         rule to install-exec-localcharset, and make it a prerequisite of
15082         install-exec-local.  Likewise, rename the uninstall-local rule to
15083         uninstall-localcharset, and make it a prerequisite of the former.
15084
15085 2009-05-01  Bruno Haible  <bruno@clisp.org>
15086
15087         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15088         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15089         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15090         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15091         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15092         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15093         m4/locale-zh.m4, m4/codeset.m4.
15094
15095         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15096         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15097         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15098         m4/locale-zh.m4.
15099
15100         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15101         REPLACE_WCRTOMB if mbstate_t must be replaced.
15102         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15103         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15104
15105 2009-05-01  Bruno Haible  <bruno@clisp.org>
15106
15107         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15108         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15109         dngettext, dcngettext, textdomain, bindtextdomain,
15110         bind_textdomain_codeset): Undefine before redefining.
15111
15112 2009-04-30  Bruno Haible  <bruno@clisp.org>
15113
15114         Fix bug introduced on 2009-04-25.
15115         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15116         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15117         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15118         is defined.
15119         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15120         is defined.
15121         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15122         is defined.
15123         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15124
15125 2009-04-28  Bruno Haible  <bruno@clisp.org>
15126
15127         Comment tweaks.
15128         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15129         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15130         * lib/unicase.h (u*_casexfrm): Likewise.
15131         Reported by Paolo Bonzini.
15132
15133 2009-04-28  Bruno Haible  <bruno@clisp.org>
15134
15135         Fix a compilation error.
15136         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15137         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15138         Reported by Jim Meyering.
15139
15140 2009-04-27  Bruno Haible  <bruno@clisp.org>
15141
15142         New module 'libunistring'.
15143         * modules/libunistring: New file.
15144         * m4/libunistring.m4: New file.
15145         * MODULES.html.sh (Unicode string functions): Add it.
15146
15147 2009-04-27  Eric Blake  <ebb9@byu.net>
15148
15149         maint.mk: allow package-specific header to provide <config.h>
15150         * top/maint.mk (sc_require_config_h): New variable.
15151         (sc_require_config_h, sc_require_config_h_first): Use it.
15152
15153 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15154
15155         * top/maint.mk (sc_avoid_if_before_free): Except
15156         useless-if-before-free script.
15157
15158 2009-04-27  Eric Blake  <ebb9@byu.net>
15159
15160         maintainer-makefile: depend on all required helper scripts
15161         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15162         useless-if-before-free.
15163         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15164         version, rather than assuming gnulib checkout is available.
15165         Reported by Simen Josefsson.
15166
15167 2009-04-26  Bruno Haible  <bruno@clisp.org>
15168
15169         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15170         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15171         "../" or "..".
15172
15173 2009-04-26  Bruno Haible  <bruno@clisp.org>
15174
15175         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15176         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15177         AC_LIB_HAVE_LINKFLAGS.
15178
15179 2009-04-26  Bruno Haible  <bruno@clisp.org>
15180
15181         Simplify calling convention of u*_conv_from_encoding.
15182         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15183         u32_conv_from_encoding): Expect a resultbuf argument and return the
15184         result directly as a pointer.
15185         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15186         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15187         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15188         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15189         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15190         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15191         Update.
15192         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15193         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15194         * lib/vasnprintf.c (VASNPRINTF): Update.
15195         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15196         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15197         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15198         * NEWS: Mention the change.
15199
15200 2009-04-26  Bruno Haible  <bruno@clisp.org>
15201
15202         Simplify calling convention of u*_conv_to_encoding.
15203         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15204         u32_conv_to_encoding): Expect a resultbuf argument and return the
15205         result directly as a pointer.
15206         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15207         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15208         freeing scaled_offsets if mem_iconveha failed.
15209         * lib/unicase/u-casexfrm.h (FUNC): Update.
15210         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15211         * lib/vasnprintf.c (VASNPRINTF): Update.
15212         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15213         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15214         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15215         * NEWS: Mention the change.
15216
15217 2009-04-26  Bruno Haible  <bruno@clisp.org>
15218
15219         Avoid test failures on AIX and OSF/1.
15220         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15221         malloc(0).
15222         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15223         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15224         Likewise.
15225         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15226         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15227         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15228         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15229         * doc/posix-functions/malloc.texi: Document the portability problem
15230         related to malloc(0).
15231
15232 2009-04-26  Bruno Haible  <bruno@clisp.org>
15233
15234         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15235         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15236         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15237
15238 2009-04-25  Bruno Haible  <bruno@clisp.org>
15239
15240         Avoid link error when creating a namespace clean library.
15241         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15242         as macro with arguments if already defined as an alias.
15243         * lib/signbitf.c (gl_signbitf): Don't undefine.
15244         * lib/signbitd.c (gl_signbitd): Don't undefine.
15245         * lib/signbitl.c (gl_signbitl): Don't undefine.
15246
15247 2009-04-25  Jim Meyering  <meyering@redhat.com>
15248
15249         vc-list-files: fix another quoting bug
15250         * build-aux/vc-list-files: Avoid sed backslash expansion
15251         of pathological directory names.
15252
15253 2009-04-25  Eric Blake  <ebb9@byu.net>
15254
15255         vc-list-files: fix shell quoting error
15256         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15257         timestamp.
15258
15259 2009-04-25  Jim Meyering  <meyering@redhat.com>
15260
15261         vc-list-files: restore lost functionality with subdir argument
15262         * build-aux/vc-list-files: When given a non-"." sub-directory
15263         argument, substitute the $dir/ prefix back onto each resulting name.
15264         Otherwise, coreutils' root_tests check would fail.
15265
15266 2009-04-24  Eric Blake  <ebb9@byu.net>
15267
15268         vc-list-files: ignore git symlinks
15269         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15270         than ls-files, to ignore git symlinks.
15271
15272         maint.mk: import improvements from m4
15273         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15274         (move_if_change): Delete unused macro.
15275         (news-date-check, vc-diff-check): Support VPATH builds.
15276         (announcement): Likewise.  Split --bootstrap-tools list...
15277         (boostrap-tools): ...into separate list, which can be overridden
15278         in cfg.mk.
15279         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15280         requiring dependency on useless-if-before-free module.
15281         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15282         Support VPATH builds.
15283
15284 2009-04-24  Jim Meyering  <meyering@redhat.com>
15285
15286         maint.mk: remove coreutils-specific rules and variables
15287         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15288         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15289         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15290
15291         maint.mk: remove obsolete rule
15292         * top/maint.mk (rel-check): Remove rule.
15293         (WGET, WGETFLAGS): Remove now-unused variables.
15294
15295 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15296
15297         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15298         consistency.
15299
15300         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15301         '$(PATH_SEPARATOR)' instead of ':'.
15302
15303 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15304
15305         * lib/getopt1.c (main): Use 'const' for static array.
15306
15307 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15308
15309         * top/maint.mk: Sync with coreutils.
15310         * NEWS: Explain incompatibilities.
15311
15312 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15313             Bruno Haible  <bruno@clisp.org>
15314
15315         Fix cross-compilation results.
15316         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15317         statement, as third argument of AC_TRY_RUN.
15318         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15319         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15320         Likewise.
15321         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15322         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15323         Likewise.
15324         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15325         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15326         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15327
15328 2009-04-20  Bruno Haible  <bruno@clisp.org>
15329
15330         Avoid test failure on mingw.
15331         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15332
15333 2009-04-20  Bruno Haible  <bruno@clisp.org>
15334
15335         Avoid compilation error on mingw.
15336         * modules/localename-tests (Depends-on): Add locale.
15337
15338 2009-04-19  Bruno Haible  <bruno@clisp.org>
15339
15340         Support for building a shared library on Windows platforms.
15341         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15342         (main): Test the presence of UNINORM_NFC here.
15343         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15344         (main): Test the presence of UNINORM_NFD here.
15345         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15346         (main): Test the presence of UNINORM_NFKC here.
15347         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15348         (main): Test the presence of UNINORM_NFKD here.
15349
15350 2009-04-19  Bruno Haible  <bruno@clisp.org>
15351
15352         Avoid a compiler warning.
15353         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15354         Change type of variable 'sequence'.
15355
15356 2009-04-19  Bruno Haible  <bruno@clisp.org>
15357
15358         * modules/configmake (Makefile.am): When the contents of configmake.h
15359         does not change, arrange to preserve its modification time.
15360
15361 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15362
15363         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15364         gettext domain.
15365
15366 2009-04-16  Jim Meyering  <meyering@redhat.com>
15367
15368         useless-if-before-free: improve conversion code
15369         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15370         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15371
15372 2009-04-14  Bruno Haible  <bruno@clisp.org>
15373
15374         * modules/fcntl (Depends-on): Add extensions.
15375         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15376
15377 2009-04-12  Ben Pfaff  <blp@gnu.org>
15378
15379         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15380         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15381
15382 2009-03-20  Ben Pfaff  <blp@gnu.org>
15383
15384         Make rename replace existing destinations on Windows.
15385         * m4/rename.m4: Add test for Mingw.
15386         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15387         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15388         * doc/posix-functions/rename.texi: Document.
15389
15390 2009-04-10  Bruno Haible  <bruno@clisp.org>
15391
15392         New include file "iconveh.h".
15393         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15394         * lib/striconveh.h: Include it.
15395         (enum iconv_ilseq_handler): Remove definition.
15396         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15397         striconveh.h.
15398         * lib/striconveha.c: Include striconveh.h.
15399         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15400         * modules/striconveh (Files): Add lib/iconveh.h.
15401         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15402         lib/striconveh.h.
15403
15404 2009-04-10  Bruno Haible  <bruno@clisp.org>
15405
15406         * lib/uniconv.h: Update comment.
15407
15408 2009-04-10  Bruno Haible  <bruno@clisp.org>
15409
15410         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15411         always.
15412         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15413         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15414         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15415         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15416         "unistring-notinline.h", so that the function gets defined always.
15417         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15418         * lib/unistr/u8-uctomb.c: Likewise.
15419         * lib/unistr/u16-mbtouc.c: Likewise.
15420         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15421         * lib/unistr/u16-uctomb.c: Likewise.
15422         * lib/unistr/u32-mbtouc.c: Likewise.
15423         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15424         * lib/unistr/u32-uctomb.c: Likewise.
15425
15426 2009-04-10  Bruno Haible  <bruno@clisp.org>
15427
15428         Mark 'utime' obsolete.
15429         * modules/utime (Status, Notice): New sections.
15430         Suggested by Jim Meyering.
15431
15432         Fix cross-compile guess for utime test.
15433         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15434         autoconf.
15435         * doc/posix-functions/utime.texi: Give more precisions.
15436         Reported by Jan <ipif@ymail.com>.
15437
15438 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15439
15440         filevercmp: correct today's change
15441         * lib/filevercmp.c: Also handle coreutils' test inputs.
15442         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15443
15444         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15445         for reporting it.
15446         * lib/filevercmp.c: Special handle for "", "." and "..".
15447         * tests/test-filevercmp.c: Enlarge the set suite.
15448
15449 2009-04-07  Jim Meyering  <meyering@redhat.com>
15450
15451         useless-if-before-free: show how to remove braced useless free, too
15452         * build-aux/useless-if-before-free: still only in a comment, though.
15453
15454 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15455
15456         maint.mk: import changes to syntax-check macros from coreutils
15457         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15458         Use them in the relevant macros.
15459
15460 2009-04-06  Bruno Haible  <bruno@clisp.org>
15461
15462         Fix unportable use of bit-fields.
15463         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15464         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15465         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15466
15467 2009-04-06  Bruno Haible  <bruno@clisp.org>
15468
15469         Avoid test failures on AIX and OSF/1.
15470         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15471         that malloc(0) = NULL.
15472         * tests/unicase/test-u8-tolower.c (check): Likewise.
15473         * tests/unicase/test-u8-totitle.c (check): Likewise.
15474         * tests/unicase/test-u8-toupper.c (check): Likewise.
15475         * tests/unicase/test-u16-casefold.c (check): Likewise.
15476         * tests/unicase/test-u16-tolower.c (check): Likewise.
15477         * tests/unicase/test-u16-totitle.c (check): Likewise.
15478         * tests/unicase/test-u16-toupper.c (check): Likewise.
15479         * tests/unicase/test-u32-casefold.c (check): Likewise.
15480         * tests/unicase/test-u32-tolower.c (check): Likewise.
15481         * tests/unicase/test-u32-totitle.c (check): Likewise.
15482         * tests/unicase/test-u32-toupper.c (check): Likewise.
15483         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15484         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15485         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15486         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15487         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15488         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15489         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15490         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15491         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15492         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15493         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15494         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15495
15496 2009-04-05  Bruno Haible  <bruno@clisp.org>
15497
15498         Work around an autoconf limitation.
15499         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15500         comment line if it would be longer than 3 KB.
15501
15502 2009-04-05  Bruno Haible  <bruno@clisp.org>
15503
15504         Avoid test failure with libiconv-1.13.
15505         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15506         of the expected test results.
15507
15508 2009-04-05  Bruno Haible  <bruno@clisp.org>
15509
15510         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15511         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15512         that it should be installed.
15513
15514 2009-04-05  Bruno Haible  <bruno@clisp.org>
15515
15516         * gnulib-tool: New option --copy-file.
15517         (func_usage): Document it.
15518         (func_dest_tmpfilename): Moved out of func_import.
15519         (func_add_file, func_update_file): New functions, extracted from
15520         func_import.
15521         (func_import): Update.
15522
15523 2009-04-05  Karl Berry  <karl@gnu.org>
15524
15525         * README: prominently mention gnulib-tool.
15526         Rearrange sections so getting the code is near the top.
15527
15528 2009-04-05  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/unicase.h: Mention u*_cmp2.
15531         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15532         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15533         * lib/unicase/ulc-casecmp.c: Likewise.
15534         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15535         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15536         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15537         unistr/u8-cmp.
15538         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15539         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15540         unistr/u16-cmp.
15541         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15542         unistr/u32-cmp.
15543
15544         * lib/uninorm.h: Mention u*_cmp2.
15545         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15546         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15547         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15548         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15549         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15550         unistr/u8-cmp.
15551         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15552         unistr/u16-cmp.
15553         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15554         unistr/u32-cmp.
15555
15556         New module 'unistr/u32-cmp2'.
15557         * lib/unistr/u32-cmp2.c: New file.
15558         * modules/unistr/u32-cmp2: New file.
15559
15560         New module 'unistr/u16-cmp2'.
15561         * lib/unistr/u16-cmp2.c: New file.
15562         * modules/unistr/u16-cmp2: New file.
15563
15564         New module 'unistr/u8-cmp2'.
15565         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15566         * lib/unistr/u8-cmp2.c: New file.
15567         * lib/unistr/u-cmp2.h: New file.
15568         * modules/unistr/u8-cmp2: New file.
15569
15570 2009-04-05  Bruno Haible  <bruno@clisp.org>
15571
15572         * lib/unictype.h (uc_property_is_valid): New macro.
15573         * tests/unictype/test-pr_byname.c (main): Use it.
15574
15575         * lib/unistr.h: Doc fixes.
15576         * lib/uniconv.h: Doc fixes.
15577         * lib/unictype.h: Doc fixes.
15578
15579 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15580
15581         Port coreutils 7.2 to Solaris 8.
15582
15583         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15584         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15585         for Solaris 8.  This is a bit of a hack, as it means it's the
15586         caller's responsibility to add -lnsl if needed, but most likely it
15587         won't be needed since only getaddrinfo uses this and getaddrinfo
15588         isn't needed on Solaris 8.
15589
15590         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15591         problem to Solaris 8 encountered with coreutils 7.2, which
15592         resulted in a message "fnmatch.c:292: warning: passing argument 4
15593         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15594         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15595
15596 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15597
15598         * m4/ld-version-script.m4: Add FIXME comment.
15599
15600 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15601
15602         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15603         SOVERSION variable.
15604
15605 2009-04-02  Bruno Haible  <bruno@clisp.org>
15606
15607         * Makefile (info, html, dvi, pdf): Combine the rules.
15608         Suggested by Jim Meyering.
15609
15610 2009-04-01  Bruno Haible  <bruno@clisp.org>
15611
15612         * Makefile (info, html, dvi, pdf): New targets.
15613         Reported by Reuben Thomas <rrt@sc3d.org>.
15614
15615 2009-04-01  Bruno Haible  <bruno@clisp.org>
15616
15617         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15618         can be put into PATH.
15619         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15620
15621 2009-04-01  Bruno Haible  <bruno@clisp.org>
15622
15623         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15624
15625 2009-04-01  Bruno Haible  <bruno@clisp.org>
15626
15627         Rename module 'visibility'.
15628         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15629         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15630         * doc/gnulib.texi: Update.
15631         * MODULES.html.sh (Misc): Update.
15632         * NEWS: Mention the change.
15633
15634 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15635
15636         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15637         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15638         Eric Blake <ebb9@byu.net> for review.
15639         * MODULES.html.sh: Add lib-msvc-compat.
15640         * doc/gnulib.texi: Link to new section.
15641         * m4/ld-output-def.m4: New file.
15642         * doc/ld-output-def.texi: New file.
15643
15644 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15645
15646         Rename ld-version-script to lib-symbol-versions.  Suggested by
15647         Bruno Haible <bruno@clisp.org>.
15648         * modules/ld-version-script: Renamed to lib-symbol-versions.
15649         * doc/ld-version-script.texi: Fix module name.
15650         * MODULES.html.sh: Add lib-symbol-versions.
15651
15652 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15653
15654         * modules/u64-tests: New file.
15655         * tests/test-u64.c: New file.
15656
15657 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15658
15659         * MODULES.html.sh: Mention u64.
15660         * modules/u64: New module.
15661         * modules/crypto/sha512: Depend on u64 module instead of providing
15662         u64.h.
15663
15664 2009-03-27  Eric Blake  <ebb9@byu.net>
15665
15666         test-strerror: make debugging EAI_SYSTEM easier
15667         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15668         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15669         failure was EAI_SYSTEM.
15670
15671 2009-03-25  Bruno Haible  <bruno@clisp.org>
15672
15673         Fix a problem with --enable-relocatable on Solaris 7.
15674         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15675         since 2008-02-24.
15676
15677 2009-03-25  Eric Blake  <ebb9@byu.net>
15678
15679         test-sockets: avoid gcc warning
15680         * tests/test-sockets.c (main): Silence compiler warning.
15681
15682 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         New modules nproc, pthread, contributed by Glen Lenker.
15685
15686         * MODULES.html.sh: Add pthread, nproc.
15687         * lib/nproc.c: New file.
15688         * lib/nproc.h: New file.
15689         * lib/pthread.in.h: New file.
15690         * m4/pthread.m4: New file.
15691         * modules/nproc: New file.
15692         * modules/pthread: New file.
15693
15694 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15695
15696         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15697         New variable.
15698
15699 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15700
15701         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15702         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15703         * tests/test-filevercmp.c: Add tests for backup suffixes.
15704
15705 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15706
15707         * modules/stdlib (Depends-on): Add stdint, needed when defining
15708         struct random_data on, for example, HP-UX 10.20.  Reported by
15709         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15710
15711 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15712
15713         * lib/readline.c (readline): Call fflush on stdout after printing
15714         prompt.
15715
15716 2009-03-20  Bruno Haible  <bruno@clisp.org>
15717
15718         Remove dependency from 'close' module to -lws2_32 on native Windows.
15719         * lib/close-hook.h: New file.
15720         * lib/close-hook.c: New file.
15721         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15722         w32sock.h.
15723         (_gl_close_fd_maybe_socket): Remove function.
15724         (rpl_close): Invoke execute_all_close_hooks instead of
15725         _gl_close_fd_maybe_socket.
15726         * lib/sockets.c: Include close-hook.h, w32sock.h.
15727         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15728         (close_sockets_hook): New variable.
15729         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15730         (gl_sockets_cleanup): Unregister it.
15731         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15732         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15733         * modules/close-hook: New file.
15734         * modules/close (Files): Remove lib/w32sock.h.
15735         (Depends-on): Add close-hook.
15736         (Link): Remove section.
15737         * modules/sockets (Files): Add lib/w32sock.h.
15738         (Depends-on): Add close-hook.
15739         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15740         invocation.
15741         * NEWS: Mention that LIB_CLOSE is gone.
15742
15743 2009-03-23  Eric Blake  <ebb9@byu.net>
15744
15745         signal-tests: test previous patch
15746         * tests/test-signal.c: New file.
15747         * modules/signal-tests: Likewise.
15748
15749         signal.h: always support 'volatile sig_atomic_t'
15750         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15751         (gl_SIGNAL_H_DEFAULTS): Add a default.
15752         * modules/signal (Makefile.am): Substitute if needed.
15753         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15754         users can blindly add volatile.
15755         * doc/posix-headers/signal.texi (signal.h): Document it.
15756         Reported by Matthew Woehlke.
15757
15758 2009-03-23  Jim Meyering  <meyering@redhat.com>
15759
15760         pathmax: PATH_MAX: use pathconf only when available
15761         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15762         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15763         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15764         This avoids a link failure in a PSP cross-compilation environment
15765         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15766
15767         * lib/vasnprintf.c (divide): Fix typo in comment.
15768
15769 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15770
15771         * gnulib-tool (func_filter_filelist): Fix comment.
15772
15773 2009-03-20  Bruno Haible  <bruno@clisp.org>
15774
15775         Make sockets.h self-contained.
15776         * lib/sockets.c: Include sockets.h first.
15777         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15778
15779 2009-03-19  Eric Blake  <ebb9@byu.net>
15780
15781         doc: mention more functions added in cygwin 1.7.0
15782         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15783         addition.
15784         * doc/posix-functions/log2f.texi: Likewise.
15785
15786 2009-03-19  Jim Meyering  <meyering@redhat.com>
15787
15788         fsusage: avoid syntax error due to statement-before-declaration
15789         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15790         after all declarations.  Reported by Matthew Woehlke in
15791         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15792
15793 2009-03-18  Eric Blake  <ebb9@byu.net>
15794
15795         build-aux/compile: sync from automake
15796         * build-aux/compile: New file, from automake.
15797         * config/srclist.txt: Mention build-aux/compile.
15798
15799 2009-03-17  Bruno Haible  <bruno@clisp.org>
15800
15801         * lib/git-merge-changelog.c: Fix typo in comment.
15802         Reported by Reuben Thomas <rrt@sc3d.org>.
15803
15804 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15805
15806         * m4/regex.m4: update and improve help for
15807         --without-included-regex.
15808
15809 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15810
15811         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15812         failure on missing include files.
15813
15814 2009-03-17  Eric Blake  <ebb9@byu.net>
15815
15816         doc: mention more functions added in cygwin 1.7.0
15817         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15818         addition.
15819         * doc/posix-functions/fwscanf.texi: Likewise.
15820         * doc/posix-functions/swprintf.texi: Likewise.
15821         * doc/posix-functions/swscanf.texi: Likewise.
15822         * doc/posix-functions/vfwprintf.texi: Likewise.
15823         * doc/posix-functions/vfwscanf.texi: Likewise.
15824         * doc/posix-functions/vswprintf.texi: Likewise.
15825         * doc/posix-functions/vswscanf.texi: Likewise.
15826         * doc/posix-functions/vwprintf.texi: Likewise.
15827         * doc/posix-functions/vwscanf.texi: Likewise.
15828         * doc/posix-functions/wcscasecmp.texi: Likewise.
15829         * doc/posix-functions/wcsdup.texi: Likewise.
15830         * doc/posix-functions/wcsftime.texi: Likewise.
15831         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15832         * doc/posix-functions/wprintf.texi: Likewise.
15833         * doc/posix-functions/wscanf.texi: Likewise.
15834         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15835
15836 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15837
15838         maint.mk: really add $(AM_MAKEFLAGS)
15839         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15840         was inadvertently omitted in the last commit.
15841         Spotted by Bruno Haible.
15842
15843         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15844         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15845         $(AM_MAKEFLAGS)' rather than plain `make'.
15846
15847         gnulib-tool: execute $MAKE not make
15848         * gnulib-tool: Default $MAKE to 'make'.
15849         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15850         than make.  Initialize $MAKE in the do-autobuild script.
15851
15852         gnulib-tool: use $MAKE not make in generated files
15853         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15854         make, in generated files.  Initialize $MAKE in the do-autobuild
15855         script.
15856
15857         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15858
15859         GNUmakefile: disable parallelism only for multiple, recursive targets
15860         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15861         additions in the Makefile.
15862         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15863         by Automake.
15864         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15865         are listed on the command line and at least one of them is
15866         listed in $(ALL_RECURSIVE_TARGETS).
15867
15868 2009-03-14  Bruno Haible  <bruno@clisp.org>
15869
15870         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15871         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15872         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15873         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15874         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15875         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15876         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15877         unistr/u8-uctomb.
15878         * modules/unistr/u8-strchr (Depends-on): Likewise.
15879         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15880         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15881         unistr/u16-uctomb.
15882         * modules/unistr/u16-strchr (Depends-on): Likewise.
15883         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15884
15885 2009-03-12  Bruno Haible  <bruno@clisp.org>
15886
15887         Work around select() bug on Interix 3.5.
15888         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15889         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15890         * m4/select.m4: New file.
15891         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15892         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15893         * modules/select (Files): Add m4/select.m4.
15894         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15895         * modules/nanosleep (Depends-on): Add select.
15896         * modules/poll (Depends-on): Likewise.
15897         * doc/posix-functions/select.texi: Mention the Interix bug.
15898         Reported by Markus Duft <mduft@gentoo.org>.
15899
15900         * lib/select.c: Renamed from lib/winsock-select.c.
15901         * modules/select (Files): Add lib/select.c, remove
15902         lib/winsock-select.c.
15903         (configure.ac): Update.
15904
15905 2009-03-12  Jim Meyering  <meyering@redhat.com>
15906
15907         avoid gcc warnings about unused macro definitions
15908         * lib/readtokens.c (STREQ): Remove unused definition.
15909         * lib/xmalloc.c (SIZE_MAX): Likewise.
15910         * lib/openat-die.c (N_): Likewise.
15911         * lib/mountlist.c (SIZE_MAX): Remove definition.
15912         Instead, include <stdint.h>.
15913         * lib/readutmp.c: Likewise.
15914         * modules/readutmp (Depends-on): Add stdint.
15915         * modules/mountlist (Depends-on): Add stdint.
15916         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15917
15918 2009-03-10  Bruno Haible  <bruno@clisp.org>
15919
15920         Tests for module 'mbmemcasecoll'.
15921         * modules/mbmemcasecoll-tests: New file.
15922         * tests/test-mbmemcasecoll1.sh: New file.
15923         * tests/test-mbmemcasecoll2.sh: New file.
15924         * tests/test-mbmemcasecoll3.sh: New file.
15925         * tests/test-mbmemcasecoll.c: New file.
15926
15927         New module 'mbmemcasecoll'.
15928         * lib/mbmemcasecoll.h: New file.
15929         * lib/mbmemcasecoll.c: New file.
15930         * modules/mbmemcasecoll: New file.
15931
15932         * tests/test-mbmemcasecmp.h: New file, extracted from
15933         tests/test-mbmemcasecmp.c.
15934         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15935         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15936         (main): Update.
15937         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15938
15939 2009-03-09  Bruno Haible  <bruno@clisp.org>
15940
15941         Tests for module 'mbmemcasecmp'.
15942         * modules/mbmemcasecmp-tests: New file.
15943         * tests/test-mbmemcasecmp1.sh: New file.
15944         * tests/test-mbmemcasecmp2.sh: New file.
15945         * tests/test-mbmemcasecmp3.sh: New file.
15946         * tests/test-mbmemcasecmp.c: New file.
15947
15948         New module 'mbmemcasecmp'.
15949         * lib/mbmemcasecmp.h: New file.
15950         * lib/mbmemcasecmp.c: New file.
15951         * modules/mbmemcasecmp: New file.
15952
15953 2009-03-09  Bruno Haible  <bruno@clisp.org>
15954
15955         Tests for module 'unicase/ulc-casecoll'.
15956         * modules/unicase/ulc-casecoll-tests: New file.
15957         * tests/unicase/test-ulc-casecoll1.sh: New file.
15958         * tests/unicase/test-ulc-casecoll2.sh: New file.
15959         * tests/unicase/test-ulc-casecoll.c: New file.
15960
15961         New module 'unicase/ulc-casecoll'.
15962         * lib/unicase.h (ulc_casecoll): New declaration.
15963         * lib/unicase/ulc-casecoll.c: New file.
15964         * modules/unicase/ulc-casecoll: New file.
15965
15966         New module 'unicase/ulc-casexfrm'.
15967         * lib/unicase.h (ulc_casexfrm): New declaration.
15968         * lib/unicase/ulc-casexfrm.c: New file.
15969         * modules/unicase/ulc-casexfrm: New file.
15970
15971 2009-03-09  Bruno Haible  <bruno@clisp.org>
15972
15973         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15974         invocations.
15975
15976         * m4/mbscasecmp.m4: Remove file.
15977         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15978         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15979
15980         * m4/mbscasestr.m4: Remove file.
15981         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15982         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15983
15984         * m4/mbschr.m4: Remove file.
15985         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15986         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15987
15988         * m4/mbscspn.m4: Remove file.
15989         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15990         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15991
15992         * m4/mbslen.m4: Remove file.
15993         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15994         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15995
15996         * m4/mbsncasecmp.m4: Remove file.
15997         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15998         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15999
16000         * m4/mbsnlen.m4: Remove file.
16001         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
16002         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
16003
16004         * m4/mbspbrk.m4: Remove file.
16005         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16006         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16007
16008         * m4/mbspcasecmp.m4: Remove file.
16009         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16010         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16011
16012         * m4/mbsrchr.m4: Remove file.
16013         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16014         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16015
16016         * m4/mbssep.m4: Remove file.
16017         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16018         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16019
16020         * m4/mbsspn.m4: Remove file.
16021         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16022         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16023
16024         * m4/mbsstr.m4: Remove file.
16025         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16026         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16027
16028         * m4/mbstok_r.m4: Remove file.
16029         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16030         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16031
16032         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16033
16034         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16035         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16036
16037         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16038
16039 2009-03-08  Bruno Haible  <bruno@clisp.org>
16040
16041         Tests for module 'unicase/ulc-casecmp'.
16042         * modules/unicase/ulc-casecmp-tests: New file.
16043         * tests/unicase/test-ulc-casecmp1.sh: New file.
16044         * tests/unicase/test-ulc-casecmp2.sh: New file.
16045         * tests/unicase/test-ulc-casecmp.c: New file.
16046
16047         New module 'unicase/ulc-casecmp'.
16048         * lib/unicase.h (ulc_casecmp): New declaration.
16049         * lib/unicase/ulc-casecmp.c: New file.
16050         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16051         'const SRC_UNIT *'.
16052         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16053         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16054         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16055         * modules/unicase/ulc-casecmp: New file.
16056
16057         Tests for module 'unicase/u32-is-cased'.
16058         * modules/unicase/u32-is-cased-tests: New file.
16059         * tests/unicase/test-u32-is-cased.c: New file.
16060
16061         Tests for module 'unicase/u16-is-cased'.
16062         * modules/unicase/u16-is-cased-tests: New file.
16063         * tests/unicase/test-u16-is-cased.c: New file.
16064
16065         Tests for module 'unicase/u8-is-cased'.
16066         * modules/unicase/u8-is-cased-tests: New file.
16067         * tests/unicase/test-u8-is-cased.c: New file.
16068         * tests/unicase/test-is-cased.h: New file.
16069
16070         New module 'unicase/u32-is-cased'.
16071         * lib/unicase/u32-is-cased.c: New file.
16072         * modules/unicase/u32-is-cased: New file.
16073
16074         New module 'unicase/u16-is-cased'.
16075         * lib/unicase/u16-is-cased.c: New file.
16076         * modules/unicase/u16-is-cased: New file.
16077
16078         New module 'unicase/u8-is-cased'.
16079         * lib/unicase/u8-is-cased.c: New file.
16080         * lib/unicase/u-is-cased.h: New file.
16081         * modules/unicase/u8-is-cased: New file.
16082
16083         Tests for module 'unicase/u32-is-casefolded'.
16084         * modules/unicase/u32-is-casefolded-tests: New file.
16085         * tests/unicase/test-u32-is-casefolded.c: New file.
16086
16087         Tests for module 'unicase/u16-is-casefolded'.
16088         * modules/unicase/u16-is-casefolded-tests: New file.
16089         * tests/unicase/test-u16-is-casefolded.c: New file.
16090
16091         Tests for module 'unicase/u8-is-casefolded'.
16092         * modules/unicase/u8-is-casefolded-tests: New file.
16093         * tests/unicase/test-u8-is-casefolded.c: New file.
16094         * tests/unicase/test-is-casefolded.h: New file.
16095
16096         New module 'unicase/u32-is-casefolded'.
16097         * lib/unicase/u32-is-casefolded.c: New file.
16098         * modules/unicase/u32-is-casefolded: New file.
16099
16100         New module 'unicase/u16-is-casefolded'.
16101         * lib/unicase/u16-is-casefolded.c: New file.
16102         * modules/unicase/u16-is-casefolded: New file.
16103
16104         New module 'unicase/u8-is-casefolded'.
16105         * lib/unicase/u8-is-casefolded.c: New file.
16106         * modules/unicase/u8-is-casefolded: New file.
16107
16108         Tests for module 'unicase/u32-is-titlecase'.
16109         * modules/unicase/u32-is-titlecase-tests: New file.
16110         * tests/unicase/test-u32-is-titlecase.c: New file.
16111
16112         Tests for module 'unicase/u16-is-titlecase'.
16113         * modules/unicase/u16-is-titlecase-tests: New file.
16114         * tests/unicase/test-u16-is-titlecase.c: New file.
16115
16116         Tests for module 'unicase/u8-is-titlecase'.
16117         * modules/unicase/u8-is-titlecase-tests: New file.
16118         * tests/unicase/test-u8-is-titlecase.c: New file.
16119         * tests/unicase/test-is-titlecase.h: New file.
16120
16121         New module 'unicase/u32-is-titlecase'.
16122         * lib/unicase/u32-is-titlecase.c: New file.
16123         * modules/unicase/u32-is-titlecase: New file.
16124
16125         New module 'unicase/u16-is-titlecase'.
16126         * lib/unicase/u16-is-titlecase.c: New file.
16127         * modules/unicase/u16-is-titlecase: New file.
16128
16129         New module 'unicase/u8-is-titlecase'.
16130         * lib/unicase/u8-is-titlecase.c: New file.
16131         * modules/unicase/u8-is-titlecase: New file.
16132
16133         Tests for module 'unicase/u32-is-lowercase'.
16134         * modules/unicase/u32-is-lowercase-tests: New file.
16135         * tests/unicase/test-u32-is-lowercase.c: New file.
16136
16137         Tests for module 'unicase/u16-is-lowercase'.
16138         * modules/unicase/u16-is-lowercase-tests: New file.
16139         * tests/unicase/test-u16-is-lowercase.c: New file.
16140
16141         Tests for module 'unicase/u8-is-lowercase'.
16142         * modules/unicase/u8-is-lowercase-tests: New file.
16143         * tests/unicase/test-u8-is-lowercase.c: New file.
16144         * tests/unicase/test-is-lowercase.h: New file.
16145
16146         New module 'unicase/u32-is-lowercase'.
16147         * lib/unicase/u32-is-lowercase.c: New file.
16148         * modules/unicase/u32-is-lowercase: New file.
16149
16150         New module 'unicase/u16-is-lowercase'.
16151         * lib/unicase/u16-is-lowercase.c: New file.
16152         * modules/unicase/u16-is-lowercase: New file.
16153
16154         New module 'unicase/u8-is-lowercase'.
16155         * lib/unicase/u8-is-lowercase.c: New file.
16156         * modules/unicase/u8-is-lowercase: New file.
16157
16158         Tests for module 'unicase/u32-is-uppercase'.
16159         * modules/unicase/u32-is-uppercase-tests: New file.
16160         * tests/unicase/test-u32-is-uppercase.c: New file.
16161
16162         Tests for module 'unicase/u16-is-uppercase'.
16163         * modules/unicase/u16-is-uppercase-tests: New file.
16164         * tests/unicase/test-u16-is-uppercase.c: New file.
16165
16166         Tests for module 'unicase/u8-is-uppercase'.
16167         * modules/unicase/u8-is-uppercase-tests: New file.
16168         * tests/unicase/test-u8-is-uppercase.c: New file.
16169         * tests/unicase/test-is-uppercase.h: New file.
16170
16171         New module 'unicase/u32-is-uppercase'.
16172         * lib/unicase/u32-is-uppercase.c: New file.
16173         * modules/unicase/u32-is-uppercase: New file.
16174
16175         New module 'unicase/u16-is-uppercase'.
16176         * lib/unicase/u16-is-uppercase.c: New file.
16177         * modules/unicase/u16-is-uppercase: New file.
16178
16179         New module 'unicase/u8-is-uppercase'.
16180         * lib/unicase/u8-is-uppercase.c: New file.
16181         * modules/unicase/u8-is-uppercase: New file.
16182
16183         New module 'unicase/u32-is-invariant'.
16184         * lib/unicase/u32-is-invariant.c: New file.
16185         * modules/unicase/u32-is-invariant: New file.
16186
16187         New module 'unicase/u16-is-invariant'.
16188         * lib/unicase/u16-is-invariant.c: New file.
16189         * modules/unicase/u16-is-invariant: New file.
16190
16191         New module 'unicase/u8-is-invariant'.
16192         * lib/unicase/u8-is-invariant.c: New file.
16193         * lib/unicase/invariant.h: New file.
16194         * lib/unicase/u-is-invariant.h: New file.
16195         * modules/unicase/u8-is-invariant: New file.
16196
16197         Tests for module 'unicase/u32-casecoll'.
16198         * modules/unicase/u32-casecoll-tests: New file.
16199         * tests/unicase/test-u32-casecoll.c: New file.
16200
16201         Tests for module 'unicase/u16-casecoll'.
16202         * modules/unicase/u16-casecoll-tests: New file.
16203         * tests/unicase/test-u16-casecoll.c: New file.
16204
16205         Tests for module 'unicase/u8-casecoll'.
16206         * modules/unicase/u8-casecoll-tests: New file.
16207         * tests/unicase/test-u8-casecoll.c: New file.
16208
16209         New module 'unicase/u32-casecoll'.
16210         * lib/unicase/u32-casecoll.c: New file.
16211         * modules/unicase/u32-casecoll: New file.
16212
16213         New module 'unicase/u16-casecoll'.
16214         * lib/unicase/u16-casecoll.c: New file.
16215         * modules/unicase/u16-casecoll: New file.
16216
16217         New module 'unicase/u8-casecoll'.
16218         * lib/unicase/u8-casecoll.c: New file.
16219         * lib/unicase/u-casecoll.h: New file.
16220         * modules/unicase/u8-casecoll: New file.
16221
16222         New module 'unicase/u32-casexfrm'.
16223         * lib/unicase/u32-casexfrm.c: New file.
16224         * modules/unicase/u32-casexfrm: New file.
16225
16226         New module 'unicase/u16-casexfrm'.
16227         * lib/unicase/u16-casexfrm.c: New file.
16228         * modules/unicase/u16-casexfrm: New file.
16229
16230         New module 'unicase/u8-casexfrm'.
16231         * lib/unicase/u8-casexfrm.c: New file.
16232         * lib/unicase/u-casexfrm.h: New file.
16233         * modules/unicase/u8-casexfrm: New file.
16234
16235         Tests for module 'unicase/u32-casecmp'.
16236         * modules/unicase/u32-casecmp-tests: New file.
16237         * tests/unicase/test-u32-casecmp.c: New file.
16238
16239         Tests for module 'unicase/u16-casecmp'.
16240         * modules/unicase/u16-casecmp-tests: New file.
16241         * tests/unicase/test-u16-casecmp.c: New file.
16242
16243         Tests for module 'unicase/u8-casecmp'.
16244         * modules/unicase/u8-casecmp-tests: New file.
16245         * tests/unicase/test-u8-casecmp.c: New file.
16246         * tests/unicase/test-casecmp.h: New file.
16247
16248         New module 'unicase/u32-casecmp'.
16249         * lib/unicase/u32-casecmp.c: New file.
16250         * modules/unicase/u32-casecmp: New file.
16251
16252         New module 'unicase/u16-casecmp'.
16253         * lib/unicase/u16-casecmp.c: New file.
16254         * modules/unicase/u16-casecmp: New file.
16255
16256         New module 'unicase/u8-casecmp'.
16257         * lib/unicase/u8-casecmp.c: New file.
16258         * lib/unicase/u-casecmp.h: New file.
16259         * modules/unicase/u8-casecmp: New file.
16260
16261         Tests for module 'unicase/u32-casefold'.
16262         * modules/unicase/u32-casefold-tests: New file.
16263         * tests/unicase/test-u32-casefold.c: New file.
16264
16265         Tests for module 'unicase/u16-casefold'.
16266         * modules/unicase/u16-casefold-tests: New file.
16267         * tests/unicase/test-u16-casefold.c: New file.
16268
16269         Tests for module 'unicase/u8-casefold'.
16270         * modules/unicase/u8-casefold-tests: New file.
16271         * tests/unicase/test-u8-casefold.c: New file.
16272
16273         New module 'unicase/u32-casefold'.
16274         * lib/unicase/u32-casefold.c: New file.
16275         * modules/unicase/u32-casefold: New file.
16276
16277         New module 'unicase/u16-casefold'.
16278         * lib/unicase/u16-casefold.c: New file.
16279         * modules/unicase/u16-casefold: New file.
16280
16281         New module 'unicase/u8-casefold'.
16282         * lib/unicase/u8-casefold.c: New file.
16283         * lib/unicase/u-casefold.h: New file.
16284         * modules/unicase/u8-casefold: New file.
16285
16286         New module 'unicase/tocasefold'.
16287         * lib/unicase/casefold.h: New file.
16288         * lib/unicase/tocasefold.c: New file.
16289         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16290         * modules/unicase/tocasefold: New file.
16291
16292         Tests for module 'unicase/u32-totitle'.
16293         * modules/unicase/u32-totitle-tests: New file.
16294         * tests/unicase/test-u32-totitle.c: New file.
16295
16296         Tests for module 'unicase/u16-totitle'.
16297         * modules/unicase/u16-totitle-tests: New file.
16298         * tests/unicase/test-u16-totitle.c: New file.
16299
16300         Tests for module 'unicase/u8-totitle'.
16301         * modules/unicase/u8-totitle-tests: New file.
16302         * tests/unicase/test-u8-totitle.c: New file.
16303
16304         New module 'unicase/u32-totitle'.
16305         * lib/unicase/u32-totitle.c: New file.
16306         * modules/unicase/u32-totitle: New file.
16307
16308         New module 'unicase/u16-totitle'.
16309         * lib/unicase/u16-totitle.c: New file.
16310         * modules/unicase/u16-totitle: New file.
16311
16312         New module 'unicase/u8-totitle'.
16313         * lib/unicase/u8-totitle.c: New file.
16314         * lib/unicase/u-totitle.h: New file.
16315         * modules/unicase/u8-totitle: New file.
16316
16317         Tests for module 'unicase/u32-tolower'.
16318         * modules/unicase/u32-tolower-tests: New file.
16319         * tests/unicase/test-u32-tolower.c: New file.
16320
16321         Tests for module 'unicase/u16-tolower'.
16322         * modules/unicase/u16-tolower-tests: New file.
16323         * tests/unicase/test-u16-tolower.c: New file.
16324
16325         Tests for module 'unicase/u8-tolower'.
16326         * modules/unicase/u8-tolower-tests: New file.
16327         * tests/unicase/test-u8-tolower.c: New file.
16328
16329         New module 'unicase/u32-tolower'.
16330         * lib/unicase/u32-tolower.c: New file.
16331         * modules/unicase/u32-tolower: New file.
16332
16333         New module 'unicase/u16-tolower'.
16334         * lib/unicase/u16-tolower.c: New file.
16335         * modules/unicase/u16-tolower: New file.
16336
16337         New module 'unicase/u8-tolower'.
16338         * lib/unicase/u8-tolower.c: New file.
16339         * modules/unicase/u8-tolower: New file.
16340
16341         Tests for module 'unicase/u32-toupper'.
16342         * modules/unicase/u32-toupper-tests: New file.
16343         * tests/unicase/test-u32-toupper.c: New file.
16344
16345         Tests for module 'unicase/u16-toupper'.
16346         * modules/unicase/u16-toupper-tests: New file.
16347         * tests/unicase/test-u16-toupper.c: New file.
16348
16349         Tests for module 'unicase/u8-toupper'.
16350         * modules/unicase/u8-toupper-tests: New file.
16351         * tests/unicase/test-u8-toupper.c: New file.
16352
16353         New module 'unicase/u32-toupper'.
16354         * lib/unicase/u32-toupper.c: New file.
16355         * modules/unicase/u32-toupper: New file.
16356
16357         New module 'unicase/u16-toupper'.
16358         * lib/unicase/u16-toupper.c: New file.
16359         * modules/unicase/u16-toupper: New file.
16360
16361         New module 'unicase/u8-toupper'.
16362         * lib/unicase/u8-toupper.c: New file.
16363         * modules/unicase/u8-toupper: New file.
16364
16365         New module 'unicase/u32-casemap'.
16366         * lib/unicase/u32-casemap.c: New file.
16367         * modules/unicase/u32-casemap: New file.
16368
16369         New module 'unicase/u16-casemap'.
16370         * lib/unicase/u16-casemap.c: New file.
16371         * modules/unicase/u16-casemap: New file.
16372
16373         New module 'unicase/u8-casemap'.
16374         * lib/unicase/unicasemap.h: New file.
16375         * lib/unicase/u8-casemap.c: New file.
16376         * lib/unicase/u-casemap.h: New file.
16377         * modules/unicase/u8-casemap: New file.
16378
16379         New module 'unicase/special-casing'.
16380         * lib/unicase/special-casing.h: New file.
16381         * lib/unicase/special-casing.c: New file.
16382         * lib/unicase/special-casing-table.gperf: New file, generated by
16383         gen-uni-tables.c.
16384         * modules/unicase/special-casing: New file.
16385
16386         Tests for module 'unicase/locale-language'.
16387         * modules/unicase/locale-language-tests: New file.
16388         * tests/unicase/test-locale-language.sh: New file.
16389         * tests/unicase/test-locale-language.c: New file.
16390
16391         New module 'unicase/locale-language'.
16392         * lib/unicase/locale-language.c: New file.
16393         * lib/unicase/locale-languages.gperf: New file.
16394         * modules/unicase/locale-language: New file.
16395
16396         Generate more tables for case conversion and case folding.
16397         * lib/gen-uni-tables.c (SCC_*): New enum items.
16398         (struct special_casing_rule): New type.
16399         (casing_rules, num_casing_rules, allocated_casing_rules): New
16400         variables.
16401         (add_casing_rule, fill_casing_rules): New functions.
16402         (struct casefold_rule): New type.
16403         (casefolding_rules, num_casefolding_rules,
16404         allocated_casefolding_rules): New variables.
16405         (fill_casefolding_rules): New function.
16406         (unicode_casefold): New variable.
16407         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16408         sort_casing_rules, output_casing_rules): New functions.
16409         (main): Accept to more arguments: SpecialCasing.txt and
16410         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16411         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16412         Output mapping for casefolding.
16413
16414         * lib/unicase.h: Include stdbool.h, uninorm.h.
16415         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16416         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16417         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16418         arguments.
16419         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16420         resultp arguments.
16421         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16422         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16423         resultp arguments.
16424         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16425         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16426         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16427         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16428         declarations.
16429         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16430
16431 2009-03-08  Bruno Haible  <bruno@clisp.org>
16432
16433         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16434         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16435         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16436         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16437
16438 2009-03-07  Bruno Haible  <bruno@clisp.org>
16439
16440         Adjust u*_normcmp, u*_normcoll API.
16441         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16442         u16_normcoll, u32_normcoll): Change failure conventions.
16443         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16444         errno and return -1.
16445         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16446
16447 2009-03-07  Bruno Haible  <bruno@clisp.org>
16448
16449         Tests for module 'uninorm/u32-normcoll'.
16450         * modules/uninorm/u32-normcoll-tests: New file.
16451         * tests/uninorm/test-u32-normcoll.c: New file.
16452
16453         Tests for module 'uninorm/u16-normcoll'.
16454         * modules/uninorm/u16-normcoll-tests: New file.
16455         * tests/uninorm/test-u16-normcoll.c: New file.
16456
16457         Tests for module 'uninorm/u8-normcoll'.
16458         * modules/uninorm/u8-normcoll-tests: New file.
16459         * tests/uninorm/test-u8-normcoll.c: New file.
16460
16461 2009-03-07  Bruno Haible  <bruno@clisp.org>
16462
16463         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16464         tests/uninorm/test-u32-normcmp.c.
16465         * tests/uninorm/test-u32-normcmp.c: Include it.
16466         (test_nonascii): New function, extracted from main. Add some more
16467         tests.
16468         (main): Invoke test_ascii and test_nonascii.
16469         * modules/uninorm/u32-normcmp-tests (Files): Add
16470         tests/uninorm/test-u32-normcmp.h.
16471         (Depends-on): Remove uninorm/u32-normcmp.
16472
16473         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16474         tests/uninorm/test-u16-normcmp.c.
16475         * tests/uninorm/test-u16-normcmp.c: Include it.
16476         (test_nonascii): New function, extracted from main. Add some more
16477         tests.
16478         (main): Invoke test_ascii and test_nonascii.
16479         * modules/uninorm/u16-normcmp-tests (Files): Add
16480         tests/uninorm/test-u16-normcmp.h.
16481         (Depends-on): Remove uninorm/u16-normcmp.
16482
16483         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16484         tests/uninorm/test-u8-normcmp.c.
16485         * tests/uninorm/test-u8-normcmp.c: Include it.
16486         (test_nonascii): New function, extracted from main. Add some more
16487         tests.
16488         (main): Invoke test_ascii and test_nonascii.
16489         * modules/uninorm/u8-normcmp-tests (Files): Add
16490         tests/uninorm/test-u8-normcmp.h.
16491         (Depends-on): Remove uninorm/u8-normcmp.
16492
16493 2009-03-07  Bruno Haible  <bruno@clisp.org>
16494
16495         New module 'uninorm/u32-normcoll'.
16496         * lib/uninorm/u32-normcoll.c: New file.
16497         * modules/uninorm/u32-normcoll: New file.
16498
16499         New module 'uninorm/u16-normcoll'.
16500         * lib/uninorm/u16-normcoll.c: New file.
16501         * modules/uninorm/u16-normcoll: New file.
16502
16503         New module 'uninorm/u8-normcoll'.
16504         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16505         declarations.
16506         * lib/uninorm/u8-normcoll.c: New file.
16507         * lib/uninorm/u-normcoll.h: New file.
16508         * modules/uninorm/u8-normcoll: New file.
16509
16510         New module 'uninorm/u32-normxfrm'.
16511         * lib/uninorm/u32-normxfrm.c: New file.
16512         * modules/uninorm/u32-normxfrm: New file.
16513
16514         New module 'uninorm/u16-normxfrm'.
16515         * lib/uninorm/u16-normxfrm.c: New file.
16516         * modules/uninorm/u16-normxfrm: New file.
16517
16518         New module 'uninorm/u8-normxfrm'.
16519         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16520         declarations.
16521         * lib/uninorm/u8-normxfrm.c: New file.
16522         * lib/uninorm/u-normxfrm.h: New file.
16523         * modules/uninorm/u8-normxfrm: New file.
16524
16525 2009-03-07  Bruno Haible  <bruno@clisp.org>
16526
16527         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16528         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16529         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16530
16531 2009-03-07  Bruno Haible  <bruno@clisp.org>
16532
16533         New module 'memxfrm'.
16534         * lib/memxfrm.h: New file.
16535         * lib/memxfrm.c: New file.
16536         * modules/memxfrm: New file.
16537
16538 2009-03-07  Bruno Haible  <bruno@clisp.org>
16539
16540         New module 'memcmp2'.
16541         * lib/memcmp2.h: New file.
16542         * lib/memcmp2.c: New file.
16543         * modules/memcmp2: New file.
16544
16545 2009-03-07  Bruno Haible  <bruno@clisp.org>
16546
16547         Tests for module 'uninorm/decomposing-form'.
16548         * modules/uninorm/decomposing-form-tests: New file.
16549         * tests/uninorm/test-decomposing-form.c: New file.
16550
16551         New module 'uninorm/decomposing-form'.
16552         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16553         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16554         Add 'decomposing_variant' field.
16555         * lib/uninorm/decomposing-form.c: New file.
16556         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16557         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16558         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16559         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16560         * modules/uninorm/decomposing-form: New file.
16561         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16562         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16563
16564 2009-03-07  Bruno Haible  <bruno@clisp.org>
16565
16566         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16567         strings.
16568
16569 2009-03-06  Bruno Haible  <bruno@clisp.org>
16570
16571         Tests for module 'uninorm/u32-normcmp'.
16572         * tests/uninorm/test-u32-normcmp.c: New file.
16573         * modules/uninorm/u32-normcmp-tests: New file.
16574
16575         Tests for module 'uninorm/u16-normcmp'.
16576         * tests/uninorm/test-u16-normcmp.c: New file.
16577         * modules/uninorm/u16-normcmp-tests: New file.
16578
16579         Tests for module 'uninorm/u8-normcmp'.
16580         * tests/uninorm/test-u8-normcmp.c: New file.
16581         * modules/uninorm/u8-normcmp-tests: New file.
16582
16583         New module 'uninorm/u32-normcmp'.
16584         * lib/uninorm/u32-normcmp.c: New file.
16585         * modules/uninorm/u32-normcmp: New file.
16586
16587         New module 'uninorm/u16-normcmp'.
16588         * lib/uninorm/u16-normcmp.c: New file.
16589         * modules/uninorm/u16-normcmp: New file.
16590
16591         New module 'uninorm/u8-normcmp'.
16592         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16593         declarations.
16594         * lib/uninorm/u8-normcmp.c: New file.
16595         * lib/uninorm/u-normcmp.h: New file.
16596         * modules/uninorm/u8-normcmp: New file.
16597
16598 2009-03-06  Bruno Haible  <bruno@clisp.org>
16599
16600         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16601         Reported by Eric Blake.
16602
16603 2009-03-06  Eric Blake  <ebb9@byu.net>
16604             Bruno Haible  <bruno@clisp.org>
16605
16606         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16607         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16608         condition.
16609         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16610         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16611         condition.
16612         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16613
16614 2009-03-06  Eric Blake  <ebb9@byu.net>
16615
16616         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16617         to avoid compiler warnings.
16618         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16619
16620 2009-03-05  Bruno Haible  <bruno@clisp.org>
16621
16622         * tests/test-ftell.c (main): Disable test beyond end of file on
16623         FreeMiNT.
16624         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16625
16626 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16627
16628         * lib/filevercmp.c: Move hidden files up in ordering.
16629         * tests/test-filevercmp.c: Add tests for hidden files.
16630
16631 2009-03-04  Bruno Haible  <bruno@clisp.org>
16632
16633         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16634         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16635         AM_CFLAGS.
16636         Reported by Simon Josefsson.
16637
16638 2009-03-03  Bruno Haible  <bruno@clisp.org>
16639
16640         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16641         Reported by Simon Josefsson.
16642
16643         * doc/ld-version-script.texi: Update node reference.
16644
16645 2009-03-03  Bruno Haible  <bruno@clisp.org>
16646
16647         * modules/visibility (License): Change to 'unlimited'.
16648         Suggested by Simon Josefsson.
16649
16650 2009-03-03  Jim Meyering  <meyering@redhat.com>
16651
16652         unlinkdir: cannot_unlink_dir may modify process state
16653         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16654         it's neither thread-safe nor appropriate for use in a library.
16655
16656 2009-03-03  Eric Blake  <ebb9@byu.net>
16657
16658         test-closein: silence test under Darwin
16659         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16660         care if it dies from EPIPE or EBADF.
16661
16662 2009-03-03  Bruno Haible  <bruno@clisp.org>
16663
16664         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16665         earlier.
16666         * doc/visibility.texi: Fix @node and @section.
16667
16668 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16669
16670         * doc/gnulib.texi: Link to sections for ld version script and
16671         visibility.
16672         * doc/visibility.texi: Add @node and @section.
16673         * modules/ld-version-script: New module.
16674         * m4/ld-version-script.m4: New file.
16675         * doc/ld-version-script.texi: New file.
16676
16677 2009-03-02  David Lutterkort  <lutter@redhat.com>
16678
16679         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16680         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16681
16682 2009-03-02  Bruno Haible  <bruno@clisp.org>
16683
16684         * doc/visibility.texi: Mention libtool's -export-symbols option.
16685
16686 2009-03-02  Jim Meyering  <meyering@redhat.com>
16687
16688         announce-gen: new option: --no-print-checksums
16689         * build-aux/announce-gen (usage): Describe it.
16690         (print_checksums): Print a newline here, not in the [*] footnote.
16691         (main): Honor it.
16692
16693 2009-03-01  Bruno Haible  <bruno@clisp.org>
16694
16695         Use socklen_t in the native Windows replacements prototypes.
16696         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16697         instead of 'int'.
16698         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16699         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16700         * modules/getsockopt (Depends-on): Add socklen.
16701         * modules/setsockopt (Depends-on): Add socklen.
16702
16703 2009-03-01  Bruno Haible  <bruno@clisp.org>
16704
16705         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16706         least 4.2.
16707
16708 2009-03-01  Eric Blake  <ebb9@byu.net>
16709             Bruno Haible  <bruno@clisp.org>
16710
16711         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16712         error messages.
16713         * lib/wait-process.c (wait_subprocess): Omit error message about
16714         deadly signal sent to the child of termsigp != NULL.
16715
16716 2009-03-01  Eric Blake  <ebb9@byu.net>
16717
16718         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16719
16720 2009-03-01  Bruno Haible  <bruno@clisp.org>
16721
16722         Avoid a gcc warning.
16723         * tests/test-sched.c (b): Make global.
16724         Reported by Eric Blake.
16725
16726 2009-01-19  Martin Lambers  <marlam@marlam.de>
16727
16728         Provide POSIX semantics for socket timeout options on W32.
16729         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16730         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16731         * modules/setsockopt: Depend on sys_time module for struct timeval.
16732         * modules/getsockopt: Depend on sys_time module for struct timeval.
16733
16734 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16735
16736         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16737         __USE_GNU, for consistency with netdb.in.h.
16738         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16739
16740 2009-03-01  Bruno Haible  <bruno@clisp.org>
16741
16742         More support for FreeMiNT.
16743         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16744         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16745
16746 2009-03-01  Bruno Haible  <bruno@clisp.org>
16747
16748         More support for FreeMiNT.
16749         * lib/fpurge.c (fpurge): Correct last commit.
16750         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16751
16752 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16753
16754         Fix unportable awk script in vc-list-files.
16755         * build-aux/vc-list-files: In the replacement awk script, use
16756         substr with a second argument of 1, not zero.
16757         Report by Simon Josefsson.
16758
16759 2009-02-28  Bruno Haible  <bruno@clisp.org>
16760
16761         More support for FreeMiNT.
16762         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16763         to FreeMiNT today.
16764         * lib/fwriting.c (fwriting): Likewise.
16765         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16766
16767 2009-02-28  Bruno Haible  <bruno@clisp.org>
16768
16769         * tests/test-freadseek.c (main): Disable test beyond end of file on
16770         FreeMiNT.
16771         * tests/test-ftello.c (main): Likewise.
16772         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16773
16774 2009-02-28  Bruno Haible  <bruno@clisp.org>
16775
16776         Add tentative support for FreeMiNT.
16777         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16778         * lib/fpurge.c (fpurge): Likewise.
16779         * lib/freadable.c (freadable): Likewise.
16780         * lib/freading.c (freading): Likewise.
16781         * lib/freadptr.c (freadptr): Likewise.
16782         * lib/freadseek.c (freadptrinc): Likewise.
16783         * lib/fseeko.c (rpl_fseeko): Likewise.
16784         * lib/fseterr.c (fseterr): Likewise.
16785         * lib/fwritable.c (fwritable): Likewise.
16786         * lib/fwriting.c (fwriting): Likewise.
16787         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16788         Hourihane.
16789         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16790
16791 2009-02-28  Bruno Haible  <bruno@clisp.org>
16792
16793         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16794         SIGCHLD.
16795         Reported by Jim Meyering.
16796
16797 2009-02-28  Bruno Haible  <bruno@clisp.org>
16798
16799         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16800         Mention the results of these tests on various platforms.
16801         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16802         order.
16803         * doc/posix-functions/printf.texi: Likewise.
16804         * doc/posix-functions/snprintf.texi: Likewise.
16805         * doc/posix-functions/sprintf.texi: Likewise.
16806         * doc/posix-functions/vfprintf.texi: Likewise.
16807         * doc/posix-functions/vprintf.texi: Likewise.
16808         * doc/posix-functions/vsnprintf.texi: Likewise.
16809         * doc/posix-functions/vsprintf.texi: Likewise.
16810         * doc/glibc-functions/obstack_printf.texi: Likewise.
16811         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16812
16813 2009-02-28  Bruno Haible  <bruno@clisp.org>
16814
16815         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16816         Reported by Loïc Minier <lool@dooz.org>.
16817
16818 2009-02-27  Bruno Haible  <bruno@clisp.org>
16819
16820         * gnulib-tool (func_import): Make the sed expression used to create the
16821         sed script for updating the .gitignore file POSIX compliant.
16822         Reported by Eric Blake.
16823
16824 2009-02-27  Bruno Haible  <bruno@clisp.org>
16825
16826         * gnulib-tool (sed): Don't alias as "sed --posix".
16827         Reported by Eric Blake.
16828
16829 2009-02-27  Bruno Haible  <bruno@clisp.org>
16830
16831         Avoid test link errors.
16832         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16833         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16834         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16835         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16836         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16837
16838 2009-02-27  Bruno Haible  <bruno@clisp.org>
16839
16840         Avoid spurious "(cached)" in configure output.
16841         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16842         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16843         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16844         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16845         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16846         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16847         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16848         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16849         Reported by Eric Blake.
16850
16851 2009-02-27  Eric Blake  <ebb9@byu.net>
16852
16853         printf: fix regression in previous patch
16854         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16855
16856 2009-02-27  Bruno Haible  <bruno@clisp.org>
16857
16858         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16859         value.
16860         * lib/stdint.in.h: Likewise.
16861         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16862
16863 2009-02-27  Eric Blake  <ebb9@byu.net>
16864
16865         doc: mention more functions added in cygwin 1.7.0
16866         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16867         addition.
16868         * doc/posix-functions/open_wmemstream.texi: Likewise.
16869         * doc/posix-functions/wcsnlen.texi: Likewise.
16870         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16871         * doc/posix-functions/wcstod.texi: Likewise.
16872         * doc/posix-functions/wcstof.texi: Likewise.
16873         * doc/posix-functions/wcstoimax.texi: Likewise.
16874         * doc/posix-functions/wcstok.texi: Likewise.
16875         * doc/posix-functions/wcstoumax.texi: Likewise.
16876
16877         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16878         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16879         * doc/posix-functions/fprintf.texi: Update.
16880         * doc/posix-functions/printf.texi: Update.
16881         * doc/posix-functions/snprintf.texi: Update.
16882         * doc/posix-functions/sprintf.texi: Update.
16883         * doc/posix-functions/vfprintf.texi: Update.
16884         * doc/posix-functions/vprintf.texi: Update.
16885         * doc/posix-functions/vsnprintf.texi: Update.
16886         * doc/posix-functions/vsprintf.texi: Update.
16887         * doc/glibc-functions/obstack_printf.texi: Update.
16888         * doc/glibc-functions/obstack_vprintf.texi: Update.
16889
16890 2009-02-26  Eric Blake  <ebb9@byu.net>
16891
16892         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16893         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16894         compilation bug by using runtime conversion.
16895         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16896         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16897         * modules/ceill-tests (Files): Use nan.h.
16898         * modules/floorl-tests (Files): Likewise.
16899         * modules/frexpl-tests (Files): Likewise.
16900         * modules/isnanl-tests (Files): Likewise.
16901         * modules/ldexpl-tests (Files): Likewise.
16902         * modules/roundl-tests (Files): Likewise.
16903         * modules/truncl-tests (Files): Likewise.
16904         * tests/test-ceill.c (main): Use a working NaN.
16905         * tests/test-floorl.c (main): Likewise.
16906         * tests/test-frexpl.c (main): Likewise.
16907         * tests/test-isnan.c (test_long_double): Likewise.
16908         * tests/test-isnanl.h (main): Likewise.
16909         * tests/test-ldexpl.h (main): Likewise.
16910         * tests/test-roundl.h (main): Likewise.
16911         * tests/test-truncl.h (main): Likewise.
16912         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16913
16914 2009-02-26  Eric Blake  <ebb9@byu.net>
16915             Bruno Haible  <bruno@clisp.org>
16916
16917         Work around a *printf bug with %ls on Solaris.
16918         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16919         precision is specified, sprintf stops converting the wide string
16920         argument when the number of bytes that have been produced by this
16921         conversion equals or exceeds the precision.
16922         * doc/posix-functions/fprintf.texi: Update.
16923         * doc/posix-functions/printf.texi: Update.
16924         * doc/posix-functions/snprintf.texi: Update.
16925         * doc/posix-functions/sprintf.texi: Update.
16926         * doc/posix-functions/vfprintf.texi: Update.
16927         * doc/posix-functions/vprintf.texi: Update.
16928         * doc/posix-functions/vsnprintf.texi: Update.
16929         * doc/posix-functions/vsprintf.texi: Update.
16930         * doc/glibc-functions/obstack_printf.texi: Update.
16931         * doc/glibc-functions/obstack_vprintf.texi: Update.
16932
16933 2009-02-26  Eric Blake  <ebb9@byu.net>
16934
16935         stdlib: favor compiler check of random.h
16936         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16937         to avoid an ObjC random.h installed by Swarm.
16938
16939 2009-02-26  Bruno Haible  <bruno@clisp.org>
16940
16941         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16942         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16943         Reported by Gary V. Vaughan <gary@gnu.org>.
16944
16945 2009-02-26  Bruno Haible  <bruno@clisp.org>
16946
16947         Fix *printf behaviour regarding the %ls directive.
16948         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16949         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16950         NEED_PRINTF_DIRECTIVE_LS.
16951         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16952         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16953         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16954         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16955         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16956         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16957         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16958         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16959         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16960         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16961         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16962         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16963         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16964         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16965         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16966         * doc/posix-functions/fprintf.texi: Update.
16967         * doc/posix-functions/printf.texi: Update.
16968         * doc/posix-functions/snprintf.texi: Update.
16969         * doc/posix-functions/sprintf.texi: Update.
16970         * doc/posix-functions/vfprintf.texi: Update.
16971         * doc/posix-functions/vprintf.texi: Update.
16972         * doc/posix-functions/vsnprintf.texi: Update.
16973         * doc/posix-functions/vsprintf.texi: Update.
16974         * doc/glibc-functions/obstack_printf.texi: Update.
16975         * doc/glibc-functions/obstack_vprintf.texi: Update.
16976         Reported by Eric Blake.
16977
16978 2009-02-25  Bruno Haible  <bruno@clisp.org>
16979
16980         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16981         with known value.
16982         Reported by Gary V. Vaughan <gary@gnu.org>.
16983
16984 2009-02-25  Bruno Haible  <bruno@clisp.org>
16985
16986         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16987         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16988         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16989         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16990         Reported by Gary V. Vaughan <gary@gnu.org>.
16991
16992 2009-02-25  Bruno Haible  <bruno@clisp.org>
16993
16994         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16995         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16996         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16997         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16998         Reported by Gary V. Vaughan <gary@gnu.org>.
16999
17000 2009-02-25  Eric Blake  <ebb9@byu.net>
17001
17002         tests: skip fseek/ftell tests if ungetc is broken
17003         * m4/ungetc.m4: New file.
17004         * modules/fseek-tests: Split test, so ungetc dependency is
17005         separate from rest of test.
17006         * modules/fseeko-tests: Likewise.
17007         * modules/ftell-tests: Likewise.
17008         * modules/ftello-tests: Likewise.
17009         * tests/test-fseek.c (main): Isolate ungetc dependency.
17010         * tests/test-fseeko.c (main): Likewise.
17011         * tests/test-ftell.c (main): Likewise.
17012         * tests/test-ftello.c (main): Likewise.
17013         * tests/test-fseek2.sh: New file.
17014         * tests/test-fseeko2.sh: Likewise.
17015         * tests/test-ftell2.sh: Likewise.
17016         * tests/test-ftello2.sh: Likewise.
17017
17018 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17019
17020         test-getaddrinfo: fix usage of skip return code 77
17021         * tests/test-gettaddrinfo.c: Return skip code 77 only
17022         for first occurance of skip (4x77 is not 77)
17023
17024 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17025
17026         strtod: avoid C99 decl-after-statement
17027         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17028
17029 2009-02-24  Eric Blake  <ebb9@byu.net>
17030
17031         strtod: detect HP-UX 11.31 bug
17032         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17033         Reported by Gary V. Vaughan.
17034
17035 2009-02-23  Bruno Haible  <bruno@clisp.org>
17036
17037         Fix invalid read past end of memory block.
17038         * lib/vasnprintf.c (DCHAR_SET): Define.
17039         (local_wcslen): Define only when needed.
17040         (local_strnlen, local_wcsnlen): New functions.
17041         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17042         directives that involve a conversion ourselves.
17043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17044         wcsnlen, mbrtowc, wcrtomb.
17045         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17046         * tests/test-vasprintf-posix.c (test_function): Likewise.
17047         * tests/test-snprintf-posix.h (test_function): Likewise.
17048         * tests/test-sprintf-posix.h (test_function): Likewise.
17049         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17050
17051 2009-02-22  Bruno Haible  <bruno@clisp.org>
17052
17053         Implement new clarified decomposition of Hangul syllables.
17054         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17055         of type LTV, return only a pairwise decomposition.
17056         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17057         Likewise.
17058         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17059         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17060         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17061
17062 2009-02-22  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17065         zero-length results and shrink excess allocated memory.
17066         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17067         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17068         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17069         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17070         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17071         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17072         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17073         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17074         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17075         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17076         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17077         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17078
17079 2009-02-21  Bruno Haible  <bruno@clisp.org>
17080
17081         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17082         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17083         spaces after a period. Put a space between a macro name and its
17084         argument list. Trivial rewordings.
17085         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17086         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17087         (main): Return 0 explicitly.
17088
17089 2009-02-21  Bruno Haible  <bruno@clisp.org>
17090
17091         Tests for module 'uninorm/filter'.
17092         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17093         * modules/uninorm/filter-tests: New file.
17094
17095         New module 'uninorm/filter'.
17096         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17097         uninorm_filter_flush, uninorm_filter_free): New declarations.
17098         * lib/uninorm/uninorm-filter.c: New file.
17099         * modules/uninorm/filter: New file.
17100
17101 2009-02-21  Bruno Haible  <bruno@clisp.org>
17102
17103         Tests for module 'uninorm/nfkc'.
17104         * tests/uninorm/test-nfkc.c: New file.
17105         * tests/uninorm/test-u8-nfkc.c: New file.
17106         * tests/uninorm/test-u16-nfkc.c: New file.
17107         * tests/uninorm/test-u32-nfkc.c: New file.
17108         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17109         * tests/uninorm/test-u32-nfkc-big.c: New file.
17110         * modules/uninorm/nfkc-tests: New file.
17111
17112         New module 'uninorm/nfkc'.
17113         * lib/uninorm/nfkc.c: New file.
17114         * modules/uninorm/nfkc: New file.
17115
17116         Tests for module 'uninorm/nfkd'.
17117         * tests/uninorm/test-nfkd.c: New file.
17118         * tests/uninorm/test-u8-nfkd.c: New file.
17119         * tests/uninorm/test-u16-nfkd.c: New file.
17120         * tests/uninorm/test-u32-nfkd.c: New file.
17121         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17122         * tests/uninorm/test-u32-nfkd-big.c: New file.
17123         * modules/uninorm/nfkd-tests: New file.
17124
17125         New module 'uninorm/nfkd'.
17126         * lib/uninorm/nfkd.c: New file.
17127         * modules/uninorm/nfkd: New file.
17128
17129         Tests for module 'uninorm/nfc'.
17130         * tests/uninorm/test-nfc.c: New file.
17131         * tests/uninorm/test-u8-nfc.c: New file.
17132         * tests/uninorm/test-u16-nfc.c: New file.
17133         * tests/uninorm/test-u32-nfc.c: New file.
17134         * tests/uninorm/test-u32-nfc-big.sh: New file.
17135         * tests/uninorm/test-u32-nfc-big.c: New file.
17136         * modules/uninorm/nfc-tests: New file.
17137
17138         New module 'uninorm/nfc'.
17139         * lib/uninorm/nfc.c: New file.
17140         * modules/uninorm/nfc: New file.
17141
17142         Tests for module 'uninorm/nfd'.
17143         * tests/uninorm/test-nfd.c: New file.
17144         * tests/uninorm/test-u8-nfd.c: New file.
17145         * tests/uninorm/test-u16-nfd.c: New file.
17146         * tests/uninorm/test-u32-nfd.c: New file.
17147         * tests/uninorm/test-u32-nfd-big.sh: New file.
17148         * tests/uninorm/test-u32-nfd-big.c: New file.
17149         * tests/uninorm/test-u32-normalize-big.h: New file.
17150         * tests/uninorm/test-u32-normalize-big.c: New file.
17151         * tests/uninorm/NormalizationTest.txt: New file, created from
17152         Unicode 5.1.0 NormalizationTest.txt.
17153         * modules/uninorm/nfd-tests: New file.
17154
17155         New module 'uninorm/nfd'.
17156         * lib/uninorm/nfd.c: New file.
17157         * modules/uninorm/nfd: New file.
17158
17159         New module 'uninorm/u32-normalize'.
17160         * lib/uninorm/u32-normalize.c: New file.
17161         * modules/uninorm/u32-normalize: New file.
17162
17163         New module 'uninorm/u16-normalize'.
17164         * lib/uninorm/u16-normalize.c: New file.
17165         * modules/uninorm/u16-normalize: New file.
17166
17167         New module 'uninorm/u8-normalize'.
17168         * lib/uninorm/u8-normalize.c: New file.
17169         * lib/uninorm/normalize-internal.h: New file.
17170         * lib/uninorm/u-normalize-internal.h: New file.
17171         * modules/uninorm/u8-normalize: New file.
17172
17173         New module 'uninorm/decompose-internal'.
17174         * lib/uninorm/decompose-internal.c: New file.
17175         * modules/uninorm/decompose-internal: New file.
17176
17177         Tests for module 'uninorm/composition'.
17178         * tests/uninorm/test-composition.c: New file.
17179         * modules/uninorm/composition-tests: New file.
17180
17181         New module 'uninorm/composition'.
17182         * lib/uninorm/composition.c: New file.
17183         * lib/uninorm/composition-table.gperf: New file, generated by
17184         gen-uni-tables.
17185         * modules/uninorm/composition: New file.
17186
17187         Tests for module 'uninorm/compat-decomposition'.
17188         * tests/uninorm/test-compat-decomposition.c: New file.
17189         * modules/uninorm/compat-decomposition-tests: New file.
17190
17191         New module 'uninorm/compat-decomposition'.
17192         * lib/uninorm/decompose-internal.h: New file.
17193         * lib/uninorm/compat-decomposition.c: New file.
17194         * modules/uninorm/compat-decomposition: New file.
17195
17196         Tests for module 'uninorm/canonical-decomposition'.
17197         * tests/uninorm/test-canonical-decomposition.c: New file.
17198         * modules/uninorm/canonical-decomposition-tests: New file.
17199
17200         New module 'uninorm/canonical-decomposition'.
17201         * lib/uninorm/canonical-decomposition.c: New file.
17202         * modules/uninorm/canonical-decomposition: New file.
17203
17204         Tests for module 'uninorm/decomposition'.
17205         * tests/uninorm/test-decomposition.c: New file.
17206         * modules/uninorm/decomposition-tests: New file.
17207
17208         New module 'uninorm/decomposition'.
17209         * lib/uninorm/decomposition.c: New file.
17210         * modules/uninorm/decomposition: New file.
17211
17212         New module 'uninorm/decomposition-table'.
17213         * lib/uninorm/decomposition-table.h: New file.
17214         * lib/uninorm/decomposition-table.c: New file.
17215         * lib/uninorm/decomposition-table1.h: New file, generated by
17216         gen-uni-tables.
17217         * lib/uninorm/decomposition-table2.h: New file, generated by
17218         gen-uni-tables.
17219         * modules/uninorm/decomposition-table: New file.
17220
17221         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17222         (UC_DECOMP_*): New enumeration items.
17223         (get_decomposition): New function.
17224         (struct decomp_table): New type.
17225         (output_decomposition, output_decomposition_tables): New functions.
17226         (unicode_composition_exclusions): New variable.
17227         (fill_composition_exclusions, debug_output_composition_tables): New
17228         functions.
17229         (main): Accept one more argument. Invoke fill_composition_exclusions.
17230         Output decomposition and composition tables.
17231
17232         New module 'uninorm/base'.
17233         * lib/uninorm.h: New file.
17234         * lib/unictype.h: Update comment.
17235         * modules/uninorm/base: New file.
17236
17237 2009-02-21  David Lutterkort  <lutter@redhat.com>
17238
17239         Tests for module 'safe-alloc'.
17240         * tests/test-safe-alloc.c: New file.
17241         * modules/safe-alloc-tests: New file.
17242
17243         New module 'safe-alloc'.
17244         * lib/safe-alloc.h: New file.
17245         * lib/safe-alloc.c: New file.
17246         * m4/safe-alloc.m4: New file.
17247         * modules/safe-alloc: New file.
17248         * doc/safe-alloc.texi: New file.
17249         * doc/gnulib.texi: Include it.
17250         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17251         safe-alloc.
17252
17253 2009-02-18  Bruno Haible  <bruno@clisp.org>
17254
17255         Fix link error on non-glibc systems.
17256         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17257         variable.
17258         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17259
17260 2009-02-18  Jim Meyering  <meyering@redhat.com>
17261
17262         fts: avoid used-uninitialized error due to recent change
17263         * lib/fts.c (fts_read): Guard uses of the new member,
17264         parent->fts_n_dirs_remaining, since it's not relevant for
17265         the parent of a directory specified on the command-line.
17266
17267 2009-02-17  James Youngman  <jay@gnu.org>
17268             Bruno Haible  <bruno@clisp.org>
17269
17270         * m4/include_next.m4: Reformulate comment.
17271
17272 2009-02-16  Jim Meyering  <meyering@redhat.com>
17273
17274         fts: add #if guards so that the fts_lgpl module still builds
17275         * lib/fts.c: Guard just-added hash-table-using parts with
17276         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17277         Reported by Simon Josefsson.
17278
17279 2009-02-15  Bruno Haible  <bruno@clisp.org>
17280
17281         * modules/array-mergesort-tests: New file.
17282         * tests/test-array-mergesort.c: New file.
17283
17284         New module 'array-mergesort'.
17285         * modules/array-mergesort: New file.
17286         * lib/array-mergesort.h: New file.
17287
17288 2009-02-15  Bruno Haible  <bruno@clisp.org>
17289
17290         Fix 2009-02-07 commit.
17291         * lib/gen-uni-tables.c (output_predicate, output_category,
17292         output_combclass, output_bidi_category, output_decimal_digit,
17293         output_digit, output_numeric, output_mirror, output_scripts,
17294         output_ident_category, output_simple_mapping): Fix format directives.
17295         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17296
17297 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17298
17299         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17300         fixes are available from IBM.
17301
17302 2009-02-13  Jim Meyering  <meyering@redhat.com>
17303
17304         fts: arrange not to stat non-directories in more cases
17305         This makes GNU find (when it doesn't need to stat each file)
17306         *much* more efficient at traversing reiserfs file systems.
17307         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17308         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17309         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17310         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17311         (leaf_optimization_applies): New function.
17312         (LCO_hash, LCO_compare): New helper functions.
17313         (link_count_optimize_ok): New function.
17314         (fts_stat): Initialize new member (if dir).
17315         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17316         we've just stat'ed a directory.  Skip the stat call when possible.
17317         ---
17318         Note this AFS-related exchange:
17319         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17320         and note find's pioctl call in find/fstype.c.
17321         But that is necessary only if you want to enable the
17322         optimization for AFS, and for now, I don't.
17323
17324         fts: move a function definition "up" (no semantic change)
17325         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17326         "up" to precede upcoming use of a related function.
17327
17328 2009-02-11  Jim Meyering  <meyering@redhat.com>
17329
17330         fts: correct internal computation of nlinks (optimization-related)
17331         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17332         whether the current entry is a directory, so don't test it.
17333
17334 2009-02-10  Bruno Haible  <bruno@clisp.org>
17335
17336         Tests for module 'uniwbrk/ulc-wordbreaks'.
17337         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17338         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17339         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17340
17341         Tests for module 'uniwbrk/u32-wordbreaks'.
17342         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17343         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17344
17345         Tests for module 'uniwbrk/u16-wordbreaks'.
17346         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17347         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17348
17349         Tests for module 'uniwbrk/u8-wordbreaks'.
17350         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17351         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17352
17353 2009-02-10  Bruno Haible  <bruno@clisp.org>
17354
17355         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17356         property.
17357         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17358         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17359         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17360
17361 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17362
17363         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17364         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17365
17366 2009-02-10  Bruno Haible  <bruno@clisp.org>
17367
17368         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17369         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17370         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17371         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17372         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17373         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17374
17375 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17376
17377         * lib/sockets.h (gl_fd_to_handle): New function.
17378
17379         * tests/test-sockets.c: Call gl_fd_to_handle.
17380
17381 2009-02-09  Bruno Haible  <bruno@clisp.org>
17382
17383         * doc/havelib.texi: Document the conventions on bi-arch systems.
17384
17385 2009-02-08  Bruno Haible  <bruno@clisp.org>
17386
17387         Document the AC_LIB_LINKFLAGS macro.
17388         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17389         * doc/gnulib.texi: Include it.
17390
17391 2009-02-08  Bruno Haible  <bruno@clisp.org>
17392
17393         Fix wrong order of sections, compared to TOC.
17394         * doc/gnulib.texi: Include relocatable-maint.texi after the
17395         "Regular expressions" node, not before.
17396
17397 2009-02-08  Bruno Haible  <bruno@clisp.org>
17398
17399         Tests for module 'unicase/totitle'.
17400         * modules/unicase/totitle-tests: New file.
17401
17402         Tests for module 'unicase/tolower'.
17403         * modules/unicase/tolower-tests: New file.
17404
17405         Tests for module 'unicase/toupper'.
17406         * modules/unicase/toupper-tests: New file.
17407         * tests/unicase/test-mapping-part1.h: New file.
17408         * tests/unicase/test-mapping-part2.h: New file.
17409
17410         New module 'unicase/totitle'.
17411         * modules/unicase/totitle: New file.
17412         * lib/unicase/totitle.c: New file.
17413
17414         New module 'unicase/tolower'.
17415         * modules/unicase/tolower: New file.
17416         * lib/unicase/tolower.c: New file.
17417
17418         New module 'unicase/toupper'.
17419         * modules/unicase/toupper: New file.
17420         * lib/unicase/toupper.c: New file.
17421         * lib/unicase/simple-mapping.h: New file.
17422
17423         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17424         (mapping_table): New structure.
17425         (output_simple_mapping): New function.
17426         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17427         * modules/gen-uni-tables (Description): Update.
17428         * lib/unicase/toupper.h: New file, automatically generated by
17429         gen-uni-tables.
17430         * lib/unicase/tolower.h: New file, automatically generated by
17431         gen-uni-tables.
17432         * lib/unicase/totitle.h: New file, automatically generated by
17433         gen-uni-tables.
17434         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17435         gen-uni-tables.
17436         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17437         gen-uni-tables.
17438         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17439         gen-uni-tables.
17440
17441         New module 'unicase/base'.
17442         * modules/unicase/base: New file.
17443         * lib/unicase.h: New file.
17444
17445 2009-02-08  Bruno Haible  <bruno@clisp.org>
17446
17447         New module 'uniwbrk/ulc-wordbreaks'.
17448         * modules/uniwbrk/ulc-wordbreaks: New file.
17449         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17450
17451         New module 'uniwbrk/u32-wordbreaks'.
17452         * modules/uniwbrk/u32-wordbreaks: New file.
17453         * lib/uniwbrk/u32-wordbreaks.c: New file.
17454
17455         New module 'uniwbrk/u16-wordbreaks'.
17456         * modules/uniwbrk/u16-wordbreaks: New file.
17457         * lib/uniwbrk/u16-wordbreaks.c: New file.
17458
17459         New module 'uniwbrk/u8-wordbreaks'.
17460         * modules/uniwbrk/u8-wordbreaks: New file.
17461         * lib/uniwbrk/u8-wordbreaks.c: New file.
17462         * lib/uniwbrk/u-wordbreaks.h: New file.
17463
17464         New module 'uniwbrk/table'.
17465         * modules/uniwbrk/table: New file.
17466         * lib/uniwbrk/wbrktable.h: New file.
17467         * lib/uniwbrk/wbrktable.c: New file.
17468
17469         New module 'uniwbrk/wordbreak-property'.
17470         * modules/uniwbrk/wordbreak-property: New file.
17471         * lib/uniwbrk/wordbreak-property.c: New file.
17472
17473         * lib/gen-uni-tables.c (WBP_*): New enum items.
17474         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17475         (unicode_org_wbp): New variable.
17476         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17477         New functions.
17478         (wbp_table): New structure.
17479         (output_wbp, output_wbrk_tables): New functions.
17480         (main): Accept additional argument. Invoke fill_org_wbp,
17481         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17482         output_wbrk_tables.
17483         * modules/gen-uni-tables (Description): Update.
17484         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17485         gen-uni-tables.
17486
17487         New module 'uniwbrk/base'.
17488         * modules/uniwbrk/base: New file.
17489         * lib/uniwbrk.h: New file.
17490
17491 2009-02-08  Bruno Haible  <bruno@clisp.org>
17492
17493         Update to Unicode 5.1.0.
17494         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17495         U+2185..U+2188.
17496         (is_property_default_ignorable_code_point): Don't include characters
17497         of category Cc or Cs and not-a-characters.
17498         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17499         U+0D79, U+109E, U+109F, U+A60C.
17500         * lib/unictype/bidi_of.h: Regenerated.
17501         * lib/unictype/blocks.h: Regenerated.
17502         * lib/unictype/categ_C.h: Regenerated.
17503         * lib/unictype/categ_Cf.h: Regenerated.
17504         * lib/unictype/categ_Cn.h: Regenerated.
17505         * lib/unictype/categ_L.h: Regenerated.
17506         * lib/unictype/categ_Ll.h: Regenerated.
17507         * lib/unictype/categ_Lm.h: Regenerated.
17508         * lib/unictype/categ_Lo.h: Regenerated.
17509         * lib/unictype/categ_Lu.h: Regenerated.
17510         * lib/unictype/categ_M.h: Regenerated.
17511         * lib/unictype/categ_Mc.h: Regenerated.
17512         * lib/unictype/categ_Me.h: Regenerated.
17513         * lib/unictype/categ_Mn.h: Regenerated.
17514         * lib/unictype/categ_N.h: Regenerated.
17515         * lib/unictype/categ_Nd.h: Regenerated.
17516         * lib/unictype/categ_Nl.h: Regenerated.
17517         * lib/unictype/categ_No.h: Regenerated.
17518         * lib/unictype/categ_P.h: Regenerated.
17519         * lib/unictype/categ_Pd.h: Regenerated.
17520         * lib/unictype/categ_Pe.h: Regenerated.
17521         * lib/unictype/categ_Pf.h: Regenerated.
17522         * lib/unictype/categ_Pi.h: Regenerated.
17523         * lib/unictype/categ_Po.h: Regenerated.
17524         * lib/unictype/categ_Ps.h: Regenerated.
17525         * lib/unictype/categ_S.h: Regenerated.
17526         * lib/unictype/categ_Sk.h: Regenerated.
17527         * lib/unictype/categ_Sm.h: Regenerated.
17528         * lib/unictype/categ_So.h: Regenerated.
17529         * lib/unictype/categ_of.h: Regenerated.
17530         * lib/unictype/combining.h: Regenerated.
17531         * lib/unictype/ctype_alnum.h: Regenerated.
17532         * lib/unictype/ctype_alpha.h: Regenerated.
17533         * lib/unictype/ctype_graph.h: Regenerated.
17534         * lib/unictype/ctype_lower.h: Regenerated.
17535         * lib/unictype/ctype_print.h: Regenerated.
17536         * lib/unictype/ctype_punct.h: Regenerated.
17537         * lib/unictype/ctype_upper.h: Regenerated.
17538         * lib/unictype/decdigit.h: Regenerated.
17539         * lib/unictype/digit.h: Regenerated.
17540         * lib/unictype/mirror.h: Regenerated.
17541         * lib/unictype/numeric.h: Regenerated.
17542         * lib/unictype/pr_alphabetic.h: Regenerated.
17543         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17544         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17545         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17546         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17547         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17548         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17549         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17550         * lib/unictype/pr_combining.h: Regenerated.
17551         * lib/unictype/pr_dash.h: Regenerated.
17552         * lib/unictype/pr_decimal_digit.h: Regenerated.
17553         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17554         * lib/unictype/pr_deprecated.h: Regenerated.
17555         * lib/unictype/pr_diacritic.h: Regenerated.
17556         * lib/unictype/pr_extender.h: Regenerated.
17557         * lib/unictype/pr_format_control.h: Regenerated.
17558         * lib/unictype/pr_grapheme_base.h: Regenerated.
17559         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17560         * lib/unictype/pr_grapheme_link.h: Regenerated.
17561         * lib/unictype/pr_id_continue.h: Regenerated.
17562         * lib/unictype/pr_id_start.h: Regenerated.
17563         * lib/unictype/pr_ideographic.h: Regenerated.
17564         * lib/unictype/pr_ignorable_control.h: Regenerated.
17565         * lib/unictype/pr_lowercase.h: Regenerated.
17566         * lib/unictype/pr_math.h: Regenerated.
17567         * lib/unictype/pr_numeric.h: Regenerated.
17568         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17569         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17570         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17571         * lib/unictype/pr_other_id_continue.h: Regenerated.
17572         * lib/unictype/pr_other_lowercase.h: Regenerated.
17573         * lib/unictype/pr_other_math.h: Regenerated.
17574         * lib/unictype/pr_punctuation.h: Regenerated.
17575         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17576         * lib/unictype/pr_soft_dotted.h: Regenerated.
17577         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17578         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17579         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17580         * lib/unictype/pr_uppercase.h: Regenerated.
17581         * lib/unictype/pr_xid_continue.h: Regenerated.
17582         * lib/unictype/pr_xid_start.h: Regenerated.
17583         * lib/unictype/pr_zero_width.h: Regenerated.
17584         * lib/unictype/scripts.h: Regenerated.
17585         * lib/unictype/scripts_byname.gperf: Regenerated.
17586         * lib/unictype/sy_java_ident.h: Regenerated.
17587         * lib/unilbrk/lbrkprop1.h: Regenerated.
17588         * lib/unilbrk/lbrkprop2.h: Regenerated.
17589         * tests/unictype/test-categ_C.c: Regenerated.
17590         * tests/unictype/test-categ_Cf.c: Regenerated.
17591         * tests/unictype/test-categ_Cn.c: Regenerated.
17592         * tests/unictype/test-categ_L.c: Regenerated.
17593         * tests/unictype/test-categ_Ll.c: Regenerated.
17594         * tests/unictype/test-categ_Lm.c: Regenerated.
17595         * tests/unictype/test-categ_Lo.c: Regenerated.
17596         * tests/unictype/test-categ_Lu.c: Regenerated.
17597         * tests/unictype/test-categ_M.c: Regenerated.
17598         * tests/unictype/test-categ_Mc.c: Regenerated.
17599         * tests/unictype/test-categ_Me.c: Regenerated.
17600         * tests/unictype/test-categ_Mn.c: Regenerated.
17601         * tests/unictype/test-categ_N.c: Regenerated.
17602         * tests/unictype/test-categ_Nd.c: Regenerated.
17603         * tests/unictype/test-categ_Nl.c: Regenerated.
17604         * tests/unictype/test-categ_No.c: Regenerated.
17605         * tests/unictype/test-categ_P.c: Regenerated.
17606         * tests/unictype/test-categ_Pd.c: Regenerated.
17607         * tests/unictype/test-categ_Pe.c: Regenerated.
17608         * tests/unictype/test-categ_Pf.c: Regenerated.
17609         * tests/unictype/test-categ_Pi.c: Regenerated.
17610         * tests/unictype/test-categ_Po.c: Regenerated.
17611         * tests/unictype/test-categ_Ps.c: Regenerated.
17612         * tests/unictype/test-categ_S.c: Regenerated.
17613         * tests/unictype/test-categ_Sk.c: Regenerated.
17614         * tests/unictype/test-categ_Sm.c: Regenerated.
17615         * tests/unictype/test-categ_So.c: Regenerated.
17616         * tests/unictype/test-ctype_alnum.c: Regenerated.
17617         * tests/unictype/test-ctype_alpha.c: Regenerated.
17618         * tests/unictype/test-ctype_graph.c: Regenerated.
17619         * tests/unictype/test-ctype_lower.c: Regenerated.
17620         * tests/unictype/test-ctype_print.c: Regenerated.
17621         * tests/unictype/test-ctype_punct.c: Regenerated.
17622         * tests/unictype/test-ctype_upper.c: Regenerated.
17623         * tests/unictype/test-decdigit.h: Regenerated.
17624         * tests/unictype/test-digit.h: Regenerated.
17625         * tests/unictype/test-numeric.h: Regenerated.
17626         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17627         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17628         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17629         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17630         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17631         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17632         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17633         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17634         * tests/unictype/test-pr_combining.c: Regenerated.
17635         * tests/unictype/test-pr_dash.c: Regenerated.
17636         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17637         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17638         * tests/unictype/test-pr_deprecated.c: Regenerated.
17639         * tests/unictype/test-pr_diacritic.c: Regenerated.
17640         * tests/unictype/test-pr_extender.c: Regenerated.
17641         * tests/unictype/test-pr_format_control.c: Regenerated.
17642         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17643         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17644         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17645         * tests/unictype/test-pr_id_continue.c: Regenerated.
17646         * tests/unictype/test-pr_id_start.c: Regenerated.
17647         * tests/unictype/test-pr_ideographic.c: Regenerated.
17648         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17649         * tests/unictype/test-pr_lowercase.c: Regenerated.
17650         * tests/unictype/test-pr_math.c: Regenerated.
17651         * tests/unictype/test-pr_numeric.c: Regenerated.
17652         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17653         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17654         Regenerated.
17655         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17656         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17657         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17658         * tests/unictype/test-pr_other_math.c: Regenerated.
17659         * tests/unictype/test-pr_punctuation.c: Regenerated.
17660         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17661         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17662         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17663         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17664         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17665         * tests/unictype/test-pr_uppercase.c: Regenerated.
17666         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17667         * tests/unictype/test-pr_xid_start.c: Regenerated.
17668         * tests/unictype/test-pr_zero_width.c: Regenerated.
17669
17670         Update to Unicode 5.1.0.
17671         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17672         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17673         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17674         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17675         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17676         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17677         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17678         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17679         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17680         (nonspacing_table_ind): Update.
17681         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17682
17683         Update to Unicode 5.1.0.
17684         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17685         code transform.
17686         * lib/uniname/uniname.c (unicode_character_name,
17687         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17688         * lib/uniname/uninames.h: Regenerated.
17689         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17690
17691 2009-02-07  Bruno Haible  <bruno@clisp.org>
17692
17693         Merge gen-ctype and gen-lbrk into a single program.
17694         * lib/gen-uni-tables.c: New file, incorporating
17695         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17696         Add directory prefixes to the names of the generated files.
17697         * lib/unictype/gen-ctype.c: Remove file.
17698         * lib/unilbrk/gen-lbrk.c: Remove file.
17699         * modules/gen-uni-tables: New file.
17700         * modules/unictype/gen-ctype: Remove file.
17701         * modules/unilbrk/gen-lbrk: Remove file.
17702
17703 2009-02-07  Bruno Haible  <bruno@clisp.org>
17704
17705         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17706
17707         New module 'unistr/u32-strcoll'.
17708         * modules/unistr/u32-strcoll: New file.
17709         * lib/unistr/u32-strcoll.c: New file.
17710
17711         New module 'unistr/u16-strcoll'.
17712         * modules/unistr/u16-strcoll: New file.
17713         * lib/unistr/u16-strcoll.c: New file.
17714
17715         New module 'unistr/u8-strcoll'.
17716         * modules/unistr/u8-strcoll: New file.
17717         * lib/unistr/u8-strcoll.c: New file.
17718         * lib/unistr/u-strcoll.h: New file.
17719
17720 2009-02-07  Bruno Haible  <bruno@clisp.org>
17721
17722         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17723         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17724         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17725         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17726         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17727         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17728
17729 2009-02-07  Bruno Haible  <bruno@clisp.org>
17730
17731         Make 64-bit clean.
17732         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17733         output_combclass, output_bidi_category, output_decimal_digit,
17734         output_digit, output_numeric, output_mirror, output_scripts,
17735         output_ident_category): Use proper width specifier in format strings.
17736
17737 2009-02-07  Bruno Haible  <bruno@clisp.org>
17738
17739         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17740         failure behaviour.
17741
17742 2009-02-07  Jim Meyering  <meyering@redhat.com>
17743
17744         regex: avoid compilation failure with upcoming gcc-4.4
17745         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17746         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17747         "... error: integer overflow in preprocessor expression".
17748
17749 2009-02-05  Ben Pfaff  <blp@gnu.org>
17750
17751         Fix link errors on Windows when close module is used.
17752         * modules/close: Add $(LIB_CLOSE) to Link section.
17753         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17754         $(LIB_CLOSE) on Windows.
17755
17756 2009-02-05  Jim Meyering  <meyering@redhat.com>
17757
17758         still avoid unused-parameter warnings, but do it cleanly
17759         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17760         (get_fs_usage): Cast to void instead.
17761         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17762         (dev_from_mount_options, read_file_system_list): Cast to void.
17763         Prompted by Bruno Haible.
17764
17765 2009-02-04  Jim Meyering  <meyering@redhat.com>
17766
17767         fsusage.c: correct copyright year
17768         * lib/fsusage.c: Reflect year in which the change is pushed into
17769
17770         avoid misc. warnings
17771         * lib/fsusage.c (UNUSED_PARAM): Define.
17772         (get_fs_usage): Mark parameter "disk" as unused.
17773         * lib/getugroups.c (getgrent): Use "void" in prototype.
17774         * lib/mountlist.c: Mark unused parameters.
17775         (read_file_system_list): Declare a local with "const".
17776         * lib/nanosleep.c (getnow): Declare static.
17777         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17778
17779         dirfd: set errno upon failure
17780         * lib/dirfd.c: Include <errno.h>.
17781         Set errno to ENOTSUP when returning -1.
17782         * modules/dirfd (Depends-on): Add errno.
17783         Suggested by John Kodis <kodis@comcast.net>.
17784
17785 2009-02-01  Bruno Haible  <bruno@clisp.org>
17786
17787         Don't assume sizeof (long) >= sizeof (void *).
17788         * lib/memcmp.c: Include stdint.h.
17789         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17790         srcp2 to 'const byte *'.
17791         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17792         types to uintptr_t.
17793         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17794         * modules/memcmp (Depends-on): Add stdint.
17795         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17796
17797 2009-01-30  Eric Blake  <ebb9@byu.net>
17798
17799         fix more require-before-expand issues
17800         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17801         expand, AC_PROG_AWK.
17802         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17803
17804 2009-01-28  Eric Blake  <ebb9@byu.net>
17805
17806         version-etc: use consistent URL formatting
17807         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17808         Improve formatting.  Use fputs for string without %.
17809
17810 2009-01-28  Jim Meyering  <meyering@redhat.com>
17811
17812         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17813         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17814         "underquoted definition of NAME" from autoconf-2.59.
17815
17816 2009-01-28  Bruno Haible  <bruno@clisp.org>
17817
17818         * doc/gnulib.texi: Add "Obsolete modules" to index.
17819
17820 2009-01-28  Jim Meyering  <meyering@redhat.com>
17821
17822         useless-if-before-free: recognize more variants
17823         * build-aux/useless-if-before-free: Also recognize e.g.,
17824         if (NULL != p) free (p);
17825
17826 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17827
17828         test-getaddrinfo: skip (don't fail) this test when there's no network
17829         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17830         on the presumption that it means you lack network access.
17831
17832 2009-01-26  Jim Meyering  <meyering@redhat.com>
17833
17834         fflush: avoid warnings on modern systems
17835         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17836         pos and result, into scopes where they're used.
17837
17838 2009-01-26  Eric Blake  <ebb9@byu.net>
17839
17840         Silence warning reintroduced by recent extensions patch.
17841         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17842         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17843         autoconf.
17844
17845         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17846         * m4/00gnulib.m4: New file.
17847         * gnulib-tool (func_get_filelist): Always use it.
17848         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17849         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17850
17851 2009-01-25  Bruno Haible  <bruno@clisp.org>
17852
17853         Make test-quotearg work on MacOS X and AIX.
17854         * tests/test-quotearg.sh: New file.
17855         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17856         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17857         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17858         include <libintl.h>.
17859         (fake_locale): Remove variable.
17860         (gettext, dgettext, dcgettext): Remove functions.
17861         (main): Instead of setting a fake locale, set a real locale. Call
17862         textdomain and bindtextdomain.
17863         * modules/quotearg-tests (Files): Add the new files.
17864         (Depends-on): Add gettext, setenv, unsetenv.
17865         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17866         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17867         Augment TESTS_ENVIRONMENT.
17868
17869 2009-01-25  Bruno Haible  <bruno@clisp.org>
17870
17871         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17872         fr_FR.ISO8859-1 locale on MacOS X.
17873         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17874         ja_JP.eucJP locale on MacOS X.
17875         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17876         zh_CN.GB18030 locale on MacOS X.
17877
17878 2009-01-25  Bruno Haible  <bruno@clisp.org>
17879
17880         Avoid link errors on MacOS X 10.3.
17881         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17882         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17883
17884 2009-01-25  Bruno Haible  <bruno@clisp.org>
17885
17886         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17887         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17888         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17889         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17890         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17891         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17892         posix_spawnattr_init, posix_spawnattr_setsigmask,
17893         posix_spawnattr_setflags, posix_spawnattr_destroy.
17894
17895         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17896         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17897         * modules/execute (Files): Remove m4/posix_spawn.m4.
17898         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17899         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17900         posix_spawnattr_init, posix_spawnattr_setsigmask,
17901         posix_spawnattr_setflags, posix_spawnattr_destroy.
17902
17903 2009-01-25  Bruno Haible  <bruno@clisp.org>
17904
17905         * lib/glthread/threadlib.c: Include <stdlib.h>.
17906
17907 2009-01-25  Bruno Haible  <bruno@clisp.org>
17908
17909         * lib/glthread/threadlib.c (dummy): New declaration.
17910
17911 2009-01-25  Bruno Haible  <bruno@clisp.org>
17912
17913         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17914         multibyte characters also for the GB18030 encoding. Don't crash when
17915         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17916
17917 2009-01-25  Bruno Haible  <bruno@clisp.org>
17918
17919         Avoid redefining 'struct random_data' on OSF/1 5.1.
17920         * lib/stdlib.in.h: Include <random.h> if it exists.
17921         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17922         HAVE_RANDOM_H. Include <random.h> when testing whether
17923         'struct random_data' exists.
17924         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17925
17926 2009-01-25  Bruno Haible  <bruno@clisp.org>
17927
17928         Don't install charset.alias on MacOS X >= 10.3.
17929         * lib/localcharset.c (DARWIN7): New macro.
17930         (get_charset_aliases): Hardcode the result for Darwin7.
17931         * modules/localcharset (install-exec-local): Don't install
17932         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17933
17934 2009-01-25  Bruno Haible  <bruno@clisp.org>
17935
17936         Don't install charset.alias on mingw and Cygwin.
17937         * modules/localcharset (install-exec-local): Don't install
17938         charset.alias on mingw and Cygwin, if the file does not yet exist.
17939         The result for these platforms is hardcoded in localcharset.c.
17940
17941 2009-01-25  Bruno Haible  <bruno@clisp.org>
17942
17943         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17945         before requiring AC_USE_SYSTEM_EXTENSIONS.
17946
17947 2009-01-25  Jim Meyering  <meyering@redhat.com>
17948
17949         c-strtod: avoid warnings
17950         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17951         "assignment discards qualifiers from pointer target type" warnings.
17952
17953 2009-01-24  Bruno Haible  <bruno@clisp.org>
17954
17955         Add support for non-UTF-8 locales on MacOS X.
17956         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17957         canonical encodings. For Darwin 7 and newer, don't map traditional
17958         encodings to UTF-8.
17959         Reported by Vincent Lefevre <vincent@vinc17.org>
17960         at <http://savannah.gnu.org/bugs/?25235>.
17961
17962 2009-01-24  Bruno Haible  <bruno@clisp.org>
17963
17964         * doc/gnulib.texi (Obsolete modules): New section.
17965         Reported by Mike Frysinger <vapier@gentoo.org>.
17966
17967 2009-01-24  Bruno Haible  <bruno@clisp.org>
17968
17969         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17970         (%.dvi): New rule.
17971
17972 2009-01-24  Bruno Haible  <bruno@clisp.org>
17973
17974         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17975         Reported by Eric Blake.
17976
17977 2009-01-24  Bruno Haible  <bruno@clisp.org>
17978
17979         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17980         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17981         Reported by Gary V. Vaughan <gary@gnu.org>.
17982
17983 2009-01-24  Bruno Haible  <bruno@clisp.org>
17984
17985         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17986
17987 2009-01-23  Bruno Haible  <bruno@clisp.org>
17988
17989         Make c-strtod, c-strtold usable in libraries.
17990         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17991         (C_STRTOD): Call strdup instead of xstrdup.
17992         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17993         * modules/c-strtold (Depends-on): Likewise.
17994         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17995         * NEWS: Mention the change.
17996         Reported by Michael Gold <mgold@ncf.ca>.
17997
17998 2009-01-23  Jim Meyering  <meyering@redhat.com>
17999
18000         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
18001         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
18002         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
18003
18004 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18005
18006         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18007         GNU CoreUtils.
18008         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18009         * modules/version-etc (Description): Update.
18010
18011 2009-01-22  Bruno Haible  <bruno@clisp.org>
18012
18013         Cache the C locale object.
18014         * lib/c-strtod.c (c_locale_cache): New variable.
18015         (c_locale): New function.
18016         (C_STRTOD): Use it, and don't call freelocale.
18017         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18018         Suggested by Paolo Bonzini.
18019
18020 2009-01-21  Bruno Haible  <bruno@clisp.org>
18021
18022         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18023         conditions other than overflow.
18024
18025 2009-01-21  Bruno Haible  <bruno@clisp.org>
18026
18027         * lib/c-strtod.c: Include errno.h.
18028         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18029         value from STRTOD_L and STRTOD.
18030
18031 2009-01-21  Bruno Haible  <bruno@clisp.org>
18032         and Jim Meyering  <meyering@redhat.com>
18033
18034         nanosleep: skip configure test (fail it) for apple universal builds
18035         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18036         universal builds, assume that nanosleep does not work.
18037         * modules/nanosleep (Depends-on): Add multiarch.
18038
18039         mktime: skip configure test (fail it) for apple universal builds
18040         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18041         universal builds, assume that mktime does not work.
18042         * modules/mktime (Depends-on): Add multiarch.
18043
18044 2009-01-21  Eric Blake  <ebb9@byu.net>
18045
18046         multiarch: avoid expand-before-require warning
18047         * modules/multiarch (configure.ac): Require, rather than expand,
18048         gl_MULTIARCH.
18049         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18050         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18051         enforce that all clients require it.  Partial reversion of
18052         2008-12-29 patch.
18053
18054         error: avoid expand-before-require warning
18055         * modules/errno (configure.ac): Require, rather than expand,
18056         gl_HEADER_ERRNO_H.
18057         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18058         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18059         enforce that all clients require it.
18060
18061         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18062         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18063         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18064         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18065
18066 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18067
18068         Revert:
18069         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18070
18071         regex: do not depend on obsolete modules.
18072         * modules/regex: Remove memcmp and memmove.
18073
18074 2009-01-20  Bruno Haible  <bruno@clisp.org>
18075
18076         Make the 'link' module link on Windows NT 4.
18077         * lib/link.c (_WIN32_WINNT): Don't define.
18078         (CreateHardLinkFuncType): New type.
18079         (CreateHardLinkFunc, initialized): New variables.
18080         (initialize): New function.
18081         (link): Invoke CreateHardLink indirectly through the function pointer.
18082
18083 2009-01-20  Bruno Haible  <bruno@clisp.org>
18084
18085         Fix compilation failure on mingw.
18086         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18087
18088 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18089
18090         * doc/c-strtod.texi: Mention a couple of restrictions.
18091
18092 2009-01-20  Jim Meyering  <meyering@redhat.com>
18093
18094         gettimeofday: move more declarations out of functions
18095         * lib/gettimeofday.c: Move extern declarations of tzset and
18096         gmtime out of containing functions.  Prompted by Bruno Haible.
18097
18098 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18099
18100         regex: do not depend on obsolete modules.
18101         * modules/regex: Remove memcmp and memmove.
18102
18103 2009-01-19  Bruno Haible  <bruno@clisp.org>
18104
18105         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18106         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18107         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18108         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18109         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18110
18111 2009-01-19  Bruno Haible  <bruno@clisp.org>
18112
18113         * tests/test-link.c: Include <errno.h>.
18114         (main): Exit with code 77 when a hard link cannot be created due to
18115         the file system.
18116         * tests/test-link.sh: Skip test when a hard link cannot be created due
18117         to the file system.
18118         Suggested by Eric Blake.
18119
18120 2009-01-19  Martin Lambers  <marlam@marlam.de>
18121
18122         * modules/link-tests: New file.
18123         * tests/test-link.sh: New file.
18124         * tests/test-link.c: New file.
18125
18126 2009-01-19  Eric Blake  <ebb9@byu.net>
18127
18128         doc: mention another function added in cygwin 1.7.0
18129         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18130         Another new function in cygwin 1.7.
18131
18132 2009-01-19  Bruno Haible  <bruno@clisp.org>
18133
18134         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18135         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18136         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18137         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18138         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18139         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18140         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18141         * m4/md4.m4 (gl_MD4): Likewise.
18142         * m4/md5.m4 (gl_MD5): Likewise.
18143         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18144         * m4/sha1.m4 (gl_SHA1): Likewise.
18145         * m4/sha256.m4 (gl_SHA256): Likewise.
18146         * m4/sha512.m4 (gl_SHA512): Likewise.
18147
18148 2009-01-19  Bruno Haible  <bruno@clisp.org>
18149
18150         * modules/uniname/uniname-tests (Depends-on): Add progname.
18151         * tests/uniname/test-uninames.c: Include progname.h.
18152         (main): Call set_program_name.
18153
18154         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18155         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18156         (main): Call set_program_name.
18157
18158         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18159         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18160         (main): Call set_program_name.
18161
18162         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18163         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18164         (main): Call set_program_name.
18165
18166         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18167         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18168         (main): Call set_program_name.
18169
18170         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18171         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18172         (main): Call set_program_name.
18173
18174         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18175         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18176         (main): Call set_program_name.
18177
18178         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18179         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18180         (main): Call set_program_name.
18181
18182         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18183         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18184         (main): Call set_program_name.
18185
18186 2009-01-19  Eric Blake  <ebb9@byu.net>
18187
18188         test-unistd: test previous patch
18189         * tests/test-unistd.c: Test *_FILENO macros.
18190
18191         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18192         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18193         Guarantee a definition.
18194         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18195         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18196         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18197         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18198         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18199         Likewise.
18200         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18201         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18202         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18203         Likewise.
18204         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18205         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18206         (STDERR_FILENO): Likewise.
18207         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18208         (STDERR_FILENO): Likewise.
18209         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18210         (STDERR_FILENO): Likewise.
18211         Reported by Elbert Pol.
18212
18213 2009-01-19  Eric Blake  <ebb9@byu.net>
18214
18215         doc: mention more functions added in cygwin 1.7.0
18216         * doc/posix-functions/abort.texi (abort): Update wording related
18217         to cygwin.
18218         * doc/posix-functions/daylight.texi (daylight): Likewise.
18219         * doc/posix-functions/optarg.texi (optarg): Likewise.
18220         * doc/posix-functions/optarg.texi (opterr): Likewise.
18221         * doc/posix-functions/optarg.texi (optind): Likewise.
18222         * doc/posix-functions/optarg.texi (optopt): Likewise.
18223         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18224         worked in 1.5.x, and was withdrawn in 1.7.
18225         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18226         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18227         cygwin versions.
18228         * doc/posix-functions/perror.texi (perror): Likewise.
18229         * doc/posix-functions/printf.texi (printf): Likewise.
18230         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18231         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18232         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18233         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18234         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18235         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18236         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18237         Likewise.
18238         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18239         Likewise.
18240         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18241         this function.
18242         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18243         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18244         Likewise.
18245         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18246         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18247         * doc/posix-functions/confstr.texi (confstr): Likewise.
18248         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18249         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18250         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18251         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18252         * doc/posix-functions/fputws.texi (fputws): Likewise.
18253         * doc/posix-functions/fwide.texi (fwide): Likewise.
18254         * doc/posix-functions/getwc.texi (getwc): Likewise.
18255         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18256         * doc/posix-functions/putwc.texi (putwc): Likewise.
18257         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18258         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18259         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18260         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18261         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18262         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18263         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18264         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18265         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18266         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18267         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18268
18269 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18270
18271         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18272         * lib/ioctl.c: Include <sys/ioctl.h>.
18273
18274 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18275
18276         * modules/getdate-tests (Depends-on): Add progname.
18277         * tests/test-getdate.c: Use progname module, to avoid link errors
18278         on non-glibc systems.
18279
18280 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18281
18282         * modules/filenamecat-tests (Depends-on): Add progname.
18283         * modules/fstrcmp-tests (Depends-on): Likewise.
18284
18285         * tests/test-filenamecat.c: Use progname module, to avoid link
18286         errors on non-glibc systems.
18287         * tests/test-fstrcmp.c: Likewise.
18288
18289 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18290
18291         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18292         * lib/gettimeofday.c: Move extern declaration out of function.
18293
18294 2009-01-18  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18297         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18298         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18299
18300 2009-01-18  Bruno Haible  <bruno@clisp.org>
18301
18302         * lib/strftime.c (MEMPCPY): Remove unused macro.
18303         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18304
18305 2009-01-18  Martin Lambers  <marlam@marlam.de>
18306
18307         New module 'link'.
18308         * lib/unistd.in.h (link): New declaration.
18309         * lib/link.c: New file.
18310         * m4/link.m4: New file.
18311         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18312         HAVE_LINK.
18313         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18314         * modules/link: New file.
18315         * doc/posix-functions/link.texi: Mention the new module.
18316
18317 2009-01-18  Bruno Haible  <bruno@clisp.org>
18318
18319         * tests/test-avltree_list.c (main): Call set_program_name.
18320         * tests/test-avltree_oset.c (main): Likewise.
18321         * tests/test-obstack-printf.c: Include progname.h.
18322         (main): Call set_program_name.
18323         * tests/test-quotearg.c: Include progname.h.
18324         (main): Call set_program_name.
18325         * tests/test-xmemdup0.c: Include progname.h.
18326         (main): Call set_program_name.
18327
18328 2009-01-18  Bruno Haible  <bruno@clisp.org>
18329
18330         New module 'alphasort'.
18331         * lib/dirent.in.h (alphasort): New declaration.
18332         * lib/alphasort.c: New file, from glibc with modifications.
18333         * m4/alphasort.m4: New file.
18334         * modules/alphasort: New file.
18335         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18336         HAVE_ALPHASORT.
18337         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18338         HAVE_ALPHASORT.
18339         * doc/posix-functions/alphasort.texi: Mention the new module and the
18340         portability problems.
18341
18342 2009-01-18  Bruno Haible  <bruno@clisp.org>
18343
18344         New module 'scandir'.
18345         * lib/dirent.in.h (scandir): New declaration.
18346         * lib/scandir.c: New file, from glibc with modifications.
18347         * m4/scandir.m4: New file.
18348         * modules/scandir: New file.
18349         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18350         HAVE_SCANDIR.
18351         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18352         HAVE_SCANDIR.
18353         * doc/posix-functions/scandir.texi: Mention the new module and the
18354         portability problems.
18355
18356 2009-01-17  Bruno Haible  <bruno@clisp.org>
18357
18358         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18359         Update documentation.
18360         (func_remove_suffix): Escape all dots in the suffix. Update
18361         documentation.
18362         (func_filter_filelist): Update documentation.
18363         Reported by Ralf Wildenhues.
18364
18365 2009-01-17  Bruno Haible  <bruno@clisp.org>
18366
18367         * modules/dprintf-posix-tests: New file.
18368         * tests/test-dprintf-posix.sh: New file.
18369         * tests/test-dprintf-posix.c: New file.
18370
18371         New modules 'dprintf', 'dprintf-posix'.
18372         * lib/stdio.in.h (dprintf): New declaration.
18373         * lib/dprintf.c: New file.
18374         * m4/dprintf.m4: New file.
18375         * m4/dprintf-posix.m4: New file.
18376         * modules/dprintf: New file.
18377         * modules/dprintf-posix: New file.
18378         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18379         HAVE_DPRINTF, REPLACE_DPRINTF.
18380         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18381         HAVE_DPRINTF, REPLACE_DPRINTF.
18382         * doc/posix-functions/dprintf.texi: Mention the new modules.
18383
18384 2009-01-17  Bruno Haible  <bruno@clisp.org>
18385
18386         * modules/vdprintf-posix-tests: New file.
18387         * tests/test-vdprintf-posix.sh: New file.
18388         * tests/test-vdprintf-posix.c: New file.
18389
18390         New modules 'vdprintf', 'vdprintf-posix'.
18391         * lib/stdio.in.h (vdprintf): New declaration.
18392         * lib/vdprintf.c: New file.
18393         * m4/vdprintf.m4: New file.
18394         * m4/vdprintf-posix.m4: New file.
18395         * modules/vdprintf: New file.
18396         * modules/vdprintf-posix: New file.
18397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18398         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18399         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18400         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18401         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18402
18403 2009-01-17  Bruno Haible  <bruno@clisp.org>
18404
18405         Fix replacement of fopen on mingw.
18406         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18407         mingw.
18408
18409 2009-01-17  Bruno Haible  <bruno@clisp.org>
18410
18411         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18412         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18413
18414 2009-01-17  Bruno Haible  <bruno@clisp.org>
18415
18416         Avoid test-fflush2.sh failure on mingw.
18417         * tests/test-fflush2.c: Include binary-io.h.
18418         (main): Put standard input into binary mode.
18419         * modules/fflush-tests (Depends-on): Add binary-io.
18420
18421 2009-01-17  Bruno Haible  <bruno@clisp.org>
18422
18423         * lib/wchar.in.h: In another particular situation, include only the
18424         system's <wchar.h> file.
18425         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18426         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18427         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18428
18429 2009-01-17  Bruno Haible  <bruno@clisp.org>
18430
18431         Support for stripping executables in --enable-relocatable.
18432         * build-aux/install-reloc: Expect one more argument, or an environment
18433         variable RELOC_STRIP_PROG. If set, strip the destination program and
18434         its wrapper.
18435         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18436         RELOC_STRIP_PROG.
18437         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18438         to set RELOCATABLE_STRIP.
18439         * NEWS: Mention the new Makefile requirement.
18440
18441 2009-01-17  Bruno Haible  <bruno@clisp.org>
18442
18443         * build-aux/install-reloc: Remove debugging information left over by
18444         C compiler on MacOS X.
18445
18446 2009-01-17  Bruno Haible  <bruno@clisp.org>
18447
18448         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18449         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18450         _NSGetExecutablePath.
18451
18452 2009-01-16  Jim Meyering  <meyering@redhat.com>
18453
18454         strerror: avoid warnings about discarding "const"
18455         * lib/strerror.c (rpl_strerror): Instead of returning a const
18456         string from each and every "case", use a variable, and add a single
18457         cast after the switch.
18458
18459 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18460
18461         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18462
18463 2009-01-16  Bruno Haible  <bruno@clisp.org>
18464
18465         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18466         array initializer syntax that also works in C++ mode.
18467         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18468
18469 2009-01-16  Jim Meyering  <meyering@redhat.com>
18470
18471         poll: suppress a warning
18472         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18473         to ignore "...unsigned expression < 0 is always false" warnings.
18474
18475 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18476
18477         poll: remove declarations of unused variables
18478         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18479         sockbuf and optlen.
18480
18481 2009-01-15  Bruno Haible  <bruno@clisp.org>
18482
18483         Make fflush-after-ungetc POSIX compliant on BSD systems.
18484         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18485         (clear_ungetc_buffer): Implement also for other systems.
18486         (rpl_fflush): On glibc systems, invoke
18487         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18488         clear_ungetc_buffer after fetching the stream's position, not before.
18489
18490 2009-01-15  Bruno Haible  <bruno@clisp.org>
18491
18492         Make fflush-after-ungetc POSIX compliant on glibc systems.
18493         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18494         after ungetc.
18495         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18496         (rpl_fflush): On glibc systems, simply call the system's fflush
18497         function after clearing the ungetc buffer.
18498         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18499         Instead, lseek only to the end of file, then use the system's fseeko
18500         for the rest. On glibc systems, reset the EOF indicator bit.
18501
18502 2009-01-15  Jim Meyering  <meyering@redhat.com>
18503
18504         openmp.m4: revert quote-adding change, for portability to older autoconf
18505         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18506         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18507         Simon Josefsson noticed the problem when using autoconf-2.61.
18508
18509 2009-01-15  Bruno Haible  <bruno@clisp.org>
18510
18511         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18512         * tests/test-fflush2.c (ASSERT): Always fail.
18513         (main): Add two tests for fflush() after ungetc(), taking into account
18514         the Austin Group's clarification.
18515         Suggested by Eric Blake.
18516
18517 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18518
18519         mktime.m4: remove K&R-style function prototypes
18520         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18521         for the Sun C++ compiler.
18522
18523 2009-01-14  Bruno Haible  <bruno@clisp.org>
18524
18525         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18526         while including <wchar.h>.
18527         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18528         the system's <wchar.h> file.
18529         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18530
18531 2009-01-14  Bruno Haible  <bruno@clisp.org>
18532
18533         * m4/csharp.m4: Don't mention gettext on the serial number line.
18534         * m4/csharpexec.m4: Likewise.
18535         * m4/eaccess.m4: Likewise.
18536         * m4/javaexec.m4: Likewise.
18537         * m4/sig_atomic_t.m4: Likewise.
18538         * m4/tmpdir.m4: Likewise.
18539         * m4/intldir.m4: Bump gettext version.
18540         * m4/lib-ld.m4: Likewise.
18541
18542 2009-01-14  Bruno Haible  <bruno@clisp.org>
18543
18544         * lib/progname.c (set_program_name): Add more comments.
18545         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18546
18547 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18548
18549         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18550         were sys/stat.h does not define it.
18551
18552 2009-01-14  Jim Meyering  <meyering@redhat.com>
18553
18554         many *.m4 files: improve m4 quoting
18555         99% of this change was performed by running the following commands:
18556         git ls-files | grep '\.m4$' | xargs perl -pi \
18557           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18558           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18559           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18560           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18561         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18562         The remainder were to add Copyright dates, increment serial numbers,
18563         undo some changes in comments, exclude m4/intl.m4, and add quotes
18564         around the "1" in ",1" where the unusual spacing prohibited the
18565         above regexps from doing the job.  For more details, see
18566         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18567         * m4/acl.m4: Modified.
18568         * m4/afs.m4: Likewise.
18569         * m4/alloca.m4: Likewise.
18570         * m4/argp.m4: Likewise.
18571         * m4/argz.m4: Likewise.
18572         * m4/atexit.m4: Likewise.
18573         * m4/bison-i18n.m4: Likewise.
18574         * m4/bison.m4: Likewise.
18575         * m4/byteswap.m4: Likewise.
18576         * m4/c-stack.m4: Likewise.
18577         * m4/c-strtod.m4: Likewise.
18578         * m4/calloc.m4: Likewise.
18579         * m4/canonicalize-lgpl.m4: Likewise.
18580         * m4/chown.m4: Likewise.
18581         * m4/clock_time.m4: Likewise.
18582         * m4/codeset.m4: Likewise.
18583         * m4/copy-file.m4: Likewise.
18584         * m4/csharp.m4: Likewise.
18585         * m4/csharpcomp.m4: Likewise.
18586         * m4/csharpexec.m4: Likewise.
18587         * m4/d-ino.m4: Likewise.
18588         * m4/d-type.m4: Likewise.
18589         * m4/dirfd.m4: Likewise.
18590         * m4/double-slash-root.m4: Likewise.
18591         * m4/eaccess.m4: Likewise.
18592         * m4/eealloc.m4: Likewise.
18593         * m4/environ.m4: Likewise.
18594         * m4/errno_h.m4: Likewise.
18595         * m4/euidaccess.m4: Likewise.
18596         * m4/execute.m4: Likewise.
18597         * m4/fatal-signal.m4: Likewise.
18598         * m4/fchdir.m4: Likewise.
18599         * m4/fcntl_h.m4: Likewise.
18600         * m4/fileblocks.m4: Likewise.
18601         * m4/filenamecat.m4: Likewise.
18602         * m4/findprog.m4: Likewise.
18603         * m4/flexmember.m4: Likewise.
18604         * m4/fnmatch.m4: Likewise.
18605         * m4/fopen.m4: Likewise.
18606         * m4/fpending.m4: Likewise.
18607         * m4/fprintf-posix.m4: Likewise.
18608         * m4/free.m4: Likewise.
18609         * m4/frexp.m4: Likewise.
18610         * m4/frexpl.m4: Likewise.
18611         * m4/fsusage.m4: Likewise.
18612         * m4/ftruncate.m4: Likewise.
18613         * m4/gc-camellia.m4: Likewise.
18614         * m4/gc-random.m4: Likewise.
18615         * m4/gc.m4: Likewise.
18616         * m4/getaddrinfo.m4: Likewise.
18617         * m4/getcwd-abort-bug.m4: Likewise.
18618         * m4/getcwd-path-max.m4: Likewise.
18619         * m4/getdate.m4: Likewise.
18620         * m4/getdomainname.m4: Likewise.
18621         * m4/getgroups.m4: Likewise.
18622         * m4/gethostname.m4: Likewise.
18623         * m4/gethrxtime.m4: Likewise.
18624         * m4/getline.m4: Likewise.
18625         * m4/getloadavg.m4: Likewise.
18626         * m4/getndelim2.m4: Likewise.
18627         * m4/getpass.m4: Likewise.
18628         * m4/gettext.m4: Likewise.
18629         * m4/gettime.m4: Likewise.
18630         * m4/gettimeofday.m4: Likewise.
18631         * m4/gnulib-common.m4: Likewise.
18632         * m4/group-member.m4: Likewise.
18633         * m4/host-os.m4: Likewise.
18634         * m4/iconv.m4: Likewise.
18635         * m4/iconv_open.m4: Likewise.
18636         * m4/inet_ntop.m4: Likewise.
18637         * m4/inet_pton.m4: Likewise.
18638         * m4/inline.m4: Likewise.
18639         * m4/intldir.m4: Likewise.
18640         * m4/intlmacosx.m4: Likewise.
18641         * m4/intmax.m4: Likewise.
18642         * m4/intmax_t.m4: Likewise.
18643         * m4/inttypes.m4: Likewise.
18644         * m4/inttypes_h.m4: Likewise.
18645         * m4/inttypes-pri.m4: Likewise.
18646         * m4/isapipe.m4: Likewise.
18647         * m4/isnand.m4: Likewise.
18648         * m4/isnanf.m4: Likewise.
18649         * m4/isnanl.m4: Likewise.
18650         * m4/javacomp.m4: Likewise.
18651         * m4/javaexec.m4: Likewise.
18652         * m4/jm-winsz1.m4: Likewise.
18653         * m4/jm-winsz2.m4: Likewise.
18654         * m4/lchown.m4: Likewise.
18655         * m4/lcmessage.m4: Likewise.
18656         * m4/ldexpl.m4: Likewise.
18657         * m4/lib-ld.m4: Likewise.
18658         * m4/lib-link.m4: Likewise.
18659         * m4/libsigsegv.m4: Likewise.
18660         * m4/link-follow.m4: Likewise.
18661         * m4/localcharset.m4: Likewise.
18662         * m4/locale-fr.m4: Likewise.
18663         * m4/locale-ja.m4: Likewise.
18664         * m4/locale-tr.m4: Likewise.
18665         * m4/locale-zh.m4: Likewise.
18666         * m4/lock.m4: Likewise.
18667         * m4/longlong.m4: Likewise.
18668         * m4/ls-mntd-fs.m4: Likewise.
18669         * m4/lstat.m4: Likewise.
18670         * m4/malloc.m4: Likewise.
18671         * m4/mathl.m4: Likewise.
18672         * m4/mbrtowc.m4: Likewise.
18673         * m4/mbstate_t.m4: Likewise.
18674         * m4/mbswidth.m4: Likewise.
18675         * m4/memchr.m4: Likewise.
18676         * m4/memcmp.m4: Likewise.
18677         * m4/memcpy.m4: Likewise.
18678         * m4/memmem.m4: Likewise.
18679         * m4/memmove.m4: Likewise.
18680         * m4/mempcpy.m4: Likewise.
18681         * m4/memrchr.m4: Likewise.
18682         * m4/memset.m4: Likewise.
18683         * m4/minmax.m4: Likewise.
18684         * m4/mkdir-slash.m4: Likewise.
18685         * m4/mkdtemp.m4: Likewise.
18686         * m4/mktime.m4: Likewise.
18687         * m4/mmap-anon.m4: Likewise.
18688         * m4/mountlist.m4: Likewise.
18689         * m4/nanosleep.m4: Likewise.
18690         * m4/nls.m4: Likewise.
18691         * m4/nocrash.m4: Likewise.
18692         * m4/open.m4: Likewise.
18693         * m4/openat.m4: Likewise.
18694         * m4/openmp.m4: Likewise.
18695         * m4/pathmax.m4: Likewise.
18696         * m4/perl.m4: Likewise.
18697         * m4/physmem.m4: Likewise.
18698         * m4/pipe.m4: Likewise.
18699         * m4/po.m4: Likewise.
18700         * m4/poll.m4: Likewise.
18701         * m4/posixtm.m4: Likewise.
18702         * m4/posixver.m4: Likewise.
18703         * m4/printf-frexp.m4: Likewise.
18704         * m4/printf-frexpl.m4: Likewise.
18705         * m4/printf-posix.m4: Likewise.
18706         * m4/printf-posix-rpl.m4: Likewise.
18707         * m4/printf.m4: Likewise.
18708         * m4/progtest.m4: Likewise.
18709         * m4/putenv.m4: Likewise.
18710         * m4/readline.m4: Likewise.
18711         * m4/readlink.m4: Likewise.
18712         * m4/readutmp.m4: Likewise.
18713         * m4/realloc.m4: Likewise.
18714         * m4/regex.m4: Likewise.
18715         * m4/relocatable.m4: Likewise.
18716         * m4/relocatable-lib.m4: Likewise.
18717         * m4/rename-dest-slash.m4: Likewise.
18718         * m4/rename.m4: Likewise.
18719         * m4/rmdir-errno.m4: Likewise.
18720         * m4/rmdir.m4: Likewise.
18721         * m4/roundf.m4: Likewise.
18722         * m4/roundl.m4: Likewise.
18723         * m4/rpmatch.m4: Likewise.
18724         * m4/save-cwd.m4: Likewise.
18725         * m4/selinux-selinux-h.m4: Likewise.
18726         * m4/setenv.m4: Likewise.
18727         * m4/settime.m4: Likewise.
18728         * m4/sig2str.m4: Likewise.
18729         * m4/sig_atomic_t.m4: Likewise.
18730         * m4/signalblocking.m4: Likewise.
18731         * m4/signbit.m4: Likewise.
18732         * m4/sigpipe.m4: Likewise.
18733         * m4/sockets.m4: Likewise.
18734         * m4/sockpfaf.m4: Likewise.
18735         * m4/st_dm_mode.m4: Likewise.
18736         * m4/stat-time.m4: Likewise.
18737         * m4/stdbool.m4: Likewise.
18738         * m4/stdint.m4: Likewise.
18739         * m4/stdint_h.m4: Likewise.
18740         * m4/stpcpy.m4: Likewise.
18741         * m4/stpncpy.m4: Likewise.
18742         * m4/strcase.m4: Likewise.
18743         * m4/strchrnul.m4: Likewise.
18744         * m4/strcspn.m4: Likewise.
18745         * m4/strdup.m4: Likewise.
18746         * m4/strftime.m4: Likewise.
18747         * m4/strndup.m4: Likewise.
18748         * m4/strnlen.m4: Likewise.
18749         * m4/strpbrk.m4: Likewise.
18750         * m4/strptime.m4: Likewise.
18751         * m4/strsep.m4: Likewise.
18752         * m4/strtod.m4: Likewise.
18753         * m4/strtoimax.m4: Likewise.
18754         * m4/strtok_r.m4: Likewise.
18755         * m4/strtol.m4: Likewise.
18756         * m4/strtoll.m4: Likewise.
18757         * m4/strtoul.m4: Likewise.
18758         * m4/strtoull.m4: Likewise.
18759         * m4/strtoumax.m4: Likewise.
18760         * m4/strverscmp.m4: Likewise.
18761         * m4/threadlib.m4: Likewise.
18762         * m4/timegm.m4: Likewise.
18763         * m4/tm_gmtoff.m4: Likewise.
18764         * m4/tmpdir.m4: Likewise.
18765         * m4/tmpfile.m4: Likewise.
18766         * m4/tzset.m4: Likewise.
18767         * m4/uintmax_t.m4: Likewise.
18768         * m4/unlinkdir.m4: Likewise.
18769         * m4/unlocked-io.m4: Likewise.
18770         * m4/uptime.m4: Likewise.
18771         * m4/userspec.m4: Likewise.
18772         * m4/utimbuf.m4: Likewise.
18773         * m4/utime.m4: Likewise.
18774         * m4/utimes-null.m4: Likewise.
18775         * m4/utimes.m4: Likewise.
18776         * m4/vararrays.m4: Likewise.
18777         * m4/vasnprintf.m4: Likewise.
18778         * m4/vfprintf-posix.m4: Likewise.
18779         * m4/vprintf-posix.m4: Likewise.
18780         * m4/wait-process.m4: Likewise.
18781         * m4/wchar_t.m4: Likewise.
18782         * m4/wint_t.m4: Likewise.
18783         * m4/write-any-file.m4: Likewise.
18784         * m4/yield.m4: Likewise.
18785
18786 2009-01-13  Bruno Haible  <bruno@clisp.org>
18787
18788         Avoid test-copy-file.sh failures when ACL support insufficient.
18789         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18790         TESTS_ENVIRONMENT.
18791         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18792         Reported by Jim Meyering.
18793
18794 2009-01-13  Bruno Haible  <bruno@clisp.org>
18795
18796         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18797         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18798         * modules/unistdio/u8-printf-parse (Files): Likewise.
18799         * modules/unistdio/u32-printf-parse (Files): Likewise.
18800         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18801
18802 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18803
18804         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18805         and m4/inttypes_h.m4 too.
18806
18807 2009-01-12  Eric Blake  <ebb9@byu.net>
18808
18809         tests: IRIX 6.2 cc can't compile -0.0 into .data
18810         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18811         rather than at compile-time.
18812         * tests/test-floorl.c (minus_zero): Likewise.
18813         * tests/test-frexpl.c (minus_zero): Likewise.
18814         * tests/test-isnan.c (minus_zerol): Likewise.
18815         * tests/test-isnanl.h (minus_zero): Likewise.
18816         * tests/test-ldexpl.c (minus_zero): Likewise.
18817         * tests/test-roundl.c (minus_zero): Likewise.
18818         * tests/test-signbit.c (minus_zerol): Likewise.
18819         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18820         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18821         * tests/test-truncl.c (minus_zero): Likewise.
18822         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18823         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18824         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18825
18826 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18827
18828         regex: fix glibc bug 9697
18829         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18830         handling.
18831
18832 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18833
18834         regex: fix glibc bug 697
18835         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18836         being NULL also if there are no backreferences.
18837
18838 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18839
18840         regex: merge glibc changes
18841         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18842         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18843         re_string_skip_chars, re_string_reconstruct): Likewise.
18844         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18845
18846 2009-01-07  Jim Meyering  <meyering@redhat.com>
18847
18848         poll: filter through cppi
18849         * lib/poll.c: Indent cpp directives to reflect nesting.
18850
18851 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18852
18853         poll: don't return uninitialized
18854         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18855
18856 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18857
18858         avoid compile failure on AIX 6.1
18859         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18860         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18861
18862 2009-01-04  Jim Meyering  <meyering@redhat.com>
18863
18864         remove duplicate inclusion of <stdio.h>
18865         * tests/test-fprintf-posix.c: Likewise.
18866         * tests/test-printf-posix.c: Likewise.
18867         * tests/test-snprintf-posix.c: Likewise.
18868         * tests/test-sprintf-posix.c: Likewise.
18869         * tests/test-vasprintf-posix.c: Likewise.
18870         * tests/test-vfprintf-posix.c: Likewise.
18871         * tests/test-vprintf-posix.c: Likewise.
18872         * tests/test-vsnprintf-posix.c: Likewise.
18873         * tests/test-vsprintf-posix.c: Likewise.
18874
18875 2009-01-03  Jim Meyering  <meyering@redhat.com>
18876
18877         gnulib-tool: fix sed-based filtering
18878         * gnulib-tool (func_filter_filelist): Remove extra backslash
18879         in sed_fff_filter definition.
18880
18881 2009-01-02  Jim Meyering  <meyering@redhat.com>
18882
18883         strftime: avoid compilation failure on Solaris 2.6
18884         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18885         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18886         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18887         be available.  Reported by Tom G. Christensen.  Details in
18888         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18889
18890 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18891             Bruno Haible  <bruno@clisp.org>
18892
18893         Speed up gnulib-tool by doing more string processing through shell
18894         built-ins.
18895         * gnulib-tool (fast_func_append): New variable.
18896         (func_remove_prefix, func_remove_suffix): New functions.
18897         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18898         (func_filter_filelist): New function.
18899         (func_get_dependencies): Use func_remove_suffix instead of sed.
18900         (func_get_automake_snippet): Use func_filter_filelist instead of a
18901         subshell and sed invocation.
18902
18903 2009-01-01  Bruno Haible  <bruno@clisp.org>
18904
18905         Fix a security bug.
18906         * gnulib-tool (func_import, import, update): Don't allow the characters
18907         '"', '$', '`', '\' in macro arguments that become part of commands that
18908         are evaluated.
18909
18910 2009-01-01  Bruno Haible  <bruno@clisp.org>
18911
18912         * gnulib-tool (func_reset_sigpipe): Add more comments.
18913
18914 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18915
18916         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18917         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18918         already know the answer.
18919
18920 2009-01-01  Jim Meyering  <meyering@redhat.com>
18921
18922         * lib/version-etc.c (version_etc_va): Update copyright year.
18923
18924 2008-12-30  Bruno Haible  <bruno@clisp.org>
18925
18926         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18927         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18928         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18929
18930 2008-12-29  Eric Blake  <ebb9@byu.net>
18931
18932         multiarch: avoid autoconf AC_REQUIRE bug
18933         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18934         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18935         2.63 and older.
18936         Reported by Bruno Haible, and analyzed in
18937         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18938
18939 2008-12-29  Bruno Haible  <bruno@clisp.org>
18940
18941         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18942         files in subdirectories correctly.
18943         Reported by Ralf Wildenhues.
18944
18945 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18946
18947         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18948         rather than 'join FILE -', for Solaris join.
18949
18950 2008-12-29  Bruno Haible  <bruno@clisp.org>
18951
18952         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18953         quoting.
18954         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18955         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18956         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18957         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18958         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18959         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18960         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18961         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18962         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18963         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18964         * m4/nls.m4 (AM_NLS): Likewise.
18965         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18966         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18967         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18968         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18969         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18970         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18971         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18972         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18973         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18974         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18975         * m4/xsize.m4 (gl_XSIZE): Likewise.
18976         Suggested by Jim Meyering.
18977
18978 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18979
18980         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18981         * lib/parse-duration.c: use a switch instead of cascading if's.
18982
18983 2008-12-29  Eric Blake  <ebb9@byu.net>
18984
18985         wchar.h: supply WEOF on Irix 5.3
18986         * lib/wchar.in.h (wint_t): Also supply WEOF.
18987         * lib/wctype.in.h (wint_t): Likewise.
18988         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18989         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18990         Reported by Tom G. Christensen.
18991
18992 2008-12-26  Bruno Haible  <bruno@clisp.org>
18993
18994         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18995         i486, i586, i686.
18996
18997 2008-12-26  Bruno Haible  <bruno@clisp.org>
18998
18999         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
19000
19001 2008-12-26  Bruno Haible  <bruno@clisp.org>
19002
19003         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
19004         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19005         not __STDC_CONSTANT_MACROS.
19006         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19007
19008 2008-12-25  Bruno Haible  <bruno@clisp.org>
19009
19010         Add support for universal builds to vasnprintf.
19011         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19012         universal builds, guess no.
19013         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19014         * modules/vasprintf-posix (Depends-on): Likewise.
19015         * modules/fprintf-posix (Depends-on): Likewise.
19016         * modules/vfprintf-posix (Depends-on): Likewise.
19017         * modules/snprintf-posix (Depends-on): Likewise.
19018         * modules/vsnprintf-posix (Depends-on): Likewise.
19019         * modules/sprintf-posix (Depends-on): Likewise.
19020         * modules/vsprintf-posix (Depends-on): Likewise.
19021         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19022         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19023         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19024         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19025         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19026         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19027         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19028
19029         Add support for universal builds to <inttypes.h>.
19030         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19031         _SCNu64_PREFIX): In Apple
19032         universal builds, define directly, using _LP64.
19033         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19034         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19035         * modules/inttypes (Depends-on): Add multiarch.
19036         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19037
19038         Add support for universal builds to <stdint.h>.
19039         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19040         universal builds, define directly, using _LP64.
19041         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19042         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19043         and size_t.
19044         * modules/stdint (Depends-on): Add multiarch.
19045         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19046
19047         New module 'multiarch'.
19048         * modules/multiarch: New file.
19049         * m4/multiarch.m4: New file.
19050
19051 2008-12-25  Bruno Haible  <bruno@clisp.org>
19052
19053         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19054
19055 2008-12-25  Bruno Haible  <bruno@clisp.org>
19056
19057         * modules/btowc (License): Relicense under LGPLv2+.
19058         * modules/mbsinit (License): Likewise.
19059         * modules/mbrtowc (License): Likewise.
19060         * modules/wcrtomb (License): Likewise.
19061         * modules/streq (License): Likewise.
19062         Reported by David Lutterkort <lutter@redhat.com>.
19063
19064 2008-12-23  Bruno Haible  <bruno@clisp.org>
19065
19066         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19067
19068 2008-12-23  Bruno Haible  <bruno@clisp.org>
19069
19070         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19071         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19072         GETADDRINFO_LIB, not in LIBS.
19073         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19074         * modules/canon-host (Link): Likewise.
19075         * NEWS: Mention the change.
19076         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19077         GETADDRINFO_LIB.
19078
19079 2008-12-22  Bruno Haible  <bruno@clisp.org>
19080
19081         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19082         * doc/posix-functions/iswalpha_l.texi: Likewise.
19083         * doc/posix-functions/iswblank_l.texi: Likewise.
19084         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19085         * doc/posix-functions/iswctype_l.texi: Likewise.
19086         * doc/posix-functions/iswdigit_l.texi: Likewise.
19087         * doc/posix-functions/iswgraph_l.texi: Likewise.
19088         * doc/posix-functions/iswlower_l.texi: Likewise.
19089         * doc/posix-functions/iswprint_l.texi: Likewise.
19090         * doc/posix-functions/iswpunct_l.texi: Likewise.
19091         * doc/posix-functions/iswspace_l.texi: Likewise.
19092         * doc/posix-functions/iswupper_l.texi: Likewise.
19093         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19094         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19095         * doc/posix-functions/open_wmemstream.texi: Likewise.
19096         * doc/posix-functions/swscanf.texi: Likewise.
19097         * doc/posix-functions/towctrans_l.texi: Likewise.
19098         * doc/posix-functions/towlower.texi: Likewise.
19099         * doc/posix-functions/towlower_l.texi: Likewise.
19100         * doc/posix-functions/towupper.texi: Likewise.
19101         * doc/posix-functions/towupper_l.texi: Likewise.
19102         * doc/posix-functions/vfwprintf.texi: Likewise.
19103         * doc/posix-functions/vfwscanf.texi: Likewise.
19104         * doc/posix-functions/vswscanf.texi: Likewise.
19105         * doc/posix-functions/vwprintf.texi: Likewise.
19106         * doc/posix-functions/vwscanf.texi: Likewise.
19107         * doc/posix-functions/wcpcpy.texi: Likewise.
19108         * doc/posix-functions/wcpncpy.texi: Likewise.
19109         * doc/posix-functions/wcscasecmp.texi: Likewise.
19110         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19111         * doc/posix-functions/wcscoll_l.texi: Likewise.
19112         * doc/posix-functions/wcsdup.texi: Likewise.
19113         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19114         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19115         * doc/posix-functions/wcsnlen.texi: Likewise.
19116         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19117         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19118         * doc/posix-functions/wctrans_l.texi: Likewise.
19119         * doc/posix-functions/wctype_l.texi: Likewise.
19120         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19121         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19122         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19123         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19124         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19125         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19126         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19127         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19128         * doc/glibc-functions/wcschrnul.texi: Likewise.
19129         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19130         * doc/glibc-functions/wcstod_l.texi: Likewise.
19131         * doc/glibc-functions/wcstof_l.texi: Likewise.
19132         * doc/glibc-functions/wcstol_l.texi: Likewise.
19133         * doc/glibc-functions/wcstold_l.texi: Likewise.
19134         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19135         * doc/glibc-functions/wcstoq.texi: Likewise.
19136         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19137         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19138         * doc/glibc-functions/wcstouq.texi: Likewise.
19139         * doc/glibc-functions/wmempcpy.texi: Likewise.
19140
19141 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19142             Eric Blake  <ebb9@byu.net>
19143             Paolo Bonzini  <bonzini@gnu.org>
19144             Bruno Haible  <bruno@clisp.org>
19145
19146         Make c-stack work on Haiku.
19147         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19148         (c_stack_action): Use SA_ONSTACK flag.
19149
19150 2008-12-22  Bruno Haible  <bruno@clisp.org>
19151
19152         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19153
19154 2008-12-22  Bruno Haible  <bruno@clisp.org>
19155
19156         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19157         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19158         being overridden.
19159         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19160         New macros.
19161         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19162         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19163         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19164         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19165
19166 2008-12-22  Bruno Haible  <bruno@clisp.org>
19167
19168         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19169         from test code.
19170
19171 2008-12-22  Eric Blake  <ebb9@byu.net>
19172
19173         Avoid gcc warnings on cygwin.
19174         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19175         Avoid unused variable.
19176         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19177         Likewise.
19178
19179 2008-12-22  Bruno Haible  <bruno@clisp.org>
19180
19181         Remove HAVE_MBRTOWC conditionals.
19182         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19183         (mbscasecmp): Assume mbrtowc function.
19184         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19185         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19186         * lib/mbschr.c: Include mbuiter.h unconditionally.
19187         (mbschr): Assume mbrtowc function.
19188         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19189         (mbscspn): Assume mbrtowc function.
19190         * lib/mbslen.c: Include mbuiter.h unconditionally.
19191         (mbslen): Assume mbrtowc function.
19192         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19193         (mbsncasecmp): Assume mbrtowc function.
19194         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19195         (mbsnlen): Assume mbrtowc function.
19196         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19197         (mbspbrk): Assume mbrtowc function.
19198         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19199         (mbspcasecmp): Assume mbrtowc function.
19200         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19201         (mbsrchr): Assume mbrtowc function.
19202         * lib/mbssep.c: Include mbuiter.h unconditionally.
19203         (mbssep): Assume mbrtowc function.
19204         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19205         (mbsspn): Assume mbrtowc function.
19206         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19207         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19208         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19209         (mbstok_r): Assume mbrtowc function.
19210         * lib/propername.c: Include mbuiter.h unconditionally.
19211         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19212         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19213         (trim2): Assume mbrtowc function.
19214         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19215         (mbsnwidth): Assume mbrtowc function.
19216         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19217         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19218         fallback definitions.
19219         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19220
19221 2008-12-22  Bruno Haible  <bruno@clisp.org>
19222
19223         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19224
19225 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19226
19227         * modules/regex: Request emulations for the mb*/wc* functions we need.
19228         * m4/regex.m4: Don't look for those functions here.
19229         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19230
19231 2008-12-22  Bruno Haible  <bruno@clisp.org>
19232
19233         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19234
19235 2008-12-21  Bruno Haible  <bruno@clisp.org>
19236
19237         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19238         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19239         (Include): Remove conditionalization.
19240         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19241         (Include): Remove conditionalization.
19242         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19243         (Include): Remove conditionalization.
19244         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19245         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19246         * NEWS: Mention the change.
19247         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19248         via Sergey Poznyakoff <gray@gnu.org.ua>.
19249
19250 2008-12-21  Bruno Haible  <bruno@clisp.org>
19251
19252         * MODULES.html.sh (Extended multibyte and wide character utilities
19253         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19254         wcrtomb, wcsrtombs.
19255         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19256         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19257         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19258         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19259
19260 2008-12-21  Bruno Haible  <bruno@clisp.org>
19261
19262         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19263
19264 2008-12-21  Bruno Haible  <bruno@clisp.org>
19265
19266         * modules/wcsnrtombs-tests: New file.
19267         * tests/test-wcsnrtombs1.sh: New file.
19268         * tests/test-wcsnrtombs2.sh: New file.
19269         * tests/test-wcsnrtombs3.sh: New file.
19270         * tests/test-wcsnrtombs4.sh: New file.
19271         * tests/test-wcsnrtombs.c: New file.
19272
19273         New module 'wcsnrtombs'.
19274         * lib/wchar.in.h (wcsnrtombs): New declaration.
19275         * lib/wcsnrtombs.c: New file.
19276         * lib/wcsrtombs-state.c: New file.
19277         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19278         (internal_state): Remove variable.
19279         * m4/wcsnrtombs.m4: New file.
19280         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19281         compilation units.
19282         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19283         HAVE_WCSNRTOMBS.
19284         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19285         HAVE_WCSNRTOMBS.
19286         * modules/wcsnrtombs: New file.
19287         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19288         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19289
19290 2008-12-21  Bruno Haible  <bruno@clisp.org>
19291
19292         * modules/wcsrtombs-tests: New file.
19293         * tests/test-wcsrtombs1.sh: New file.
19294         * tests/test-wcsrtombs2.sh: New file.
19295         * tests/test-wcsrtombs3.sh: New file.
19296         * tests/test-wcsrtombs4.sh: New file.
19297         * tests/test-wcsrtombs.c: New file.
19298
19299         New module 'wcsrtombs'.
19300         * lib/wchar.in.h (wcsrtombs): New declaration.
19301         * lib/wcsrtombs.c: New file.
19302         * m4/wcsrtombs.m4: New file.
19303         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19304         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19305         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19306         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19307         * modules/wcsrtombs: New file.
19308         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19309         bugs.
19310
19311 2008-12-21  Bruno Haible  <bruno@clisp.org>
19312
19313         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19314         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19315         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19316         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19317         if not correct.
19318         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19319         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19320         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19321         m4/locale-zh.m4, m4/codeset.m4.
19322         * doc/posix-functions/wcrtomb.texi: Document the bug.
19323
19324 2008-12-21  Bruno Haible  <bruno@clisp.org>
19325
19326         Work around a btowc() bug on IRIX 6.5.
19327         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19328         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19329         REPLACE_WTOBC if not.
19330         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19331         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19332         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19333
19334 2008-12-21  Bruno Haible  <bruno@clisp.org>
19335
19336         * modules/wcrtomb-tests: New file.
19337         * tests/test-wcrtomb.sh: New file.
19338         * tests/test-wcrtomb.c: New file.
19339
19340         New module 'wcrtomb'.
19341         * lib/wchar.in.h (wcrtomb): New declaration.
19342         * lib/wcrtomb.c: New file.
19343         * m4/wcrtomb.m4: New file.
19344         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19345         HAVE_WCRTOMB.
19346         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19347         HAVE_WCRTOMB.
19348         * modules/wcrtomb: New file.
19349         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19350
19351 2008-12-21  Bruno Haible  <bruno@clisp.org>
19352
19353         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19354         * modules/mbsrtowcs (Files): Likewise.
19355         * modules/wctob (Files): Likewise.
19356         * modules/c-strcase-tests (Files): Likewise.
19357         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19358         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19359         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19360         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19361         * modules/vasnprintf-posix-tests (Files): Likewise.
19362
19363 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19364
19365         gitlog-to-changelog: pass all command-line arguments to git-log
19366         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19367         it is sometimes convenient to filter the commits in various ways.
19368         gitlog-to-changelog only allows --since to specify a start date,
19369         but git-log itself supports many other filtering mechanisms.
19370         At the moment, I want to filter by branch name.  Rather than
19371         adding a --branch option to gitlog-to-changelog, it seems more
19372         flexible to simply pass all options directly to git-log and let
19373         git do the work.  Notice that this effectively makes --since a
19374         redundant option for gitlog-to-changelog, but removing it would
19375         require current usage to change since calls would then require
19376         an additional '--'.
19377
19378 2008-12-21  Bruno Haible  <bruno@clisp.org>
19379
19380         * modules/mbsnrtowcs-tests: New file.
19381         * tests/test-mbsnrtowcs1.sh: New file.
19382         * tests/test-mbsnrtowcs2.sh: New file.
19383         * tests/test-mbsnrtowcs3.sh: New file.
19384         * tests/test-mbsnrtowcs4.sh: New file.
19385         * tests/test-mbsnrtowcs.c: New file.
19386
19387         New module 'mbsnrtowcs'.
19388         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19389         * lib/mbsnrtowcs.c: New file.
19390         * lib/mbsrtowcs-state.c: New file.
19391         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19392         (internal_state): Remove variable.
19393         * m4/mbsnrtowcs.m4: New file.
19394         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19395         compilation units.
19396         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19397         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19398         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19399         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19400         * modules/mbsnrtowcs: New file.
19401         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19402         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19403         portability problem.
19404
19405 2008-12-21  Bruno Haible  <bruno@clisp.org>
19406
19407         Work around mbsrtowcs bug.
19408         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19409         (gl_FUNC_MBSRTOWCS): Invoke it.
19410         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19411         m4/locale-zh.m4.
19412         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19413
19414 2008-12-21  Bruno Haible  <bruno@clisp.org>
19415
19416         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19417
19418 2008-12-21  Bruno Haible  <bruno@clisp.org>
19419
19420         Update doc for AIX.
19421         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19422         16-bit wchar_t type.
19423         * doc/posix-functions/btowc.texi: Likewise.
19424         * doc/posix-functions/fgetwc.texi: Likewise.
19425         * doc/posix-functions/fgetws.texi: Likewise.
19426         * doc/posix-functions/fputwc.texi: Likewise.
19427         * doc/posix-functions/fputws.texi: Likewise.
19428         * doc/posix-functions/fwide.texi: Likewise.
19429         * doc/posix-functions/fwprintf.texi: Likewise.
19430         * doc/posix-functions/fwscanf.texi: Likewise.
19431         * doc/posix-functions/getwchar.texi: Likewise.
19432         * doc/posix-functions/getwc.texi: Likewise.
19433         * doc/posix-functions/iswalnum.texi: Likewise.
19434         * doc/posix-functions/iswalpha.texi: Likewise.
19435         * doc/posix-functions/iswblank.texi: Likewise.
19436         * doc/posix-functions/iswcntrl.texi: Likewise.
19437         * doc/posix-functions/iswctype.texi: Likewise.
19438         * doc/posix-functions/iswdigit.texi: Likewise.
19439         * doc/posix-functions/iswgraph.texi: Likewise.
19440         * doc/posix-functions/iswlower.texi: Likewise.
19441         * doc/posix-functions/iswprint.texi: Likewise.
19442         * doc/posix-functions/iswpunct.texi: Likewise.
19443         * doc/posix-functions/iswspace.texi: Likewise.
19444         * doc/posix-functions/iswupper.texi: Likewise.
19445         * doc/posix-functions/iswxdigit.texi: Likewise.
19446         * doc/posix-functions/mbrtowc.texi: Likewise.
19447         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19448         * doc/posix-functions/mbstowcs.texi: Likewise.
19449         * doc/posix-functions/mbtowc.texi: Likewise.
19450         * doc/posix-functions/putwchar.texi: Likewise.
19451         * doc/posix-functions/putwc.texi: Likewise.
19452         * doc/posix-functions/swprintf.texi: Likewise.
19453         * doc/posix-functions/tolower.texi: Likewise.
19454         * doc/posix-functions/toupper.texi: Likewise.
19455         * doc/posix-functions/towctrans.texi: Likewise.
19456         * doc/posix-functions/ungetwc.texi: Likewise.
19457         * doc/posix-functions/vswprintf.texi: Likewise.
19458         * doc/posix-functions/wcrtomb.texi: Likewise.
19459         * doc/posix-functions/wcscat.texi: Likewise.
19460         * doc/posix-functions/wcschr.texi: Likewise.
19461         * doc/posix-functions/wcscmp.texi: Likewise.
19462         * doc/posix-functions/wcscoll.texi: Likewise.
19463         * doc/posix-functions/wcscpy.texi: Likewise.
19464         * doc/posix-functions/wcscspn.texi: Likewise.
19465         * doc/posix-functions/wcsftime.texi: Likewise.
19466         * doc/posix-functions/wcslen.texi: Likewise.
19467         * doc/posix-functions/wcsncat.texi: Likewise.
19468         * doc/posix-functions/wcsncmp.texi: Likewise.
19469         * doc/posix-functions/wcsncpy.texi: Likewise.
19470         * doc/posix-functions/wcspbrk.texi: Likewise.
19471         * doc/posix-functions/wcsrchr.texi: Likewise.
19472         * doc/posix-functions/wcsrtombs.texi: Likewise.
19473         * doc/posix-functions/wcsspn.texi: Likewise.
19474         * doc/posix-functions/wcsstr.texi: Likewise.
19475         * doc/posix-functions/wcstod.texi: Likewise.
19476         * doc/posix-functions/wcstof.texi: Likewise.
19477         * doc/posix-functions/wcstoimax.texi: Likewise.
19478         * doc/posix-functions/wcstok.texi: Likewise.
19479         * doc/posix-functions/wcstold.texi: Likewise.
19480         * doc/posix-functions/wcstoll.texi: Likewise.
19481         * doc/posix-functions/wcstol.texi: Likewise.
19482         * doc/posix-functions/wcstombs.texi: Likewise.
19483         * doc/posix-functions/wcstoull.texi: Likewise.
19484         * doc/posix-functions/wcstoul.texi: Likewise.
19485         * doc/posix-functions/wcstoumax.texi: Likewise.
19486         * doc/posix-functions/wcswidth.texi: Likewise.
19487         * doc/posix-functions/wcsxfrm.texi: Likewise.
19488         * doc/posix-functions/wctob.texi: Likewise.
19489         * doc/posix-functions/wctomb.texi: Likewise.
19490         * doc/posix-functions/wctrans.texi: Likewise.
19491         * doc/posix-functions/wctype.texi: Likewise.
19492         * doc/posix-functions/wcwidth.texi: Likewise.
19493         * doc/posix-functions/wmemchr.texi: Likewise.
19494         * doc/posix-functions/wmemcmp.texi: Likewise.
19495         * doc/posix-functions/wmemcpy.texi: Likewise.
19496         * doc/posix-functions/wmemmove.texi: Likewise.
19497         * doc/posix-functions/wmemset.texi: Likewise.
19498         * doc/posix-functions/wprintf.texi: Likewise.
19499         * doc/posix-functions/wscanf.texi: Likewise.
19500
19501 2008-12-21  Bruno Haible  <bruno@clisp.org>
19502
19503         Update doc for HP-UX 11.11.
19504         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19505         in HP-UX version 11.00, not in all versions of HP-UX 11.
19506         * doc/posix-functions/fwide.texi: Likewise.
19507         * doc/posix-functions/fwprintf.texi: Likewise.
19508         * doc/posix-functions/fwscanf.texi: Likewise.
19509         * doc/posix-functions/inet_ntop.texi: Likewise.
19510         * doc/posix-functions/inet_pton.texi: Likewise.
19511         * doc/posix-functions/mbrlen.texi: Likewise.
19512         * doc/posix-functions/mbrtowc.texi: Likewise.
19513         * doc/posix-functions/mbsinit.texi: Likewise.
19514         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19515         * doc/posix-functions/swprintf.texi: Likewise.
19516         * doc/posix-functions/swscanf.texi: Likewise.
19517         * doc/posix-functions/towctrans.texi: Likewise.
19518         * doc/posix-functions/vfwprintf.texi: Likewise.
19519         * doc/posix-functions/vswprintf.texi: Likewise.
19520         * doc/posix-functions/vwprintf.texi: Likewise.
19521         * doc/posix-functions/wcrtomb.texi: Likewise.
19522         * doc/posix-functions/wcsrtombs.texi: Likewise.
19523         * doc/posix-functions/wcsstr.texi: Likewise.
19524         * doc/posix-functions/wctob.texi: Likewise.
19525         * doc/posix-functions/wctrans.texi: Likewise.
19526         * doc/posix-functions/wmemchr.texi: Likewise.
19527         * doc/posix-functions/wmemcmp.texi: Likewise.
19528         * doc/posix-functions/wmemcpy.texi: Likewise.
19529         * doc/posix-functions/wmemmove.texi: Likewise.
19530         * doc/posix-functions/wmemset.texi: Likewise.
19531         * doc/posix-functions/wprintf.texi: Likewise.
19532         * doc/posix-functions/wscanf.texi: Likewise.
19533
19534 2008-12-21  Bruno Haible  <bruno@clisp.org>
19535
19536         Work around a portability problem.
19537         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19538         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19539
19540 2008-12-20  Bruno Haible  <bruno@clisp.org>
19541
19542         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19543         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19544         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19545         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19546         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19547
19548         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19549         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19550         set.
19551         (GNULIB_defined_mbstate_t): New macro.
19552         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19553         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19554         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19555         reuses the system's mbrtowc function but works around the bugs.
19556         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19557         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19558         macros.
19559         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19560         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19561         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19562         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19563         REPLACE_MBSINIT if mbsinit needs to be overridden.
19564         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19565         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19566         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19567         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19568         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19569         m4/locale-zh.m4.
19570         (Depends): Add mbsinit.
19571         * modules/mbsinit (Depends): Add mbrtowc.
19572         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19573
19574 2008-12-20  Bruno Haible  <bruno@clisp.org>
19575
19576         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19577         so that there are no conversion errors on AIX.
19578         * tests/test-mbsrtowcs.c (main): LIkewise.
19579
19580 2008-12-20  Bruno Haible  <bruno@clisp.org>
19581
19582         Work around wctob bug on Solaris <= 9.
19583         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19584         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19585         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19586         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19587         * modules/wctob (Files): Add m4/locale-fr.m4.
19588         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19589
19590 2008-12-20  Bruno Haible  <bruno@clisp.org>
19591
19592         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19593         /dev/null.
19594         * tests/test-select-in.sh: Likewise.
19595         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19596
19597 2008-12-20  Bruno Haible  <bruno@clisp.org>
19598
19599         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19600         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19601         Cygwin 1.5.x.
19602
19603 2008-12-20  Bruno Haible  <bruno@clisp.org>
19604
19605         Ensure mbstate_t is defined on HP-UX 11.11.
19606         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19607         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19608         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19609         AC_USE_SYSTEM_EXTENSIONS.
19610         * modules/fnmatch (Depends-on): Add extensions.
19611         * modules/mbrlen (Depends-on): Likewise.
19612         * modules/mbrtowc (Depends-on): Likewise.
19613         * modules/mbsinit (Depends-on): Likewise.
19614         * modules/mbsrtowcs (Depends-on): Likewise.
19615         * modules/mbswidth (Depends-on): Likewise.
19616         * modules/quotearg (Depends-on): Likewise.
19617         * modules/strftime (Depends-on): Likewise.
19618
19619 2008-12-20  Bruno Haible  <bruno@clisp.org>
19620
19621         Ensure wctob is declared on IRIX 6.5.
19622         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19623         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19624         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19625         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19626         of HAVE_WCTOB.
19627         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19628         HAVE_WCTOB.
19629         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19630
19631 2008-12-19  Bruno Haible  <bruno@clisp.org>
19632
19633         * modules/mbsrtowcs-tests: New file.
19634         * tests/test-mbsrtowcs1.sh: New file.
19635         * tests/test-mbsrtowcs2.sh: New file.
19636         * tests/test-mbsrtowcs3.sh: New file.
19637         * tests/test-mbsrtowcs4.sh: New file.
19638         * tests/test-mbsrtowcs.c: New file.
19639
19640         New module 'mbsrtowcs'.
19641         * lib/wchar.in.h (mbsrtowcs): New declaration.
19642         * lib/mbsrtowcs.c: New file.
19643         * m4/mbsrtowcs.m4: New file.
19644         * modules/mbsrtowcs: New file.
19645         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19646         HAVE_MBSRTOWCS.
19647         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19648         HAVE_MBSRTOWCS.
19649         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19650
19651 2008-12-19  Bruno Haible  <bruno@clisp.org>
19652
19653         New module 'mbrlen'.
19654         * lib/wchar.in.h (mbrlen): New declaration.
19655         * lib/mbrlen.c: New file.
19656         * m4/mbrlen.m4: New file.
19657         * modules/mbrlen: New file.
19658         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19659         HAVE_MBRLEN.
19660         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19661         HAVE_MBRLEN.
19662         * doc/posix-functions/mbrlen.texi: Document the new module.
19663
19664 2008-12-19  Bruno Haible  <bruno@clisp.org>
19665
19666         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19667         * modules/mbrtowc (Depends-on): Add verify.
19668         Suggested by Paul Eggert.
19669
19670 2008-12-18  Bruno Haible  <bruno@clisp.org>
19671
19672         * modules/mbsinit-tests: New file.
19673         * tests/test-mbsinit.sh: New file.
19674         * tests/test-mbsinit.c: New file.
19675
19676 2008-12-18  Bruno Haible  <bruno@clisp.org>
19677
19678         * modules/mbrtowc-tests: New file.
19679         * tests/test-mbrtowc1.sh: New file.
19680         * tests/test-mbrtowc2.sh: New file.
19681         * tests/test-mbrtowc3.sh: New file.
19682         * tests/test-mbrtowc4.sh: New file.
19683         * tests/test-mbrtowc.c: New file.
19684
19685         New module 'mbrtowc'.
19686         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19687         mbsinit and mbrtowc.
19688         (mbrtowc): New declaration.
19689         * lib/mbrtowc.c: New file.
19690         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19691         * modules/mbrtowc: New file.
19692         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19693         HAVE_MBRTOWC.
19694         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19695         HAVE_MBRTOWC.
19696         * doc/posix-functions/mbrtowc.texi: Document the new module.
19697
19698 2008-12-18  Bruno Haible  <bruno@clisp.org>
19699
19700         New module 'wctob'.
19701         * lib/wchar.in.h (wctob): New declaration.
19702         * lib/wctob.c: New file.
19703         * m4/wctob.m4: New file.
19704         * modules/wctob: New file.
19705         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19706         HAVE_WCTOB.
19707         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19708         * doc/posix-functions/wctob.texi: Document the new module.
19709
19710 2008-12-18  Bruno Haible  <bruno@clisp.org>
19711
19712         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19713         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19714
19715 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19716
19717         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19718         G. Christensen" <tgc@jupiterrise.com>.
19719
19720         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19721         G. Christensen" <tgc@jupiterrise.com>.
19722
19723         * lib/flock.c: Need to include string.h.  Reported by "Tom
19724         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19725         <ebb9@byu.net>.
19726
19727 2008-12-18  Bruno Haible  <bruno@clisp.org>
19728
19729         * m4/locale-ja.m4: New file, from GNU gettext.
19730
19731 2008-12-17  Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19734         Suggested by Eric Blake.
19735
19736 2008-12-17  Bruno Haible  <bruno@clisp.org>
19737
19738         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19739
19740 2008-12-17  Bruno Haible  <bruno@clisp.org>
19741
19742         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19743         * modules/mbsinit (Depends-on): Add verify.
19744         Suggested by Paul Eggert.
19745
19746 2008-12-17  Bruno Haible  <bruno@clisp.org>
19747
19748         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19749         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19750         gl_FUNC_MBRTOWC.
19751         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19752         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19753         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19754         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19755         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19756         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19757         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19758         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19759         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19760         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19761         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19762         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19763         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19764         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19765         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19766         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19767         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19768         * modules/trim (configure.ac): Likewise.
19769
19770 2008-12-17  Bruno Haible  <bruno@clisp.org>
19771
19772         * modules/btowc-tests: New file.
19773         * tests/test-btowc1.sh: New file.
19774         * tests/test-btowc2.sh: New file.
19775         * tests/test-btowc.c: New file.
19776
19777         New module 'btowc'.
19778         * lib/wchar.in.h (btowc): New declaration.
19779         * lib/btowc.c: New file.
19780         * m4/btowc.m4: New file.
19781         * modules/btowc: New file.
19782         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19783         HAVE_BTOWC.
19784         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19785         * doc/posix-functions/btowc.texi: Document the new module.
19786
19787 2008-12-17  Bruno Haible  <bruno@clisp.org>
19788
19789         New module 'mbsinit'.
19790         * lib/wchar.in.h (mbsinit): New declaration.
19791         * lib/mbsinit.c: New file.
19792         * m4/mbsinit.m4: New file.
19793         * modules/mbsinit: New file.
19794         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19795         HAVE_MBSINIT.
19796         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19797         HAVE_MBSINIT.
19798         * doc/posix-functions/mbsinit.texi: Document the new module.
19799
19800 2008-12-16  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/unistd.in.h: Add comment.
19803         * tests/test-environ.c: Don't include <stdlib.h>.
19804
19805 2008-12-16  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/parse-duration.h (parse_duration): Document return value
19808         convention.
19809         * lib/parse-duration.c: Include specification header first. Add
19810         comments.
19811         (_): Remove macro.
19812         (parse_year_month_day, parse_hour_minute_second): Move side effects
19813         outside of strchr call.
19814         (parse_non_iso8601): Move side effects outside of isspace call.
19815         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19816         call.
19817
19818 2008-12-16  Bruno Haible  <bruno@clisp.org>
19819
19820         * tests/test-parse-duration.sh: Produce no output when the test
19821         succeeds.
19822
19823 2008-12-16  Bruno Haible  <bruno@clisp.org>
19824
19825         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19826         expressions.
19827
19828 2008-12-15  Bruno Haible  <bruno@clisp.org>
19829
19830         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19831         * doc/glibc-functions/flistxattr.texi: Likewise.
19832         * doc/glibc-functions/fopencookie.texi: Likewise.
19833         * doc/glibc-functions/fremovexattr.texi: Likewise.
19834         * doc/glibc-functions/fsetxattr.texi: Likewise.
19835         * doc/glibc-functions/getxattr.texi: Likewise.
19836         * doc/glibc-functions/lgetxattr.texi: Likewise.
19837         * doc/glibc-functions/listxattr.texi: Likewise.
19838         * doc/glibc-functions/llistxattr.texi: Likewise.
19839         * doc/glibc-functions/lremovexattr.texi: Likewise.
19840         * doc/glibc-functions/lsetxattr.texi: Likewise.
19841         * doc/glibc-functions/removexattr.texi: Likewise.
19842         * doc/glibc-functions/setxattr.texi: Likewise.
19843         * doc/posix-functions/open_memstream.texi: Likewise.
19844
19845 2008-12-15  Eric Blake  <ebb9@byu.net>
19846
19847         Update doc for cygwin 1.7.
19848         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19849         functions.
19850         * doc/posix-functions/fchmodat.texi: Likewise.
19851         * doc/posix-functions/fchownat.texi: Likewise.
19852         * doc/posix-functions/fdopendir.texi: Likewise.
19853         * doc/posix-functions/fmemopen.texi: Likewise.
19854         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19855         * doc/posix-functions/fstatat.texi: Likewise.
19856         * doc/posix-functions/futimens.texi: Likewise.
19857         * doc/posix-functions/gai_strerror.texi: Likewise.
19858         * doc/posix-functions/getaddrinfo.texi: Likewise.
19859         * doc/posix-functions/getnameinfo.texi: Likewise.
19860         * doc/posix-functions/if_freenameindex.texi: Likewise.
19861         * doc/posix-functions/if_indextoname.texi: Likewise.
19862         * doc/posix-functions/if_nameindex.texi: Likewise.
19863         * doc/posix-functions/if_nametoindex.texi: Likewise.
19864         * doc/posix-functions/insque.texi: Likewise.
19865         * doc/posix-functions/linkat.texi: Likewise.
19866         * doc/posix-functions/llrint.texi: Likewise.
19867         * doc/posix-functions/llrintf.texi: Likewise.
19868         * doc/posix-functions/llrintl.texi: Likewise.
19869         * doc/posix-functions/lockf.texi: Likewise.
19870         * doc/posix-functions/lrintl.texi: Likewise.
19871         * doc/posix-functions/mkdirat.texi: Likewise.
19872         * doc/posix-functions/mkfifoat.texi: Likewise.
19873         * doc/posix-functions/mknodat.texi: Likewise.
19874         * doc/posix-functions/mq_close.texi: Likewise.
19875         * doc/posix-functions/mq_getattr.texi: Likewise.
19876         * doc/posix-functions/mq_notify.texi: Likewise.
19877         * doc/posix-functions/mq_open.texi: Likewise.
19878         * doc/posix-functions/mq_receive.texi: Likewise.
19879         * doc/posix-functions/mq_send.texi: Likewise.
19880         * doc/posix-functions/mq_setattr.texi: Likewise.
19881         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19882         * doc/posix-functions/mq_timedsend.texi: Likewise.
19883         * doc/posix-functions/mq_unlink.texi: Likewise.
19884         * doc/posix-functions/open_memstream.texi: Likewise.
19885         * doc/posix-functions/openat.texi: Likewise.
19886         * doc/posix-functions/posix_fadvise.texi: Likewise.
19887         * doc/posix-functions/posix_fallocate.texi: Likewise.
19888         * doc/posix-functions/posix_madvise.texi: Likewise.
19889         * doc/posix-functions/posix_memalign.texi: Likewise.
19890         * doc/posix-functions/posix_openpt.texi: Likewise.
19891         * doc/posix-functions/readlinkat.texi: Likewise.
19892         * doc/posix-functions/remque.texi: Likewise.
19893         * doc/posix-functions/renameat.texi: Likewise.
19894         * doc/posix-functions/rintl.texi: Likewise.
19895         * doc/posix-functions/sem_unlink.texi: Likewise.
19896         * doc/posix-functions/shm_open.texi: Likewise.
19897         * doc/posix-functions/shm_unlink.texi: Likewise.
19898         * doc/posix-functions/signgam.texi: Likewise.
19899         * doc/posix-functions/sigset.texi: Likewise.
19900         * doc/posix-functions/stpcpy.texi: Likewise.
19901         * doc/posix-functions/stpncpy.texi: Likewise.
19902         * doc/posix-functions/strerror.texi: Likewise.
19903         * doc/posix-functions/strtod.texi: Likewise.
19904         * doc/posix-functions/symlinkat.texi: Likewise.
19905         * doc/posix-functions/unlinkat.texi: Likewise.
19906         * doc/posix-functions/utimensat.texi: Likewise.
19907         * doc/glibc-functions/bindresvport.texi: Likewise.
19908         * doc/glibc-functions/dn_expand.texi: Likewise.
19909         * doc/glibc-functions/exp10.texi: Likewise.
19910         * doc/glibc-functions/exp10f.texi: Likewise.
19911         * doc/glibc-functions/fgetxattr.texi: Likewise.
19912         * doc/glibc-functions/flistxattr.texi: Likewise.
19913         * doc/glibc-functions/fopencookie.texi: Likewise.
19914         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19915         * doc/glibc-functions/fremovexattr.texi: Likewise.
19916         * doc/glibc-functions/fsetxattr.texi: Likewise.
19917         * doc/glibc-functions/getifaddrs.texi: Likewise.
19918         * doc/glibc-functions/getxattr.texi: Likewise.
19919         * doc/glibc-functions/lgetxattr.texi: Likewise.
19920         * doc/glibc-functions/listxattr.texi: Likewise.
19921         * doc/glibc-functions/llistxattr.texi: Likewise.
19922         * doc/glibc-functions/lremovexattr.texi: Likewise.
19923         * doc/glibc-functions/lsetxattr.texi: Likewise.
19924         * doc/glibc-functions/pow10.texi: Likewise.
19925         * doc/glibc-functions/pow10f.texi: Likewise.
19926         * doc/glibc-functions/rcmd_af.texi: Likewise.
19927         * doc/glibc-functions/removexattr.texi: Likewise.
19928         * doc/glibc-functions/res_init.texi: Likewise.
19929         * doc/glibc-functions/res_mkquery.texi: Likewise.
19930         * doc/glibc-functions/res_query.texi: Likewise.
19931         * doc/glibc-functions/res_querydomain.texi: Likewise.
19932         * doc/glibc-functions/res_send.texi: Likewise.
19933         * doc/glibc-functions/rresvport_af.texi: Likewise.
19934         * doc/glibc-functions/setxattr.texi: Likewise.
19935         * doc/glibc-functions/strcasestr.texi: Likewise.
19936
19937 2008-12-15  Bruno Haible  <bruno@clisp.org>
19938
19939         Fix compilation error on OSF/1 4.0.
19940         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19941         <sys/time.h>, simply delegate to the system header.
19942         Reported by Daniel Richard G. <oss@teragram.com>.
19943
19944 2008-12-15  Bruno Haible  <bruno@clisp.org>
19945
19946         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19947         * doc/posix-functions/fchmodat.texi: Likewise.
19948         * doc/posix-functions/fchownat.texi: Likewise.
19949         * doc/posix-functions/fdopendir.texi: Likewise.
19950         * doc/posix-functions/fstatat.texi: Likewise.
19951         * doc/posix-functions/mkdirat.texi: Likewise.
19952         * doc/posix-functions/unlinkat.texi: Likewise.
19953
19954 2008-12-14  Bruno Haible  <bruno@clisp.org>
19955
19956         Update doc for POSIX:2008.
19957         * doc/posix-functions/faccessat.texi: New file.
19958         * doc/posix-functions/fchmodat.texi: New file.
19959         * doc/posix-functions/fchownat.texi: New file.
19960         * doc/posix-functions/fdopendir.texi: New file.
19961         * doc/posix-functions/fstatat.texi: New file.
19962         * doc/posix-functions/futimens.texi: New file.
19963         * doc/posix-functions/linkat.texi: New file.
19964         * doc/posix-functions/mkdirat.texi: New file.
19965         * doc/posix-functions/mkfifoat.texi: New file.
19966         * doc/posix-functions/mknodat.texi: New file.
19967         * doc/posix-functions/open_wmemstream.texi: New file.
19968         * doc/posix-functions/openat.texi: New file.
19969         * doc/posix-functions/psiginfo.texi: New file.
19970         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19971         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19972         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19973         * doc/posix-functions/readlinkat.texi: New file.
19974         * doc/posix-functions/renameat.texi: New file.
19975         * doc/posix-functions/strerror_l.texi: New file.
19976         * doc/posix-functions/symlinkat.texi: New file.
19977         * doc/posix-functions/unlinkat.texi: New file.
19978         * doc/posix-functions/utimensat.texi: New file.
19979         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19980
19981 2008-12-14  Bruno Haible  <bruno@clisp.org>
19982
19983         Update doc for POSIX:2008.
19984         * doc/posix-functions/alphasort.texi: Renamed from
19985         doc/glibc-functions/alphasort.texi.
19986         * doc/posix-functions/dirfd.texi: Renamed from
19987         doc/glibc-functions/dirfd.texi.
19988         * doc/posix-functions/dprintf.texi: Renamed from
19989         doc/glibc-functions/dprintf.texi.
19990         * doc/posix-functions/duplocale.texi: Renamed from
19991         doc/glibc-functions/duplocale.texi.
19992         * doc/posix-functions/fexecve.texi: Renamed from
19993         doc/glibc-functions/fexecve.texi.
19994         * doc/posix-functions/fmemopen.texi: Renamed from
19995         doc/glibc-functions/fmemopen.texi.
19996         * doc/posix-functions/freelocale.texi: Renamed from
19997         doc/glibc-functions/freelocale.texi.
19998         * doc/posix-functions/getdate_err.texi: Renamed from
19999         doc/glibc-functions/getdate_err.texi.
20000         * doc/posix-functions/isalnum_l.texi: Renamed from
20001         doc/glibc-functions/isalnum_l.texi.
20002         * doc/posix-functions/isalpha_l.texi: Renamed from
20003         doc/glibc-functions/isalpha_l.texi.
20004         * doc/posix-functions/isblank_l.texi: Renamed from
20005         doc/glibc-functions/isblank_l.texi.
20006         * doc/posix-functions/iscntrl_l.texi: Renamed from
20007         doc/glibc-functions/iscntrl_l.texi.
20008         * doc/posix-functions/isdigit_l.texi: Renamed from
20009         doc/glibc-functions/isdigit_l.texi.
20010         * doc/posix-functions/isgraph_l.texi: Renamed from
20011         doc/glibc-functions/isgraph_l.texi.
20012         * doc/posix-functions/islower_l.texi: Renamed from
20013         doc/glibc-functions/islower_l.texi.
20014         * doc/posix-functions/isprint_l.texi: Renamed from
20015         doc/glibc-functions/isprint_l.texi.
20016         * doc/posix-functions/ispunct_l.texi: Renamed from
20017         doc/glibc-functions/ispunct_l.texi.
20018         * doc/posix-functions/isspace_l.texi: Renamed from
20019         doc/glibc-functions/isspace_l.texi.
20020         * doc/posix-functions/isupper_l.texi: Renamed from
20021         doc/glibc-functions/isupper_l.texi.
20022         * doc/posix-functions/iswalnum_l.texi: Renamed from
20023         doc/glibc-functions/iswalnum_l.texi.
20024         * doc/posix-functions/iswalpha_l.texi: Renamed from
20025         doc/glibc-functions/iswalpha_l.texi.
20026         * doc/posix-functions/iswblank_l.texi: Renamed from
20027         doc/glibc-functions/iswblank_l.texi.
20028         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20029         doc/glibc-functions/iswcntrl_l.texi.
20030         * doc/posix-functions/iswctype_l.texi: Renamed from
20031         doc/glibc-functions/iswctype_l.texi.
20032         * doc/posix-functions/iswdigit_l.texi: Renamed from
20033         doc/glibc-functions/iswdigit_l.texi.
20034         * doc/posix-functions/iswgraph_l.texi: Renamed from
20035         doc/glibc-functions/iswgraph_l.texi.
20036         * doc/posix-functions/iswlower_l.texi: Renamed from
20037         doc/glibc-functions/iswlower_l.texi.
20038         * doc/posix-functions/iswprint_l.texi: Renamed from
20039         doc/glibc-functions/iswprint_l.texi.
20040         * doc/posix-functions/iswpunct_l.texi: Renamed from
20041         doc/glibc-functions/iswpunct_l.texi.
20042         * doc/posix-functions/iswspace_l.texi: Renamed from
20043         doc/glibc-functions/iswspace_l.texi.
20044         * doc/posix-functions/iswupper_l.texi: Renamed from
20045         doc/glibc-functions/iswupper_l.texi.
20046         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20047         doc/glibc-functions/iswxdigit_l.texi.
20048         * doc/posix-functions/isxdigit_l.texi: Renamed from
20049         doc/glibc-functions/isxdigit_l.texi.
20050         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20051         doc/glibc-functions/mbsnrtowcs.texi.
20052         * doc/posix-functions/mkdtemp.texi: Renamed from
20053         doc/glibc-functions/mkdtemp.texi.
20054         * doc/posix-functions/newlocale.texi: Renamed from
20055         doc/glibc-functions/newlocale.texi.
20056         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20057         doc/glibc-functions/nl_langinfo_l.texi.
20058         * doc/posix-functions/open_memstream.texi: Renamed from
20059         doc/glibc-functions/open_memstream.texi.
20060         * doc/posix-functions/opterr.texi: Renamed from
20061         doc/glibc-functions/opterr.texi.
20062         * doc/posix-functions/optind.texi: Renamed from
20063         doc/glibc-functions/optind.texi.
20064         * doc/posix-functions/optopt.texi: Renamed from
20065         doc/glibc-functions/optopt.texi.
20066         * doc/posix-functions/psignal.texi: Renamed from
20067         doc/glibc-functions/psignal.texi.
20068         * doc/posix-functions/scandir.texi: Renamed from
20069         doc/glibc-functions/scandir.texi.
20070         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20071         doc/glibc-functions/sched_get_priority_min.texi.
20072         * doc/posix-functions/signgam.texi: Renamed from
20073         doc/glibc-functions/signgam.texi.
20074         * doc/posix-functions/stpcpy.texi: Renamed from
20075         doc/glibc-functions/stpcpy.texi.
20076         * doc/posix-functions/stpncpy.texi: Renamed from
20077         doc/glibc-functions/stpncpy.texi.
20078         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20079         doc/glibc-functions/strcasecmp_l.texi.
20080         * doc/posix-functions/strcoll_l.texi: Renamed from
20081         doc/glibc-functions/strcoll_l.texi.
20082         * doc/posix-functions/strfmon_l.texi: Renamed from
20083         doc/glibc-functions/strfmon_l.texi.
20084         * doc/posix-functions/strftime_l.texi: Renamed from
20085         doc/glibc-functions/strftime_l.texi.
20086         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20087         doc/glibc-functions/strncasecmp_l.texi.
20088         * doc/posix-functions/strndup.texi: Renamed from
20089         doc/glibc-functions/strndup.texi.
20090         * doc/posix-functions/strnlen.texi: Renamed from
20091         doc/glibc-functions/strnlen.texi.
20092         * doc/posix-functions/strsignal.texi: Renamed from
20093         doc/glibc-functions/strsignal.texi.
20094         * doc/posix-functions/strxfrm_l.texi: Renamed from
20095         doc/glibc-functions/strxfrm_l.texi.
20096         * doc/posix-functions/timer_gettime.texi: Renamed from
20097         doc/glibc-functions/timer_gettime.texi.
20098         * doc/posix-functions/tolower_l.texi: Renamed from
20099         doc/glibc-functions/tolower_l.texi.
20100         * doc/posix-functions/toupper_l.texi: Renamed from
20101         doc/glibc-functions/toupper_l.texi.
20102         * doc/posix-functions/towctrans_l.texi: Renamed from
20103         doc/glibc-functions/towctrans_l.texi.
20104         * doc/posix-functions/towlower_l.texi: Renamed from
20105         doc/glibc-functions/towlower_l.texi.
20106         * doc/posix-functions/towupper_l.texi: Renamed from
20107         doc/glibc-functions/towupper_l.texi.
20108         * doc/posix-functions/uselocale.texi: Renamed from
20109         doc/glibc-functions/uselocale.texi.
20110         * doc/posix-functions/vdprintf.texi: Renamed from
20111         doc/glibc-functions/vdprintf.texi.
20112         * doc/posix-functions/wcpcpy.texi:
20113         Renamed from doc/glibc-functions/wcpcpy.texi.
20114         * doc/posix-functions/wcpncpy.texi: Renamed from
20115         doc/glibc-functions/wcpncpy.texi.
20116         * doc/posix-functions/wcscasecmp.texi: Renamed from
20117         doc/glibc-functions/wcscasecmp.texi.
20118         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20119         doc/glibc-functions/wcscasecmp_l.texi.
20120         * doc/posix-functions/wcscoll_l.texi: Renamed from
20121         doc/glibc-functions/wcscoll_l.texi.
20122         * doc/posix-functions/wcsdup.texi: Renamed from
20123         doc/glibc-functions/wcsdup.texi.
20124         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20125         doc/glibc-functions/wcsncasecmp.texi.
20126         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20127         doc/glibc-functions/wcsncasecmp_l.texi.
20128         * doc/posix-functions/wcsnlen.texi: Renamed from
20129         doc/glibc-functions/wcsnlen.texi.
20130         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20131         doc/glibc-functions/wcsnrtombs.texi.
20132         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20133         doc/glibc-functions/wcsxfrm_l.texi.
20134         * doc/posix-functions/wctrans_l.texi: Renamed from
20135         doc/glibc-functions/wctrans_l.texi.
20136         * doc/posix-functions/wctype_l.texi: Renamed from
20137         doc/glibc-functions/wctype_l.texi.
20138         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20139         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20140         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20141         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20142         these subsections.
20143         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20144         Remove sections.
20145
20146 2008-12-14  Bruno Haible  <bruno@clisp.org>
20147
20148         Update doc for POSIX:2008.
20149         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20150
20151 2008-12-14  Bruno Haible  <bruno@clisp.org>
20152
20153         Update doc for POSIX:2008.
20154         * doc/pastposix-functions/bcmp.texi: Renamed from
20155         doc/posix-functions/bcmp.texi.
20156         * doc/pastposix-functions/bcopy.texi: Renamed from
20157         doc/posix-functions/bcopy.texi.
20158         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20159         doc/posix-functions/bsd_signal.texi.
20160         * doc/pastposix-functions/bzero.texi: Renamed from
20161         doc/posix-functions/bzero.texi.
20162         * doc/pastposix-functions/ecvt.texi: Renamed from
20163         doc/posix-functions/ecvt.texi.
20164         * doc/pastposix-functions/fcvt.texi: Renamed from
20165         doc/posix-functions/fcvt.texi.
20166         * doc/pastposix-functions/ftime.texi: Renamed from
20167         doc/posix-functions/ftime.texi.
20168         * doc/pastposix-functions/gcvt.texi: Renamed from
20169         doc/posix-functions/gcvt.texi.
20170         * doc/pastposix-functions/getcontext.texi: Renamed from
20171         doc/posix-functions/getcontext.texi.
20172         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20173         doc/posix-functions/gethostbyaddr.texi.
20174         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20175         doc/posix-functions/gethostbyname.texi.
20176         * doc/pastposix-functions/getwd.texi: Renamed from
20177         doc/posix-functions/getwd.texi.
20178         * doc/pastposix-functions/h_errno.texi: Renamed from
20179         doc/posix-functions/h_errno.texi.
20180         * doc/pastposix-functions/index.texi: Renamed from
20181         doc/posix-functions/index.texi.
20182         * doc/pastposix-functions/makecontext.texi: Renamed from
20183         doc/posix-functions/makecontext.texi.
20184         * doc/pastposix-functions/mktemp.texi: Renamed from
20185         doc/posix-functions/mktemp.texi.
20186         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20187         doc/posix-functions/pthread_attr_getstackaddr.texi.
20188         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20189         doc/posix-functions/pthread_attr_setstackaddr.texi.
20190         * doc/pastposix-functions/rindex.texi: Renamed from
20191         doc/posix-functions/rindex.texi.
20192         * doc/pastposix-functions/scalb.texi: Renamed from
20193         doc/posix-functions/scalb.texi.
20194         * doc/pastposix-functions/setcontext.texi: Renamed from
20195         doc/posix-functions/setcontext.texi.
20196         * doc/pastposix-functions/swapcontext.texi: Renamed from
20197         doc/posix-functions/swapcontext.texi.
20198         * doc/pastposix-functions/ualarm.texi: Renamed from
20199         doc/posix-functions/ualarm.texi.
20200         * doc/pastposix-functions/usleep.texi: Renamed from
20201         doc/posix-functions/usleep.texi.
20202         * doc/pastposix-functions/vfork.texi: Renamed from
20203         doc/posix-functions/vfork.texi.
20204         * doc/pastposix-functions/wcswcs.texi: Renamed from
20205         doc/posix-functions/wcswcs.texi.
20206         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20207         (Function Substitutes): Update.
20208
20209 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20210
20211         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20212         m4/strerror.m4.
20213
20214 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20215             Bruno Haible  <bruno@clisp.org>
20216
20217         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20218
20219 2008-12-13  Bruno Haible  <bruno@clisp.org>
20220
20221         * modules/strtoull (Depends-on): Remove unistd.
20222
20223 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20224
20225         * modules/strtoull (Depends-on): Add stdlib.
20226
20227 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20228
20229         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20230
20231 2008-12-10  Jim Meyering  <meyering@redhat.com>
20232
20233         gl_ASSERT: don't say assertions are disabled when they're not
20234         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20235         "checking whether to enable assertions... no", when they are in
20236         fact enabled.  This is solely a bug in the output of configure.
20237         In spite of saying "no", NDEBUG was not defined in that case.
20238         Also, as noted by Eric Blake, leave assertions enabled upon
20239         --enable-assert=INVALID.
20240
20241 2008-12-10  Bruno Haible  <bruno@clisp.org>
20242
20243         Change MODULES.html to refer to POSIX:2008 where possible.
20244         * MODULES.html.sh (POSIX2008_URL): New variable.
20245         (posix_headers): Remove sys/timeb, ucontext.
20246         (posix2001_headers): New variable.
20247         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20248         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20249         index, makecontext, mktemp, pthread_attr_getstackaddr,
20250         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20251         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20252         (posix2001_functions): New variable.
20253         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20254         otherwise.
20255
20256 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20257
20258         add missing include to parse-duration.c
20259         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20260         * modules/parse-duration (Depends-on): Add xalloc.
20261
20262         fix sed script reading maint.mk
20263         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20264         (syntax-check-rules): Use it.
20265
20266 2008-12-09  Bruno Haible  <bruno@clisp.org>
20267
20268         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20269         MacOS X 10.4/PowerPC.
20270         Reported by Simon Josefsson.
20271
20272 2008-12-08  Jim Meyering  <meyering@redhat.com>
20273
20274         work around mingw's lack of some S_IF definitions
20275         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20276         Reported by Simon Josefsson.
20277
20278 2008-12-08  Bruno Haible  <bruno@clisp.org>
20279
20280         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20281         applied to variables. Needed on MacOS X 10.4/PowerPC.
20282         Reported by Simon Josefsson.
20283
20284 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20285         and Eric Blake  <ebb9@byu.net>
20286
20287         assert: honor --enable-assert
20288         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20289         order to honor --enable-assert, rather than treating it as a
20290         synonym for --disable-assert.
20291
20292 2008-12-08  Jim Meyering  <meyering@redhat.com>
20293
20294         * lib/posixtm.c: Remove now-useless declaration of mktime.
20295
20296         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20297
20298 2008-12-07  Bruno Haible  <bruno@clisp.org>
20299
20300         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20301         test_once): Mark functions as static.
20302         * tests/test-tls.c (test_tls): Likewise.
20303
20304 2008-12-07  Bruno Haible  <bruno@clisp.org>
20305
20306         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20307         iconv_register_autodetect.
20308
20309 2008-12-07  Jim Meyering  <meyering@redhat.com>
20310
20311         posixtm.c: avoid a warning
20312         * lib/posixtm.c (posixtime): Don't initialize tm0.
20313         It's no longer needed to placate gcc4's -Wuninitialized,
20314         and the attempt to placate would elicit a new warning.
20315
20316         unicodeio.c: mark unused parameters
20317         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20318         (fallback_failure_callback): Likewise.
20319
20320 2008-12-07  Bruno Haible  <bruno@clisp.org>
20321
20322         * gnulib-tool (func_create_testdir): When building the tests
20323         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20324         Reported by Simon Josefsson.
20325
20326 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20327
20328         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20329
20330 2008-12-06  Bruno Haible  <bruno@clisp.org>
20331
20332         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20333         Suggested by Eric Blake.
20334
20335 2008-12-06  Bruno Haible  <bruno@clisp.org>
20336
20337         Fix a c-stack test failure on MacOS X.
20338         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20339         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20340         handler for SIGBUS as well.
20341         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20342         install a signal handler for SIGBUS as well.
20343         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20344
20345 2008-12-06  Bruno Haible  <bruno@clisp.org>
20346
20347         Advocacy documentation.
20348         * doc/gnulib-intro.texi (Benefits): New section.
20349         * doc/gnulib.texi: Update.
20350
20351 2008-12-06  Bruno Haible  <bruno@clisp.org>
20352
20353         Document the 'manywarnings' module.
20354         * doc/manywarnings.texi: New file.
20355         * doc/gnulib.texi: Include it.
20356
20357 2008-12-05  Eric Blake  <ebb9@byu.net>
20358
20359         tests: silence some gcc warnings
20360         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20361         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20362         type mismatches.
20363
20364 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20365             Bruno Haible  <bruno@clisp.org>
20366
20367         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20368
20369 2008-11-29  Jim Meyering  <meyering@redhat.com>
20370
20371         unicodeio.c: mark unused parameters
20372         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20373         (fallback_failure_callback): Likewise.
20374
20375         fts: fix a thinko
20376         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20377         (set_stat_type): Return S_IF*-valued "type" directly.
20378         Prompted by James Youngman's spotting a related bug.
20379         Confirmed by further testing through find.
20380
20381         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20382         * lib/fts.c (D_TYPE): Define.
20383         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20384         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20385         (s_ifmt_shift_bits): New function.
20386         (set_stat_type): New function.
20387         (fts_build): When not calling fts_stat, call set_stat_type
20388         to propagate dirent.d_type info to fts_read caller.
20389         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20390         fts_statp->st_mode type information may be valid.
20391
20392 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20393
20394         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20395         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20396         <sds@gnu.org>.
20397
20398 2008-11-20  Bruno Haible  <bruno@clisp.org>
20399
20400         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20401         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20402         INCLUDE_NEXT.
20403         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20404         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20405         * modules/math (Makefile.am): Substitute
20406         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20407         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20408
20409 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20410             Bruno Haible  <bruno@clisp.org>
20411
20412         * lib/stdint.in.h: Define all type macros so that their expansion is
20413         a single typedef'ed token. Fixes a compilation failure in Boost which
20414         does "using ::int8_t;".
20415
20416 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20417
20418         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20419         gl_MANYWARN_ALL_GCC.
20420         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20421         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20422         * modules/manywarnings: New file.
20423         * MODULES.html.sh: Mention manywarnings module.
20424
20425 2008-11-18  Bruno Haible  <bruno@clisp.org>
20426
20427         * doc/gnulib-tool.texi (Unit tests): New section.
20428
20429 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20430
20431         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20432         paths like 'lib/po/foo.po'.
20433
20434 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20435
20436         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20437         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20438
20439 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20440
20441         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20442         parameter works.
20443
20444 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20445
20446         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20447
20448 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20449
20450         * modules/parse-duration-tests: New file.
20451         * tests/test-parse-duration.sh: New file.
20452         * tests/test-parse-duration.c: New file.
20453
20454         New module 'parse-duration'.
20455         * lib/parse-duration.h: New file.
20456         * lib/parse-duration.c: New file.
20457         * modules/parse-duration: New file.
20458
20459 2008-11-17  Bruno Haible  <bruno@clisp.org>
20460
20461         * tests/test-select-out.sh: Comment out the first pipe test.
20462         Reported by Simon Josefsson.
20463
20464 2008-11-17  Bruno Haible  <bruno@clisp.org>
20465
20466         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20467         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20468         gl_HOSTENT.
20469
20470 2008-11-17  Bruno Haible  <bruno@clisp.org>
20471
20472         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20473         -lnetwork and -lnet. Needed for Haiku and BeOS.
20474
20475 2008-11-16  Bruno Haible  <bruno@clisp.org>
20476
20477         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20478
20479 2008-11-16  Bruno Haible  <bruno@clisp.org>
20480
20481         Avoid test failure on Haiku.
20482         * tests/test-fsync.c: Include <errno.h>.
20483         (main): Don't require that fsync (0) fails.
20484
20485 2008-11-15  Bruno Haible  <bruno@clisp.org>
20486
20487         New module 'hostent'.
20488         * modules/hostent: New file.
20489         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20490
20491 2008-11-15  Bruno Haible  <bruno@clisp.org>
20492
20493         New module 'servent'.
20494         * modules/servent: New file.
20495         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20496
20497 2008-11-15  Bruno Haible  <bruno@clisp.org>
20498
20499         Avoid generating same test program with two different rules.
20500         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20501         test-frexp to test-frexp-nolibm.
20502         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20503         test-frexpl to test-frexpl-nolibm.
20504
20505 2008-11-15  Bruno Haible  <bruno@clisp.org>
20506
20507         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20508         $(FREXPL_LIBM).
20509
20510 2008-11-15  Bruno Haible  <bruno@clisp.org>
20511
20512         * lib/netdb.in.h: Activate the definitions also when the system's
20513         <netdb.h> has 'struct addrinfo'.
20514         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20515         EAI_OVERFLOW or AI_NUMERICSERV.
20516         * doc/posix-headers/netdb.texi: Document the problem.
20517
20518 2008-11-15  Bruno Haible  <bruno@clisp.org>
20519
20520         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20521
20522         Make the 'sched' module work on platforms where <sched.h> exists but
20523         is incomplete (such as Haiku).
20524         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20525         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20526         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20527         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20528         HAVE_STRUCT_SCHED_PARAM.
20529         * modules/sched (Depends-on): Add include_next.
20530         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20531         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20532         * doc/posix-headers/sched.texi: Document the issue.
20533
20534 2008-11-13  Jim Meyering  <meyering@redhat.com>
20535
20536         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20537         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20538         test would fail due to the difference in the Report bugs to ...
20539         line.  The expected address is empty, "<>", while the actual
20540         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20541
20542 2008-11-12  Bruno Haible  <bruno@clisp.org>
20543
20544         lstat: don't compile lstat.c on systems lacking lstat
20545         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20546         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20547         Reported by Daniel P. Berrange via Jim Meyering.
20548
20549 2008-11-12  Jim Meyering  <meyering@redhat.com>
20550
20551         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20552
20553 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20554
20555         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20556         instead.
20557
20558 2008-11-12  Bruno Haible  <bruno@clisp.org>
20559
20560         * lib/unicodeio.c: Include unistr.h.
20561         (utf8_wctomb): Remove function.
20562         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20563
20564 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20565
20566         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20567         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20568         <bruno@clisp.org>.
20569         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20570
20571 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20572
20573         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20574         * doc/gnulib.texi: Add section for warnings.
20575
20576 2008-11-11  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/sockets.h: Add a comment.
20579
20580 2008-11-11  Karl Berry  <karl@gnu.org>
20581
20582         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20583
20584 2008-11-11  Eric Blake  <ebb9@byu.net>
20585
20586         fdl.texi: avoid git symlinks
20587         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20588
20589 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20590
20591         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20592
20593 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20594
20595         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20596         (gl_WARN_ADD): Substitute $2 if literal.
20597
20598 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20599
20600         * m4/warning.m4: Remove.
20601
20602 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20603
20604         * m4/warnings.m4: Almost complete rewrite. :-)
20605
20606 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20607
20608         * modules/warnings: New module.
20609         * m4/warnings.m4: New file.
20610         * MODULES.html.sh: Mention warnings module.
20611         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20612         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20613
20614 2008-11-10  Eric Blake  <ebb9@byu.net>
20615
20616         fdl.texi: make a symlink to the latest version
20617         * doc/standards.texi: Revert today's earlier change.
20618         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20619         * doc/fdl.texi: ...and replace this with a symlink to the newer
20620         fdl-1.3.texi.
20621
20622 2008-11-10  Bruno Haible  <bruno@clisp.org>
20623
20624         * tests/test-select-fd.c (main): Accept the result file name as fourth
20625         argument.
20626         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20627         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20628
20629 2008-11-10  Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20632         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20633         as autoconf-substituted macros.
20634         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20635         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20636         gl_NETDB_H_DEFAULTS. Set these variables.
20637         * modules/netdb (Makefile.am): Substitute these variables.
20638
20639 2008-11-10  Eric Blake  <ebb9@byu.net>
20640
20641         standards.texi: include correct file for FDL 1.3
20642         * doc/standards.texi (GNU Free Documentation License): Change
20643         include file to pull in FDL 1.3, not 1.2.
20644
20645         fdl.texi: revert accidental change to license
20646         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20647
20648 2008-11-10  Bruno Haible  <bruno@clisp.org>
20649
20650         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20651         cross-compiling guesses also when the native compile gives no result.
20652
20653 2008-11-10  Bruno Haible  <bruno@clisp.org>
20654
20655         * lib/spawni.c (__spawni): Force variable into the stack.
20656
20657 2008-11-10  Bruno Haible  <bruno@clisp.org>
20658
20659         Add support for Haiku.
20660         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20661         glibc and BeOS, but also on Haiku.
20662         * lib/fpurge.c (fpurge): Likewise.
20663         * lib/freadable.c (freadable): Likewise.
20664         * lib/freadahead.c (freadahead): Likewise.
20665         * lib/freading.c (freading): Likewise.
20666         * lib/freadptr.c (freadptr): Likewise.
20667         * lib/freadseek.c (freadptrinc): Likewise.
20668         * lib/fseeko.c (rpl_fseeko): Likewise.
20669         * lib/fseterr.c (fseterr): Likewise.
20670         * lib/fwritable.c (fwritable): Likewise.
20671         * lib/fwriting.c (fwriting): Likewise.
20672         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20673
20674 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20675
20676         * lib/config.charset: Treat Haiku like BeOS.
20677
20678 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20679
20680         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20681         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20682
20683 2008-11-08  Bruno Haible  <bruno@clisp.org>
20684
20685         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20686         AC_CACHE_CHECK.
20687
20688 2008-11-08  Bruno Haible  <bruno@clisp.org>
20689
20690         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20691
20692 2008-11-08  Bruno Haible  <bruno@clisp.org>
20693
20694         * tests/test-select-fd.c: New file.
20695         * tests/test-select-in.sh: New file.
20696         * tests/test-select-out.sh: New file.
20697         * tests/test-select-stdin.c: New file.
20698         * modules/select-tests (Files): Add the new files.
20699         (Depends-on): Add gettimeofday.
20700         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20701         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20702         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20703
20704 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20705             Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20708
20709 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20710
20711         * build-aux/pmccabe2html: Added support for C++ source files.
20712
20713 2008-11-05  Ben Pfaff  <blp@gnu.org>
20714
20715         Fix lib/close.c build on Windows.
20716         * modules/close (Files): Add lib/w32sock.h.
20717
20718 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20719
20720         Accept Bison's NEWS format.
20721         * build-aux/announce-gen (print_news_deltas): Tweak
20722         $re_prefix.
20723
20724 2008-11-04  Bruno Haible  <bruno@clisp.org>
20725
20726         * modules/random_r (Maintainer): Add glibc.
20727
20728 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20729
20730         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20731         by karl@freefriends.org (Karl Berry).
20732         * doc/alloca.texi: Likewise.
20733         * doc/c-ctype.texi: Likewise.
20734         * doc/c-strcase.texi: Likewise.
20735         * doc/c-strcaseeq.texi: Likewise.
20736         * doc/c-strcasestr.texi: Likewise.
20737         * doc/c-strstr.texi: Likewise.
20738         * doc/c-strtod.texi: Likewise.
20739         * doc/c-strtold.texi: Likewise.
20740         * doc/ctime.texi: Likewise.
20741         * doc/error.texi: Likewise.
20742         * doc/fdl.texi: Likewise.
20743         * doc/gcd.texi: Likewise.
20744         * doc/getdate.texi: Likewise.
20745         * doc/gnulib-intro.texi: Likewise.
20746         * doc/gnulib-tool.texi: Likewise.
20747         * doc/gnulib.texi: Likewise.
20748         * doc/inet_ntoa.texi: Likewise.
20749         * doc/maintain.texi: Likewise.
20750         * doc/make-stds.texi: Likewise.
20751         * doc/quote.texi: Likewise.
20752         * doc/regexprops-generic.texi: Likewise.
20753         * doc/standards.texi: Likewise.
20754         * doc/verify.texi: Likewise.
20755         * doc/visibility.texi: Likewise.
20756         * doc/gnulib.texi (GNU Free Documentation License): Include
20757         fdl-1.3.texi instead of fdl.texi.
20758
20759 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20760
20761         * doc/fdl-1.3.texi: New file, from
20762         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20763         * modules/fdl-1.3: Add.
20764         * MODULES.html.sh: Add fdl-1.3.
20765
20766 2008-11-03  Bruno Haible  <bruno@clisp.org>
20767
20768         Make determination of absolute name of header file work with AIX xlc.
20769         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20770         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20771         preprocessing.
20772         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20773         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20774
20775 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20776
20777         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20778         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20779         <ludo@gnu.org>.
20780
20781 2008-11-02  Bruno Haible  <bruno@clisp.org>
20782
20783         Mark 'strpbrk' obsolete.
20784         * modules/strpbrk (Status, Notice): New sections.
20785         * modules/strtok_r (Depends-on): Add strpbrk.
20786
20787 2008-11-02  Bruno Haible  <bruno@clisp.org>
20788
20789         Mark 'strdup' obsolete.
20790         * modules/strdup (Status, Notice): New sections.
20791         * modules/findprog (Depends-on): Add strdup.
20792         * modules/getaddrinfo (Depends-on): Likewise.
20793         * modules/localename (Depends-on): Likewise.
20794         * modules/relocatable-lib (Depends-on): Likewise.
20795         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20796         * modules/relocatable-prog (Depends-on): Likewise.
20797         * modules/trim (Depends-on): Likewise.
20798         * modules/unictype/gen-ctype (Depends-on): Likewise.
20799         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20800
20801 2008-11-02  Bruno Haible  <bruno@clisp.org>
20802
20803         Mark 'strcspn' obsolete.
20804         * modules/strcspn (Status, Notice): New sections.
20805
20806 2008-11-02  Bruno Haible  <bruno@clisp.org>
20807
20808         Mark 'rmdir' obsolete.
20809         * modules/rmdir (Status, Notice): New sections.
20810         * modules/clean-temp (Depends-on): Add rmdir.
20811         * modules/openat (Depends-on): Likewise.
20812
20813 2008-11-02  Bruno Haible  <bruno@clisp.org>
20814
20815         Mark 'raise' obsolete.
20816         * modules/raise (Status, Notice): New sections.
20817         (Include): Specify <signal.h>.
20818         * modules/stdio (Depends-on): Add raise.
20819         * modules/write (Depends-on): Likewise.
20820
20821 2008-11-02  Bruno Haible  <bruno@clisp.org>
20822
20823         Mark 'memset' obsolete.
20824         * modules/memset (Status, Notice): New sections.
20825
20826 2008-11-02  Bruno Haible  <bruno@clisp.org>
20827
20828         Mark 'memmove' obsolete.
20829         * modules/memmove (Status, Notice): New sections.
20830         * modules/argp (Depends-on): Add memmove.
20831         * modules/argz (Depends-on): Likewise.
20832         * modules/canonicalize (Depends-on): Likewise.
20833         * modules/canonicalize-lgpl (Depends-on): Likewise.
20834         * modules/fts (Depends-on): Likewise.
20835         * modules/getcwd (Depends-on): Likewise.
20836         * modules/human (Depends-on): Likewise.
20837         * modules/regex (Depends-on): Likewise.
20838         * modules/striconveh (Depends-on): Likewise.
20839         * modules/trim (Depends-on): Likewise.
20840         * modules/unistr/u8-move (Depends-on): Likewise.
20841         * modules/unistr/u16-move (Depends-on): Likewise.
20842         * modules/unistr/u32-move (Depends-on): Likewise.
20843
20844 2008-11-02  Bruno Haible  <bruno@clisp.org>
20845
20846         Mark 'memcpy' obsolete.
20847         * modules/memcpy (Status, Notice): New sections.
20848
20849 2008-11-02  Bruno Haible  <bruno@clisp.org>
20850
20851         Mark 'memcmp' obsolete.
20852         * modules/memcmp (Status, Notice): New sections.
20853         * modules/argmatch (Depends-on): Add memchr.
20854         * modules/backupfile (Depends-on): Likewise.
20855         * modules/c-strcasestr (Depends-on): Likewise.
20856         * modules/crypto/des (Depends-on): Likewise.
20857         * modules/csharpcomp (Depends-on): Likewise.
20858         * modules/fnmatch (Depends-on): Likewise.
20859         * modules/git-merge-changelog (Depends-on): Likewise.
20860         * modules/isnand (Depends-on): Likewise.
20861         * modules/isnand-nolibm (Depends-on): Likewise.
20862         * modules/isnanf (Depends-on): Likewise.
20863         * modules/isnanf-nolibm (Depends-on): Likewise.
20864         * modules/isnanl (Depends-on): Likewise.
20865         * modules/isnanl-nolibm (Depends-on): Likewise.
20866         * modules/mbchar (Depends-on): Likewise.
20867         * modules/memcoll (Depends-on): Likewise.
20868         * modules/quotearg (Depends-on): Likewise.
20869         * modules/regex (Depends-on): Likewise.
20870         * modules/relocatable-prog (Depends-on): Likewise.
20871         * modules/same (Depends-on): Likewise.
20872         * modules/signbit (Depends-on): Likewise.
20873         * modules/strcasestr-simple (Depends-on): Likewise.
20874         * modules/unictype/gen-ctype (Depends-on): Likewise.
20875         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20876         * modules/uniname/uniname (Depends-on): Likewise.
20877         * modules/unistr/u8-cmp (Depends-on): Likewise.
20878
20879 2008-11-02  Bruno Haible  <bruno@clisp.org>
20880
20881         Mark 'memchr' obsolete.
20882         * modules/memchr (Status, Notice): New sections.
20883         * modules/argp (Depends-on): Add memchr.
20884         * modules/base64 (Depends-on): Likewise.
20885         * modules/c-strcasestr (Depends-on): Likewise.
20886         * modules/chdir-long (Depends-on): Likewise.
20887         * modules/fnmatch (Depends-on): Likewise.
20888         * modules/getsubopt (Depends-on): Likewise.
20889         * modules/git-merge-changelog (Depends-on): Likewise.
20890         * modules/glob (Depends-on): Likewise.
20891         * modules/strcasestr-simple (Depends-on): Likewise.
20892         * modules/strnlen (Depends-on): Likewise.
20893
20894 2008-11-02  Bruno Haible  <bruno@clisp.org>
20895
20896         Mark 'atexit' obsolete.
20897         * modules/atexit (Status, Notice): New sections.
20898         * modules/chdir-long (Depends-on): Add atexit.
20899         * modules/wait-process (Depends-on): Likewise.
20900
20901 2008-11-02  Bruno Haible  <bruno@clisp.org>
20902
20903         * gnulib-tool: New option --with-obsolete.
20904         (func_usage): Document it.
20905         (func_modules_transitive_closure): Drop obsolete dependencies if
20906         incobsolete is not true.
20907         (func_import): Read and save the incobsolete variable to the cache.
20908
20909 2008-11-02  Bruno Haible  <bruno@clisp.org>
20910
20911         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20912         * gnulib-tool: New option --extract-status.
20913         (func_usage): Document it.
20914         (sed_extract_prog): Recognize it.
20915         (func_get_status): New function.
20916
20917 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20918
20919         * modules/sockets (License): Change from LGPL to LGPLv2+.
20920
20921 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20922
20923         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20924
20925 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20926
20927         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20928         Mention times and sys_times.
20929         * modules/sys_times, modules/sys_times-tests: New modules.
20930         * modules/times, modules/times-tests: Likewise
20931         * m4/sys_times_h.m4: New file.
20932         * lib/sys_times.in.h: Likewise
20933         * lib/times.c: Likewise.
20934         * tests/test-sys_times.c: Likewise.
20935         * tests/test-times.c: Likewise.
20936         * doc/posix-headers/sys_times.texi: Update.
20937         * doc/posix-functions/times.texi: Update.
20938
20939 2008-10-28  Jim Meyering  <meyering@redhat.com>
20940
20941         * modules/tempname (Depends-on): Add lstat.
20942
20943         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20944
20945 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20946
20947         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20948         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20949         using idiom used elsewhere in gnulib.
20950
20951 2008-10-27  Jim Meyering  <meyering@redhat.com>
20952
20953         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20954
20955 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20956
20957         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20958         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20959         programs.
20960         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20961
20962 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20963
20964         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20965
20966 2008-10-27  Bruno Haible  <bruno@clisp.org>
20967
20968         * tests/test-lstat.c: Include <stdio.h>.
20969
20970 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20971
20972         * modules/lstat-tests: New module.
20973         * tests/test-lstat.c: New file.
20974
20975 2008-10-26  Jim Meyering  <meyering@redhat.com>
20976
20977         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20978
20979 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20980             Bruno Haible  <bruno@clisp.org>
20981
20982         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20983         * modules/configmake (Include): Add a note that the include must come
20984         after all system headers.
20985         * lib/javaversion.c: Include configmake.h after all other includes.
20986
20987 2008-10-26  Bruno Haible  <bruno@clisp.org>
20988
20989         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20990         HAVE_STRUCT_RANDOM_DATA to 1.
20991         (gl_STDLIB_H): Simplify.
20992
20993 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20994
20995         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20996         substitute HAVE_STRUCT_RANDOM_DATA.
20997         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20998         random_data.
20999         * modules/stdlib (Makefile.am): Substitute
21000         HAVE_STRUCT_RANDOM_DATA.
21001
21002 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21003
21004         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21005         * doc/gnulib-intro.texi (Copyright): Likewise.
21006
21007 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21008
21009         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21010         findings.
21011
21012 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21013             Bruno Haible  <bruno@clisp.org>
21014
21015         * lib/unistd.in.h: Include <winsock2.h>.
21016         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21017         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21018         Provide dummy declarations.
21019         (gethostname): Override.
21020         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21021         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21022         gl_PREREQ_SYS_H_WINSOCK2.
21023         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21024         * doc/posix-functions/gethostname.texi: More details.
21025
21026 2008-10-25  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21029         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21030         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21031
21032         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21033         here ...
21034         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21035         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21036         gl_UNISTD_H_DEFAULTS.
21037
21038 2008-10-25  Eric Blake  <ebb9@byu.net>
21039
21040         signbit: avoid spurious compiler failure
21041         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21042         declarations inside function.
21043
21044 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21045             Bruno Haible  <bruno@clisp.org>
21046
21047         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21048         * modules/random_r (Depends-on): Add stdint.
21049
21050 2008-10-24  Bruno Haible  <bruno@clisp.org>
21051
21052         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21053         Eggert.
21054         * modules/strerror (License): Likewise.
21055
21056 2008-10-24  Jim Meyering  <meyering@redhat.com>
21057
21058         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21059         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21060
21061 2008-10-24  Eric Blake  <ebb9@byu.net>
21062
21063         getgroups: fix compilation when getgroups is available
21064         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21065         but with <config.h> override of getgroups disabled.
21066
21067 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21068
21069         * doc/gnulib.texi (Header files): Add note about C++ problems.
21070         Explained by Bruno Haible <bruno@clisp.org>.
21071
21072 2008-10-23  Bruno Haible  <bruno@clisp.org>
21073
21074         Define a dummy SA_NODEFER macro on Interix.
21075         * lib/signal.in.h (SA_NODEFER): Define fallback.
21076         Reported by Aleksey Cheusov <cheusov@tut.by> via
21077         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21078
21079 2008-10-23  Bruno Haible  <bruno@clisp.org>
21080
21081         * modules/freadahead (License): Change to LGPLv2+.
21082         Suggested by Simon Josefsson.
21083
21084 2008-10-23  Jim Meyering  <meyering@redhat.com>
21085
21086         random_r: new module
21087         * modules/random_r: New file.
21088         * m4/random_r.m4: New file.
21089         * lib/random_r.c: New file, from glibc.
21090         * modules/random_r-tests: New file.
21091         * tests/test-random_r.c: New file.
21092         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21093          Declare.
21094         (RAND_MAX): Define.
21095         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21096         * modules/stdlib: Substitute them, too.
21097         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21098         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21099         * doc/glibc-functions/random_r.texi: Likewise.
21100         * doc/glibc-functions/setstate_r.texi: Likewise.
21101         * doc/glibc-functions/srandom_r.texi: Likewise.
21102         * config/srclist.txt: Mention it.
21103
21104 2008-10-23  David Lutterkort  <lutter@redhat.com>
21105
21106         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21107         link requirement
21108
21109 2008-10-23  Jim Meyering  <meyering@redhat.com>
21110
21111         selinux-h: mark parameters of stub functions as intentionally unused
21112         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21113         * lib/se-context.in.h: Likewise.
21114
21115 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21116
21117         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21118
21119 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21120
21121         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21122
21123 2008-10-22  Eric Blake  <ebb9@byu.net>
21124
21125         glthread/thread: avoid compiler warning
21126         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21127         Add unreachable abort to silence compiler.
21128
21129 2008-10-22  Eric Blake  <ebb9@byu.net>
21130
21131         netdb: also supply struct addrinfo for cygwin 1.5.x
21132         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21133         older cygwin.
21134         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21135         cygwin.
21136         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21137
21138 2008-10-22  Bruno Haible  <bruno@clisp.org>
21139
21140         * users.txt: Update entry about pspp.
21141
21142 2008-10-21  Bruno Haible  <bruno@clisp.org>
21143
21144         Simplification.
21145         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21146         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21147
21148         Simplification.
21149         * lib/ioctl.c (ioctl): Don't undefine.
21150         * lib/socket.c (socket): Don't undefine.
21151
21152         Remove unused module indicator macros.
21153         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21154         GNULIB_$1 as a C macro.
21155
21156         * doc/posix-functions/close.texi: Undo last change.
21157         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21158         Windows platforms.
21159
21160 2008-10-21  Bruno Haible  <bruno@clisp.org>
21161
21162         Add gethostname() declaration to <unistd.h>.
21163         * lib/unistd.in.h (gethostname): New declaration.
21164         * lib/gethostname.c: Include <unistd.h>.
21165         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21166         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21167         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21168         and HAVE_GETHOSTNAME.
21169         * modules/gethostname (Depends-on): Add unistd.
21170         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21171         (Include): Specify <unistd.h>.
21172         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21173         HAVE_GETHOSTNAME.
21174         * tests/test-gethostname.c: Include <unistd.h> first.
21175
21176 2008-10-21  Bruno Haible  <bruno@clisp.org>
21177
21178         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21179         * modules/select-tests (Depends-on): Likewise.
21180         Reported by Simon Josefsson.
21181
21182 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21183
21184         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21185         * lib/accept.c: New file, based on winsock.c.
21186         * lib/bind.c: New file, based on winsock.c.
21187         * lib/connect.c: New file, based on winsock.c.
21188         * lib/getpeername.c: New file, based on winsock.c.
21189         * lib/getsockname.c: New file, based on winsock.c.
21190         * lib/getsockopt.c: New file, based on winsock.c.
21191         * lib/ioctl.c: New file, based on winsock.c.
21192         * lib/listen.c: New file, based on winsock.c.
21193         * lib/recv.c: New file, based on winsock.c.
21194         * lib/recvfrom.c: New file, based on winsock.c.
21195         * lib/send.c: New file, based on winsock.c.
21196         * lib/sendto.c: New file, based on winsock.c.
21197         * lib/setsockopt.c: New file, based on winsock.c.
21198         * lib/shutdown.c: New file, based on winsock.c.
21199         * lib/socket.c: New file, based on winsock.c.
21200         * lib/w32sock.h: New file, based on winsock.c.
21201         * lib/winsock.c: Remove file.
21202         * modules/accept: Likewise.
21203         * modules/bind: Likewise.
21204         * modules/connect: Likewise.
21205         * modules/getpeername: Likewise.
21206         * modules/getsockname: Likewise.
21207         * modules/getsockopt: Likewise.
21208         * modules/ioctl: Likewise.
21209         * modules/listen: Likewise.
21210         * modules/recv: Likewise.
21211         * modules/recvfrom: Likewise.
21212         * modules/send: Likewise.
21213         * modules/sendto: Likewise.
21214         * modules/setsockopt: Likewise.
21215         * modules/shutdown: Likewise.
21216         * modules/socket: Use socket.c instead of winsock.c.
21217         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21218         * doc/posix-functions/accept.texi: Doc fix.
21219         * doc/posix-functions/bind.texi: Doc fix.
21220         * doc/posix-functions/close.texi: Doc fix.
21221         * doc/posix-functions/connect.texi: Doc fix.
21222         * doc/posix-functions/getpeername.texi: Doc fix.
21223         * doc/posix-functions/getsockname.texi: Doc fix.
21224         * doc/posix-functions/getsockopt.texi: Doc fix.
21225         * doc/posix-functions/ioctl.texi: Doc fix.
21226         * doc/posix-functions/listen.texi: Doc fix.
21227         * doc/posix-functions/recv.texi: Doc fix.
21228         * doc/posix-functions/recvfrom.texi: Doc fix.
21229         * doc/posix-functions/send.texi: Doc fix.
21230         * doc/posix-functions/sendto.texi: Doc fix.
21231         * doc/posix-functions/setsockopt.texi: Doc fix.
21232         * doc/posix-functions/shutdown.texi: Doc fix.
21233         * doc/posix-functions/socket.texi: Doc fix.
21234
21235 2008-10-20  Bruno Haible  <bruno@clisp.org>
21236
21237         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21238         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21239         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21240         as an alias for SIGABRT.
21241         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21242         (sigaction): Map it to SIGABRT.
21243         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21244
21245 2008-10-20  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/fts.c: Don't include lstat.h.
21248         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21249
21250         Move the lstat() declaration to <sys/stat.h>.
21251         * lib/lstat.h: Remove file.
21252         * lib/sys_stat.in.h: Add special invocation convention.
21253         (lstat): New declaration.
21254         * lib/lstat.c (orig_lstat): New function.
21255         (rpl_lstat): Use orig_lstat instead of lstat.
21256         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21257         AC_C_INLINE. Set REPLACE_LSTAT.
21258         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21259         and REPLACE_LSTAT.
21260         * modules/lstat (Files): Remove lib/lstat.h.
21261         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21262         (Include): Specify <sys/stat.h> instead of lstat.h.
21263         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21264         REPLACE_LSTAT.
21265         * NEWS: Mention the change.
21266
21267 2008-10-20  Bruno Haible  <bruno@clisp.org>
21268
21269         * modules/posix_spawn-tests: New file.
21270         * tests/test-posix_spawn3.c: New file.
21271
21272 2008-10-20  Bruno Haible  <bruno@clisp.org>
21273
21274         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21275         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21276         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21277         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21278         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21279
21280 2008-10-20  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21283         of posix_spawn on AIX 5.3.
21284
21285 2008-10-20  Bruno Haible  <bruno@clisp.org>
21286
21287         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21288
21289 2008-10-20  Bruno Haible  <bruno@clisp.org>
21290
21291         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21292         of AC_LANG_PROGRAM.
21293
21294 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21295
21296         * lib/netdb.in.h: Don't define GNU specific constants until they
21297         are supported or needed.  Reported by Bruno Haible
21298         <bruno@clisp.org>.
21299
21300 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21301
21302         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21303
21304 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21305
21306         * lib/getaddrinfo.h: Remove file.
21307         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21308         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21309         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21310         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21311         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21312         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21313         * tests/test-getaddrinfo.c: Likewise.
21314         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21315         * NEWS: Mention change.
21316
21317 2008-10-19  Bruno Haible  <bruno@clisp.org>
21318
21319         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21320
21321 2008-10-19  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/wait-process.c: Include simply <sys/wait.h>.
21324         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21325         WIFSTOPPED): Remove fallback definitions.
21326         * modules/wait-process (Depends-on): Add sys_wait.
21327
21328         New module 'sys_wait'.
21329         * modules/sys_wait: New file.
21330         * lib/sys_wait.in.h: New file, partially copied from
21331         lib/wait-process.c.
21332         * m4/sys_wait_h.m4: New file.
21333         * doc/posix-headers/sys_wait.texi: Mention the new module.
21334
21335 2008-10-19  Bruno Haible  <bruno@clisp.org>
21336
21337         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21338
21339 2008-10-19  Bruno Haible  <bruno@clisp.org>
21340
21341         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21342         * lib/wait-process.c (WAIT_T): Remove type.
21343         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21344         (wait_subprocess): Update.
21345
21346 2008-10-19  Bruno Haible  <bruno@clisp.org>
21347
21348         New module 'atoll'.
21349         * modules/atoll: New file.
21350         * lib/stdlib.in.h (atoll): New declaration.
21351         * lib/atoll.c: New file, from glibc with modifications.
21352         * m4/atoll.m4: New file.
21353         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21354         HAVE_ATOLL.
21355         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21356         * doc/posix-functions/atoll.texi: Mention the new module.
21357
21358 2008-10-19  Bruno Haible  <bruno@clisp.org>
21359
21360         Add strtoull() declaration to <stdlib.h>.
21361         * lib/stdlib.in.h (strtoull): New declaration.
21362         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21363         Set HAVE_STRTOULL.
21364         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21365         HAVE_STRTOULL.
21366         * modules/strtoull (Depends-on): Add stdlib.
21367         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21368         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21369         HAVE_STRTOULL.
21370
21371 2008-10-19  Bruno Haible  <bruno@clisp.org>
21372
21373         Add strtoll() declaration to <stdlib.h>.
21374         * lib/stdlib.in.h (strtoll): New declaration.
21375         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21376         Set HAVE_STRTOLL.
21377         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21378         HAVE_STRTOLL.
21379         * modules/strtoll (Depends-on): Add stdlib.
21380         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21381         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21382
21383 2008-10-19  Bruno Haible  <bruno@clisp.org>
21384
21385         * modules/bcopy (Depends-on): Add strings.
21386         (Include): Specify <strings.h>.
21387
21388 2008-10-19  Bruno Haible  <bruno@clisp.org>
21389
21390         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21391
21392 2008-10-19  Bruno Haible  <bruno@clisp.org>
21393
21394         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21395         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21396         mingw.
21397
21398 2008-10-19  Bruno Haible  <bruno@clisp.org>
21399
21400         * lib/atanl.c: Don't include isnanl.h.
21401         * lib/cosl.c: Likewise.
21402         * lib/ldexpl.c: Likewise.
21403         * lib/logl.c: Likewise.
21404         * lib/sinl.c: Likewise.
21405         * lib/sqrtl.c: Likewise.
21406         * lib/tanl.c: Likewise.
21407
21408         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21409         * lib/isnanf.h: Remove file.
21410         * lib/isnand.h: Remove file.
21411         * lib/isnanl.h: Remove file.
21412         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21413         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21414         macros.
21415         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21416         HAVE_ISNANF, don't define it as a C macro.
21417         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21418         HAVE_ISNAND, don't define it as a C macro.
21419         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21420         HAVE_ISNANL, don't define it as a C macro.
21421         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21422         HAVE_ISNAN[FDL].
21423         * modules/isnanf (Files): Remove lib/isnanf.h.
21424         (Depends-on): Add math.
21425         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21426         (Include): Specify <math.h> instead of isnanf.h.
21427         * modules/isnand (Files): Remove lib/isnand.h.
21428         (Depends-on): Add math.
21429         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21430         (Include): Specify <math.h> instead of isnand.h.
21431         * modules/isnanl (Files): Remove lib/isnanl.h.
21432         (Depends-on): Add math.
21433         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21434         (Include): Specify <math.h> instead of isnanl.h.
21435         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21436         HAVE_ISNAN[FDL].
21437         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21438         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21439         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21440         * NEWS: Mention the change.
21441
21442 2008-10-18  Bruno Haible  <bruno@clisp.org>
21443
21444         Add getusershell(), setusershell(), endusershell() declarations to
21445         <unistd.h>.
21446         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21447         declarations.
21448         * lib/getusershell.c: Include unistd.h.
21449         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21450         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21451         HAVE_GETUSERSHELL.
21452         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21453         and HAVE_GETUSERSHELL.
21454         * modules/getusershell (Depends-on): Add unistd, extensions.
21455         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21456         (Include): Specify <unistd.h>.
21457         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21458         HAVE_GETUSERSHELL.
21459
21460 2008-10-18  Bruno Haible  <bruno@clisp.org>
21461
21462         Add a getloadavg() declaration to <stdlib.h>.
21463         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21464         getloadavg declaration.
21465         (getloadavg): New declaration.
21466         * lib/getloadavg.c: Include <stdlib.h> first.
21467         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21468         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21469         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21470         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21471         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21472         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21473         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21474         (Include): Specify <stdlib.h>.
21475         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21476         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21477
21478 2008-10-18  Bruno Haible  <bruno@clisp.org>
21479
21480         * lib/dirchownmod.c: Don't include lchmod.h.
21481
21482         Move the lchmod() declaration to <sys/stat.h>.
21483         * lib/lchmod.h: Remove file.
21484         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21485         (lchmod): New declaration, moved here from lib/lchown.h.
21486         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21487         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21488         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21489         and HAVE_LCHMOD.
21490         * modules/lchmod (Files): Remove lib/lchmod.h.
21491         (Depends-on): Add sys_stat, extensions.
21492         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21493         (Include): Specify <sys/stat.h> instead of lchmod.h.
21494         * modules/sys_stat (Depends-on): Add link-warning.
21495         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21496         definition of GL_LINK_WARNING.
21497         * NEWS: Mention the change.
21498
21499 2008-10-18  Bruno Haible  <bruno@clisp.org>
21500
21501         * lib/fchdir.c: Don't include dirfd.h.
21502         * lib/fts.c: Likewise.
21503         * lib/getcwd.c: Likewise.
21504         * lib/glob.c: Likewise.
21505
21506         Move the dirfd() declaration to <dirent.h>.
21507         * lib/dirfd.h: Remove file.
21508         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21509         (dirfd): New declaration.
21510         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21511         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21512         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21513         HAVE_DECL_DIRFD.
21514         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21515         HAVE_DECL_DIRFD.
21516         * modules/dirfd (Files): Remove lib/dirfd.h.
21517         (Depends-on): Add dirent, extensions.
21518         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21519         (Include): Specify <dirent.h> instead of dirfd.h.
21520         * modules/dirent (Depends-on): Add link-warning.
21521         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21522         definition of GL_LINK_WARNING.
21523         * NEWS: Mention the change.
21524
21525 2008-10-18  Bruno Haible  <bruno@clisp.org>
21526
21527         Move the euidaccess() declaration to <unistd.h>.
21528         * lib/euidaccess.h: Remove file.
21529         * lib/unistd.in.h (euidaccess): New declaration.
21530         * lib/euidaccess.c: Don't include euidaccess.h.
21531         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21532         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21533         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21534         and HAVE_EUIDACCESS.
21535         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21536         (Depends-on): Add unistd.
21537         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21538         (Include): Specify <unistd.h> instead of euidaccess.h.
21539         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21540         HAVE_EUIDACCESS.
21541         * NEWS: Mention the change.
21542
21543 2008-10-18  Bruno Haible  <bruno@clisp.org>
21544
21545         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21546
21547         Move the getdomainname() declaration to <unistd.h>.
21548         * lib/getdomainname.h: Remove file.
21549         * lib/unistd.in.h (getdomainname): New declaration.
21550         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21551         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21552         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21553         HAVE_GETDOMAINNAME.
21554         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21555         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21556         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21557         (Depends-on): Add unistd, extensions.
21558         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21559         (Includes): Specify <unistd.h> instead of getdomainname.h.
21560         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21561         HAVE_GETDOMAINNAME.
21562         * NEWS: Mention the change.
21563
21564 2008-10-18  Bruno Haible  <bruno@clisp.org>
21565
21566         * modules/dirent: New file.
21567         * m4/dirent_h.m4: New file.
21568         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21569         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21570         * modules/fchdir (Files): Remove lib/dirent.in.h.
21571         (Depends-on): Add dirent.
21572         (Makefile.am): Move rules to modules/dirent.
21573         * doc/posix-headers/dirent.texi: Mention the new module.
21574
21575 2008-10-18  Bruno Haible  <bruno@clisp.org>
21576
21577         Avoid -Wunused-parameter warnings in public gnulib header files.
21578         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21579         macro.
21580         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21581
21582 2008-10-18  Bruno Haible  <bruno@clisp.org>
21583
21584         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21585         * doc/glibc-functions/error.texi: Mention the module 'error'.
21586         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21587         * doc/glibc-functions/getdomainname.texi: Mention the module
21588         'getdomainname'.
21589         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21590         * doc/glibc-functions/getpagesize.texi: Mention the module
21591         'getpagesize'.
21592         * doc/glibc-functions/getusershell.texi: Mention the module
21593         'getusershell'.
21594         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21595         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21596         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21597         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21598         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21599         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21600         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21601         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21602         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21603         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21604         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21605         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21606         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21607         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21608
21609 2008-10-17  Bruno Haible  <bruno@clisp.org>
21610
21611         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21612         HP-UX and IRIX, use -0.0L.
21613         * tests/test-ceill.c (minus_zero): Likewise.
21614         * tests/test-floorl.c (minus_zero): Likewise.
21615         * tests/test-frexpl.c (minus_zero): Likewise.
21616         * tests/test-isnan.c (minus_zerol): Likewise.
21617         * tests/test-isnanl.h (minus_zero): Likewise.
21618         * tests/test-ldexpl.c (minus_zero): Likewise.
21619         * tests/test-roundl.c (minus_zero): Likewise.
21620         * tests/test-signbit.c (minus_zerol): Likewise.
21621         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21622         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21623         * tests/test-truncl.c (minus_zero): Likewise.
21624         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21625         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21626         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21627         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21628
21629 2008-10-17  Bruno Haible  <bruno@clisp.org>
21630
21631         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21632         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21633         that it gets activated only for gcc >= 3.0.
21634         * lib/dirent.in.h: Likewise.
21635         * lib/errno.in.h: Likewise.
21636         * lib/fcntl.in.h: Likewise.
21637         * lib/float.in.h: Likewise.
21638         * lib/iconv.in.h: Likewise.
21639         * lib/inttypes.in.h: Likewise.
21640         * lib/locale.in.h: Likewise.
21641         * lib/math.in.h: Likewise.
21642         * lib/netdb.in.h: Likewise.
21643         * lib/netinet_in.in.h: Likewise.
21644         * lib/search.in.h: Likewise.
21645         * lib/signal.in.h: Likewise.
21646         * lib/spawn.in.h: Likewise.
21647         * lib/stdarg.in.h: Likewise.
21648         * lib/stdint.in.h: Likewise.
21649         * lib/stdio.in.h: Likewise.
21650         * lib/stdlib.in.h: Likewise.
21651         * lib/string.in.h: Likewise.
21652         * lib/strings.in.h: Likewise.
21653         * lib/sys_file.in.h: Likewise.
21654         * lib/sys_ioctl.in.h: Likewise.
21655         * lib/sys_select.in.h: Likewise.
21656         * lib/sys_socket.in.h: Likewise.
21657         * lib/sys_stat.in.h: Likewise.
21658         * lib/sys_time.in.h: Likewise.
21659         * lib/sysexits.in.h: Likewise.
21660         * lib/time.in.h: Likewise.
21661         * lib/unistd.in.h: Likewise.
21662         * lib/wchar.in.h: Likewise.
21663         * lib/wctype.in.h: Likewise.
21664         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21665
21666 2008-10-17  Jim Meyering  <meyering@redhat.com>
21667
21668         ignore-value: don't depend on inline module
21669         * modules/ignore-value (Depends-on): Remove 'inline'.
21670         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21671         Suggestion from Bruno Haible.
21672
21673 2008-10-17  Bruno Haible  <bruno@clisp.org>
21674
21675         New implementation of condition variables for Win32.
21676         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21677         (gl_linked_waitqueue_t): New type.
21678         (gl_cond_t): Use it.
21679         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21680         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21681         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21682         (glthread_cond_init_func, glthread_cond_wait_func,
21683         glthread_cond_timedwait_func, glthread_cond_signal_func,
21684         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21685         Reimplemented on the basis of gl_linked_waitqueue_t.
21686         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21687         gl_waitqueue_t.
21688         (gl_rwlock_t): Update.
21689         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21690
21691 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21692
21693         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21694         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21695
21696 2008-10-17  Jim Meyering  <meyering@redhat.com>
21697
21698         ignore-value: new module
21699         * modules/ignore-value: New file.
21700         * lib/ignore-value.h: New file.
21701         * MODULES.html.sh (Compiler warning management): New section,
21702         just for this module.  More to come.
21703
21704 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21707         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21708         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21709
21710 2008-10-16  Jim Meyering  <meyering@redhat.com>
21711
21712         openat-die.c: avoid 'no previous prototype' warning
21713         * lib/openat-die.c: Include "openat.h".
21714         Reported by Reuben Thomas <rrt@sc3d.org>.
21715
21716 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21717
21718         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21719         * lib/netdb.in.h: Fix typo.
21720         Reported by Bruno Haible  <bruno@clisp.org>
21721
21722         * lib/netdb.in.h: Include sys/socket.h for platforms without
21723         netdb.h, to get structures like hostent on MinGW.
21724         * modules/netdb (Depends-on): Add sys_socket.
21725
21726 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21727
21728         * modules/netdb, modules/netdb-tests: New file.
21729         * m4/netdb_h.m4: New file.
21730         * lib/netdb.in.h: Add, currently just an empty file pending
21731         definitions.
21732         * tests/test-netdb.c: New file.
21733         * doc/posix-headers/netdb.texi: Mention that we replace it if
21734         needed.
21735         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21736         netdb.
21737
21738 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21739
21740         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21741         with code.
21742
21743 2008-10-13  Bruno Haible  <bruno@clisp.org>
21744
21745         * lib/glthread/cond.c (glthread_cond_wait_func,
21746         glthread_cond_timedwait_func): Add a comment.
21747
21748 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21749
21750         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21751         * tests/test-select.c: Likewise,
21752
21753 2008-10-13  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/glthread/cond.c (glthread_cond_wait_func,
21756         glthread_cond_timedwait_func): Fix variable name.
21757         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21758
21759 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21760
21761         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21762         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21763         struct sockaddr.sa_len.
21764         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21765
21766 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21767
21768         * build-aux/pmccabe2html: Add css and css_url parameters.
21769
21770 2008-10-12  Bruno Haible  <bruno@clisp.org>
21771
21772         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21773         calling aclx_get.
21774         Reported by Rainer Tammer <tammer@tammer.net>.
21775
21776 2008-10-12  Bruno Haible  <bruno@clisp.org>
21777
21778         Use msvcrt aware primitives for creation/termination of Win32 threads.
21779         * lib/glthread/thread.c: Include <process.h>.
21780         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21781         (wrapper_func): Update signature.
21782         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21783
21784 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21785             Bruno Haible  <bruno@clisp.org>
21786
21787         Provide a Win32 implementation of the 'cond' module.
21788         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21789         * lib/glthread/cond.c (glthread_cond_init_func,
21790         glthread_cond_wait_func, glthread_cond_timedwait_func,
21791         glthread_cond_signal_func, glthread_cond_broadcast_func,
21792         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21793         * modules/cond (Dependencies): Add gettimeofday.
21794
21795 2008-10-11  Bruno Haible  <bruno@clisp.org>
21796
21797         Make sleep work on older versions of mingw.
21798         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21799         only whether it exists.
21800         * doc/posix-functions/sleep.texi: Mention the problem with older
21801         versions of mingw.
21802
21803 2008-10-11  Bruno Haible  <bruno@clisp.org>
21804
21805         New module 'shutdown'.
21806         * modules/shutdown: New file.
21807         * lib/sys_socket.in.h (shutdown): New declaration.
21808         * lib/winsock.c (shutdown): New function.
21809         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21810         GNULIB_SHUTDOWN.
21811         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21812         * doc/posix-functions/shutdown.texi: Document the new module.
21813
21814 2008-10-11  Jim Meyering  <meyering@redhat.com>
21815
21816         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21817
21818 2008-10-11  Bruno Haible  <bruno@clisp.org>
21819
21820         New module 'fclose'.
21821         * modules/fclose: New file.
21822         * lib/stdio.in.h (fclose): New declaration.
21823         * lib/fclose.c: New file.
21824         * m4/fclose.m4: New file.
21825         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21826         REPLACE_FCLOSE.
21827         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21828         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21829         REPLACE_FCLOSE.
21830         * modules/close (Depends-on): fclose.
21831         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21832
21833 2008-10-11  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21836         set errno and don't call _close.
21837
21838 2008-10-10  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21841         ACL, not afterwards. Fixes test failure on Cygwin.
21842
21843 2008-10-09  Ben Pfaff  <blp@gnu.org>
21844
21845         * build-aux/announce-gen: Fix gnulib version related part of usage
21846         message.  Die with a useful error message if no tarballs are
21847         found.
21848
21849 2008-10-10  Jim Meyering  <meyering@redhat.com>
21850
21851         bootstrap: use git's --depth=N option only if it's supported
21852         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21853         recognize the --depth option.  Reported by Pádraig Brady.
21854
21855 2008-10-09  Bruno Haible  <bruno@clisp.org>
21856
21857         New module 'ioctl'.
21858         * modules/ioctl: New file.
21859         * lib/sys_socket.in.h (ioctl): Remove declaration.
21860         * lib/winsock.c: Include <sys/ioctl.h>.
21861         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21862         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21863         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21864         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21865         * doc/posix-functions/ioctl.texi: Mention the new module.
21866
21867 2008-10-09  Bruno Haible  <bruno@clisp.org>
21868
21869         New module 'sys_ioctl'.
21870         * lib/sys_ioctl.in.h: New file.
21871         * m4/sys_ioctl_h.m4: New file.
21872         * modules/sys_ioctl: New file.
21873         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21874
21875 2008-10-09  Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21878         * lib/winsock.c: Include <stdarg.h>.
21879         (rpl_ioctl): Change to second argument 'int' and then varargs.
21880
21881 2008-10-09  Bruno Haible  <bruno@clisp.org>
21882
21883         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21884         when the sys_socket module is present and the system has <winsock2.h>.
21885
21886 2008-10-09  Bruno Haible  <bruno@clisp.org>
21887
21888         * doc/posix-functions/close.texi: Mention module 'close' instead of
21889         module 'sys_socket'.
21890
21891 2008-10-09  Bruno Haible  <bruno@clisp.org>
21892
21893         * doc/glibc-headers/sys_ioctl.texi: New file.
21894         * doc/gnulib.texi: Include it.
21895
21896 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21897             Bruno Haible  <bruno@clisp.org>
21898
21899         Combine the two replacements of 'close'.
21900         * lib/sys_socket.in.h (close): Define to a reminder to include
21901         <unistd.h>.
21902         (_gl_close_fd_maybe_socket): New declaration.
21903         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21904         * lib/winsock.c (close): Remove undefinition.
21905         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21906         needed for the gnulib module 'close'.
21907         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21908         define to an error symbol or to a warning, if suitable.
21909         * lib/close.c: Include <sys/socket.h>.
21910         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21911         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21912         UNISTD_H_HAVE_WINSOCK2_H.
21913         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21914         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21915         UNISTD_H_HAVE_WINSOCK2_H.
21916         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21917         (configure.ac): Set a module indicator.
21918         (Makefile.am): Substitute GNULIB_CLOSE.
21919         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21920         * modules/poll-tests (Depends-on): Add close.
21921         * modules/select-tests (Depends-on): Likewise.
21922
21923 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21924             Bruno Haible  <bruno@clisp.org>
21925
21926         New module 'close'.
21927         * modules/close: New file.
21928         * lib/unistd.in.h (close): Move declaration out of the
21929         FCHDIR_REPLACEMENT scope.
21930         (_gl_unregister_fd): New declaration.
21931         * lib/close.c: New file.
21932         * lib/fchdir.c (rpl_close): Remove function.
21933         * m4/close.m4: New file.
21934         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21935         close.
21936         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21937         REPLACE_CLOSE.
21938         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21939         REPLACE_CLOSE.
21940         * modules/fchdir (Depends-on): Add close.
21941
21942 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21943             Bruno Haible  <bruno@clisp.org>
21944
21945         * lib/fcntl.in.h (open): Simplify conditionals.
21946         (_gl_register_fd): New declaration.
21947         * lib/fchdir.c (rpl_open): Remove function.
21948         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21949         also.
21950         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21951         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21952         open.
21953
21954 2008-10-09  Jim Meyering  <meyering@redhat.com>
21955
21956         GNUmakefile: use the more name-space-friendly "_version"
21957         * top/GNUmakefile (_dummy): Update.
21958         (_version): Rename from "version".
21959
21960 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21961             Bruno Haible  <bruno@clisp.org>
21962
21963         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21964         rpl_close.
21965         (_gl_register_fd): New function, extracted from rpl_open.
21966         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21967         (rpl_open, rpl_opendir): Use _gl_register_fd.
21968
21969 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21970
21971         Fix organization of 'open' replacement.
21972         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21973         (gl_FUNC_OPEN): Use it.
21974         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21975
21976 2008-10-08  Bruno Haible  <bruno@clisp.org>
21977
21978         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21979
21980 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21981
21982         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21983         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21984         listen).
21985
21986 2008-10-08  Eric Blake  <ebb9@byu.net>
21987
21988         GNUmakefile: add 'make version' target
21989         * top/GNUmakefile (_curr-ver): Split version update rules...
21990         (version): ...into a target.
21991
21992 2008-10-07  Bruno Haible  <bruno@clisp.org>
21993
21994         Use a more portable replacement expression for -0.0L.
21995         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21996         instead of -0.0L. Fix m4 quotation.
21997
21998         * tests/test-signbit.c: Include <float.h>.
21999         (minus_zero): New variable.
22000         (test_signbitl): Use minus_zero instead of -zero.
22001         * modules/signbit-tests (Depends-on): Add float.
22002
22003         * tests/test-ceill.c: Include <float.h>.
22004         (zero): Remove variable.
22005         (minus_zero): New variable.
22006         (main): Use minus_zero instead of -zero.
22007         * modules/ceill-tests (Depends-on): Add float.
22008
22009         * tests/test-floorl.c: Include <float.h>.
22010         (zero): Remove variable.
22011         (minus_zero): New variable.
22012         (main): Use minus_zero instead of -zero.
22013         * modules/floorl-tests (Depends-on): Add float.
22014
22015         * tests/test-roundl.c: Include <float.h>.
22016         (zero): Remove variable.
22017         (minus_zero): New variable.
22018         (main): Use minus_zero instead of -zero.
22019         * modules/roundl-tests (Depends-on): Add float.
22020
22021         * tests/test-truncl.c: Include <float.h>.
22022         (zero): Remove variable.
22023         (minus_zero): New variable.
22024         (main): Use minus_zero instead of -zero.
22025         * modules/truncl-tests (Depends-on): Add float.
22026
22027         * tests/test-frexpl.c (zero): Remove variable.
22028         (minus_zero): New variable.
22029         (main): Use minus_zero instead of -zero.
22030         * modules/frexpl-tests (Depends-on): Add float.
22031
22032         * tests/test-isnan.c (zerol): Remove variable.
22033         (minus_zerol): New variable.
22034         (test_long_double): Use minus_zerol instead of -zerol.
22035         * modules/isnan-tests (Depends-on): Add float.
22036
22037         * tests/test-isnanl.h (zero): Remove variable.
22038         (minus_zero): New variable.
22039         (main): Use minus_zero instead of -zero.
22040         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22041         * modules/isnanl-tests (Depends-on): Add float.
22042
22043         * tests/test-ldexpl.c (zero): Remove variable.
22044         (minus_zero): New variable.
22045         (main): Use minus_zero instead of -zero.
22046         * modules/ldexpl-tests (Depends-on): Add float.
22047
22048         * tests/test-snprintf-posix.h (zerol): Remove variable.
22049         (minus_zerol): New variable.
22050         (test_function): Use minus_zerol instead of -zerol.
22051         * modules/snprintf-posix-tests (Depends-on): Add float.
22052         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22053
22054         * tests/test-sprintf-posix.h (zerol): Remove variable.
22055         (minus_zerol): New variable.
22056         (test_function): Use minus_zerol instead of -zerol.
22057         * modules/sprintf-posix-tests (Depends-on): Add float.
22058         * modules/vsprintf-posix-tests (Depends-on): Add float.
22059
22060         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22061         (minus_zerol): New variable.
22062         (test_function): Use minus_zerol instead of -zerol.
22063         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22064
22065         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22066         (minus_zerol): New variable.
22067         (test_function): Use minus_zerol instead of -zerol.
22068         * modules/vasprintf-posix-tests (Depends-on): Add float.
22069
22070 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22071
22072         * MODULES.html.sh (Support for building documentation): Mention
22073         pmccabe2html.  Sort entries.
22074
22075         Add pmccabe2html module, from gnupdf.
22076         * build-aux/pmccabe.css: New file.
22077         * build-aux/pmccabe2html: New file.
22078         * m4/pmccabe2html.m4: New file.
22079         * modules/pmccabe2html: New file.
22080
22081 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22082
22083         flock: new module
22084         * MODULES.html.sh: Add to list of modules.
22085         * lib/flock.c: flock implementation for Windows and Unix systems
22086         which have fcntl.
22087         * doc/glibc-functions/flock.texi: Update documentation.
22088         * lib/sys_file.in.h: <sys/file.h> header file.
22089         * m4/flock.m4: M4 macros.
22090         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22091         * modules/flock: flock module.
22092         * modules/flock-tests: flock tests module.
22093         * modules/sys_file: sys/file.h module.
22094         * tests/test-flock.c: test suite for flock.
22095
22096 2008-10-06  Jim Meyering  <meyering@redhat.com>
22097
22098         bootstrap: check for LT_INIT more portably still ;-)
22099         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22100         Spotted by Bruno Haible.
22101
22102 2008-10-06  Eric Blake  <ebb9@byu.net>
22103
22104         test-signbit: avoid tripping Irix cc bug on -0.0L
22105         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22106         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22107         entire testsuite consistent and avoids an Irix 6.2 bug.
22108
22109 2008-10-05  Bruno Haible  <bruno@clisp.org>
22110             Jim Meyering  <jim@meyering.net>
22111
22112         Add an option for ignoring EPIPE during close_stdout.
22113         * lib/closeout.h: Include <stdbool.h>.
22114         (close_stdout_set_ignore_EPIPE): New declaration.
22115         * lib/closeout.c: Include <stdbool.h>.
22116         (ignore_EPIPE): New variable.
22117         (close_stdout_set_ignore_EPIPE): New function.
22118         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22119         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22120         failure.
22121         * modules/closeout (Depends-on): Add stdbool.
22122
22123 2008-10-05  Bruno Haible  <bruno@clisp.org>
22124
22125         * modules/accept: New file.
22126         * modules/bind: New file.
22127         * modules/connect: New file.
22128         * modules/getpeername: New file.
22129         * modules/getsockname: New file.
22130         * modules/getsockopt: New file.
22131         * modules/listen: New file.
22132         * modules/recv: New file.
22133         * modules/recvfrom: New file.
22134         * modules/send: New file.
22135         * modules/sendto: New file.
22136         * modules/setsockopt: New file.
22137         * modules/socket: New file.
22138         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22139         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22140         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22141         the particular module is requested. Add a link warning when the
22142         particular module is not requested.
22143         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22144         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22145         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22146         the particular module is requested.
22147         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22148         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22149         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22150         * modules/sys_socket (Depends-on): Add link-warning.
22151         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22152         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22153         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22154         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22155         GL_LINK_WARNING.
22156         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22157         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22158         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22159         * doc/posix-functions/getpeername.texi: Mention the new module
22160         'getpeername'.
22161         * doc/posix-functions/getsockname.texi: Mention the new module
22162         'getsockname'.
22163         * doc/posix-functions/getsockopt.texi: Mention the new module
22164         'getsockopt'.
22165         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22166         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22167         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22168         * doc/posix-functions/send.texi: Mention the new module 'send'.
22169         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22170         * doc/posix-functions/setsockopt.texi: Mention the new module
22171         'setsockopt'.
22172         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22173         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22174         listen, connect, accept.
22175         * modules/select-tests (Depends-on): Likewise.
22176
22177 2008-10-05  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/winsock.c (strerror): Remove unused #undef.
22180         (rpl_close): Remove unused local variable.
22181
22182         * modules/sys_socket (Depends-on); Add errno.
22183
22184 2008-10-05  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22187         (select): Add a link warning when the 'select' module is not used.
22188         * modules/sys_select (Depends-on): Add link-warning.
22189         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22190         Suggested by Paolo Bonzini.
22191
22192 2008-10-05  Jim Meyering  <meyering@redhat.com>
22193
22194         bootstrap: check for LT_INIT more portably
22195         * build-aux/bootstrap: Avoid using grep -E, since it's not
22196         portable enough.  Suggestion from Bruno Haible.
22197
22198 2008-10-05  Bruno Haible  <bruno@clisp.org>
22199
22200         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22201         as being fixed by gnulib.
22202
22203 2008-10-05  Bruno Haible  <bruno@clisp.org>
22204
22205         * modules/select-tests: New file, mostly copied from
22206         modules/sys_select-tests.
22207         * tests/test-select.c: New file, mostly copied from
22208         tests/test-sys_select.c.
22209         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22210         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22211         (Makefile.am): Remove test_sys_select_LDADD.
22212
22213         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22214         to an undefined symbol, for an error message.
22215         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22216         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22217         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22218         winsock-select.c here.
22219         * modules/sys_select (Files): Remove lib/winsock-select.c.
22220         (Depends-on): Remove alloca.
22221         (Makefile.am): Substitute GNULIB_SELECT.
22222         * modules/select: New file.
22223         * doc/posix-functions/select.texi: Update.
22224
22225 2008-10-05  Bruno Haible  <bruno@clisp.org>
22226
22227         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22228         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22229         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22230         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22231         getdtablesize.
22232         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22233         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22234
22235 2008-10-05  Bruno Haible  <bruno@clisp.org>
22236
22237         * modules/getdtablesize-tests: New file.
22238         * tests/test-getdtablesize.c: New file.
22239
22240         New module 'getdtablesize'.
22241         * lib/unistd.in.h (getdtablesize): New declaration.
22242         * lib/getdtablesize.c: New file.
22243         * m4/getdtablesize.m4: New file.
22244         * modules/getdtablesize: New file.
22245         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22246         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22247         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22248         HAVE_GETDTABLESIZE.
22249         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22250
22251 2008-10-05  Bruno Haible  <bruno@clisp.org>
22252
22253         * modules/sched (Makefile.am): Fix typo.
22254         Reported by Simon Josefsson.
22255
22256 2008-10-05  Jim Meyering  <meyering@redhat.com>
22257
22258         bootstrap: check for LT_INIT, too
22259         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22260         are deprecated.  Suggestion from Ralf Wildenhues.
22261
22262 2008-10-05  Bruno Haible  <bruno@clisp.org>
22263
22264         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22265         overriding them by ours.
22266         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22267
22268 2008-10-05  Jim Meyering  <meyering@redhat.com>
22269
22270         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22271         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22272         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22273
22274 2008-10-04  Bruno Haible  <bruno@clisp.org>
22275
22276         * modules/dup2 (License): Change to LGPLv2+.
22277         * modules/sleep (License): Likewise.
22278         * modules/perror (License): Likewise.
22279         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22280         Blake.
22281         * modules/signal (License): Likewise.
22282         * modules/sigprocmask (License): Likewise.
22283         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22284         Meyering.
22285
22286 2008-10-04  Bruno Haible  <bruno@clisp.org>
22287
22288         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22289         Reported by Rainer Tammer <tammer@tammer.net>.
22290
22291 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22292             Bruno Haible  <bruno@clisp.org>
22293
22294         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22295         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22296         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22297
22298 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22299
22300         filevercmp: new module
22301         * lib/filevercmp.h: New function filevercmp comparing version strings.
22302         * lib/filevercmp.c: Implementation of filevercmp function.
22303         * modules/filevercmp: Module metadata.
22304         * tests/test-filevercmp.c: Unit test for new module.
22305         * modules/filevercmp-tests: Unit test metadata.
22306         * MODULES.html.sh: Add filevercmp module.
22307
22308 2008-10-03  Bruno Haible  <bruno@clisp.org>
22309
22310         * lib/c-ctype.h: Add comment.
22311         Reported by Jim Meyering.
22312
22313 2008-10-02  Bruno Haible  <bruno@clisp.org>
22314
22315         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22316
22317 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22318
22319         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22320         name of bootstrap.conf accordingly.
22321
22322 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22323
22324         * build-aux/bootstrap: Install git-merge-changelog configuration
22325         items into .gitconfig if needed.
22326
22327 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22328
22329         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22330         git repository, and initialize/update it accordingly.
22331
22332 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22333
22334         * modules/fsync-tests: New file.
22335         * tests/test-fsync.c: New file.
22336
22337         New module 'fsync'.
22338         * lib/fsync.c: New file.
22339         * m4/fsync.m4: New file.
22340         * modules/fsync: New file.
22341         * lib/unistd.in.h (fsync): New declaration.
22342         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22343         GNULIB_FSYNC and HAVE_FSYNC.
22344         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22345         * MODULES.html.sh (posix_functions): Add fsync.
22346         * doc/posix-functions/fsync.texi: Mention the new module.
22347
22348 2008-10-02  Jim Meyering  <meyering@redhat.com>
22349
22350         fts.c: sync with similar code from coreutils' remove.c
22351         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22352         Guard also with "#if defined __linux__", since for now at least,
22353         this code is Linux-kernel-specific.
22354
22355 2008-10-02  Jim Meyering  <meyering@redhat.com>
22356
22357         fts: bug fixes
22358         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22359         Include <sys/vfs.h>, not <sys/statfs.h>.
22360
22361         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22362         Include <sys/vfs.h>, not <sys/statfs.h>.
22363
22364 2008-10-01  Bruno Haible  <bruno@clisp.org>
22365
22366         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22367         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22368         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22369         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22370         * doc/posix-functions/posix_spawnp.texi: Likewise.
22371         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22372         whether posix_spawn actually works.
22373         * m4/pipe.m4 (gl_PIPE): Likewise.
22374         * modules/execute (Files): Add m4/posix_spawn.m4.
22375         * modules/pipe (Files): Add m4/posix_spawn.m4.
22376         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22377
22378 2008-10-01  Jim Meyering  <meyering@redhat.com>
22379
22380         remove trailing spaces
22381         * NEWS: Likewise.
22382         * lib/poll.c (poll): Likewise.
22383         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22384         * lib/winsock.c (rpl_close): Likewise.
22385         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22386         * modules/yield: Likewise.
22387         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22388         * tests/test-sys_select.c (connect_to_socket): Likewise.
22389
22390         fts.c: adjust a new interface to be more generally useful
22391         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22392         (fts_build): Adjust caller.
22393
22394 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22395
22396         * modules/cond-tests: New file.
22397         * tests/test-cond.c: New file.
22398
22399 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22400             Bruno Haible  <bruno@clisp.org>
22401
22402         * modules/cond (Dependencies): Add errno, time.
22403         * lib/glthread/cond.h: Include <time.h>.
22404         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22405         across platforms.
22406
22407 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22408             Bruno Haible  <bruno@clisp.org>
22409
22410         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22411
22412 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22413             Bruno Haible  <bruno@clisp.org>
22414
22415         * modules/tls-tests (Depends-on): Add thread, yield.
22416         (configure.ac): Remove all checks.
22417         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22418         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22419         gl_thread_self): Remove definitions. Include glthread/thread.h and
22420         glthread/yield.h instead.
22421         (test_tls): Pass an additional NULL argument to gl_thread_join.
22422
22423 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22424             Bruno Haible  <bruno@clisp.org>
22425
22426         * modules/lock-tests (Depends-on): Add thread, yield.
22427         (configure.ac): Remove all checks.
22428         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22429         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22430         gl_thread_self): Remove definitions. Include glthread/thread.h and
22431         glthread/yield.h instead.
22432         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22433         additional NULL argument to gl_thread_join.
22434
22435 2008-09-30  Bruno Haible  <bruno@clisp.org>
22436
22437         Fix the Win32 implementation of the 'thread' module.
22438         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22439         pointer type.
22440         (gl_thread_self): Invoke gl_thread_self_func.
22441         (gl_thread_self_func): New declaration.
22442         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22443         (do_init_self_key, init_self_key): New functions.
22444         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22445         Remove some fields.
22446         (running_threads, running_lock): Remove variables.
22447         (get_current_thread_handle): New function.
22448         (gl_thread_self_func, wrapper_func, glthread_create_func,
22449         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22450         simplified.
22451
22452 2008-09-30  Bruno Haible  <bruno@clisp.org>
22453
22454         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22455         files.
22456
22457 2008-09-30  Jim Meyering  <meyering@redhat.com>
22458
22459         fts.m4: correct the test for statfs.f_type
22460         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22461         when checking for statfs.f_type.
22462
22463 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22464
22465         tests: avoid some compiler warnings
22466         * tests/test-memchr.c (main): Pass NULL indirectly.
22467         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22468
22469 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22470
22471         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22472         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22473         exactly specified dayshifts.
22474         (dayshift): New rule.
22475         (rel): Add dayshift.
22476         (relative_time_table) [tomorrow, yesterday, today, now]:
22477         Use tDAY_SHIFT in place of tDAY_UNIT.
22478         * tests/test-getdate.c: Add tests for now-disallowed countable
22479         dayshifts, e.g., "4 yesterday ago".
22480
22481 2008-09-29  Bruno Haible  <bruno@clisp.org>
22482
22483         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22484         * tests/test-posix_spawn1.in.sh: Renamed from
22485         tests/test-posix_spawn.in.sh.
22486         * tests/test-posix_spawn2.c: New file.
22487         * tests/test-posix_spawn2.in.sh: New file.
22488         * modules/posix_spawnp-tests (Files): Update.
22489         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22490
22491 2008-09-29  Bruno Haible  <bruno@clisp.org>
22492
22493         Propagate effects of putenv/setenv/unsetenv to child processes.
22494         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22495         * lib/pipe.c (create_pipe): Likewise.
22496
22497 2008-09-29  Bruno Haible  <bruno@clisp.org>
22498
22499         Enable use of shell scripts as executables in mingw.
22500         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22501         run the program as a shell script.
22502         * lib/pipe.c (create_pipe): Likewise.
22503         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22504         resulting array.
22505
22506 2008-09-29  Eric Blake  <ebb9@byu.net>
22507
22508         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22509
22510 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22511
22512         * doc/posix-functions/accept.texi: Update mingw problems.
22513         * doc/posix-functions/bind.texi: Update mingw problems.
22514         * doc/posix-functions/close.texi: Update mingw problems.
22515         * doc/posix-functions/connect.texi: Update mingw problems.
22516         * doc/posix-functions/getpeername.texi: Update mingw problems.
22517         * doc/posix-functions/getsockname.texi: Update mingw problems.
22518         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22519         * doc/posix-functions/ioctl.texi: Update mingw problems.
22520         * doc/posix-functions/listen.texi: Update mingw problems.
22521         * doc/posix-functions/recv.texi: Update mingw problems.
22522         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22523         * doc/posix-functions/select.texi: Update mingw problems.
22524         * doc/posix-functions/send.texi: Update mingw problems.
22525         * doc/posix-functions/sendto.texi: Update mingw problems.
22526         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22527         * doc/posix-functions/socket.texi: Update mingw problems.
22528
22529 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22530             Bruno Haible  <bruno@clisp.org>
22531
22532         * lib/sys_select.in.h: Include sys/time.h.
22533         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22534         * modules/sys_select: Depend on sys_time.
22535         * tests/test-sys_select.c: Test that sys/select.h defines struct
22536         timeval fully.
22537
22538 2008-09-29  Bruno Haible  <bruno@clisp.org>
22539
22540         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22541         * lib/sys_select.in.h: Likewise.
22542
22543 2008-09-29  Bruno Haible  <bruno@clisp.org>
22544
22545         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22546
22547 2008-09-29  Bruno Haible  <bruno@clisp.org>
22548
22549         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22550         Set LIBSOCKET instead of augmenting LIBS.
22551         * modules/sockets (Link): New section.
22552         * modules/sockets-tests (test_sockets_LDADD): New variable.
22553         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22554         * modules/poll-tests (test_poll_LDADD): New variable.
22555         * NEWS: Document the change.
22556
22557 2008-09-29  Bruno Haible  <bruno@clisp.org>
22558
22559         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22560         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22561         ARPA_INET_H directly.
22562         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22563
22564 2008-09-28  Bruno Haible  <bruno@clisp.org>
22565
22566         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22567         from gl_HEADER_SYS_SOCKET.
22568         (gl_HEADER_SYS_SOCKET): Invoke it.
22569         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22570
22571 2008-09-28  Bruno Haible  <bruno@clisp.org>
22572
22573         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22574         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22575         Needed on OSF/1 4.0.
22576
22577 2008-09-28  Bruno Haible  <bruno@clisp.org>
22578
22579         Override open more carefully.
22580         * lib/open.c (orig_open): New function.
22581         (rpl_open): Use orig_open instead of open.
22582         * lib/fcntl.in.h: Add special invocation convention.
22583         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22584         (gl_FUNC_OPEN): Invoke it.
22585
22586         Override freopen more carefully.
22587         * lib/freopen.c (orig_freopen): New function.
22588         (rpl_freopen): Use orig_freopen instead of freopen.
22589         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22590         (gl_FUNC_FREOPEN): Invoke it.
22591
22592         Override fopen more carefully.
22593         * lib/fopen.c (orig_fopen): New function.
22594         (rpl_fopen): Use orig_fopen instead of fopen.
22595         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22596         (gl_FUNC_FOPEN): Invoke it.
22597         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22598
22599 2008-09-28  Bruno Haible  <bruno@clisp.org>
22600
22601         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22602         SIGPIPE.
22603
22604 2008-09-28  Bruno Haible  <bruno@clisp.org>
22605
22606         * tests/test-sigaction.c (handler, main): Disable the check whether
22607         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22608         glibc systems with LinuxThreads.
22609
22610 2008-09-28  Bruno Haible  <bruno@clisp.org>
22611
22612         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22613
22614         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22615         with AIX xlc.
22616         * lib/fcntl.in.h (open): Likewise.
22617         Reported by Rainer Tammer <tammer@tammer.net>.
22618
22619 2008-09-28  Bruno Haible  <bruno@clisp.org>
22620
22621         * modules/posix_spawnp-tests: New file.
22622         * tests/test-posix_spawn.c: New file.
22623         * tests/test-posix_spawn.in.sh: New file.
22624
22625         New module 'posix_spawnp'.
22626         * modules/posix_spawnp: New file.
22627         * lib/spawnp.c: New file, from GNU libc with modifications.
22628         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22629
22630         New module 'posix_spawn'.
22631         * modules/posix_spawn: New file.
22632         * lib/spawn.c: New file, from GNU libc with modifications.
22633         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22634
22635         New module 'posix_spawnattr_destroy'.
22636         * modules/posix_spawnattr_destroy: New file.
22637         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22638         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22639         module.
22640
22641         New module 'posix_spawnattr_setsigmask'.
22642         * modules/posix_spawnattr_setsigmask: New file.
22643         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22644         modifications.
22645         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22646         new module.
22647
22648         New module 'posix_spawnattr_getsigmask'.
22649         * modules/posix_spawnattr_getsigmask: New file.
22650         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22651         modifications.
22652         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22653         new module.
22654
22655         New module 'posix_spawnattr_setsigdefault'.
22656         * modules/posix_spawnattr_setsigdefault: New file.
22657         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22658         modifications.
22659         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22660         new module.
22661
22662         New module 'posix_spawnattr_getsigdefault'.
22663         * modules/posix_spawnattr_getsigdefault: New file.
22664         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22665         modifications.
22666         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22667         new module.
22668
22669         New module 'posix_spawnattr_setschedpolicy'.
22670         * modules/posix_spawnattr_setschedpolicy: New file.
22671         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22672         modifications.
22673         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22674         new module.
22675
22676         New module 'posix_spawnattr_getschedpolicy'.
22677         * modules/posix_spawnattr_getschedpolicy: New file.
22678         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22679         modifications.
22680         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22681         new module.
22682
22683         New module 'posix_spawnattr_setschedparam'.
22684         * modules/posix_spawnattr_setschedparam: New file.
22685         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22686         modifications.
22687         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22688         new module.
22689
22690         New module 'posix_spawnattr_getschedparam'.
22691         * modules/posix_spawnattr_getschedparam: New file.
22692         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22693         modifications.
22694         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22695         new module.
22696
22697         New module 'posix_spawnattr_setpgroup'.
22698         * modules/posix_spawnattr_setpgroup: New file.
22699         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22700         modifications.
22701         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22702         module.
22703
22704         New module 'posix_spawnattr_getpgroup'.
22705         * modules/posix_spawnattr_getpgroup: New file.
22706         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22707         modifications.
22708         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22709         module.
22710
22711         New module 'posix_spawnattr_setflags'.
22712         * modules/posix_spawnattr_setflags: New file.
22713         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22714         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22715         module.
22716
22717         New module 'posix_spawnattr_getflags'.
22718         * modules/posix_spawnattr_getflags: New file.
22719         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22720         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22721         module.
22722
22723         New module 'posix_spawnattr_init'.
22724         * modules/posix_spawnattr_init: New file.
22725         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22726         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22727         module.
22728
22729         New module 'posix_spawn_file_actions_destroy'.
22730         * modules/posix_spawn_file_actions_destroy: New file.
22731         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22732         modifications.
22733         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22734         the new module.
22735
22736         New module 'posix_spawn_file_actions_addopen'.
22737         * modules/posix_spawn_file_actions_addopen: New file.
22738         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22739         modifications.
22740         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22741         the new module.
22742
22743         New module 'posix_spawn_file_actions_adddup2'.
22744         * modules/posix_spawn_file_actions_adddup2: New file.
22745         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22746         modifications.
22747         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22748         the new module.
22749
22750         New module 'posix_spawn_file_actions_addclose'.
22751         * modules/posix_spawn_file_actions_addclose: New file.
22752         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22753         modifications.
22754         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22755         the new module.
22756
22757         New module 'posix_spawn_file_actions_init'.
22758         * modules/posix_spawn_file_actions_init: New file.
22759         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22760         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22761         new module.
22762
22763         New module 'posix_spawn-internal'.
22764         * modules/posix_spawn-internal: New file.
22765         * lib/spawn_int.h: New file, from GNU libc with modifications.
22766         * lib/spawni.c: New file, from GNU libc with modifications.
22767         * m4/posix_spawn.m4: New file.
22768
22769         New module 'spawn'.
22770         * modules/spawn: New file.
22771         * lib/spawn.in.h: New file, from GNU libc with modifications.
22772         * m4/spawn_h.m4: New file.
22773         * doc/posix-headers/spawn.texi: Mention the new module.
22774
22775 2008-09-28  Bruno Haible  <bruno@clisp.org>
22776
22777         * modules/sched-tests: New file.
22778         * tests/test-sched.c: New file.
22779
22780         New module 'sched'.
22781         * modules/sched: New file.
22782         * lib/sched.in.h: New file.
22783         * m4/sched_h.m4: New file.
22784         * doc/posix-headers/sched.texi: Mention the new module.
22785
22786 2008-09-27  Eric Blake  <ebb9@byu.net>
22787
22788         Fix previous patch, and tweak references to $0.
22789         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22790         (func_version, func_gnulib_dir): Don't call this program
22791         gnulib-tool.
22792         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22793         with using $0 in function.
22794         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22795         (func_fatal_error): Reuse the name the user invoked us with.
22796
22797 2008-09-27  Bruno Haible  <bruno@clisp.org>
22798
22799         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22800         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22801         (gl_ICONV_H): Not here.
22802         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22803         instead of assigning ICONV_H directly.
22804
22805         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22806         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22807         WCHAR_H directly.
22808
22809 2008-09-27  Bruno Haible  <bruno@clisp.org>
22810
22811         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22812         * modules/arpa_inet (Depends-on): Add link-warning.
22813         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22814         * modules/unistd (Makefile.am): Likewise.
22815
22816 2008-09-26  Bruno Haible  <bruno@clisp.org>
22817
22818         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22819         variables.
22820         (func_version): Essentially copied from gnulib-tool.
22821         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22822         func_readlink): Copied from gnulib-tool.
22823
22824 2008-09-26  Bruno Haible  <bruno@clisp.org>
22825
22826         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22827         invoking git-version-gen.
22828
22829 2008-09-26  Bruno Haible  <bruno@clisp.org>
22830
22831         * posix-modules: Update to directory names changed on 2008-01-19.
22832         Remove commas in output before splitting into words. No more need to
22833         avoid 'ftruncate' since 2007-02-19.
22834
22835 2008-09-26  Bruno Haible  <bruno@clisp.org>
22836
22837         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22838
22839 2008-09-26  Bruno Haible  <bruno@clisp.org>
22840
22841         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22842         * modules/fwriteerror (Depends-on): Add errno.
22843
22844 2008-09-26  Bruno Haible  <bruno@clisp.org>
22845
22846         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22847         * tests/test-vc-list-files-cvs.sh: Likewise.
22848
22849 2008-09-26  Bruno Haible  <bruno@clisp.org>
22850
22851         * doc/posix-headers/sys_resource.texi: Reorder items.
22852
22853 2008-09-26  Jim Meyering  <meyering@redhat.com>
22854
22855         fts: tweak inode comparison function
22856         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22857         inode numbers, as documented.
22858
22859         fts: sort dirent entries on inode number before traversing
22860         This avoids a quadratic, seek-related performance penalty when
22861         operating on a directory containing many entries (measurable at 10k;
22862         3.5 hours at 2 million entries with a cold cache) on certain types
22863         of file systems, including ext3 and ext4, but not tmpfs.
22864         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22865         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22866         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22867         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22868         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22869         (fts_build): Set the stat.st_ino member from D_INO.
22870         If it is likely to be useful, sort dirent entries on inode number.
22871
22872         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22873         and the struct statfs.f_type member.
22874         * modules/fts (Depends-on): Add d-ino.
22875
22876 2008-09-26  Bruno Haible  <bruno@clisp.org>
22877
22878         * modules/sigpipe-die (Depends-on): Add sigpipe.
22879
22880         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22881         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22882         and GNULIB_STDIO_H_SIGPIPE are set.
22883         * lib/stdio-write.c: New file.
22884         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22885         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22886         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22887         REPLACE_STDIO_WRITE_FUNCS.
22888         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22889         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22890         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22891         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22892         * modules/stdio (Files): Add lib/stdio-write.c.
22893         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22894         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22895         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22896         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22897         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22898         REPLACE_FPRINTF_POSIX.
22899         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22900         REPLACE_PRINTF_POSIX.
22901         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22902         REPLACE_VFPRINTF_POSIX.
22903         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22904         REPLACE_VPRINTF_POSIX.
22905         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22906         SIGPIPE issue.
22907         * doc/posix-functions/fputc.texi: Likewise.
22908         * doc/posix-functions/fputs.texi: Likewise.
22909         * doc/posix-functions/fwrite.texi: Likewise.
22910         * doc/posix-functions/printf.texi: Likewise.
22911         * doc/posix-functions/putc.texi: Likewise.
22912         * doc/posix-functions/putchar.texi: Likewise.
22913         * doc/posix-functions/puts.texi: Likewise.
22914         * doc/posix-functions/vfprintf.texi: Likewise.
22915         * doc/posix-functions/vprintf.texi: Likewise.
22916
22917         * modules/safe-write (Depends-on): Add write.
22918
22919         * modules/sigpipe-tests: New file.
22920         * tests/test-sigpipe.c: New file.
22921         * tests/test-sigpipe.sh: New file.
22922
22923         * modules/write: New file.
22924         * lib/unistd.in.h: Include <sys/types.h>.
22925         (write): New declaration.
22926         * lib/write.c: New file.
22927         * m4/write.m4: New file.
22928         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22929         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22930         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22931         GNULIB_WRITE, REPLACE_WRITE.
22932         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22933         and the SIGPIPE issue.
22934
22935         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22936         (raise): New declaration.
22937         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22938         (ext_signal): New function.
22939         (rpl_raise): New function.
22940         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22941         GNULIB_SIGNAL_H_SIGPIPE.
22942         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22943         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22944
22945         * modules/sigpipe: New file.
22946         * m4/sigpipe.m4: New file.
22947
22948 2008-09-25  Derek Price  <derek@ximbiot.com>
22949             Bruno Haible  <bruno@clisp.org>
22950
22951         * gnulib-tool (func_import): Report all license incompatibilities, not
22952         just the first one.
22953
22954 2008-09-25  Bruno Haible  <bruno@clisp.org>
22955
22956         * gnulib-tool (func_import): When computing the edits, consider not
22957         only the Makefile.ams that exist but also those that will be generated.
22958
22959 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22960
22961         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22962         fixes gnulib-tool --test warning about duplicate dependency.
22963
22964 2008-09-25  Bruno Haible  <bruno@clisp.org>
22965
22966         * gnulib-tool: Don't ask the user to perform edits in the generated
22967         Makefile.ams.
22968         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22969         apply to the Makefile.am being generated.
22970         (func_emit_tests_Makefile_am): Execute edits that apply to the
22971         Makefile.am being generated.
22972         (func_import): Setup list of Makefile.am edits before emitting the
22973         Makefile.ams, not at the end.
22974         (func_create_testdir): Update.
22975         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22976
22977 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22978
22979         * gnulib-tool (func_import): Store the --tests-base option in the
22980         comment in gnulib-cache.m4.
22981
22982 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22983
22984         * NEWS: Document increased portability that sys_select now provides.
22985
22986         * lib/sys_select.in.h: Install select wrapper.
22987         * lib/sys_socket.in.h: Use more descriptive name when there is no
22988         select wrapper.
22989         * lib/winsock-select.c: New.
22990         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22991         Require gl_HEADER_SYS_SOCKET.
22992         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22993         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22994         * tests/test-sys_select.c: Add functional tests.
22995
22996 2008-09-24  Eric Blake  <ebb9@byu.net>
22997
22998         open, fopen: close fd leak in last patch
22999         * lib/open.c (rpl_open): Close fd before returning error.
23000         * lib/fopen.c (rpl_fopen): Close fd before returning error.
23001         * doc/posix-functions/open.texi (open): Document that Irix also
23002         has the bug.
23003         * doc/posix-functions/fopen.texi (fopen): Likewise.
23004         Reported by Paolo Bonzini.
23005
23006 2008-09-24  Bruno Haible  <bruno@clisp.org>
23007
23008         Ensure that a filename ending in a slash cannot be used to access a
23009         non-directory.
23010         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23011         to check whether it's really a directory.
23012         * lib/fopen.c: Include fcntl.h, unistd.h.
23013         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23014         and fdopen().
23015         * modules/fopen (Depends-on): Add unistd.
23016         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23017         * tests/test-fopen.c (main): Likewise.
23018         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23019         * doc/posix-functions/fopen.texi: Likewise.
23020         Reported by Eric Blake.
23021
23022 2008-09-23  Eric Blake  <ebb9@byu.net>
23023
23024         c-stack: avoid compiler optimizations when provoking overflow
23025         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23026         recursion harder to optimize, to ensure a stack overflow occurs.
23027         * tests/test-c-stack.c (recurse): Likewise.
23028         Borrowed from libsigsegv.
23029
23030         c-stack: work around Irix sigaltstack bug
23031         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23032         whether sigaltstack uses wrong end of stack_t (copied in part from
23033         libsigsegv).
23034         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23035         Irix bug, without requiring an over-allocation.
23036         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23037         bug.
23038
23039         fopen: document mingw bug on directories
23040         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23041         not allowing a stream visiting a directory, even though reading
23042         from such a stream is not portable.
23043
23044 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23045
23046         * lib/poll.c: Rewrite.
23047         * modules/poll: Depend on alloca.
23048
23049 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23050
23051         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23052         instead define prototypes for a full set of wrappers.  Ensure
23053         that Cygwin does not use the compatibility code, which is only
23054         for MinGW.
23055         * lib/winsock.c: New.
23056         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23057         * modules/sys_socket: Add lib/winsock.c.
23058
23059         * modules/poll-tests: Add errno and perror.
23060         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23061
23062 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23063
23064         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23065
23066 2008-09-23  Bruno Haible  <bruno@clisp.org>
23067
23068         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23069         * doc/glibc-functions/*: Likewise.
23070
23071 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23072
23073         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23074         success.
23075
23076 2008-09-22  Eric Blake  <ebb9@byu.net>
23077             Bruno Haible  <bruno@clisp.org>
23078
23079         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23080         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23081         supply %A but mishandle pseudo-NaN.
23082         Reported by Simon Josefsson.
23083
23084 2008-09-21  Bruno Haible  <bruno@clisp.org>
23085
23086         * tests/test-lock.c (main): Tweak skip message.
23087         * tests/test-tls.c (main): Likewise.
23088
23089 2008-09-21  Bruno Haible  <bruno@clisp.org>
23090
23091         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23092         whether 'struct sigaction' has sa_sigaction here...
23093         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23094         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23095
23096 2008-09-21  Bruno Haible  <bruno@clisp.org>
23097
23098         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23099         section.
23100         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23101         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23102         the new section.
23103         (Support for obsolete systems lacking POSIX:2001): New section.
23104         (String handling <string.h>): Move strdup to the new section.
23105         Suggested by Simon Josefsson and Paolo Bonzini.
23106
23107 2008-09-21  Bruno Haible  <bruno@clisp.org>
23108
23109         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23110         exponents in %e and %g results on 'long double'. Needed for mingw's
23111         improved *printf functions.
23112         * tests/test-vasprintf-posix.c (test_function): Likewise.
23113         * tests/test-snprintf-posix.h (test_function): Likewise.
23114         * tests/test-sprintf-posix.h (test_function): Likewise.
23115         Reported by Eric Blake.
23116
23117 2008-09-21  Bruno Haible  <bruno@clisp.org>
23118
23119         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23120         * tests/test-sprintf-posix.h (test_function): Likewise.
23121
23122 2008-09-21  Bruno Haible  <bruno@clisp.org>
23123
23124         * modules/getpass (Depends-on): Add strdup-posix.
23125
23126         New module 'strdup-posix'.
23127         * modules/strdup-posix: New file.
23128         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23129         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23130         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23131         REPLACE_STRDUP.
23132         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23133         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23134         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23135         strdup-posix.
23136
23137         * modules/strdup (Depends-on): Remove malloc-posix.
23138
23139 2008-09-20  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23142         Wildenhues.
23143
23144 2008-09-20  Bruno Haible  <bruno@clisp.org>
23145
23146         Ensure that wint_t gets defined on IRIX 5.3.
23147         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23148         * lib/wctype.in.h (wint_t): Likewise.
23149         (__wctype_wint_t): Remove type.
23150         (isw*): Use wint_t instead of __wctype_wint_t.
23151         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23152         * modules/wchar (Files): Add m4/wint_t.m4.
23153         (Makefile.am): Substitute HAVE_WINT_T.
23154         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23155         * tests/test-wctype.c: Check that wint_t is defined.
23156         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23157         * doc/posix-headers/wctype.texi: Likewise.
23158         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23159
23160 2008-09-18  Bruno Haible  <bruno@clisp.org>
23161
23162         * gnulib-tool (func_exit): Update comment.
23163
23164 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23165
23166         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23167         assumes strdup exists and does not depend on strdup to return
23168         ENOMEM on out of memory conditions.
23169
23170 2008-09-18  Bruno Haible  <bruno@clisp.org>
23171
23172         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23173         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23174         digits for the exponent.
23175
23176 2008-09-18  Jim Meyering  <meyering@redhat.com>
23177             Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/vasnprintf.c (decimal_point_char): Define also if
23180         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23181
23182 2008-09-16  Bruno Haible  <bruno@clisp.org>
23183         and Eric Blake  <ebb9@byu.net>
23184
23185         vasnprintf: support Irix 5.3
23186         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23187         that mishandle long double infinity.
23188         Reported by Tom G. Christensen.
23189
23190 2008-09-16  Bruno Haible  <bruno@clisp.org>
23191
23192         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23193         Solaris 9.
23194         * doc/glibc-functions/alphasort.texi: Likewise.
23195         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23196
23197 2008-09-16  Jim Meyering  <meyering@redhat.com>
23198
23199         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23200         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23201         a umask modification leak out of a subshell.  Otherwise, the
23202         opensolaris /bin/sh would be accepted and thus cause unwarranted
23203         failures in the coreutils test suite.
23204
23205 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23206
23207         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23208         to succeed.
23209
23210 2008-09-16  Jim Meyering  <meyering@redhat.com>
23211
23212         avoid spurious test failure when library is built without ACL support
23213         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23214         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23215         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23216         * tests/test-copy-acl.sh: Likewise.
23217
23218 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23219
23220         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23221         based on character occurrence counts.
23222
23223 2008-09-15  Eric Blake  <ebb9@byu.net>
23224
23225         tests: avoid some compiler warnings
23226         * tests/test-memchr.c (main): Pass NULL indirectly.
23227         * tests/test-closein.c (main): Avoid unused variable.
23228
23229 2008-09-15  Bruno Haible  <bruno@clisp.org>
23230
23231         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23232         are missing on OpenBSD 4.0 individually.
23233         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23234
23235 2008-09-15  Bruno Haible  <bruno@clisp.org>
23236
23237         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23238         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23239         * doc/posix-functions/perror.texi: Likewise.
23240         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23241         is missing.
23242         Reported by Eric Blake.
23243
23244         * lib/errno.in.h: Use replacement values >= 2000.
23245         Reported by Eric Blake.
23246
23247 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23248
23249         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23250         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23251         limit.
23252         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23253         compareseq was aborted.
23254
23255 2008-09-14  Bruno Haible  <bruno@clisp.org>
23256
23257         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23258         yvec_edit_count.
23259         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23260         (fstrcmp_bounded): Simplify result computation accordingly.
23261
23262 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23263
23264         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23265         (fstrcmp): Define in terms of fstrcmp_bounded.
23266         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23267         lower_bound argument.
23268         Return quickly if the result is certainly < lower_bound.
23269         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23270
23271 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23272
23273         * lib/diffseq.h (EARLY_ABORT): New macro.
23274         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23275         evaluates to true.
23276
23277 2008-09-14  Bruno Haible  <bruno@clisp.org>
23278
23279         * modules/perror-tests: New file.
23280         * tests/test-perror.sh: New file.
23281         * tests/test-perror.c: New file.
23282
23283         New module 'perror'.
23284         * lib/stdio.in.h (perror): New declaration.
23285         * lib/perror.c: New file.
23286         * m4/perror.m4: New file.
23287         * modules/perror: New file.
23288         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23289         * doc/posix-functions/perror.texi: Mention the perror module.
23290         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23291         REPLACE_PERROR.
23292         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23293         REPLACE_PERROR.
23294
23295 2008-09-14  Bruno Haible  <bruno@clisp.org>
23296
23297         * modules/stdio (Makefile.am): Reorder to match the order in
23298         lib/stdio.in.h.
23299         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23300
23301 2008-09-13  Bruno Haible  <bruno@clisp.org>
23302
23303         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23304
23305 2008-09-13  Bruno Haible  <bruno@clisp.org>
23306
23307         Extend strerror to cover the added errno values.
23308         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23309         (rpl_strerror): Provide error messages for the added errno values and
23310         for the WSA* values.
23311         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23312         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23313         strerror.
23314         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23315         * modules/strerror (Depends-on): Add errno.
23316         * doc/posix-functions/strerror.texi: Document the change.
23317         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23318         and EOVERFLOW.
23319
23320 2008-09-13  Bruno Haible  <bruno@clisp.org>
23321
23322         * modules/EOVERFLOW: Remove file.
23323         * m4/eoverflow.m4: Remove file.
23324         * modules/EOVERFLOW-tests: Remove file.
23325         * tests/test-EOVERFLOW.c: Remove file.
23326         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23327         * modules/ftell (Depends-on): Likewise.
23328         * modules/getdelim (Depends-on): Likewise.
23329         * modules/getugroups (Depends-on): Likewise.
23330         * modules/poll (Depends-on): Likewise.
23331         * modules/snprintf (Depends-on): Likewise.
23332         * modules/sprintf-posix (Depends-on): Likewise.
23333         * modules/vasnprintf (Depends-on): Likewise.
23334         * modules/vasprintf (Depends-on): Likewise.
23335         * modules/vfprintf-posix (Depends-on): Likewise.
23336         * modules/vsnprintf (Depends-on): Likewise.
23337         * modules/vsprintf-posix (Depends-on): Likewise.
23338         * modules/xvasprintf (Depends-on): Likewise.
23339         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23340         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23341         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23342         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23343         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23344         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23345         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23346         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23347         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23348         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23349         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23350         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23351         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23352         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23353         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23354         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23355         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23356         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23357         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23358         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23359         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23360         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23361         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23362         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23363         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23364         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23365         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23366         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23367         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23368         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23369         * MODULES.html.sh: Remove EOVERFLOW.
23370         * NEWS: Mention the change.
23371
23372 2008-09-13  Bruno Haible  <bruno@clisp.org>
23373
23374         * modules/errno-tests: New file.
23375         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23376
23377         * lib/errno.in.h: New file.
23378         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23379         * modules/errno: New file.
23380         * doc/posix-headers/errno.texi: Update documentation.
23381         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23382
23383 2008-09-13  Bruno Haible  <bruno@clisp.org>
23384
23385         * tests/test-poll.c: Use #if for native Windows, rather than testing
23386         __MSVCRT__.
23387
23388 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23389             Bruno Haible  <bruno@clisp.org>
23390
23391         * lib/glob.c: Don't include <pwd.h> on native Windows.
23392         (WINDOWS32): New macro.
23393         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23394
23395 2008-09-13  Bruno Haible  <bruno@clisp.org>
23396
23397         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23398         (ETIMEDOUT): Remove macro.
23399         (glthread_cond_timedwait_multithreaded): New declaration.
23400         (glthread_cond_timedwait): Use it.
23401         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23402         (glthread_cond_timedwait_multithreaded): New function.
23403
23404 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23405
23406         * modules/poll-tests: Do not check for io.h.
23407         * tests/test-poll.c: Check for __MSVCRT__ instead.
23408
23409 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23410
23411         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23412         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23413         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23414
23415 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23416
23417         * modules/poll-tests: New.
23418         * tests/test-poll.c: New.
23419
23420 2008-09-12  Eric Blake  <ebb9@byu.net>
23421
23422         frexp: test for NetBSD failure on -0.0
23423         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23424         not all, bugs from NetBSD 3.0 have been fixed.
23425         * doc/posix-functions/frexp.texi (frexp): Document bug.
23426         Reported by Thomas Klausner.
23427
23428         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23429         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23430         literal -0.0.
23431         Reported by Jonathan C. Patschke <jp@centtech.com>.
23432
23433 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23434
23435         * lib/glthread/cond.h: Use dummy implementation also if
23436         USE_WIN32_THREADS.
23437
23438 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23439
23440         * modules/fnmatch-posix (License): Change to LGPLv2+.
23441         * modules/fnmatch-gnu (License): Likewise.
23442
23443 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23444
23445         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23446
23447 2008-09-11  Jim Meyering  <meyering@redhat.com>
23448
23449         * users.txt: Add gtk-vnc.
23450
23451 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23452
23453         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23454         rotate amounts.
23455
23456         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23457         required for 16-bit and 8-bit rotates.
23458         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23459         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23460         UINT8_MAX instead of hard-coded constants.
23461         Suggested by Paul Eggert.
23462
23463 2008-09-07  Bruno Haible  <bruno@clisp.org>
23464
23465         * tests/test-striconveh.c (main): Check behaviour when converting from
23466         UTF-7.
23467
23468         Make striconveh work better with stateful encodings.
23469         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23470         that iconv does not increment the inptr when returning -1/EINVAL.
23471
23472 2008-09-07  Bruno Haible  <bruno@clisp.org>
23473
23474         * build-aux/config.rpath: Update according to libtool-2.2.6.
23475         * build-aux/config.libpath: Likewise.
23476
23477 2008-09-06  Bruno Haible  <bruno@clisp.org>
23478
23479         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23480         * lib/freadptr.c (freadptr): Likewise.
23481         * lib/freadseek.c (freadptrinc): Likewise.
23482         Reported by Simon Josefsson.
23483
23484 2008-09-06  Bruno Haible  <bruno@clisp.org>
23485
23486         * modules/freadptr (License): Change to LGPLv2+.
23487         * modules/freadseek (License): Likewise.
23488         Suggested by Eric Blake.
23489
23490         * modules/memchr2 (License): Change to LGPLv2+.
23491         Approved by Eric Blake.
23492
23493 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23494             Bruno Haible  <bruno@clisp.org>
23495
23496         Make gnulib-tool work with native 'sed' on AIX.
23497         * gnulib-tool (sed_noop): New variable.
23498         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23499         func_add_or_update, func_create_testdir): Use it to initialize sed
23500         script variables.
23501         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23502
23503 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23504             Bruno Haible  <bruno@clisp.org>
23505
23506         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23507         also works after #include directives.
23508
23509 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23510
23511         getdate.y: reject an out-of-range timezone value
23512         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23513         the range [-24...+24].  When specified with only one or two digits,
23514         * tests/test-getdate.c: Tests for the fix.
23515         * doc/getdate.texi: Document this change.
23516
23517 2008-09-03  Bruno Haible  <bruno@clisp.org>
23518
23519         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23520
23521 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23522
23523         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23524         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23525         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23526         Blake <ebb9@byu.net>.
23527
23528         * tests/test-bitrotate.c: Add more test vectors.
23529
23530 2008-09-02  Eric Blake  <ebb9@byu.net>
23531
23532         vasnprintf-posix: handle large precision via %.*d
23533         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23534         when handling it ourselves.
23535         * tests/test-vasnprintf-posix.c (test_function): Add test.
23536         * tests/test-snprintf-posix.h (test_function): Likewise.
23537         * tests/test-sprintf-posix.h (test_function): Likewise.
23538         * tests/test-vasprintf-posix.c (test_function): Likewise.
23539         Reported by Alain Guibert.
23540
23541 2008-09-01  Eric Blake  <ebb9@byu.net>
23542
23543         c-stack: make configure-time check more robust
23544         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23545         successful sigaction call.
23546         Reported by Tom G. Christensen.
23547
23548 2008-09-01  Bruno Haible  <bruno@clisp.org>
23549
23550         New module 'findprog-lgpl'.
23551         * modules/findprog-lgpl: New file.
23552         * lib/findprog-lgpl.c: New file.
23553         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23554         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23555         to decide whether to use strdup or xstrdup, concatenated_filename or
23556         xconcatenated_filename.
23557
23558 2008-09-01  Bruno Haible  <bruno@clisp.org>
23559
23560         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23561         'xconcat-filename' (GPL).
23562         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23563         (License): Change to LGPLv2+.
23564         * modules/xconcat-filename: New file.
23565         * lib/concat-filename.h (concatenated_filename): Change specification.
23566         (xconcatenated_filename): New declaration.
23567         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23568         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23569         memory situations.
23570         * lib/xconcat-filename.c: New file.
23571         * NEWS: Mention the change.
23572         * lib/findprog.c: Include concat-filename.h, not filename.h.
23573         (find_in_path): Use xconcatenated_filename instead of
23574         concatenated_filename.
23575         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23576         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23577         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23578         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23579         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23580         instead of concatenated_filename.
23581         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23582         (execute_java_class): Use xconcatenated_filename instead of
23583         concatenated_filename.
23584         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23585         * modules/javacomp (Depends-on): Likewise.
23586         * modules/javaexec (Depends-on): Likewise.
23587
23588 2008-09-01  Bruno Haible  <bruno@clisp.org>
23589
23590         Split module 'filename' into 'filename' and 'concat-filename'.
23591         * modules/filename: Keep only lib/filename.h.
23592         (License): Change to LGPLv2+.
23593         * modules/concat-filename: New file, extracted from modules/filename.
23594         * lib/filename.h (concatenated_filename): Remove declaration.
23595         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23596         * lib/concat-filename.c: Include concat-filename.h.
23597         * NEWS: Mention the change.
23598
23599 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23600
23601         * lib/bitrotate.h (rotl8, rotr8): Add.
23602
23603         * modules/bitrotate (configure.ac): Need
23604         AC_REQUIRE([AC_C_INLINE]).
23605         (Description): Mention stdint.h.  Reported by Bruno Haible
23606         <bruno@clisp.org>.
23607
23608         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23609         Paolo Bonzini <bonzini@gnu.org>.
23610
23611 2008-08-31  Bruno Haible  <bruno@clisp.org>
23612
23613         Assume Solaris specific bi-arch conventions on Solaris systems.
23614         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23615         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23616         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23617         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23618         like acl_libdirstem.
23619         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23620         acl_libdirstem.
23621         * NEWS: Mention the change.
23622         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23623
23624 2008-08-31  Jim Meyering  <meyering@redhat.com>
23625
23626         * lib/strftime.h: Add comments describing the two added arguments.
23627
23628         remove duplicate #include directives
23629         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23630         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23631
23632 2008-08-31  Bruno Haible  <bruno@clisp.org>
23633
23634         New module 'sigpipe-die'.
23635         * modules/sigpipe-die: New file.
23636         * lib/sigpipe-die.h: New file.
23637         * lib/sigpipe-die.c: New file.
23638         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23639
23640 2008-08-31  Bruno Haible  <bruno@clisp.org>
23641
23642         Don't override previously installed signal handlers.
23643         * lib/fatal-signal.c (saved_sigactions): New variable.
23644         (uninstall_handlers): Reset the signal to the saved handler, not
23645         to SIG_DFL (except when ignored).
23646         (install_handlers): Save the previous handlers.
23647
23648 2008-08-30  Bruno Haible  <bruno@clisp.org>
23649
23650         * gnulib-tool (func_reset_sigpipe): New function.
23651         (func_get_automake_snippet, func_modules_transitive_closure,
23652         func_import): Invoke it before a join command that reads from stdin,
23653         to avoid "echo: write error: Broken pipe" error messages on stderr.
23654         Reported by Sam Steingold <sds@gnu.org>.
23655
23656 2008-08-30  Bruno Haible  <bruno@clisp.org>
23657
23658         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23659         Code copied from m4/open.m4.
23660         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23661         access and the filename ends in a slash. Code copied from lib/open.c.
23662         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23663         * tests/test-fopen.c (main): Check against bug with trailing slash.
23664
23665 2008-08-29  Bruno Haible  <bruno@clisp.org>
23666
23667         Avoid some "gcc -pedantic" warnings.
23668         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23669         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23670         * lib/dirent.in.h: Likewise.
23671         * lib/fcntl.in.h: Likewise.
23672         * lib/float.in.h: Likewise.
23673         * lib/iconv.in.h: Likewise.
23674         * lib/inttypes.in.h: Likewise.
23675         * lib/locale.in.h: Likewise.
23676         * lib/math.in.h: Likewise.
23677         * lib/netinet_in.in.h: Likewise.
23678         * lib/search.in.h: Likewise.
23679         * lib/signal.in.h: Likewise.
23680         * lib/stdarg.in.h: Likewise.
23681         * lib/stdint.in.h: Likewise.
23682         * lib/stdio.in.h: Likewise.
23683         * lib/stdlib.in.h: Likewise.
23684         * lib/string.in.h: Likewise.
23685         * lib/strings.in.h: Likewise.
23686         * lib/sys_select.in.h: Likewise.
23687         * lib/sys_socket.in.h: Likewise.
23688         * lib/sys_stat.in.h: Likewise.
23689         * lib/sys_time.in.h: Likewise.
23690         * lib/sysexits.in.h: Likewise.
23691         * lib/time.in.h: Likewise.
23692         * lib/unistd.in.h: Likewise.
23693         * lib/wchar.in.h: Likewise.
23694         * lib/wctype.in.h: Likewise.
23695         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23696         * modules/fchdir (Makefile.am): Likewise.
23697         * modules/fcntl (Makefile.am): Likewise.
23698         * modules/float (Makefile.am): Likewise.
23699         * modules/iconv_open (Makefile.am): Likewise.
23700         * modules/inttypes (Makefile.am): Likewise.
23701         * modules/locale (Makefile.am): Likewise.
23702         * modules/math (Makefile.am): Likewise.
23703         * modules/netinet_in (Makefile.am): Likewise.
23704         * modules/search (Makefile.am): Likewise.
23705         * modules/signal (Makefile.am): Likewise.
23706         * modules/stdarg (Makefile.am): Likewise.
23707         * modules/stdint (Makefile.am): Likewise.
23708         * modules/stdio (Makefile.am): Likewise.
23709         * modules/stdlib (Makefile.am): Likewise.
23710         * modules/string (Makefile.am): Likewise.
23711         * modules/strings (Makefile.am): Likewise.
23712         * modules/sys_select (Makefile.am): Likewise.
23713         * modules/sys_socket (Makefile.am): Likewise.
23714         * modules/sys_stat (Makefile.am): Likewise.
23715         * modules/sys_time (Makefile.am): Likewise.
23716         * modules/sysexits (Makefile.am): Likewise.
23717         * modules/time (Makefile.am): Likewise.
23718         * modules/unistd (Makefile.am): Likewise.
23719         * modules/wchar (Makefile.am): Likewise.
23720         * modules/wctype (Makefile.am): Likewise.
23721         Reported by Reuben Thomas <rrt@sc3d.org>.
23722
23723 2008-08-29  Bruno Haible  <bruno@clisp.org>
23724
23725         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23726         any more.
23727
23728 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23729
23730         * MODULES.html.sh (Misc): Add bitrotate.
23731
23732         * modules/bitrotate: New file.
23733
23734         * lib/bitrotate.h: New file.
23735
23736         * modules/bitrotate-tests: New file.
23737
23738         * tests/test-bitrotate.c: New file.
23739
23740         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23741         on the bitrotate module.
23742
23743         * lib/arctwo.c: Use new bitrotate module.
23744
23745 2008-08-29  Jim Meyering  <meyering@redhat.com>
23746
23747         bootstrap: merge changes from coreutils
23748         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23749         of copied files.  Remove a kludge, now that this is fixed.
23750         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23751         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23752         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23753
23754 2008-08-29  Bruno Haible  <bruno@clisp.org>
23755
23756         * MODULES.html.sh: Remove --cvs-urls option.
23757
23758 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23759
23760         maint.mk: adjust to file name change
23761         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23762
23763 2008-08-28  Jim Meyering  <meyering@redhat.com>
23764
23765         * modules/getndelim2 (License): Relicense to LGPLv2+.
23766         Approved by Richard Stallman for the version of 1995, and by
23767         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23768
23769 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23770
23771         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23772         dummy if one is not available.  Do not touch them if
23773         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23774         (getc_maybe_unlocked): New.
23775         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23776
23777 2008-08-26  Eric Blake  <ebb9@byu.net>
23778
23779         doc/INSTALL: resync from autoconf
23780         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23781         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23782         moving...
23783         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23784         * INSTALL: Regenerate.
23785         * INSTALL.ISO: New file.
23786         * INSTALL.UTF-8: Likewise.
23787
23788 2008-08-26  Jim Meyering  <meyering@redhat.com>
23789
23790         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23791         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23792         these definitions conditional, so that they may be overridden, too.
23793
23794 2008-08-26  Bruno Haible  <bruno@clisp.org>
23795
23796         Generate INSTALL file variants with prettier quotes.
23797         * doc/Makefile (INSTALL_PRELUDE): New macro.
23798         (INSTALL): Use it.
23799         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23800
23801 2008-08-26  Bruno Haible  <bruno@clisp.org>
23802
23803         Run makeinfo in an English locale.
23804         * doc/Makefile (MAKEINFO): New variable.
23805
23806 2008-08-26  Bruno Haible  <bruno@clisp.org>
23807
23808         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23809         Suggested by Eric Blake.
23810
23811 2008-08-25  Bruno Haible  <bruno@clisp.org>
23812
23813         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23814
23815 2008-08-25  Eric Blake  <ebb9@byu.net>
23816
23817         c-stack: test that stack overflow can be caught
23818         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23819         that platform allows handling stack overflow; at least OS/2 EMX
23820         has sigaltstack, but crashes before transferring control to
23821         handler on stack overflow.
23822         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23823         check for HAVE_STACK_OVERFLOW_HANDLING.
23824         Reported by Elbert Pol.
23825
23826 2008-08-25  Bruno Haible  <bruno@clisp.org>
23827
23828         * doc/posix-functions/strftime.texi: Fix description of strftime
23829         module.
23830
23831 2008-08-24  Bruno Haible  <bruno@clisp.org>
23832
23833         * tests/uniwidth/test-uc_width2.c: New file.
23834         * tests/uniwidth/test-uc_width2.sh: New file.
23835         * modules/uniwidth/width-tests (Files): Add the new files.
23836         (TESTS): Add uniwidth/test-uc_width2.sh.
23837         (TESTS_ENVIRONMENT): New variable.
23838         (check_PROGRAMS): Add test-uc_width2.
23839         (test_uc_width2_SOURCES): New variable.
23840
23841         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23842         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23843         not 0x00AB.
23844         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23845
23846 2008-08-22  Eric Blake  <ebb9@byu.net>
23847
23848         test-lock, test-tls: mention why a test is skipped
23849         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23850         skipped.
23851         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23852
23853         count-one-bits: relax license
23854         * modules/count-one-bits (License): Relicense to LGPLv2+.
23855         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23856
23857 2008-08-22  Andreas Schwab  <schwab@suse.de>
23858
23859         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23860         Remove spurious space in assignment.
23861
23862 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23863
23864         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23865         Paul Eggert <eggert@CS.UCLA.EDU>.
23866
23867 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23868
23869         * modules/gettext: Add m4/threadlib.m4.
23870
23871 2008-08-19  Eric Blake  <ebb9@byu.net>
23872
23873         test-c-stack: fix compilation failure on FreeBSD 5.0
23874         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23875         headers before <sys/resource.h>.
23876         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23877         the bug.
23878         Reported by Nelson H. F. Beebe.
23879
23880         strverscmp: migrate from "strverscmp.h" to <string.h>
23881         * modules/string (Makefile.am): Add new hooks.
23882         * modules/strverscmp (Files): Remove strverscmp.h.
23883         (Depends-on): Add string.
23884         (configure.ac): Add indicator.
23885         (Include): Mention new header.
23886         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23887         defaults.
23888         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23889         results.
23890         * lib/strverscmp.h: Delete.
23891         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23892         * tests/test-strverscmp.c (includes): Adjust client.
23893         * lib/check-version.c (includes): Likewise.
23894         * NEWS: Document the change.
23895
23896         strverscmp: add unit test
23897         * modules/strverscmp-tests: New file.
23898         * tests/test-strverscmp.c: Likewise.
23899
23900 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23901
23902         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23903         regarding Windows crypto stuff, from Mono.
23904
23905 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23906
23907         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23908         if present, for intel RND.  Return error on failures.
23909
23910 2008-08-18  Ben Pfaff  <blp@gnu.org>
23911
23912         gitlog-to-changelog: give better diagnostic for failed pipe-open
23913         * build-aux/gitlog-to-changelog: Improve error message: suggest
23914         that the version of Git may be too old.
23915
23916 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23917
23918         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23919         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23920
23921 2008-08-18  Bruno Haible  <bruno@clisp.org>
23922
23923         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23924         pthread_in_use().
23925
23926 2008-08-18  Bruno Haible  <bruno@clisp.org>
23927
23928         * lib/glthread/threadlib.c: Include <pthread.h>.
23929
23930 2008-08-18  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23933         glthread_recursive_lock_* macros.
23934         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23935         Fix syntax error.
23936
23937 2008-08-18  Bruno Haible  <bruno@clisp.org>
23938
23939         * lib/glthread/thread.c: Avoid forcing a context switch right after
23940         thread creation.
23941
23942 2008-08-17  Bruno Haible  <bruno@clisp.org>
23943
23944         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23945         * lib/glthread/thread.h: Provide Win32 specific implementation.
23946         * modules/thread (Files): Add lib/glthread/thread.c.
23947         (Depends-on): Add lock.
23948         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23949
23950 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23951
23952         New module 'yield'.
23953         * modules/yield: New file.
23954         * lib/glthread/yield.h: New file.
23955         * m4/yield.m4: New file.
23956         * MODULES.html.sh (Multithreading): Add yield.
23957
23958 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23959
23960         New module 'thread'.
23961         * modules/thread: New file.
23962         * lib/glthread/thread.h: New file.
23963         * m4/thread.m4: New file.
23964         * MODULES.html.sh (Multithreading): Add thread.
23965
23966 2008-08-17  Bruno Haible  <bruno@clisp.org>
23967
23968         * lib/glthread/lock.h: Include <stdlib.h> always.
23969         * lib/glthread/tls.h: Likewise.
23970         * lib/glthread/cond.h: Likewise.
23971
23972 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23973
23974         New module 'cond'.
23975         * modules/cond: New file.
23976         * lib/glthread/cond.h: New file.
23977         * lib/glthread/cond.c: New file.
23978         * m4/cond.m4: New file.
23979         * MODULES.html.sh (Multithreading): Add cond.
23980
23981 2008-08-16  Eric Blake  <ebb9@byu.net>
23982
23983         c-stack: fix regression on Irix 5.3 from 2008-06-21
23984         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23985         sa_sigaction...
23986         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23987         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23988         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23989         * modules/signal (Makefile.am): Use the value.
23990         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23991         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23992         * doc/posix-headers/signal.texi (signal.h): Document this
23993         portability issue.
23994         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23995         Reported by Tom G. Christensen.
23996
23997 2008-08-17  Bruno Haible  <bruno@clisp.org>
23998
23999         New module 'threadlib'.
24000         * modules/threadlib: New file.
24001         * lib/glthread/threadlib.c: New file, extracted from
24002         lib/glthread/lock.c.
24003         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
24004         functions.
24005         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24006         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24007         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24008         macros.
24009         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24010         (gl_DISABLE_THREADS): Remove macro.
24011         * modules/lock (Files): Remove build-aux/config.rpath.
24012         (Depends-on): Remove havelib. Add threadlib.
24013         (configure.ac-early): Remove section.
24014         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24015         * modules/tls (Depends-on): Remove lock. Add threadlib.
24016         (Link): New section, copied from threadlib.
24017         * MODULES.html.sh (Multithreading): Add threadlib.
24018
24019 2008-08-14  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24022         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24023         glthread_rwlock_unlock, glthread_rwlock_destroy,
24024         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24025         glthread_recursive_lock_destroy): Define as macros always.
24026         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24027         glthread_lock_lock.
24028         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24029         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24030         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24031         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24032         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24033         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24034         (glthread_recursive_lock_lock_func): Renamed from
24035         glthread_recursive_lock_lock.
24036         (glthread_recursive_lock_unlock_func): Renamed from
24037         glthread_recursive_lock_unlock.
24038         (glthread_recursive_lock_destroy_func): Renamed from
24039         glthread_recursive_lock_destroy.
24040
24041 2008-08-14  Bruno Haible  <bruno@clisp.org>
24042
24043         * lib/glthread/lock.h: Renamed from lib/lock.h.
24044         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24045         * lib/glthread/tls.h: Renamed from lib/tls.h.
24046         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24047         * lib/fstrcmp.c: Update includes.
24048         * lib/strsignal.c: Update includes.
24049         * modules/lock (Files, Makefile.am): Update.
24050         (Include): Change to "glthread/lock.h".
24051         * modules/tls (Files, Makefile.am): Update.
24052         (Include): Change to "glthread/tls.h".
24053         * tests/test-lock.c: Update includes.
24054         * tests/test-tls.c: Update includes.
24055         * NEWS: Mention the renamed header files.
24056
24057 2008-08-11  Jim Meyering  <meyering@redhat.com>
24058
24059         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24060
24061 2008-08-11  Eric Blake  <ebb9@byu.net>
24062
24063         test-c-stack: avoid C99-ism
24064         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24065         before statement.
24066         Reported by Alain Guibert.
24067
24068 2008-08-10  Jim Meyering  <meyering@redhat.com>
24069
24070         ensure that return value of uinttostr et al are not ignored
24071         * lib/inttostr.h (__GNUC_PREREQ): Define.
24072         (__attribute_warn_unused_result__): Define.
24073         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24074
24075 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24076
24077         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24078         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24079
24080 2008-08-07  Jim Meyering  <meyering@redhat.com>
24081
24082         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24083
24084         * modules/mkstemp (License): Relicense under LGPLv2+.
24085         * modules/tempname (License): Likewise.
24086
24087 2008-08-06  Bruno Haible  <bruno@clisp.org>
24088
24089         * lib/poll.c (poll): Further micro-optimization.
24090
24091 2008-08-06  Jim Meyering  <meyering@redhat.com>
24092
24093         inet_pton.c: use locale-independent tolower
24094         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24095         (inet_pton6): Use c_tolower rather than tolower.
24096         * modules/inet_pton (Depends-on): Add c-ctype.
24097
24098 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24099
24100         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24101         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24102
24103 2008-08-06  Jim Meyering  <meyering@redhat.com>
24104
24105         * modules/inet_pton (License): Relicense under LGPLv2+.
24106
24107 2008-08-03  Bruno Haible  <bruno@clisp.org>
24108
24109         Additional non-aborting API for lock and tls.
24110         * lib/lock.h: Include <errno.h>.
24111         (glthread_lock_init): New macro/function.
24112         (gl_lock_init): Define as wrapper around glthread_lock_init.
24113         (glthread_lock_lock): New macro/function.
24114         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24115         (glthread_lock_unlock): New macro/function.
24116         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24117         (glthread_lock_destroy): New macro/function.
24118         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24119         (glthread_rwlock_init): New macro/function.
24120         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24121         (glthread_rwlock_rdlock): New macro/function.
24122         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24123         (glthread_rwlock_wrlock): New macro/function.
24124         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24125         (glthread_rwlock_unlock): New macro/function.
24126         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24127         (glthread_rwlock_destroy): New macro/function.
24128         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24129         (glthread_recursive_lock_init): New macro/function.
24130         (gl_recursive_lock_init): Define as wrapper around
24131         glthread_recursive_lock_init.
24132         (glthread_recursive_lock_lock): New macro/function.
24133         (gl_recursive_lock_lock): Define as wrapper around
24134         glthread_recursive_lock_lock.
24135         (glthread_recursive_lock_unlock): New macro/function.
24136         (gl_recursive_lock_unlock): Define as wrapper around
24137         glthread_recursive_lock_unlock.
24138         (glthread_recursive_lock_destroy): New macro/function.
24139         (gl_recursive_lock_destroy): Define as wrapper around
24140         glthread_recursive_lock_destroy.
24141         (glthread_once): New macro/function.
24142         (gl_once): Define as wrapper around glthread_once.
24143         Update function declarations.
24144         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24145         glthread_rwlock_init. Return error code.
24146         (glthread_rwlock_rdlock_multithreaded): Renamed from
24147         glthread_rwlock_rdlock. Return error code.
24148         (glthread_rwlock_wrlock_multithreaded): Renamed from
24149         glthread_rwlock_wrlock. Return error code.
24150         (glthread_rwlock_unlock_multithreaded): Renamed from
24151         glthread_rwlock_unlock. Return error code.
24152         (glthread_rwlock_destroy_multithreaded): Renamed from
24153         glthread_rwlock_destroy. Return error code.
24154         (glthread_recursive_lock_init_multithreaded): Renamed from
24155         glthread_recursive_lock_init. Return error code.
24156         (glthread_recursive_lock_lock_multithreaded): Renamed from
24157         glthread_recursive_lock_lock. Return error code.
24158         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24159         glthread_recursive_lock_unlock. Return error code.
24160         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24161         glthread_recursive_lock_destroy. Return error code.
24162         (glthread_once_call): Make static.
24163         (glthread_once_multithreaded): Renamed from glthread_once.
24164         * lib/tls.h: Include <errno.h>.
24165         (glthread_tls_key_init): New macro/function.
24166         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24167         (glthread_tls_set): New macro/function.
24168         (gl_tls_set): Define as wrapper around glthread_tls_set.
24169         (glthread_tls_key_destroy): New macro/function.
24170         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24171         Update function declarations.
24172         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24173         glthread_tls_get.
24174         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24175
24176 2008-08-04  Eric Blake  <ebb9@byu.net>
24177
24178         gnumakefile: use space, not TAB, outside of targets
24179         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24180
24181 2008-08-02  Jim Meyering  <meyering@redhat.com>
24182
24183         getdate.y: avoid locale-dependent date parsing failure
24184         In Turkish locales, getdate would fail to recognize keywords
24185         containing a lowercase "i".  The solution is not to rely on
24186         locale-sensitive case-conversion.
24187         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24188         (lookup_word): Use c_toupper in place of toupper.
24189         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24190         Reported by Vefa Bicakci <bicave@superonline.com> in
24191         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24192         * modules/getdate (Depends-on): Add c-ctype.
24193
24194 2008-08-02  Bruno Haible  <bruno@clisp.org>
24195
24196         * gnulib-tool (func_import): When updating or creating a .gitignore
24197         file, prepend each added line with a slash, and ignore leading slashes
24198         from the existing lines.
24199         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24200
24201 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24202
24203         Portability fix for GNU make 3.79.1.
24204         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24205         versions do not understand.
24206
24207 2008-08-01  Bruno Haible  <bruno@clisp.org>
24208
24209         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24210         * tests/test-isnanf.h (zero): New variable.
24211         (main): Avoid literal -0.0f.
24212         * tests/test-isnand.h (zero): New variable.
24213         (main): Avoid literal -0.0.
24214         * tests/test-isnanl.h (zero): New variable.
24215         (main): Avoid literal -0.0L.
24216         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24217         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24218         -0.0, -0.0L.
24219         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24220         (test_signbitd): Avoid literal -0.0.
24221         (test_signbitl): Avoid literal -0.0L.
24222         * tests/test-ceilf1.c (zero): New variable.
24223         (main): Avoid literal -0.0f.
24224         * tests/test-ceill.c (zero): New variable.
24225         (main): Avoid literal -0.0L.
24226         * tests/test-floorf1.c (zero): New variable.
24227         (main): Avoid literal -0.0f.
24228         * tests/test-floorl.c (zero): New variable.
24229         (main): Avoid literal -0.0L.
24230         * tests/test-roundf1.c (zero): New variable.
24231         (main): Avoid literal -0.0f.
24232         * tests/test-round1.c (zero): New variable.
24233         (main): Avoid literal -0.0.
24234         * tests/test-roundl.c (zero): New variable.
24235         (main): Avoid literal -0.0L.
24236         * tests/test-truncf1.c (zero): New variable.
24237         (main): Avoid literal -0.0f.
24238         * tests/test-trunc1.c (zero): New variable.
24239         (main): Avoid literal -0.0.
24240         * tests/test-truncl.c (zero): New variable.
24241         (main): Avoid literal -0.0L.
24242         * tests/test-frexp.c (zero): New variable.
24243         (main): Avoid literal -0.0.
24244         * tests/test-frexpl.c (zero): New variable.
24245         (main): Avoid literal -0.0L.
24246         * tests/test-ldexpl.c (zero): New variable.
24247         (main): Avoid literal -0.0L.
24248         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24249         (zerod, zerol): New variables.
24250         (test_function): Avoid literals -0.0, -0.0L.
24251         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24252         (zerod, zerol): New variables.
24253         (test_function): Avoid literals -0.0, -0.0L.
24254         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24255         (zerod, zerol): New variables.
24256         (test_function): Avoid literals -0.0, -0.0L.
24257         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24258         (zerod, zerol): New variables.
24259         (test_function): Avoid literals -0.0, -0.0L.
24260         * tests/test-strtod.c (zero): New variable.
24261         (main): Avoid literal -0.0.
24262         Reported by Jonathan C. Patschke <jp@centtech.com>.
24263
24264 2008-07-31  Jim Meyering  <meyering@redhat.com>
24265
24266         sha256.h: correct definition of SHA224_DIGEST_SIZE
24267         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24268         Reported by Paulie Pena IV <paulie4@gmail.com>.
24269         Define as 224 / 8, rather than as a literal.
24270         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24271         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24272         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24273
24274 2008-07-31  Bruno Haible  <bruno@clisp.org>
24275
24276         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24277         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24278         Reported by Jonathan Patschke <jp@centtech.com>.
24279
24280 2008-07-31  Bruno Haible  <bruno@clisp.org>
24281
24282         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24283         Reported by Paolo Bonzini <bonzini@gnu.org>.
24284
24285 2008-07-30  Eric Blake  <ebb9@byu.net>
24286
24287         test-strtod: allow compilation without -lm
24288         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24289         Reported by Dennis Clarke <blastwave@gmail.com>.
24290
24291 2008-07-28  Jim Meyering  <meyering@redhat.com>
24292
24293         bootstrap: work also when there are no .po files in po/
24294         * build-aux/bootstrap (update_po_files): Complete the change
24295         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24296
24297 2008-07-27  Jim Meyering  <meyering@redhat.com>
24298
24299         * users.txt: Add zile.
24300
24301 2008-07-26  Ben Pfaff  <blp@gnu.org>
24302
24303         Add missing dependencies on new m4/exponent[fdl].m4 files.
24304         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24305         * modules/isnand-nolibm: Add m4/exponentd.m4.
24306         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24307         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24308         m4/isnan[fdl].m4, because the macros actually used moved.
24309         Reported by Jim Meyering.
24310
24311 2008-07-14  Ben Pfaff  <blp@gnu.org>
24312
24313         Add isinf module.
24314         * lib/isinf.c: New file.
24315         * lib/math.in.h: Define isinf macro if we have decided to replace
24316         it.
24317         * m4/isinf.m4: New file.
24318         * m4/math_h.m4: Initialize and substitute variables for isinf
24319         module.
24320         * modules/isinf: New file.
24321         * modules/isinf-tests: New file.
24322         * modules/math: Add substitutions for new module.
24323         * tests/test-isinf.c: New file.
24324         * doc/posix-functions/isinf.texi: Mention new module.
24325         * MODULES.html.sh: Mention new module.
24326
24327 2008-07-14  Ben Pfaff  <blp@gnu.org>
24328
24329         Factor out some macros for use by additional modules.
24330         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24331         exponentf.m4.
24332         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24333         exponentd.m4.
24334         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24335         file exponentl.m4.
24336         * m4/exponentf.m4: New file.
24337         * m4/exponentd.m4: New file.
24338         * m4/exponentl.m4: New file.
24339         * modules/isnanf: Use new file m4/exponentf.m4.
24340         * modules/isnand: Use new file m4/exponentd.m4.
24341         * modules/isnanl: Use new file m4/exponentl.m4.
24342
24343 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24344
24345         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24346         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24347         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24348         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24349
24350         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24351         readlink on platforms without PATH_MAX.
24352
24353 2008-07-21  Eric Blake  <ebb9@byu.net>
24354
24355         Warn, not fail, on stale version.
24356         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24357
24358         Don't allow installation with stale devel version number.
24359         * top/GNUmakefile (_is-install-target): New macro.
24360         (_curr-ver): Forbid installation with stale version number.
24361
24362 2008-07-20  Bruno Haible  <bruno@clisp.org>
24363
24364         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24365         TESTS_ENVIRONMENT.
24366         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24367
24368 2008-07-20  Bruno Haible  <bruno@clisp.org>
24369
24370         * lib/c-stack.h (c_stack_action): Add documentation.
24371         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24372
24373 2008-07-20  Bruno Haible  <bruno@clisp.org>
24374
24375         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24376         * modules/readlink (License): Likewise.
24377
24378 2008-07-17  Eric Blake  <ebb9@byu.net>
24379
24380         * modules/c-stack (Link): Fix typo.
24381
24382         Make c-stack use libsigsegv, when available.
24383         * modules/c-stack (Depends-on): Add libsigsegv.
24384         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24385         needed.
24386         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24387         (segv_handler, overflow_handler, c_stack_action)
24388         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24389         implementation when libsigsegv is available, but only when using
24390         the library is necessary.
24391         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24392         comment, explaining why XSI check fails on Linux.
24393         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24394         * tests/test-c-stack2.sh: Tweak skip message.
24395         * NEWS: Document new link-time requirements.
24396
24397 2008-07-16  Eric Blake  <ebb9@byu.net>
24398
24399         c-stack: Expose false positives when not using libsigsegv.
24400         * modules/c-stack-tests (Files): Expand test.
24401         * tests/test-c-stack.c (main): Add means to conditionally trigger
24402         non-overflow SIGSEGV.
24403         * tests/test-c-stack2.sh: New file.
24404
24405 2008-07-14  Bruno Haible  <bruno@clisp.org>
24406
24407         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24408         Reported by Eric Blake.
24409
24410 2008-07-14  Sam Steingold  <sds@gnu.org>
24411             Bruno Haible  <bruno@clisp.org>
24412
24413         New module libsigsegv.
24414         * modules/libsigsegv: New file.
24415         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24416         modifications.
24417         * MODULES.html.sh (Signal handling): New section.
24418
24419 2008-07-14  Bruno Haible  <bruno@clisp.org>
24420
24421         * modules/unictype/ctype-* (Description): Add the word "function".
24422         Improves the resulting doc in MODULES.html.
24423
24424 2008-07-12  Ben Pfaff  <blp@gnu.org>
24425
24426         Add longlong module.
24427         * modules/longlong: New file.
24428
24429 2008-07-12  Bruno Haible  <bruno@clisp.org>
24430
24431         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24432         to empty.
24433
24434 2008-07-10  Ben Pfaff  <blp@gnu.org>
24435
24436         Add isnan module.
24437         * doc/posix-functions/isnan.texi: Mention new module.
24438         * lib/math.in.h: Define isnan macro if we have decided to replace
24439         it.
24440         * m4/isnan.m4: New file.
24441         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24442         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24443         also.
24444         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24445         redundancy.
24446         * m4/math_h.m4: Initialize and substitute variables for isnan
24447         module.
24448         * modules/isnan: New file.
24449         * modules/isnan-tests: New file.
24450         * modules/math: Add substitutions for new module.
24451         * tests/test-isnan.c: New file.
24452         * MODULES.html.sh: Mention new module.
24453
24454 2008-07-10  Ben Pfaff  <blp@gnu.org>
24455
24456         Add isnanf module.
24457         * lib/isnanf.m4: New file.
24458         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24459         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24460         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24461         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24462         * modules/isnanf: New file.
24463         * modules/isnanf-tests: New file.
24464         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24465         files.
24466         * tests/test-isnanf-nolibm.c: factored most of its contents into
24467         new file tests/test-isnanf.h.
24468         * tests/test-isnanf.h: New file.
24469         * tests/test-isnanf.c: New file.
24470         * MODULES.html.sh: Mention new module.
24471         * doc/glibc-functions/isnanf.texi: Mention new module.
24472
24473 2008-07-10  Ben Pfaff  <blp@gnu.org>
24474
24475         Add isnand module.
24476         * lib/isnand.h: New file.
24477         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24478         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24479         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24480         functionality also.
24481         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24482         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24483         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24484         * modules/isnand: New file.
24485         * modules/isnand-tests: New file.
24486         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24487         files.
24488         * tests/test-isnand-nolibm.c: factored most of its contents into
24489         new file tests/test-isnand.h.
24490         * tests/test-isnand.h: New file.
24491         * tests/test-isnand.c: New file.
24492         * MODULES.html.sh: Mention new module.
24493
24494 2008-07-10  Ben Pfaff  <blp@gnu.org>
24495
24496         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24497         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24498         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24499         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24500         * modules/isnanf-nolibm: Update references to renamed files.
24501         * modules/isnand-nolibm: Likewise.
24502         * modules/isnanf-nolibm-tests: Likewise.
24503         * modules/isnand-nolibm-tests: Likewise.
24504         * lib/frexp.c: Likewise.
24505         * lib/isfinite.c: Likewise.
24506         * lib/signbitd.c: Likewise.
24507         * lib/signbitf.c: Likewise.
24508         * lib/vasnprintf.c: Likewise.
24509         * tests/test-ceilf1.c: Likewise.
24510         * tests/test-ceilf2.c: Likewise.
24511         * tests/test-floorf1.c: Likewise.
24512         * tests/test-floorf2.c: Likewise.
24513         * tests/test-frexp.c: Likewise.
24514         * tests/test-round1.c: Likewise.
24515         * tests/test-round2.c: Likewise.
24516         * tests/test-roundf1.c: Likewise.
24517         * tests/test-strtod.c: Likewise.
24518         * tests/test-trunc1.c: Likewise.
24519         * tests/test-trunc2.c: Likewise.
24520         * tests/test-truncf1.c: Likewise.
24521         * tests/test-truncf2.c: Likewise.
24522         * NEWS: Mention the renamed header files.
24523
24524 2008-07-11  Jim Meyering  <meyering@redhat.com>
24525
24526         vc-list-files: make the last-resort awk code more portable
24527         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24528         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24529         does not support it.
24530
24531 2008-07-10  Eric Blake  <ebb9@byu.net>
24532
24533         Work with tar's bootstrap.
24534         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24535         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24536         an m4 comment.
24537
24538 2008-07-09  Jim Meyering  <meyering@redhat.com>
24539
24540         posix-shell.m4: fix typo that made this test malfunction
24541         * m4/posix-shell.m4: Remove capitalization in variable name.
24542
24543 2008-07-08  Bruno Haible  <bruno@clisp.org>
24544
24545         * m4/onceonly.m4: Update comments.
24546         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24547
24548 2008-07-04  Jim Meyering  <meyering@redhat.com>
24549
24550         * users.txt: Add vc-dwim.
24551         (bison, coreutils): Use the gitweb URL.
24552
24553 2008-07-03  Jim Meyering  <meyering@redhat.com>
24554
24555         * users.txt: Add libffcall.  From Sam Steingold.
24556
24557 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24558
24559         getdate.y: do not ignore TZ with relative day, month or year offset
24560         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24561         relative-date-handling, since otherwise, the latter would clobber the
24562         sole output (an updated Start value) of the tz-handling block.
24563         * tests/test-getdate.c: Tests for the fix
24564
24565 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24566
24567         Recognize 'foo_LIBRARIES += libgnu.a'.
24568         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24569         makefile snippet has already specified an installation location,
24570         also using '+='.
24571
24572 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24573
24574         getdate.y: factor out common actions
24575         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24576         Use them in place of open-coded actions.
24577
24578 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24579
24580         Add self-test for getdate module.
24581         * modules/getdate-tests: New file.
24582         * tests/test-getdate.c: New file.
24583
24584 2008-06-29  Bruno Haible  <bruno@clisp.org>
24585
24586         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24587         .gitignore.
24588         Reported by Sylvain Beucler <beuc@beuc.net>.
24589
24590 2008-06-29  Bruno Haible  <bruno@clisp.org>
24591
24592         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24593         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24594
24595 2008-06-29  Bruno Haible  <bruno@clisp.org>
24596
24597         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24598         EXTRA_DIST.
24599         Reported by Sylvain Beucler <beuc@beuc.net>.
24600
24601 2008-06-26  Jim Meyering  <meyering@redhat.com>
24602
24603         make several modules depend on the "open" module
24604         This provides slightly increased consistency when opening-for-write
24605         the name of a non-directory spelled with a trailing slash.
24606         * modules/chdir-safer: Likewise.
24607         * modules/chown: Likewise.
24608         * modules/clean-temp: Likewise.
24609         * modules/copy-file: Likewise.
24610         * modules/fchdir: Likewise.
24611         * modules/fcntl-safer: Likewise.
24612         * modules/pipe: Likewise.
24613         * modules/utime: Likewise.
24614         Prompted by Eric Blake and Bruno Haible.
24615
24616 2008-06-24  Andreas Schwab  <schwab@suse.de>
24617
24618         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24619         literals can be used as initializers for global variables.
24620
24621 2008-06-23  Eric Blake  <ebb9@byu.net>
24622
24623         Make gnulib-cache.m4 easier to diff.
24624         * gnulib-tool (func_import): Allow newlines when reading cached
24625         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24626
24627 2008-06-23  Bruno Haible  <bruno@clisp.org>
24628
24629         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24630         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24631         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24632         m4/signalblocking.m4.
24633         (gl_PREREQ_SIGACTION): Don't invoke it.
24634         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24635         gl_PREREQ_SIG_HANDLER_H.
24636         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24637         Don't check for sigaction here.
24638
24639 2008-06-23  Bruno Haible  <bruno@clisp.org>
24640
24641         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24642         (install_handlers): Don't set the SA_RESETHAND flag.
24643
24644 2008-06-23  Bruno Haible  <bruno@clisp.org>
24645
24646         * m4/sigaction.m4: Comment fixes.
24647         * lib/signal.in.h: Likewise.
24648
24649 2008-06-23  Eric Blake  <ebb9@byu.net>
24650
24651         Fix typo.
24652         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24653
24654         Avoid SA_ namespace.
24655         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24656         Reported by Ralf Wildenhues.
24657
24658         Avoid test failure due to SA_RESTORER.
24659         * tests/test-sigaction.c (SA_MASK): New macro.
24660         (main): Avoid failing due to extension flags being set.
24661         Reported by Jim Meyering.
24662
24663         Revert use of sig-handler.h in sigprocmask.c.
24664         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24665         it requires the existence of struct sigaction.
24666         * lib/sigprocmask.c (handler_t): Restore typedef.
24667         (rpl_signal, old_handlers): Use local type.
24668
24669 2008-06-22  Bruno Haible  <bruno@clisp.org>
24670
24671         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24672         conditionally.
24673         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24674
24675 2008-06-22  Bruno Haible  <bruno@clisp.org>
24676
24677         * doc/posix-functions/siginterrupt.texi: Move note.
24678
24679         * lib/signal.in.h (SA_RESTART): New macro.
24680         * lib/sigaction.c: Update comment.
24681
24682         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24683
24684         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24685         (gl_PREREQ_SIGPROCMASK): Invoke it.
24686         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24687
24688         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24689
24690         * lib/sigprocmask.c: Update a comment.
24691
24692 2008-06-21  Eric Blake  <ebb9@byu.net>
24693
24694         Use sigaction module rather than signal().
24695         * modules/c-stack (Depends-on): Add sigaction.
24696         * modules/fatal-signal (Depends-on): Likewise.
24697         * modules/nanosleep (Depends-on): Likewise.
24698         * modules/sigprocmask (Files): Add sig-handler.h.
24699         * modules/sigaction (Files): Likewise.
24700         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24701         Eggert.
24702         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24703         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24704         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24705         (init_fatal_signals): Likewise.
24706         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24707         (siginterrupt): Delete fallback.
24708         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24709         instead.
24710         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24711         siginterrupt.
24712
24713         New module sigaction, for mingw.
24714         * modules/sigaction: New module...
24715         * modules/sigaction-tests: ...and its test.
24716         * m4/sigaction.m4: New file.
24717         * lib/sigaction.c: Likewise.
24718         * tests/test-sigaction.c: Likewise.
24719         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24720         * modules/signal (Makefile.am): Likewise.
24721         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24722         needed.
24723         * doc/posix-headers/signal.texi (signal.h): Mention provided
24724         types.
24725         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24726         that sigaction is preferable.
24727         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24728         module.
24729         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24730         sigaction.
24731
24732         Improve robustness of sigprocmask by overriding signal.
24733         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24734         is in use.
24735         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24736         (SIGKILL, SIGSTOP): Provide fallbacks.
24737         (rpl_signal): Implement.
24738         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24739         signal can be called inside handlers.
24740
24741         Fix nanosleep module on mingw.
24742         * modules/nanosleep (Depends-on): Add sys_select.
24743         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24744
24745         Fix licensing of sigprocmask.
24746         * modules/raise (License): Relicense as LGPL.
24747
24748 2008-06-21  Bruno Haible  <bruno@clisp.org>
24749
24750         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24751         result if it contains question marks.
24752         Reported by Michael Geng <linux@michaelgeng.de>.
24753
24754 2008-06-19  Bruno Haible  <bruno@clisp.org>
24755
24756         Fix CVS-ism.
24757         * doc/gnulib.texi: Include updated-stamp.texi.
24758         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24759         (updated-stamp.texi): New rule.
24760         (gnulib.info): Depend on it.
24761         * doc/.gitignore: Add updated-stamp.texi.
24762         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24763
24764 2008-06-19  Bruno Haible  <bruno@clisp.org>
24765
24766         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24767         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24768
24769 2008-06-19  Eric Blake  <ebb9@byu.net>
24770
24771         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24772         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24773         Reported by Stepan Kasal.
24774
24775 2008-06-18  Bruno Haible  <bruno@clisp.org>
24776
24777         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24778         Reported by Eric Blake.
24779
24780 2008-06-18  Eric Blake  <ebb9@byu.net>
24781
24782         Work around cygwin 1.5.25 strsignal bug.
24783         * tests/test-strsignal.c: Allow for const char *.
24784         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24785
24786 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24787
24788         * users.txt: Update URL to article and add author/date
24789         information.
24790
24791 2008-06-17  Bruno Haible  <bruno@clisp.org>
24792
24793         New macro gl_DISABLE_THREADS.
24794         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24795         if the user did not pass --enable-threads or --disable-threads option.
24796         (gl_DISABLE_THREADS): New macro.
24797         Reported by Eric Blake <ebb9@byu.net>.
24798
24799 2008-06-17  Bruno Haible  <bruno@clisp.org>
24800
24801         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24802         when the macro ignores it.
24803         Based on a patch by Eric Blake <ebb9@byu.net>.
24804
24805 2008-06-17  Bruno Haible  <bruno@clisp.org>
24806
24807         * modules/tls (License): Change to LGPLv2+.
24808         Reported by Eric Blake.
24809
24810 2008-06-17  Eric Blake  <ebb9@byu.net>
24811
24812         Simplify c-stack prerequisites.
24813         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24814         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24815         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24816         check.
24817         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24818         <sys/resource.h>.
24819
24820         Move c-stack test into testsuite.
24821         * modules/c-stack-tests: New file.
24822         * lib/c-stack.c [DEBUG]: Move test program...
24823         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24824         fail test if sigaltstack is lacking.
24825         * tests/test-c-stack.sh: New driver file.
24826
24827 2008-06-16  Eric Blake  <ebb9@byu.net>
24828
24829         Use raise module consistently.
24830         * modules/fatal-signal (Depends-on): Add raise.
24831         * modules/sigprocmask (Depends-on): Likewise.
24832         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24833         * lib/sigprocmask.c (sigprocmask): Likewise.
24834         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24835         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24836
24837         Fix compliance bug in sigpending.
24838         * lib/sigprocmask.c (sigpending): Return pending array via
24839         parameter, not return value.
24840
24841 2008-06-14  Eric Blake  <ebb9@byu.net>
24842
24843         Improve obstack-printf test code.
24844         * tests/test-obstack-printf.c (test_function): Fix comment, and
24845         simplify usage of obstack_* in macros.  Add a test for coverage.
24846         Reported by Bruno Haible.
24847
24848 2008-06-14  Bruno Haible  <bruno@clisp.org>
24849
24850         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24851         array size as a constant, not as a const variable.
24852         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24853         AC_USE_SYSTEM_EXTENSIONS.
24854         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24855         Test whether the obstack_printf function actually exists.
24856         * modules/obstack-printf (Depends-on): Add extensions.
24857         (Include): Remove obstack.h.
24858         * modules/obstack-printf-posix (Depends-on): Add extensions.
24859         (Include): Remove obstack.h.
24860
24861 2008-06-13  Eric Blake  <ebb9@byu.net>
24862
24863         Add obstack-printf and obstack-printf-posix modules.
24864         * modules/obstack-printf: New file.
24865         * modules/obstack-printf-posix: Likewise.
24866         * MODULES.html.sh (Misc): Mention them.
24867         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24868         Likewise.
24869         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24870         Likewise.
24871         * modules/stdio (Makefile.am): Accomodate new modules.
24872         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24873         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24874         Declare.
24875         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24876         functions.
24877         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24878         (gl_REPLACE_OBSTACK_PRINTF): New macros
24879         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24880         * tests/test-obstack-printf.c: New file.
24881         * modules/obstack-printf-tests: Likewise.
24882         * modules/obstack-printf-posix-tests: Likewise.
24883
24884 2008-06-11  Bruno Haible  <bruno@clisp.org>
24885
24886         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24887         * lib/open.c: Include errno.h.
24888         (open): Fail when attempting to write to a file that has a trailing
24889         slash.
24890         * tests/test-open.c (main): Test against trailing slash bug.
24891         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24892
24893 2008-06-10  Bruno Haible  <bruno@clisp.org>
24894
24895         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24896         for $? to work inside the trap command, with various /bin/sh-s.
24897         * tests/test-vc-list-files-cvs.sh: Likewise.
24898
24899 2008-06-10  Bruno Haible  <bruno@clisp.org>
24900
24901         * lib/acl-internal.h: Don't include gettext.h here.
24902         * lib/set-mode-acl.c: Include gettext.h here.
24903         * lib/copy-acl.c: Likewise.
24904
24905 2008-06-10  Bruno Haible  <bruno@clisp.org>
24906
24907         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24908         * lib/wait-process.c (wait_subprocess): Likewise.
24909         * lib/execute.h (execute): Add termsigp argument.
24910         * lib/execute.c (execute): Likewise.
24911         * lib/csharpcomp.c (compile_csharp_using_pnet,
24912         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24913         * lib/csharpexec.c (execute_csharp_using_pnet,
24914         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24915         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24916         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24917         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24918         is_jikes_present): Update.
24919         * lib/javaexec.c (execute_java_class): Update.
24920         * lib/javaversion.c (execute_and_read_line): Update.
24921         * NEWS: Document the changes.
24922         Reported by Eric Blake.
24923
24924 2008-06-10  Eric Blake  <ebb9@byu.net>
24925
24926         Add missing include.
24927         * tests/test-strstr.c (includes): Add <signal.h>.
24928         * tests/test-strcasestr.c (includes): Likewise.
24929         * tests/test-memmem.c (includes): Likewise.
24930
24931 2008-06-10  Bruno Haible  <bruno@clisp.org>
24932
24933         * lib/wait-process.c (wait_subprocess): Add an assertion.
24934
24935 2008-06-10  Bruno Haible  <bruno@clisp.org>
24936
24937         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24938
24939 2008-06-10  Bruno Haible  <bruno@clisp.org>
24940
24941         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24942         using alarm().
24943         * tests/test-strcasestr.c (main): Likewise.
24944         * tests/test-strstr.c (main): Likewise.
24945
24946 2008-06-09  Bruno Haible  <bruno@clisp.org>
24947
24948         Work around the Solaris 10 ACE ACLs ABI change.
24949         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24950         declare if ACL_NO_TRIVIAL is present.
24951         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24952         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24953         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24954         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24955         define if ACL_NO_TRIVIAL is present.
24956         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24957         and use the current ABI.
24958         (file_has_acl): Use same #if condition as elsewhere.
24959         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24960         in use, and use the current ABI.
24961         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24962         Reported by Jim Meyering.
24963
24964 2008-06-09  Eric Blake  <ebb9@byu.net>
24965
24966         Work around environments that (stupidly) ignore SIGALRM.
24967         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24968         before using alarm().
24969         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24970         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24971         Reported by Ian Beckwith <ianb@erislabs.net>.
24972
24973         Produce autobuild blurb earlier in log.
24974         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24975
24976 2008-06-09  Jim Meyering  <meyering@redhat.com>
24977         and OndÅ™ej Vašík  <ovasik@redhat.com>
24978
24979         utimens.c: correct kernel bug work-around
24980         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24981         failure, not success, and the kernel bug we're trying to work
24982         around affects not just the utimensat call, but also the fallback
24983         futimens call.
24984         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24985         not success.
24986         [HAVE_FUTIMENS]: Use the same work-around, here.
24987
24988 2008-06-09  Jim Meyering  <meyering@redhat.com>
24989
24990         add more guards around definition of ACE_-related code
24991         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24992         ALLOW and ACE_OWNER are also defined.
24993
24994 2008-06-08  Bruno Haible  <bruno@clisp.org>
24995
24996         * lib/acl-internal.h: Add me as co-author.
24997         * lib/file-has-acl.c: Likewise.
24998         * lib/set-mode-acl.c: Likewise.
24999         * lib/copy-acl.c: Likewise.
25000
25001 2008-06-08  Bruno Haible  <bruno@clisp.org>
25002
25003         Add support for AIX ACLs.
25004         * lib/acl-internal.h (acl_nontrivial): New declaration.
25005         * lib/file-has-acl.c (acl_nontrivial): New function.
25006         (file_has_acl): Add implementation using AIX 4 ACL API.
25007         * lib/set-mode-acl.c (qset_acl): Likewise.
25008         * lib/copy-acl.c (qcopy_acl): Likewise.
25009
25010 2008-06-08  Bruno Haible  <bruno@clisp.org>
25011
25012         Add support for HP-UX ACLs.
25013         * lib/acl-internal.h (acl_nontrivial): New declaration.
25014         * lib/file-has-acl.c (acl_nontrivial): New function.
25015         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25016         * lib/set-mode-acl.c (qset_acl): Likewise.
25017         * lib/copy-acl.c (qcopy_acl): Likewise.
25018
25019 2008-06-08  Bruno Haible  <bruno@clisp.org>
25020
25021         Add support for Cygwin ACLs.
25022         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25023         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25024         the chmod_or_fchmod call.
25025         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25026
25027 2008-06-08  Bruno Haible  <bruno@clisp.org>
25028
25029         Fix bug with setuid modes in Solaris 10+ code.
25030         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25031         succeeded, when the mode contains some special bits.
25032
25033 2008-06-08  Bruno Haible  <bruno@clisp.org>
25034
25035         Add support for Solaris 7..10 ACLs.
25036         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25037         declarations.
25038         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25039         functions.
25040         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25041         * lib/set-mode-acl.c (qset_acl): Likewise.
25042         * lib/copy-acl.c (qcopy_acl): Likewise.
25043
25044 2008-06-08  Bruno Haible  <bruno@clisp.org>
25045
25046         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25047         declaration.
25048         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25049         (acl_access_nontrivial): Remove MacOS X case.
25050         (file_has_acl): Use acl_extended_nontrivial.
25051         * lib/copy-acl.c (qcopy_acl): Likewise.
25052
25053 2008-06-08  Bruno Haible  <bruno@clisp.org>
25054
25055         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25056
25057 2008-06-08  Jim Meyering  <meyering@redhat.com>
25058
25059         * modules/acl (Maintainer): Add Bruno Haible.
25060
25061 2008-06-07  Bruno Haible  <bruno@clisp.org>
25062
25063         Improve support for Tru64 ACLs.
25064         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25065         ACL on OSF/1.
25066
25067 2008-06-07  Bruno Haible  <bruno@clisp.org>
25068
25069         Add support for MacOS X ACLs.
25070         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25071         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25072         * lib/set-mode-acl.c (qset_acl): Likewise.
25073         * lib/copy-acl.c (qcopy_acl): Likewise.
25074
25075 2008-06-07  Bruno Haible  <bruno@clisp.org>
25076
25077         Fix memory leak introduced on 2008-05-22.
25078         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25079         use.
25080
25081 2008-06-07  Bruno Haible  <bruno@clisp.org>
25082
25083         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25084         to construct an empty ACL.
25085
25086 2008-06-07  Bruno Haible  <bruno@clisp.org>
25087
25088         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25089         precisely.
25090         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25091
25092 2008-06-07  Bruno Haible  <bruno@clisp.org>
25093
25094         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25095         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25096
25097 2008-06-07  Bruno Haible  <bruno@clisp.org>
25098
25099         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25100         regardless of POSIX.
25101         * doc/posix-functions/_longjmp.texi: Likewise.
25102         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25103         SystemV platform in this case.
25104
25105 2008-06-06  Eric Blake  <ebb9@byu.net>
25106
25107         Document abort() bugs.
25108         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25109
25110         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25111         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25112         sigsetjmp.
25113         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25114         siglongjmp, but only as a macro.
25115         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25116         is obsolete.
25117         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25118
25119         Tweak documentation to cover cygwin argz bugs.
25120         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25121         argz bug fix; no code change needed since no cygwin releases
25122         occurred between the last fix and the bug being tested.
25123         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25124         module and recently fixed cygwin bugs.
25125         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25126         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25127         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25128         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25129         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25130         Likewise.
25131         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25132         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25133         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25134         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25135         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25136         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25137         Likewise.
25138
25139         Avoid gcc warning on cygwin.
25140         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25141         !ACL_NO_TRIVIAL]: Avoid unused variable.
25142
25143 2008-06-05  Eric Blake  <ebb9@byu.net>
25144
25145         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25146         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25147         git-version-gen fails to come up with a version.
25148         Reported by Simon Josefsson.
25149
25150 2008-06-05  Jim Meyering  <meyering@redhat.com>
25151             Paul Eggert  <eggert@cs.ucla.edu>
25152
25153         utimens.c: work around a probable Linux kernel bug
25154         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25155         appears to be a kernel bug that causes utimensat to return 280
25156         instead of 0, indicating success.
25157
25158 2008-06-04  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25161         2008-06-01 commit.
25162
25163 2008-06-04  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25166         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25167         (file_has_acl): Use it. Save errno afterwards.
25168         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25169
25170 2008-06-03  Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25173         draft code. Simplify #ifs.
25174         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25175         Put Solaris code after POSIX-draft code. Fix comments regarding
25176         Solaris 10, HP-UX. Mention Cygwin.
25177         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25178
25179 2008-06-03  Eric Blake  <ebb9@byu.net>
25180
25181         Provide fallback for older kernels.
25182         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25183         Provide runtime fallback if kernel lacks support.
25184         Reported by Mike Frysinger.
25185
25186 2008-06-02  Bruno Haible  <bruno@clisp.org>
25187
25188         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25189         it exists.
25190
25191 2008-06-02  Bruno Haible  <bruno@clisp.org>
25192
25193         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25194         * lib/copy-acl.c (qcopy_acl): Update comment.
25195
25196 2008-06-02  Bruno Haible  <bruno@clisp.org>
25197
25198         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25199         like ACL APIs.
25200
25201 2008-06-02  Bruno Haible  <bruno@clisp.org>
25202
25203         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25204         * tests/test-set-mode-acl.sh: Likewise.
25205         * tests/test-copy-acl.sh: Likewise.
25206         * tests/test-copy-file.sh: Likewise.
25207
25208 2008-06-02  Bruno Haible  <bruno@clisp.org>
25209
25210         * tests/test-file-has-acl.sh: Remove unused code.
25211
25212 2008-06-01  Bruno Haible  <bruno@clisp.org>
25213
25214         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25215         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25216         messages.
25217         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25218
25219 2008-06-01  Bruno Haible  <bruno@clisp.org>
25220
25221         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25222         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25223         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25224         APIs.
25225         * modules/acl-tests (configure.ac): Remove tests now contained in
25226         m4/acl.m4.
25227
25228 2008-06-02  Jim Meyering  <meyering@redhat.com>
25229
25230         announce-gen: use a better key-server host name
25231         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25232         it may be more consistently reliable.  Suggested by Werner Koch
25233         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25234
25235 2008-06-01  Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25238         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25239
25240 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25241
25242         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25243
25244 2008-06-01  Bruno Haible  <bruno@clisp.org>
25245
25246         New ACL tests.
25247         * tests/test-file-has-acl.sh: New file.
25248         * tests/test-file-has-acl.c: New file.
25249         * tests/test-set-mode-acl.sh: New file.
25250         * tests/test-set-mode-acl.c: New file.
25251         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25252         * tests/test-copy-acl.c: New file.
25253         * modules/acl-tests: New file, based on modules/copy-file-tests.
25254         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25255         (Depends-on): Add acl-tests.
25256         (configure.ac): Remove checks.
25257         (Makefile.am): Don't create test-sameacls program here any more.
25258
25259 2008-06-01  Bruno Haible  <bruno@clisp.org>
25260
25261         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25262         * tests/test-sameacls.c: Include progname.h.
25263         (main): Invoke set_program_name. Portability fixes for MacOS X,
25264         Solaris, HP-UX.
25265
25266 2008-06-01  Bruno Haible  <bruno@clisp.org>
25267
25268         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25269         function.
25270         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25271
25272 2008-06-01  Bruno Haible  <bruno@clisp.org>
25273
25274         * modules/rpmatch (Depends-on): Add strdup.
25275
25276 2008-06-01  Bruno Haible  <bruno@clisp.org>
25277
25278         * lib/pipe.c: Include unistd-safer.h.
25279         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25280         * modules/pipe (Depends-on): Add unistd-safer.
25281
25282 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25283
25284         * modules/autobuild (configure.ac): Call AB_INIT.
25285
25286 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25287
25288         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25289         Suggested by Bruno Haible <bruno@clisp.org>.
25290
25291 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25292
25293         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25294         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25295         <bruno@clisp.org>.
25296
25297 2008-05-29  Eric Blake  <ebb9@byu.net>
25298
25299         Prefer new POSIX 200x interfaces over futimesat.
25300         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25301         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25302         when available.
25303         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25304
25305 2008-05-28  Bruno Haible  <bruno@clisp.org>
25306
25307         * modules/stpcpy (License): Change to LGPLv2+.
25308         Requested by David Lutterkort <dlutter@redhat.com>.
25309
25310 2008-05-27  Bruno Haible  <bruno@clisp.org>
25311
25312         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25313         current mingw.
25314         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25315
25316 2008-05-27  Bruno Haible  <bruno@clisp.org>
25317
25318         * modules/iconv_open (Link): New section, from module 'iconv'.
25319         * modules/striconv (Link): Likewise.
25320         * modules/striconveh (Link): Likewise.
25321         * modules/xstriconv (Link): Likewise.
25322         * modules/unicodeio (Link): Likewise.
25323         * modules/propername (Link): Likewise.
25324         Reported by Jim Meyering.
25325
25326 2008-05-26  Jim Meyering  <meyering@redhat.com>
25327
25328         sha256: do not artificially restrict buffer length to be < 2^32
25329         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25330         uint32_t to size_t.
25331         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25332         to match.
25333
25334         avoid unaligned access errors, e.g., on sparc
25335         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25336         direct access through a possibly-unaligned uint64* pointer.
25337         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25338         direct access through a possibly-unaligned uint32* pointer.
25339         Prompted by this patch from Tom "spot" Callaway:
25340         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25341
25342         sha512.c: fix typo in comment
25343         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25344
25345 2008-05-25  Bruno Haible  <bruno@clisp.org>
25346
25347         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25348         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25349         (Makefile.am): Update lib_SOURCES.
25350
25351 2008-05-25  Bruno Haible  <bruno@clisp.org>
25352
25353         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25354
25355 2008-05-25  Jim Meyering  <meyering@redhat.com>
25356
25357         useless-if-before-free: freed expr may have white-space differences
25358         * build-aux/useless-if-before-free: Recognize cases in which the
25359         freed expression differs from the tested one in embedded white
25360         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25361         $1 was used, so we can't make any regexp shy.  Improved tests now
25362         detect this.
25363
25364         useless-if-before-free: accept white space in the expression.
25365         * build-aux/useless-if-before-free: For now, any white space
25366         in the expression must be identical in the free argument.
25367
25368         useless-if-before-free: efficiency tweak
25369         * build-aux/useless-if-before-free: Make the expression-matching
25370         regexp "shy".
25371         Make the *outer* regexp shy, not the expr-matching one.
25372
25373         update code-in-comment to accept cast of free arg
25374         * build-aux/useless-if-before-free: Update regexp.
25375
25376 2008-05-25  Bruno Haible  <bruno@clisp.org>
25377
25378         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25379         * modules/copy-file-tests (Files, Makefile.am): Update.
25380         * tests/test-copy-file.c (func_test_copy): Update.
25381
25382 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25383
25384         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25385
25386 2008-05-23  Bruno Haible  <bruno@clisp.org>
25387
25388         Improve support for ACLs on OSF/1.
25389         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25390         Remove fallback for unknown flavors of ACLs.
25391
25392 2008-05-22  Bruno Haible  <bruno@clisp.org>
25393
25394         Add support for ACLs on OSF/1.
25395         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25396         replacements.
25397         (acl_free_text): New macro fallback.
25398         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25399         acl_free.
25400         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25401         acl_free_text function. Require AC_C_INLINE.
25402
25403 2008-05-22  Bruno Haible  <bruno@clisp.org>
25404
25405         Make copy_acl work on MacOS X 10.5.
25406         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25407         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25408         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25409         If MODE_INSIDE_ACL, don't assume that every system has the same text
25410         representation for ACLs as FreeBSD.
25411         * lib/copy-acl.c (copy_acl): Add support for platforms with
25412         !MODE_INSIDE_ACL.
25413         * lib/file-has-acl.c (file_has_acl): Likewise.
25414         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25415         FreeBSD, MacOS X, or IRIX, respectively.
25416
25417 2008-05-22  Bruno Haible  <bruno@clisp.org>
25418
25419         * lib/acl.h: Don't include <sys/acl.h>.
25420         (GETACLCNT): Move fallback to lib/acl-internal.h.
25421         * lib/acl-internal.h: Include <sys/acl.h> here.
25422         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25423
25424 2008-05-22  Bruno Haible  <bruno@clisp.org>
25425
25426         Split off copy_acl function to separate file.
25427         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25428         * lib/acl.c (copy_acl): Moved function to separate file.
25429         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25430         * modules/acl (Files): Add lib/copy-acl.c.
25431         (Makefiles.am): Augment lib_SOURCES.
25432
25433 2008-05-22  Bruno Haible  <bruno@clisp.org>
25434
25435         * modules/copy-file-tests: New file.
25436         * tests/test-copy-file.sh: New file.
25437         * tests/test-copy-file.c: New file.
25438         * tests/test-copy-file-sameacls.c: New file.
25439
25440 2008-05-22  Eric Blake  <ebb9@byu.net>
25441
25442         Avoid gcc warning.
25443         * tests/test-memcmp.c (main): Pass NULL indirectly.
25444
25445 2008-05-21  Bruno Haible  <bruno@clisp.org>
25446
25447         Add reference doc about ACLs.
25448         * doc/acl-resources.txt: New file.
25449         * doc/acl-cygwin.txt: New file.
25450
25451 2008-05-21  Bruno Haible  <bruno@clisp.org>
25452
25453         Avoid one more warning from gcc.
25454         * lib/vasnprintf.c (IF_LINT): Update comments.
25455         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25456
25457 2008-05-21  Jim Meyering  <meyering@redhat.com>
25458
25459         avoid a warning from gcc
25460         * lib/vasnprintf.c (IF_LINT): Define.
25461         (scale10_round_decimal_long_double):
25462         Use it to avoid a "may be used uninitialized" warning.
25463         (scale10_round_decimal_double): Likewise.
25464
25465 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25466
25467         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25468         declared.
25469
25470 2008-05-20  Bruno Haible  <bruno@clisp.org>
25471
25472         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25473         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25474
25475 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25476
25477         * modules/memcmp-tests: New file.
25478         * tests/test-memcmp.c: New file.
25479
25480 2008-05-19  Bruno Haible  <bruno@clisp.org>
25481
25482         * modules/propername (Notice, configure.ac): Put quoted "..." into
25483         --keyword option.
25484         * lib/propername.h: Update comments accordingly.
25485         Reported by Eric Blake.
25486
25487 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25488
25489         * modules/getpass-gnu (Depends-on): Add fseeko.
25490
25491 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25492
25493         * modules/base64-tests: New file.
25494
25495 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25496
25497         * lib/base64.c (base64_decode_ctx): If a decode context structure
25498         was passed in use it to ignore newlines.  If a context structure
25499         was _not_ passed in, continue to treat newlines as garbage (this
25500         is the historical behavior).  Formerly base64_decode.
25501         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25502         takes a decode context structure.
25503         * lib/base64.h (base64_decode): Macro for four-argument calls.
25504         (base64_decode_alloc): Likewise.
25505         * lib/base64.c (base64_decode_ctx): If a decode context structure
25506         was passed in use it to ignore newlines.  If a context structure
25507         was _not_ passed in, continue to treat newlines as garbage (this
25508         is the historical behavior).  Formerly base64_decode.
25509         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25510         takes a decode context structure.
25511         * lib/base64.h (base64_decode): Macro for four-argument calls.
25512         (base64_decode_alloc): Likewise.
25513
25514 2008-05-19  Jim Meyering  <meyering@redhat.com>
25515
25516         avoid a warning from gcc
25517         * lib/trim.c (IF_LINT): Define.
25518         (trim2): Use it to avoid a "may be used uninitialized" warning.
25519
25520         Fix doc typo.
25521         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25522
25523 2008-05-19  Bruno Haible  <bruno@clisp.org>
25524
25525         * doc/glibc-functions/getpass.texi: Document limits of other
25526         implementations.
25527
25528 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25529             Bruno Haible <bruno@clisp.org>
25530
25531         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25532
25533 2008-05-18  Bruno Haible  <bruno@clisp.org>
25534
25535         * modules/propername: New file, from GNU gettext.
25536         * lib/propername.h: New file, from GNU gettext.
25537         * lib/propername.c: New file, from GNU gettext.
25538         * MODULES.html.sh (Internationalization functions): Add propername.
25539
25540 2008-05-16  Jim Meyering  <meyering@redhat.com>
25541             Bruno Haible  <bruno@clisp.org>
25542
25543         Avoid some warnings from "gcc -Wshadow".
25544         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25545
25546 2008-05-15  Eric Blake  <ebb9@byu.net>
25547
25548         Extend previous patch to cygwin 1.7.0.
25549         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25550         fast implementation in cygwin >= 1.7.0.
25551         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25552         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25553
25554 2008-05-15  Bruno Haible  <bruno@clisp.org>
25555
25556         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25557         implementation in glibc >= 2.9.
25558         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25559         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25560
25561 2008-05-15  Bruno Haible  <bruno@clisp.org>
25562
25563         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25564         (Unicode string functions): Add unilbrk/*.
25565         Reported by Karl Berry.
25566
25567 2008-05-15  Eric Blake  <ebb9@byu.net>
25568
25569         Fix violation of <stdbool.h> replacement in regex.
25570         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25571         * lib/regexec.c (re_search_internal): Likewise.
25572         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25573
25574 2008-05-15  Jim Meyering  <meyering@redhat.com>
25575
25576         avoid distracting test output when git or cvs is not found
25577         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25578         * tests/test-vc-list-files-git.sh: Likewise.
25579
25580 2008-05-15  Eric Blake  <ebb9@byu.net>
25581
25582         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25583         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25584         glibc version.
25585         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25586         * doc/posix-functions/strstr.texi (strstr): Likewise.
25587         * lib/str-two-way.h (MAX): Sychronize with glibc.
25588
25589 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25590
25591         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25592         opr.ctx_type.
25593         (calc_first): Initialize constraint field.
25594         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25595         Fix grammar.
25596         (duplicate_node): Merge constraint field for all node types.
25597         (calc_eclosure_iter): Look at constraint field for all node types.
25598         * lib/regex_internal.c (create_cd_newstate): Don't look at
25599         opr.ctx_type.
25600
25601 2008-05-14  Bruno Haible  <bruno@clisp.org>
25602
25603         Help GCC to do better code generation.
25604         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25605         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25606         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25607         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25608         Declare with attribute 'malloc' if supported.
25609
25610 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25611
25612         use "echo STR|wc -c" rather than unportable "expr length STR"
25613         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25614         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25615
25616 2008-05-14  Jim Meyering  <meyering@redhat.com>
25617
25618         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25619         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25620         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25621         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25622         via Collin Lasse.
25623
25624 2008-05-14  Eric Blake  <ebb9@byu.net>
25625
25626         Avoid quadratic growth in gl_LIBSOURCES.
25627         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25628         Suggested by Bruno Haible.
25629
25630         Test xmemdup0.
25631         * modules/xmemdup0-tests: New file.
25632         * tests/test-xmemdup0.c: Likewise.
25633
25634 2008-05-13  Eric Blake  <ebb9@byu.net>
25635
25636         Split xmemdup0 into its own module.
25637         * modules/xmemdup0: New file.
25638         * lib/xmemdup0.h: Likewise.
25639         * lib/xmemdup0.c: Likewise.
25640         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25641         * lib/xalloc.h (xmemdup0): Remove.
25642         * lib/xmalloc.c (xmemdup0): Likewise.
25643
25644 2008-05-13  Eric Blake  <ebb9@byu.net>
25645             Bruno Haible  <bruno@clisp.org>
25646
25647         Reduce number of forks required during autoconf.
25648         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25649         and gl_LIBSOURCES_DIR.
25650         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25651         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25652         m4_syscmd per file.
25653         <m4_foreach_w>: Move...
25654         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25655
25656 2008-05-13  Eric Blake  <ebb9@byu.net>
25657
25658         * gnulib-tool: Fix various comment typos.
25659
25660 2008-05-12  Bruno Haible  <bruno@clisp.org>
25661
25662         Tailor the linebreaking algorithm.
25663         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25664
25665 2008-05-12  Bruno Haible  <bruno@clisp.org>
25666
25667         Update to Unicode 5.0.0.
25668         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25669         LBP_JV, LBP_JT. Redistribute values.
25670         (unilbrk_table): Change size.
25671         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25672         Unicode TR#14 rev. 22.
25673         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25674         LBP_JV, LBP_JT. Redistribute values.
25675         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25676         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25677         Update.
25678         * lib/unilbrk/lbrkprop1.h: Regenerated.
25679         * lib/unilbrk/lbrkprop2.h: Regenerated.
25680         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25681         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25682         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25683         Likewise.
25684         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25685         Likewise.
25686         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25687         result.
25688         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25689         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25690         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25691         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25692         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25693         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25694
25695 2008-05-11  Bruno Haible  <bruno@clisp.org>
25696
25697         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25698
25699 2008-05-11  Bruno Haible  <bruno@clisp.org>
25700
25701         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25702         * modules/unilbrk/gen-lbrk: New file.
25703
25704 2008-05-11  Bruno Haible  <bruno@clisp.org>
25705
25706         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25707         * m4/sha512.m4 (gl_SHA512): Likewise.
25708
25709 2008-05-11  Jim Meyering  <meyering@redhat.com>
25710
25711         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25712         * modules/crypto/sha256: New file.
25713         * modules/crypto/sha512: Likewise.
25714         * lib/sha256.c: Likewise.
25715         * lib/sha256.h: Likewise.
25716         * lib/sha512.c: Likewise.
25717         * lib/sha512.h: Likewise.
25718         * lib/u64.h: Likewise.
25719         * m4/sha256.m4: Likewise.
25720         * m4/sha512.m4: Likewise.
25721         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25722
25723 2008-05-10  Bruno Haible  <bruno@clisp.org>
25724
25725         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25726         (Input/Output <stdio.h>): Add xprintf.
25727         (Signal handling <signal.h>): Add strsignal.
25728         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25729         (Core language properties): Add func.
25730         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25731         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25732         strings.
25733         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25734         (Input/output): New section.
25735         (File system functions): Add openat-die, stat-macros.
25736         (Networking functions): Add sockets.
25737         (Unicode string functions): Add unictype/*.
25738         (Support for building libraries and executables): Add gperf.
25739         (Support for building documentation): Add agpl-3.0.
25740         (Misc): Add nocrash.
25741
25742 2008-05-10  Bruno Haible  <bruno@clisp.org>
25743
25744         * modules/unictype/gen-ctype: New file.
25745
25746 2008-05-10  Jim Meyering  <meyering@redhat.com>
25747
25748         Make chdir-safer.c more efficient on a system with no symlinks.
25749         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25750         also if ELOOP is zero.  Suggested by Bruno Haible.
25751
25752         Make chdir-safer.c slightly safer.
25753         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25754         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25755
25756         Avoid compile failure on systems without ELOOP (like mingw).
25757         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25758         Reported by Bruno Haible.
25759
25760 2008-05-10  Bruno Haible  <bruno@clisp.org>
25761
25762         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25763         (is_utf8_encoding): Use a case-insensitive comparison.
25764         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25765         streq.
25766
25767 2008-05-10  Bruno Haible  <bruno@clisp.org>
25768
25769         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25770         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25771         * lib/unilbrk/ulc-common.h (iconv_string_length,
25772         iconv_string_keeping_offsets): Remove declarations.
25773         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25774         Don't include <iconv.h>, streq.h, xsize.h.
25775         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25776         conversion.
25777         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25778         <iconv.h>, streq.h, xsize.h.
25779         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25780         conversion.
25781         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25782         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25783         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25784         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25785
25786 2008-05-10  Bruno Haible  <bruno@clisp.org>
25787
25788         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25789         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25790
25791         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25792         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25793
25794         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25795         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25796
25797         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25798         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25799
25800         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25801         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25802
25803         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25804         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25805
25806         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25807         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25808
25809         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25810         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25811
25812 2008-05-10  Bruno Haible  <bruno@clisp.org>
25813
25814         Split up 'linebreak' module.
25815         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25816         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25817         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25818         modifications.
25819         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25820         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25821         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25822         lib/linebreak.c.
25823         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25824         lib/linebreak.c.
25825         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25826         lib/linebreak.c.
25827         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25828         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25829         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25830         lib/linebreak.c.
25831         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25832         lib/linebreak.c.
25833         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25834         lib/linebreak.c.
25835         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25836         lib/linebreak.c.
25837         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25838         lib/linebreak.c.
25839         * modules/unilbrk/base: New file.
25840         * modules/unilbrk/tables: New file.
25841         * modules/unilbrk/u8-possible-linebreaks: New file.
25842         * modules/unilbrk/u16-possible-linebreaks: New file.
25843         * modules/unilbrk/u32-possible-linebreaks: New file.
25844         * modules/unilbrk/ulc-common: New file.
25845         * modules/unilbrk/ulc-possible-linebreaks: New file.
25846         * modules/unilbrk/u8-width-linebreaks: New file.
25847         * modules/unilbrk/u16-width-linebreaks: New file.
25848         * modules/unilbrk/u32-width-linebreaks: New file.
25849         * modules/unilbrk/ulc-width-linebreaks: New file.
25850         * lib/linebreak.h: Remove file.
25851         * lib/linebreak.c: Remove file.
25852         * m4/linebreak.m4: Remove file.
25853         * modules/linebreak: Remove file.
25854         * NEWS: Mention the changes.
25855
25856 2008-05-09  Eric Blake  <ebb9@byu.net>
25857
25858         Add xmemdup0.
25859         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25860         implementation.
25861         * lib/xmalloc.c (xmemdup0): New C implementation.
25862
25863 2008-05-08  Bruno Haible  <bruno@clisp.org>
25864
25865         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25866
25867 2008-05-07  Eric Blake  <ebb9@byu.net>
25868
25869         Support cross-compilation of <wctype.h>.
25870         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25871         AC_CACHE_CHECK.
25872
25873 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25874
25875         * build-aux/vc-list-files: Add support for bzr.
25876
25877 2008-05-03  Jim Meyering  <meyering@redhat.com>
25878
25879         avoid failed assertion with tight malloc
25880         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25881
25882 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25883
25884         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25885         are needed from arpa/inet.h.
25886         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25887         Reported by Bruno Haible.
25888
25889 2008-05-02  Jim Meyering  <meyering@redhat.com>
25890
25891         avoid compilation error on FreeBSD 6
25892         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25893
25894 2008-05-01  Jim Meyering  <meyering@redhat.com>
25895
25896         useless-if-before-free: correct --help's exit status description
25897         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25898         for one or more matches, etc.  Reported by Bruno Haible.
25899
25900         vc-list-files: make the stand-alone gnulib test work
25901         * modules/vc-list-files-tests (configure.ac):
25902         Define and AC_SUBST abs_aux_dir.
25903         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25904         $(abs_top_srcdir) to each script and having each of them
25905         duplicate the work of setting PATH, set PATH here, using
25906         the new variable, abs_aux_dir instead.
25907         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25908         * tests/test-vc-list-files-git.sh: Likewise.
25909         Reported by Bruno Haible.
25910
25911 2008-05-01  Bruno Haible  <bruno@clisp.org>
25912
25913         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25914         reallocation. Rename 'done' to 'found_delimiter'.
25915
25916 2008-05-01  Jim Meyering  <meyering@redhat.com>
25917
25918         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25919         * build-aux/vc-list-files: Use `...`, not $(...).
25920
25921 2008-04-30  Jim Meyering  <meyering@redhat.com>
25922
25923         add tests for vc-list-files
25924         * modules/vc-list-files-tests: New module.
25925         * tests/test-vc-list-files-cvs.sh: New file.
25926         * tests/test-vc-list-files-git.sh: New file.
25927
25928         avoid a warning from gcc
25929         * lib/getndelim2.c (IF_LINT): Define.
25930         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25931
25932         vc-list-files: work properly with build-aux/cvsu, too
25933         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25934         to all cvs-based clauses.
25935
25936         vc-list-files: work properly in the CVS+awk case, too
25937         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25938
25939         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25940         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25941         take more than one file argument, so .  Add quotes, just in case $dir
25942         ever contains a shell meta-character.  Prompted by Soren Hansen in
25943         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25944
25945 2008-04-29  Eric Blake  <ebb9@byu.net>
25946
25947         Optimize getndelim2 to use block operations when possible.
25948         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25949         freadseek, and memchr2.
25950         * lib/getndelim2.c (getndelim2): Use them for block reads.
25951
25952 2008-04-29  Bruno Haible  <bruno@clisp.org>
25953
25954         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25955         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25956         * modules/inet_ntop (Depends-on): Add extensions.
25957         * modules/inet_pton (Depends-on): Likewise.
25958         Reported by Simon Josefsson.
25959
25960 2008-04-29  Jim Meyering  <meyering@redhat.com>
25961
25962         When the is more than one match in a block, match all of them.
25963         * build-aux/useless-if-before-free: Iterate through each block
25964         until there are no more matches.
25965
25966         Fix broken useless-if-before-free script.
25967         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25968         the expression to match cast of argument to free-like function.
25969
25970 2008-04-29  Eric Blake  <ebb9@byu.net>
25971
25972         Use new header.
25973         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25974
25975 2008-04-29  Jim Meyering  <meyering@redhat.com>
25976
25977         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25978         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25979         by gnulib to exist and to declare e.g., inet_ntop.
25980         Don't include "inet_ntop.h", now removed.
25981
25982         * m4/arpa_inet_h.m4: Remove trailing blanks.
25983
25984 2008-04-29  Eric Blake  <ebb9@byu.net>
25985
25986         Silence valgrind on safe reads beyond potential array bounds.
25987         * lib/rawmemchr.valgrind: New file.
25988         * lib/strchrnul.valgrind: Likewise.
25989         * modules/rawmemchr (Files): Distribute new file.
25990         * modules/strchrnul (Files): Likewise.
25991         Suggested by Bruno Haible.
25992
25993 2008-04-29  Bruno Haible  <bruno@clisp.org>
25994
25995         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25996         (inet_ntop, inet_pton): Change portability warning's wording.
25997         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25998         Invoke gl_CHECK_NEXT_HEADERS.
25999         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
26000         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
26001         set ARPA_INET_H.
26002         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26003         * modules/arpa_inet (Description): No longer only for systems that
26004         lack it.
26005         (Depends-on): Add include_next.
26006         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26007         HAVE_ARPA_INET_H.
26008
26009 2008-04-29  Jim Meyering  <meyering@redhat.com>
26010
26011         * modules/mkdir (License): Re-license as LGPLv2+.
26012
26013 2008-04-29  Bruno Haible  <bruno@clisp.org>
26014
26015         * modules/rawmemchr (Maintainer): Set to Eric.
26016         * modules/strchrnul (Maintainer): Likewise.
26017
26018 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26019
26020         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26021         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26022
26023         * modules/arpa_inet (arpa/inet.h): Use them.
26024
26025 2008-04-28  Eric Blake  <ebb9@byu.net>
26026
26027         Test getndelim2.
26028         * modules/getndelim2-tests: New file.
26029         * tests/test-getndelim2.c: Likewise.
26030         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26031         stream.
26032         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26033
26034         * MODULES.html.sh: Document new module.
26035
26036 2008-04-20  Bruno Haible  <bruno@clisp.org>
26037
26038         * lib/c-stack.c (die): Use raise.
26039         * modules/c-stack (Depends-on): Add raise.
26040
26041 2008-04-28  Bruno Haible  <bruno@clisp.org>
26042
26043         Expect rpmatch to be declared.
26044         * lib/yesno.c (rpmatch): Remove declaration.
26045
26046         Declare rpmatch.
26047         * lib/stdlib.in.h (rpmatch): New declaration.
26048         * lib/rpmatch.c: Include <stdlib.h> first.
26049         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26050         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26051         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26052         HAVE_RPMATCH.
26053         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26054         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26055         (Include): Set to <stdlib.h>.
26056         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26057         HAVE_RPMATCH.
26058         * NEWS: Document the change.
26059
26060 2008-04-28  Bruno Haible  <bruno@clisp.org>
26061
26062         Change rpmatch to use nl_langinfo when appropriate.
26063         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26064         (N_): New macro.
26065         (localized_pattern): New function/macro.
26066         (try): Remove match, nomatch arguments. Copy the pattern into safe
26067         memory before caching it.
26068         (rpmatch): Use localized_pattern. Add translator comments.
26069         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26070         Suggested by Eric Blake.
26071         * modules/rpmatch (Depends-on): Add stdbool.
26072
26073 2008-04-28  Eric Blake  <ebb9@byu.net>
26074
26075         Add rawmemchr module, matching glibc.
26076         * modules/string (Makefile.am): New indicator.
26077         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26078         * lib/string.in.h (rawmemchr): Declare when appropriate.
26079         * modules/rawmemchr: New file.
26080         * m4/rawmemchr.m4: Likewise.
26081         * lib/rawmemchr.c: Likewise.
26082         * modules/rawmemchr-tests: Likewise.
26083         * tests/test-rawmemchr.c: Likewise.
26084         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26085         module.
26086         * modules/strchrnul (Depends-on): Add rawmemchr.
26087         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26088
26089         Whitespace cleanup.
26090         * tests/test-strchrnul.c: Reindent.
26091         * lib/strchrnul.c: Likewise.
26092
26093         Optimize and test strchrnul.
26094         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26095         * modules/strchrnul-tests: New file.
26096         * tests/test-strchrnul.c: Likewise.
26097
26098         Remove intprops dependency.
26099         * modules/memchr (Depends-on): Remove intprops.
26100         * modules/memrchr (Depends-on): Likewise.
26101         * modules/memchr2 (Depends-on): Likewise.
26102         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26103         * lib/memrchr.c (__memrchr): Likewise.
26104         * lib/memrchr2.c (memchr2): Likewise.
26105         Reported by Simon Josefsson.
26106
26107 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26108
26109         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26110         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26111
26112 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26113
26114         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26115
26116         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26117
26118         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26119
26120         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26121         declarations.
26122         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26123
26124         * m4/inet_pton.m4: Don't check for header files.
26125
26126         * m4/inet_ntop.m4: Don't check for header files.
26127
26128 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26129
26130         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26131         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26132         trigger for cygwin).
26133         Reported by Bruno Haible  <bruno@clisp.org>.
26134
26135 2008-04-28  Bruno Haible  <bruno@clisp.org>
26136
26137         * doc/posix-functions/strdup.texi: Mention mingw problem.
26138
26139 2008-04-27  Bruno Haible  <bruno@clisp.org>
26140
26141         * modules/stat-time-tests (Depends-on): Add sleep.
26142         * tests/test-stat-time.c (force_unlink): New function.
26143         (cleanup): Use it.
26144         (test_mtime): Remove the ctime related tests.
26145         (test_ctime): New function, containing the ctime related tests.
26146         (main): Call test_ctime, except on native Windows platforms.
26147
26148 2008-04-27  Bruno Haible  <bruno@clisp.org>
26149
26150         * lib/rpmatch.c (rpmatch): Add some comments.
26151         Reported by James Youngman <jay@gnu.org>.
26152
26153 2008-04-27  Bruno Haible  <bruno@clisp.org>
26154
26155         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26156         quiet NaNs.
26157
26158 2008-04-27  Bruno Haible  <bruno@clisp.org>
26159
26160         Make test-yesno.sh work on mingw.
26161         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26162         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26163         (main): Set stdin to binary mode.
26164         * modules/yesno-tests (Depends-on): Add binary-io.
26165
26166 2008-04-27  Bruno Haible  <bruno@clisp.org>
26167
26168         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26169         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26170         argument that lie outside the IEEE 854 domain.
26171         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26172         (gl_ISFINITE): Use it.
26173         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26174
26175 2008-04-27  Bruno Haible  <bruno@clisp.org>
26176
26177         Allow local renaming in config.h.
26178         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26179
26180 2008-04-27  Bruno Haible  <bruno@clisp.org>
26181
26182         * lib/memchr.c (__memchr): Change type of 'i'.
26183         * lib/memchr2.c (memchr2): Likewise.
26184
26185 2008-04-26  Eric Blake  <ebb9@byu.net>
26186         and Bruno Haible  <bruno@clisp.org>
26187
26188         Optimize and test memrchr.
26189         * modules/memrchr (Depends-on): Add intprops.
26190         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26191         * modules/memrchr-tests: New file.
26192         * tests/test-memrchr.c: New file.
26193
26194 2008-04-26  Bruno Haible  <bruno@clisp.org>
26195
26196         Add tentative support for DragonFly BSD.
26197         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26198         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26199         fp.
26200         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26201         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26202         * lib/fpurge.c (fpurge): Likewise.
26203         * lib/freadable.c (freaadable): Likewise.
26204         * lib/freadahead.c (freadahead): Likewise.
26205         * lib/freading.c (freading): Likewise.
26206         * lib/freadptr.c (freadptr): Likewise.
26207         * lib/freadseek.c (freadptrinc): Likewise.
26208         * lib/fseeko.c (fseeko): Likewise.
26209         * lib/fseterr.c (fseterr): Likewise.
26210         * lib/fwritable.c (fwritable): Likewise.
26211         * lib/fwriting.c (fwriting): Likewise.
26212
26213 2008-04-26  Bruno Haible  <bruno@clisp.org>
26214
26215         * lib/stdio-impl.h: New file.
26216         * lib/fbufmode.c: Include stdio-impl.h.
26217         (fbufmode): Use fp_, remove redundant #defines.
26218         * lib/fflush.c: Include stdio-impl.h.
26219         (clear_ungetc_buffer): Remove redundant #defines.
26220         * lib/fpurge.c: Include stdio-impl.h.
26221         (fpurge): Remove redundant #defines.
26222         * lib/freadable.c: Include stdio-impl.h.
26223         (freadable): Remove redundant #defines.
26224         * lib/freadahead.c: Include stdio-impl.h.
26225         (freadahead): Remove redundant #defines.
26226         * lib/freading.c: Include stdio-impl.h.
26227         (freading): Remove redundant #defines.
26228         * lib/freadptr.c: Include stdio-impl.h.
26229         (freadptr): Remove redundant #defines.
26230         * lib/freadseek.c: Include stdio-impl.h.
26231         (freadptrinc): Remove redundant #defines.
26232         * lib/fseeko.c: Include stdio-impl.h.
26233         (rpl_fseeko): Remove redundant #defines.
26234         * lib/fseterr.c: Include stdio-impl.h.
26235         (fseterr): Remove redundant #defines.
26236         * lib/fwritable.c: Include stdio-impl.h.
26237         (fwritable: Remove redundant #defines.
26238         * lib/fwriting.c: Include stdio-impl.h.
26239         (fwriting): Remove redundant #defines.
26240         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26241         * modules/fflush (Files): Likewise.
26242         * modules/fpurge (Files): Likewise.
26243         * modules/freadable (Files): Likewise.
26244         * modules/freadahead (Files): Likewise.
26245         * modules/freading (Files): Likewise.
26246         * modules/freadptr (Files): Likewise.
26247         * modules/freadseek (Files): Likewise.
26248         * modules/fseeko (Files): Likewise.
26249         * modules/fseterr (Files): Likewise.
26250         * modules/fwritable (Files): Likewise.
26251         * modules/fwriting (Files): Likewise.
26252
26253 2008-04-26  Bruno Haible  <bruno@clisp.org>
26254
26255         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26256         restore_seek_optimization, update_fpos_cache): New functions, extracted
26257         from rpl_fflush.
26258         (rpl_fflush): Use them.
26259         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26260         (gl_REPLACE_FFLUSH): Use it.
26261
26262 2008-04-26  Bruno Haible  <bruno@clisp.org>
26263
26264         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26265         on Solaris.
26266         * tests/test-xstrtoimax.sh: Likewise.
26267         * tests/test-xstrtoumax.sh: Likewise.
26268         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26269
26270 2008-04-26  Bruno Haible  <bruno@clisp.org>
26271
26272         * modules/memchr-tests: New file.
26273         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26274
26275 2008-04-26  Eric Blake  <ebb9@byu.net>
26276             Bruno Haible  <bruno@clisp.org>
26277
26278         * lib/memchr.c: Include intprops.h.
26279         (__memchr): Optimize parallel detection of matching bytes. Rename local
26280         variables. Add explanatory comments.
26281
26282 2008-04-26  Bruno Haible  <bruno@clisp.org>
26283
26284         Fix module 'memchr', broken since 2000-10-28.
26285         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26286
26287 2008-04-26  Bruno Haible  <bruno@clisp.org>
26288
26289         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26290         comments.
26291
26292 2008-04-25  Eric Blake  <ebb9@byu.net>
26293
26294         Use native fstatat on cygwin 1.7.0.
26295         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26296         first.
26297
26298 2008-04-23  Eric Blake  <ebb9@byu.net>
26299
26300         Improve memchr2 performance.
26301         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26302         NUL bytes.
26303         * modules/memchr2 (Depends-on): Use intprops.h.
26304
26305 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26306
26307         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26308         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26309         <blp@cs.stanford.edu>.
26310
26311 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26312
26313         * lib/arpa_inet.in.h: New file.
26314
26315         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26316         (Makefile.am): Sed in substitute header file.
26317
26318         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26319         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26320
26321         * modules/inet_ntop (configure.ac): Use
26322         gl_ARPA_INET_MODULE_INDICATOR.
26323
26324         * modules/inet_pton (configure.ac): Use
26325         gl_ARPA_INET_MODULE_INDICATOR.
26326
26327 2008-04-22  Jim Meyering  <meyering@redhat.com>
26328
26329         * modules/verify (License): Re-license as LGPLv2+.
26330
26331 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26332
26333         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26334         parameter to void* as per POSIX standard (MinGW uses char*).
26335
26336 2008-04-21  Bruno Haible  <bruno@clisp.org>
26337
26338         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26339         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26340         Define to replacements if REPLACE_ISWCNTRL is 1.
26341         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26342         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26343         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26344         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26345         what it fixes.
26346         * doc/posix-functions/iswalpha.texi: Likewise.
26347         * doc/posix-functions/iswblank.texi: Likewise.
26348         * doc/posix-functions/iswcntrl.texi: Likewise.
26349         * doc/posix-functions/iswdigit.texi: Likewise.
26350         * doc/posix-functions/iswgraph.texi: Likewise.
26351         * doc/posix-functions/iswlower.texi: Likewise.
26352         * doc/posix-functions/iswprint.texi: Likewise.
26353         * doc/posix-functions/iswpunct.texi: Likewise.
26354         * doc/posix-functions/iswspace.texi: Likewise.
26355         * doc/posix-functions/iswupper.texi: Likewise.
26356         * doc/posix-functions/iswxdigit.texi: Likewise.
26357         Reported by Alain Guibert.
26358
26359 2008-04-21  Bruno Haible  <bruno@clisp.org>
26360
26361         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26362         Patch by Alain Guibert.
26363
26364 2008-04-21  Bruno Haible  <bruno@clisp.org>
26365
26366         Fix test failures on mingw.
26367         * tests/test-xstrtol.c (print_no_progname): New function.
26368         (main): Install it in error_print_progname hook.
26369         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26370         * tests/test-xstrtoimax.sh: Likewise.
26371         * tests/test-xstrtoumax.sh: Likewise.
26372
26373 2008-04-21  Bruno Haible  <bruno@clisp.org>
26374
26375         Fix test failure on mingw.
26376         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26377
26378 2008-04-21  Bruno Haible  <bruno@clisp.org>
26379
26380         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26381         Actually assign a value.
26382
26383 2008-04-20  Bruno Haible  <bruno@clisp.org>
26384
26385         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26386         take 2.
26387         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26388         'canonicalize-lgpl' module is also used.
26389         * lib/canonicalize-lgpl.c: Undo last change.
26390         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26391
26392 2008-04-20  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26395         config.h. Provide _mkdir based fallback for mingw.
26396         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26397         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26398         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26399         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26400         rather than defining mkdir in config.h.
26401         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26402         (gl_SYS_STAT_H_DEFAULTS): New macro.
26403         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26404         HAVE_IO_H any more.
26405         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26406         HAVE_DECL_MKDIR and HAVE_IO_H.
26407
26408 2008-04-20  Bruno Haible  <bruno@clisp.org>
26409
26410         * lib/isapipe.c: Port to native Windows platforms.
26411
26412 2008-04-20  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26415
26416 2008-04-21  Eric Blake  <ebb9@byu.net>
26417
26418         Work around preprocessors that don't handle UINTMAX_MAX.
26419         * lib/memchr2.c (memchr2): Avoid embedded #if.
26420         Reported by Alain Guibert, fix suggested by Bruno Haible.
26421
26422 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26423
26424         * doc/posix-functions/strftime.texi (strftime): Explain better
26425         Windows incompatibility.  Suggested by Micah Cowan
26426         <micah@cowan.name>.
26427
26428 2008-04-20  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26431         unistr/u8-mblen.
26432
26433 2008-04-20  Bruno Haible  <bruno@clisp.org>
26434
26435         Fix test failure on platforms with non-GNU iconv.
26436         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26437         (U_TO_U8): Use it, rather than u16_to_u8.
26438         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26439         units at the end of the input string.
26440         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26441
26442 2008-04-20  Bruno Haible  <bruno@clisp.org>
26443
26444         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26445         when the resulting length is 0.
26446         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26447
26448 2008-04-20  Bruno Haible  <bruno@clisp.org>
26449
26450         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26451         works.
26452         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26453
26454 2008-04-20  Bruno Haible  <bruno@clisp.org>
26455
26456         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26457         * modules/tsearch-tests (configure.ac): Test for initstate function.
26458
26459 2008-04-20  Bruno Haible  <bruno@clisp.org>
26460
26461         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26462         for nlink_t if missing.
26463         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26464
26465 2008-04-19  Bruno Haible  <bruno@clisp.org>
26466
26467         Work around snprintf bug on Linux libc5.
26468         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26469         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26470         gl_SNPRINTF_SIZE1.
26471         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26472         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26473         that test failed.
26474         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26475         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26476         * modules/snprintf (Files): Add m4/printf.m4.
26477         * modules/vsnprintf (Files): Likewise.
26478         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26479         * doc/posix-functions/vsnprintf.texi: Likewise.
26480
26481 2008-04-19  Bruno Haible  <bruno@clisp.org>
26482
26483         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26484         from 0.0058 to less than 10^-7.
26485
26486 2008-04-19  Bruno Haible  <bruno@clisp.org>
26487
26488         Fix rounding when a precision is given.
26489         * lib/vasnprintf.c (is_borderline): New function.
26490         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26491         9...9x.
26492         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26493         %e, %g.
26494         * tests/test-vasprintf-posix.c (test_function): Likewise.
26495         * tests/test-snprintf-posix.h (test_function): Likewise.
26496         * tests/test-sprintf-posix.h (test_function): Likewise.
26497         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26498         * tests/test-printf-posix.h (test_function): Likewise.
26499         * tests/test-printf-posix.output: Update.
26500         Reported by John Darrington <john@darrington.wattle.id.au> via
26501         Ben Pfaff <blp@cs.stanford.edu>.
26502
26503 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26504
26505         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26506         Suggested by Bruno Haible <bruno@clisp.org>.
26507
26508 2008-04-17  Bruno Haible  <bruno@clisp.org>
26509
26510         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26511         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26512         implementation.
26513         Patch by Bruce Merry <bmerry@gmail.com>.
26514
26515 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26516
26517         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26518         doesn't work under Windows.
26519
26520 2008-04-16  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26523         New macros.
26524         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26525         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26526         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26527         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26528         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26529         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26530         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26531         macros.
26532         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26533         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26534         Northern Sotho, Uighur.
26535
26536 2008-04-16  Bruno Haible  <bruno@clisp.org>
26537
26538         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26539         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26540         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26541         Reported by Daniel Bergström <daniel@octocode.com>.
26542
26543 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26544             Bruno Haible  <bruno@clisp.org>
26545
26546         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26547         function.
26548         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26549         New functions, mostly extracted from gl_locale_name_default.
26550         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26551
26552 2008-04-16  Eric Blake  <ebb9@byu.net>
26553
26554         Adjust strtod detection to catch glibc 2.7 bug.
26555         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26556         Reported by John Gatewood Ham.
26557
26558 2008-04-16  Bruno Haible  <bruno@clisp.org>
26559
26560         Add tentative support for Linux libc5.
26561         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26562         * lib/fpurge.c (fpurge): Likewise.
26563         * lib/freadable.c (freadable): Likewise.
26564         * lib/freadahead.c (freadahead): Likewise.
26565         * lib/freading.c (freading): Likewise.
26566         * lib/freadptr.c (freadptr): Likewise.
26567         * lib/freadseek.c (freadptrinc): Likewise.
26568         * lib/fseeko.c (rpl_fseeko): Likewise.
26569         * lib/fseterr.c (fseterr): Likewise.
26570         * lib/fwritable.c (fwritable): Likewise.
26571         * lib/fwriting.c (fwriting): Likewise.
26572         Reported by Alain Guibert <alguibert+bts@free.fr>.
26573
26574 2008-04-15  Bruno Haible  <bruno@clisp.org>
26575
26576         * modules/mathl (configure.ac): Define module indicator.
26577
26578 2008-04-15  Bruno Haible  <bruno@clisp.org>
26579
26580         * lib/logl.c (logl): Remove unused variables.
26581
26582 2008-04-15  Bruno Haible  <bruno@clisp.org>
26583
26584         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26585         fails.
26586
26587 2008-04-15  Bruno Haible  <bruno@clisp.org>
26588
26589         * lib/trim.c (trim2): Fix argument of isspace() macro.
26590
26591 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26592
26593         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26594         to 0.
26595         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26596
26597 2008-04-14  Bruno Haible  <bruno@clisp.org>
26598
26599         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26600         AC_LANG_PROGRAM argument.
26601         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26602         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26603         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26604         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26605         * m4/math_h.m4 (gl_MATH_H): Likewise.
26606         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26607         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26608         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26609         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26610         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26611         * m4/regex.m4 (gl_REGEX): Likewise.
26612         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26613         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26614         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26615         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26616         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26617         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26618         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26619         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26620
26621 2008-04-14  Jim Meyering  <meyering@redhat.com>
26622
26623         test-strtod: fix typos: s/abs/fabs/
26624         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26625
26626 2008-04-13  Bruno Haible  <bruno@clisp.org>
26627
26628         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26629         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26630         module is also used and while not building the reloc-wrapper.
26631
26632 2008-04-13  Bruno Haible  <bruno@clisp.org>
26633
26634         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26635
26636 2008-04-13  Bruno Haible  <bruno@clisp.org>
26637
26638         Fix AIX compilation failure introduced on 2008-04-02.
26639         * tests/test-frexp.c (exp): Undefine before redefining.
26640         * tests/test-frexpl.c (exp): Likewise.
26641
26642 2008-04-13  Bruno Haible  <bruno@clisp.org>
26643
26644         Work around a HP-UX stdio bug.
26645         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26646         * tests/test-ftello.c (main): Likewise.
26647         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26648         * doc/posix-functions/ftello.texi: Likewise.
26649
26650 2008-04-13  Bruno Haible  <bruno@clisp.org>
26651
26652         Make test-signbit pass on HP-UX/hppa.
26653         * tests/test-signbit.c (minus_zerol): New variable.
26654         (test_signbitl): Use it.
26655
26656 2008-04-13  Bruno Haible  <bruno@clisp.org>
26657
26658         Make truncl work on OSF/1 4.0.
26659         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26660         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26661         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26662         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26663         HAVE_DECL_TRUNCL.
26664         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26665         HAVE_DECL_TRUNCL.
26666         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26667
26668 2008-04-13  Bruno Haible  <bruno@clisp.org>
26669
26670         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26671
26672 2008-04-13  Bruno Haible  <bruno@clisp.org>
26673
26674         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26675         expression, so as to avoid HP-UX 11 cc compiler bug.
26676
26677 2008-04-13  Bruno Haible  <bruno@clisp.org>
26678
26679         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26680
26681 2008-04-13  Bruno Haible  <bruno@clisp.org>
26682
26683         * lib/git-merge-changelog.c: Remove empty declaration outside of
26684         functions.
26685
26686 2008-04-13  Bruno Haible  <bruno@clisp.org>
26687
26688         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26689
26690 2008-04-13  Bruno Haible  <bruno@clisp.org>
26691
26692         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26693         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26694         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26695         also if it exists but lacks definitions of the SHUT_* macros.
26696         * modules/sys_socket (Description): Update.
26697         Reported by Elbert Pol <e.pol@chello.nl>.
26698
26699 2008-04-13  Bruno Haible  <bruno@clisp.org>
26700
26701         * lib/localcharset.c (OS2): Don't redefine if already defined.
26702         Reported by Elbert Pol <e.pol@chello.nl>.
26703
26704 2008-04-13  Bruno Haible  <bruno@clisp.org>
26705
26706         * lib/binary-io.h [__EMX__]: Include <io.h>.
26707         Reported by Elbert Pol <e.pol@chello.nl>.
26708
26709 2008-04-12  Bruno Haible  <bruno@clisp.org>
26710
26711         * lib/fpucw.h: Enable the definitions also for x86_64.
26712         Needed for NetBSD/x86_64.
26713         Reported by Thomas Klausner <tk@giga.or.at>.
26714
26715 2008-04-12  Bruno Haible  <bruno@clisp.org>
26716
26717         * tests/test-strtod.c: Include isnand.h.
26718         (main): Use isnand instead of isnan.
26719         Reported by Jim Meyering.
26720
26721 2008-04-12  Bruno Haible  <bruno@clisp.org>
26722
26723         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26724         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26725
26726 2008-04-12  Jim Meyering  <meyering@redhat.com>
26727
26728         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26729
26730 2008-04-12  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26733         Reported by Elbert Pol <e.pol@chello.nl>.
26734
26735 2008-04-12  Eric Blake  <ebb9@byu.net>
26736
26737         Work around Solaris 10 math.h bug.
26738         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26739         (gl_MATH_H_DEFAULTS): Set up default.
26740         * modules/math (Makefile.am): Replace new indicators.
26741         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26742         * tests/test-math.c (main): Test this.
26743         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26744         * doc/posix-headers/math.texi (math.h): Mention bug.
26745         Reported by Nelson H. F. Beebe and Jim Meyering.
26746
26747 2008-04-11  Bruno Haible  <bruno@clisp.org>
26748
26749         Adapt to future versions of Apple GCC.
26750         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26751         Reported by Peter O'Gorman <peter@pogma.com>.
26752
26753 2008-04-11  Bruno Haible  <bruno@clisp.org>
26754
26755         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26756
26757 2008-04-11  Bruno Haible  <bruno@clisp.org>
26758
26759         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26760
26761         * modules/getaddrinfo-tests (Makefile.am): Define
26762         test_getaddrinfo_LDADD.
26763
26764 2008-04-11  Bruno Haible  <bruno@clisp.org>
26765
26766         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26767         (init): Fix syntax error.
26768         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26769         is declared.
26770
26771 2008-04-11  Bruno Haible  <bruno@clisp.org>
26772
26773         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26774         * modules/glob (Depends-on): Add stdbool.
26775
26776 2008-04-11  Bruno Haible  <bruno@clisp.org>
26777
26778         * lib/trim.c: Include <string.h>.
26779
26780 2008-04-11  Eric Blake  <ebb9@byu.net>
26781
26782         Avoid compile failure on OS/2.
26783         * lib/regex_internal.h (internal_function): Disable optimization
26784         on OS/2 (__EMX__), where it caused compiler error.
26785         Reported by Elbert Pol.
26786
26787 2008-04-11  Bruno Haible  <bruno@clisp.org>
26788
26789         Flush the standard error stream before aborting. Needed on mingw.
26790         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26791         * tests/test-array_list.c (ASSERT): Likewise.
26792         * tests/test-array_oset.c (ASSERT): Likewise.
26793         * tests/test-avltree_list.c (ASSERT): Likewise.
26794         * tests/test-avltree_oset.c (ASSERT): Likewise.
26795         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26796         * tests/test-binary-io.c (ASSERT): Likewise.
26797         * tests/test-byteswap.c (ASSERT): Likewise.
26798         * tests/test-c-ctype.c (ASSERT): Likewise.
26799         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26800         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26801         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26802         * tests/test-c-strstr.c (ASSERT): Likewise.
26803         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26804         * tests/test-canonicalize.c (ASSERT): Likewise.
26805         * tests/test-carray_list.c (ASSERT): Likewise.
26806         * tests/test-ceilf1.c (ASSERT): Likewise.
26807         * tests/test-ceilf2.c (ASSERT): Likewise.
26808         * tests/test-ceill.c (ASSERT): Likewise.
26809         * tests/test-count-one-bits.c (ASSERT): Likewise.
26810         * tests/test-fbufmode.c (ASSERT): Likewise.
26811         * tests/test-fflush2.c (ASSERT): Likewise.
26812         * tests/test-floorf1.c (ASSERT): Likewise.
26813         * tests/test-floorf2.c (ASSERT): Likewise.
26814         * tests/test-floorl.c (ASSERT): Likewise.
26815         * tests/test-fopen.c (ASSERT): Likewise.
26816         * tests/test-fpending.c (ASSERT): Likewise.
26817         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26818         * tests/test-fpurge.c (ASSERT): Likewise.
26819         * tests/test-freadable.c (ASSERT): Likewise.
26820         * tests/test-freadahead.c (ASSERT): Likewise.
26821         * tests/test-freading.c (ASSERT): Likewise.
26822         * tests/test-freadptr.c (ASSERT): Likewise.
26823         * tests/test-freadptr2.c (ASSERT): Likewise.
26824         * tests/test-freadseek.c (ASSERT): Likewise.
26825         * tests/test-freopen.c (ASSERT): Likewise.
26826         * tests/test-frexp.c (ASSERT): Likewise.
26827         * tests/test-frexpl.c (ASSERT): Likewise.
26828         * tests/test-fseek.c (ASSERT): Likewise.
26829         * tests/test-fseeko.c (ASSERT): Likewise.
26830         * tests/test-fstrcmp.c (ASSERT): Likewise.
26831         * tests/test-ftell.c (ASSERT): Likewise.
26832         * tests/test-ftello.c (ASSERT): Likewise.
26833         * tests/test-func.c (ASSERT): Likewise.
26834         * tests/test-fwritable.c (ASSERT): Likewise.
26835         * tests/test-fwriting.c (ASSERT): Likewise.
26836         * tests/test-getdelim.c (ASSERT): Likewise.
26837         * tests/test-getline.c (ASSERT): Likewise.
26838         * tests/test-i-ring.c (ASSERT): Likewise.
26839         * tests/test-iconv-utf.c (ASSERT): Likewise.
26840         * tests/test-iconv.c (ASSERT): Likewise.
26841         * tests/test-isfinite.c (ASSERT): Likewise.
26842         * tests/test-isnand.c (ASSERT): Likewise.
26843         * tests/test-isnanf.c (ASSERT): Likewise.
26844         * tests/test-isnanl.h (ASSERT): Likewise.
26845         * tests/test-ldexpl.c (ASSERT): Likewise.
26846         * tests/test-linked_list.c (ASSERT): Likewise.
26847         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26848         * tests/test-localename.c (ASSERT): Likewise.
26849         * tests/test-lseek.c (ASSERT): Likewise.
26850         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26851         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26852         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26853         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26854         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26855         * tests/test-mbschr.c (ASSERT): Likewise.
26856         * tests/test-mbscspn.c (ASSERT): Likewise.
26857         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26858         * tests/test-mbspbrk.c (ASSERT): Likewise.
26859         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26860         * tests/test-mbsrchr.c (ASSERT): Likewise.
26861         * tests/test-mbsspn.c (ASSERT): Likewise.
26862         * tests/test-mbsstr1.c (ASSERT): Likewise.
26863         * tests/test-mbsstr2.c (ASSERT): Likewise.
26864         * tests/test-mbsstr3.c (ASSERT): Likewise.
26865         * tests/test-memchr2.c (ASSERT): Likewise.
26866         * tests/test-memmem.c (ASSERT): Likewise.
26867         * tests/test-open.c (ASSERT): Likewise.
26868         * tests/test-printf-frexp.c (ASSERT): Likewise.
26869         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26870         * tests/test-printf-posix.c (ASSERT): Likewise.
26871         * tests/test-quotearg.c (ASSERT): Likewise.
26872         * tests/test-rbtree_list.c (ASSERT): Likewise.
26873         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26874         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26875         * tests/test-round1.c (ASSERT): Likewise.
26876         * tests/test-roundf1.c (ASSERT): Likewise.
26877         * tests/test-roundl.c (ASSERT): Likewise.
26878         * tests/test-signbit.c (ASSERT): Likewise.
26879         * tests/test-sleep.c (ASSERT): Likewise.
26880         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26881         * tests/test-snprintf.c (ASSERT): Likewise.
26882         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26883         * tests/test-stat-time.c (ASSERT): Likewise.
26884         * tests/test-strcasestr.c (ASSERT): Likewise.
26885         * tests/test-strerror.c (ASSERT): Likewise.
26886         * tests/test-striconv.c (ASSERT): Likewise.
26887         * tests/test-striconveh.c (ASSERT): Likewise.
26888         * tests/test-striconveha.c (ASSERT): Likewise.
26889         * tests/test-strsignal.c (ASSERT): Likewise.
26890         * tests/test-strstr.c (ASSERT): Likewise.
26891         * tests/test-strtod.c (ASSERT): Likewise.
26892         * tests/test-trunc1.c (ASSERT): Likewise.
26893         * tests/test-trunc2.c (ASSERT): Likewise.
26894         * tests/test-truncf1.c (ASSERT): Likewise.
26895         * tests/test-truncf2.c (ASSERT): Likewise.
26896         * tests/test-truncl.c (ASSERT): Likewise.
26897         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26898         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26899         * tests/test-vasnprintf.c (ASSERT): Likewise.
26900         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26901         * tests/test-vasprintf.c (ASSERT): Likewise.
26902         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26903         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26904         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26905         * tests/test-vsnprintf.c (ASSERT): Likewise.
26906         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26907         * tests/test-wcwidth.c (ASSERT): Likewise.
26908         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26909         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26910         * tests/test-xvasprintf.c (ASSERT): Likewise.
26911         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26912         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26913         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26914         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26915         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26916         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26917         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26918         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26919         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26920         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26921         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26922         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26923         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26924         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26925         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26926         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26927         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26928         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26929         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26930         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26931         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26932         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26933         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26934         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26935         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26936         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26937         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26938         * tests/unictype/test-combining.c (ASSERT): Likewise.
26939         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26940         * tests/unictype/test-digit.c (ASSERT): Likewise.
26941         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26942         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26943         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26944         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26945         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26946         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26947         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26948         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26949         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26950         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26951         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26952         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26953         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26954         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26955         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26956         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26957         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26958         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26959         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26960         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26961         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26962         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26963         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26964         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26965         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26966         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26967         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26968         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26969         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26970         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26971         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26972         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26973         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26974         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26975         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26976         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26977         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26978         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26979         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26980         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26981         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26982         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26983         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26984         Reported by Eric Blake.
26985
26986 2008-04-11  Bruno Haible  <bruno@clisp.org>
26987
26988         * lib/wchar.in.h: Tweak comment.
26989
26990 2008-04-11  Bruno Haible  <bruno@clisp.org>
26991
26992         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26993         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26994         gl_COMMON.
26995         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26996
26997 2008-04-11  Bruno Haible  <bruno@clisp.org>
26998
26999         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
27000
27001 2008-04-11  Simon Josefsson  <simon@josefsson.org>
27002
27003         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
27004         of attempting to use non-existing /dev/*random.  Based on patch
27005         from Adam Strzelecki <ono@java.pl> in
27006         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27007
27008 2008-04-08  Bruno Haible  <bruno@clisp.org>
27009
27010         Add tentative support for emx+gcc.
27011         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27012         * lib/fpurge.c (fpurge): Likewise.
27013         * lib/freadable.c (freadable): Likewise.
27014         * lib/freadahead.c (freadahead): Likewise.
27015         * lib/freading.c (freading): Likewise.
27016         * lib/freadptr.c (freadptr): Likewise.
27017         * lib/freadseek.c (freadptrinc): Likewise.
27018         * lib/fseeko.c (rpl_fseeko): Likewise.
27019         * lib/fseterr.c (fseterr): Likewise.
27020         * lib/fwritable.c (fwritable): Likewise.
27021         * lib/fwriting.c (fwriting): Likewise.
27022         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27023
27024 2008-04-09  Eric Blake  <ebb9@byu.net>
27025
27026         Avoid some autoconf warnings.
27027         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27028         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27029         * m4/afs.m4 (gl_AFS): Likewise.
27030         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27031         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27032         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27033         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27034         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27035         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27036         (AC_CHECK_DECLS_ONCE): Likewise.
27037         Rename file...
27038         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27039         gnulib-tool requires autoconf 2.59 or better.
27040         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27041
27042 2008-04-08  Eric Blake  <ebb9@byu.net>
27043
27044         Use 'git describe --match' if present (added in git 1.5.5).
27045         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27046         if possible.
27047
27048 2008-04-08  Bruno Haible  <bruno@clisp.org>
27049
27050         Add tentative support for OpenServer.
27051         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27052         _ptr, _cnt.
27053         * lib/fpurge.c (fpurge): Likewise.
27054         * lib/freadable.c (freadable): Likewise.
27055         * lib/freadahead.c (freadahead): Likewise.
27056         * lib/freading.c (freading): Likewise.
27057         * lib/freadptr.c (freadptr): Likewise.
27058         * lib/freadseek.c (freadptrinc): Likewise.
27059         * lib/fseeko.c (rpl_fseeko): Likewise.
27060         * lib/fseterr.c (fseterr): Likewise.
27061         * lib/fwritable.c (fwritable): Likewise.
27062         * lib/fwriting.c (fwriting): Likewise.
27063         Reported by Roger Cornelius <rac@tenzing.org> and
27064         Brian K. White <brian@aljex.com>.
27065
27066 2008-04-06  Jim Meyering  <meyering@redhat.com>
27067
27068         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27069
27070 2008-04-06  Bruno Haible  <bruno@clisp.org>
27071
27072         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27073         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27074         * tests/test-printf-posix.sh: Likewise.
27075         * tests/test-vfprintf-posix.sh: Likewise.
27076         * tests/test-vprintf-posix.sh: Likewise.
27077         * tests/test-xprintf-posix.sh: Likewise.
27078
27079 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27080
27081         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27082         hide error from 'ls', needed on OS/2.
27083         Report by Elbert Pol <elbert.pol@gmail.com>.
27084
27085 2008-04-04  Eric Blake  <ebb9@byu.net>
27086
27087         Make test-fseeko.c failures meaningful.
27088         * tests/test-fseeko.c: Print line number on failure.
27089         * tests/test-fseek.c: Likewise.
27090         Reported by Nelson H. F. Beebe.
27091
27092         Improve strtod bug detection check.
27093         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27094         required for Solaris 10.
27095         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27096
27097 2008-04-04  Bruno Haible  <bruno@clisp.org>
27098
27099         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27100         by m4/setenv.m4.
27101
27102 2008-04-03  Eric Blake  <ebb9@byu.net>
27103
27104         Ensure sane .version contents.
27105         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27106         version string.
27107         * build-aux/git-version-gen: Improve documentation.
27108
27109         Make GNU make output nicer.
27110         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27111         MAKECMDGOALS to enforce message for all command line targets.  Set
27112         srcdir for use in maint.mk.
27113
27114         Another maintainer tweak.
27115         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27116         a target that regenerates version.
27117
27118 2008-04-03  Jim Meyering  <meyering@redhat.com>
27119
27120         vc-list-files: don't cause coreutils "make po-check" failure
27121         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27122
27123 2008-04-03  Eric Blake  <ebb9@byu.net>
27124
27125         Allow VPATH usage of vc-list-files.
27126         * build-aux/vc-list-files (scriptversion): Add timestamp.
27127         (options): Add --help, --version, -C.
27128         (CVS): Support installed cvsu.
27129
27130 2008-04-02  Bruno Haible  <bruno@clisp.org>
27131
27132         Avoid some "statement with no effect" warnings from gcc.
27133         * tests/test-wctype.c (main): Explicitly ignore unused values.
27134         Reported by Jim Meyering.
27135
27136 2008-04-02  Jim Meyering  <meyering@redhat.com>
27137
27138         Avoid some warnings from "gcc -Wshadow".
27139         * tests/test-frexp.c (exp): Define to a different identifier.
27140         * tests/test-frexpl.c (exp): Likewise.
27141
27142 2008-04-03  Jim Meyering  <meyering@redhat.com>
27143
27144         bootstrap: remove dangling *.[ch] symlinks from lib
27145         * build-aux/bootstrap [dangling symlink removal]: Move find's
27146         -depth option to precede all others, to avoid a warning.
27147         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27148
27149 2008-04-02  Bruno Haible  <bruno@clisp.org>
27150
27151         Avoid some warnings from "gcc -Wshadow".
27152         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27153         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27154         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27155         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27156         Reported by Jim Meyering.
27157
27158 2008-04-01  Bruno Haible  <bruno@clisp.org>
27159
27160         Fix test to work on IRIX 6.5 with cc.
27161         * tests/test-math.c (numeric_equal): New function.
27162         (main): Use it.
27163
27164 2008-04-01  Bruno Haible  <bruno@clisp.org>
27165
27166         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27167
27168 2008-04-01  Bruno Haible  <bruno@clisp.org>
27169
27170         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27171         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27172         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27173         (Depends-on): Remove math.
27174
27175         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27176         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27177         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27178         (Depends-on): Remove math.
27179
27180         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27181         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27182         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27183         (Depends-on): Remove math.
27184         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27185         (Depends-on): Remove math.
27186
27187         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27188         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27189         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27190         (Depends-on): Remove math.
27191         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27192         (Depends-on): Remove math.
27193
27194         * tests/test-round1.c: Include nan.h.
27195         (main): Use NaNd instead of NAN.
27196         * modules/round-tests (Files): Add tests/nan.h.
27197
27198         * tests/test-trunc1.c: Include nan.h.
27199         (main): Use NaNd instead of NAN.
27200         * modules/trunc-tests (Files): Add tests/nan.h.
27201
27202         * tests/test-roundf1.c: Include nan.h.
27203         (main): Use NaNf instead of NAN.
27204         * modules/roundf-tests (Files): Add tests/nan.h.
27205
27206         * tests/test-truncf1.c: Include nan.h.
27207         (main): Use NaNf instead of NAN.
27208         * modules/truncf-tests (Files): Add tests/nan.h.
27209
27210         * tests/test-ceilf1.c: Include nan.h.
27211         (main): Use NaNf instead of NAN.
27212         * modules/ceilf-tests (Files): Add tests/nan.h.
27213
27214         * tests/test-floorf1.c: Include nan.h.
27215         (main): Use NaNf instead of NAN.
27216         * modules/floorf-tests (Files): Add tests/nan.h.
27217
27218         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27219         (main): Use NaNf instead of NAN.
27220         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27221
27222         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27223         (main): Use NaNd instead of NAN.
27224         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27225
27226         * tests/test-frexp.c: Include nan.h.
27227         (main): Use NaNd instead of NAN.
27228         * modules/frexp-tests (Files): Add tests/nan.h.
27229
27230         * lib/isnan.c: Don't include <math.h>.
27231         (FUNC): Don't use NAN macro.
27232         * modules/isnand-nolibm (Depends-on): Remove math.
27233         * modules/isnanf-nolibm (Depends-on): Remove math.
27234         * modules/isnanl (Depends-on): Remove math.
27235         * modules/isnanl-nolibm (Depends-on): Remove math.
27236
27237         * tests/nan.h: New file.
27238
27239 2008-04-01  Eric Blake  <ebb9@byu.net>
27240
27241         Fix typos.
27242         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27243         values to be the right type.
27244
27245         For now, cater to gnulib strtod inaccuracies.
27246         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27247         fractional results.  While not as nice from a QoI perspective, it
27248         is a quicker patch than correctly implementing decimal to binary
27249         rounding.
27250
27251 2008-03-31  Eric Blake  <ebb9@byu.net>
27252
27253         Guarantee a definition of NAN.
27254         * lib/math.in.h (NAN): Define if missing.
27255         * tests/test-math.c (main): Test it.
27256         * doc/posix-headers/math.texi (math.h): Document this.
27257         * lib/isnan.c (rpl_isnand): Use it.
27258         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27259         * tests/test-floorf1.c (NaN): Likewise.
27260         * tests/test-frexp.c (NaN): Likewise.
27261         * tests/test-isnand.c (NaN): Likewise.
27262         * tests/test-isnanf.c (NaN): Likewise.
27263         * tests/test-round1.c (NaN): Likewise.
27264         * tests/test-roundf1.c (NaN): Likewise.
27265         * tests/test-snprintf-posix.h (NaN): Likewise.
27266         * tests/test-sprintf-posix.h (NaN): Likewise.
27267         * tests/test-trunc1.c (NaN): Likewise.
27268         * tests/test-truncf1.c (NaN): Likewise.
27269         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27270         * tests/test-vasprintf-posix.c (NaN): Likewise.
27271         * modules/isnand-nolibm (Depends-on): Add math.
27272         * modules/isnanf-nolibm (Depends-on): Likewise.
27273         * modules/isnanl (Depends-on): Likewise.
27274         * modules/isnanl-nolibm (Depends-on): Likewise.
27275         * modules/snprintf-posix-tests (Depends-on): Likewise.
27276         * modules/sprintf-posix-tests (Depends-on): Likewise.
27277         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27278         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27279         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27280         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27281
27282 2008-03-31  Bruno Haible  <bruno@clisp.org>
27283
27284         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27285         * doc/posix-functions/strtod.texi: Likewise.
27286
27287 2008-03-31  Bruno Haible  <bruno@clisp.org>
27288
27289         * tests/test-strtod.c (main): Don't use C99 syntax.
27290
27291 2008-03-31  Bruno Haible  <bruno@clisp.org>
27292
27293         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27294         Reported by Eric Blake.
27295
27296 2008-03-31  Jim Meyering  <meyering@redhat.com>
27297
27298         Don't compare actual signbit return values.
27299         * tests/test-strtod.c (main): Rather, compare only their
27300         zero/non-zero nature.
27301
27302 2008-03-31  Eric Blake  <ebb9@byu.net>
27303
27304         More strtod documentation.
27305         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27306         failures as distinct bugs.
27307
27308 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27309
27310         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27311         Problem reported by Erik Benada in
27312         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27313
27314 2008-03-30  Bruno Haible  <bruno@clisp.org>
27315
27316         * tests/test-strtod.c: Add comments about which assertion fails on which
27317         platform.
27318         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27319
27320 2008-03-30  Eric Blake  <ebb9@byu.net>
27321
27322         Test signbit behavior on zeros.
27323         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27324         (test_signbitd, test_signbitl): Likewise.
27325
27326         More strtod touchups.
27327         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27328         sign of negative underflow, for now.  Use .5, not .1.
27329         * doc/posix-functions/strtod.texi (strtod): Mention these
27330         limitations.
27331         Reported by Jim Meyering.
27332
27333 2008-03-30  Bruno Haible  <bruno@clisp.org>
27334
27335         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27336         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27337
27338 2008-03-30  Bruno Haible  <bruno@clisp.org>
27339
27340         Avoid failure when attempting to return empty iconv results on some
27341         platforms.
27342         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27343         allocation, don't report ENOMEM when the resulting string is empty.
27344
27345 2008-03-30  Bruno Haible  <bruno@clisp.org>
27346
27347         Fix buffer overrun.
27348         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27349         Don't consider the width for tmp_length. Check count against tmp_length
27350         before doing the padding. Ensure enough allocation during padding.
27351
27352 2008-03-30  Eric Blake  <ebb9@byu.net>
27353
27354         strtod touchups.
27355         * lib/strtod.c (strtod): Avoid compiler warnings.
27356         Reported by Jim Meyering.
27357
27358 2008-03-30  Bruno Haible  <bruno@clisp.org>
27359
27360         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27361         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27362         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27363         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27364         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27365         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27366         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27367         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27368
27369         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27370         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27371         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27372         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27373         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27374         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27375         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27376         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27377
27378         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27379         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27380         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27381         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27382         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27383         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27384         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27385         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27386
27387         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27388         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27389
27390         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27391         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27392
27393         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27394         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27395
27396         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27397         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27398         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27399
27400         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27401         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27402         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27403
27404         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27405         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27406         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27407
27408         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27409         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27410         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27411
27412         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27413         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27414         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27415         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27416         (Depends-on): Add EOVERFLOW.
27417         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27418         (Depends-on): Add EOVERFLOW.
27419         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27420         (Depends-on): Add EOVERFLOW.
27421         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27422         (Depends-on): Add EOVERFLOW.
27423         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27424         (Depends-on): Add EOVERFLOW.
27425         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27426         (Depends-on): Add EOVERFLOW.
27427         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27428         (Depends-on): Add EOVERFLOW.
27429         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27430         (Depends-on): Add EOVERFLOW.
27431
27432         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27433         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27434         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27435
27436         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27437         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27438         * modules/snprintf (Depends-on): Add EOVERFLOW.
27439
27440         * lib/poll.c (EOVERFLOW): Remove fallback.
27441         * modules/poll (Depends-on): Add EOVERFLOW.
27442
27443         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27444         * modules/getugroups (Depends-on): Add EOVERFLOW.
27445
27446         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27447         * modules/getdelim (Depends-on): Add EOVERFLOW.
27448
27449         * lib/ftell.c (EOVERFLOW): Remove fallback.
27450         * modules/ftell (Depends-on): Add EOVERFLOW.
27451
27452         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27453         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27454         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27455
27456         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27457
27458         * modules/EOVERFLOW-tests: New file.
27459         * tests/test-EOVERFLOW.c: New file.
27460
27461         * modules/EOVERFLOW: New file.
27462         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27463
27464 2008-03-30  Bruno Haible  <bruno@clisp.org>
27465
27466         Fix bug introduced on 2007-06-10.
27467         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27468         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27469
27470 2008-03-30  Bruno Haible  <bruno@clisp.org>
27471
27472         Improve freadseek's efficiency after ungetc.
27473         * lib/freadseek.c: Include freadahead.h.
27474         (freadptrinc): New function, extracted from freadseek.
27475         (freadseek): Use it in a loop. Use freadahead to determine the number
27476         of loop iterations.
27477         * modules/freadseek (Depends-on): Add freadahead.
27478         (configure.ac): Require AC_C_INLINE.
27479
27480 2008-03-30  Bruno Haible  <bruno@clisp.org>
27481
27482         * lib/freadseek.c (freadseek): Don't ignore the return value of
27483         freadptr.
27484
27485 2008-03-29  Eric Blake  <ebb9@byu.net>
27486
27487         Add hex float support.
27488         * modules/strtod (Depends-on): Add c-ctype.
27489         (Link): Mention POW_LIB.
27490         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27491         whitespace between 'e' and exponent.
27492         * tests/test-strtod.c (main): Enable hex float tests.
27493         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27494         now provides.
27495
27496         Document various strtod bugs, with some fixes.
27497         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27498         "-0x", "inf", "nan", and hex constants.
27499         * doc/posix-functions/atof.texi (atof): Likewise.
27500         * modules/stdlib (Makefile.am): Support strtod.
27501         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27502         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27503         detect additional strtod bugs.
27504         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27505         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27506         bool where appropriate.  Parse 'inf' and 'nan'.
27507         * tests/test-strtod.c: New file.
27508         * modules/strtod (Depends-on): Add stdbool, stdlib.
27509         (configure.ac): Turn on module indicator.
27510         * modules/strtod-tests: New module.
27511
27512 2008-03-29  Eric Blake  <ebb9@byu.net>
27513
27514         Fix ftell on mingw.
27515         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27516         * modules/ftell-tests (Depends-on): Add binary-io.
27517         * modules/ftello-tests (Depends-on): Likewise.
27518         * tests/test-ftell.c (main): Enhance test to cover behavior after
27519         ungetc.  Enforce binary mode.
27520         * tests/test-ftello.c (main): Likewise.
27521
27522         Pass test-freadseek on cygwin.
27523         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27524         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27525         ungetc buffer.
27526
27527         * tests/test-fflush2.c (main): Fix typo.
27528
27529 2008-03-29  Bruno Haible  <bruno@clisp.org>
27530
27531         * tests/test-fflush2.c (main): Temporarily disable the contents of
27532         this test.
27533         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27534         Reported by Eric Blake.
27535
27536 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27537
27538         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27539         (GC_SHA224_DIGEST_SIZE): Add.
27540
27541         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27542         (gc_hash_digest_length): Likewise.
27543         (gc_hash_buffer): Likewise.
27544
27545 2008-03-25  Bruno Haible  <bruno@clisp.org>
27546
27547         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27548         detail which gettext release to use.
27549         Reported by Simon Josefsson.
27550
27551 2008-03-26  Jim Meyering  <meyering@redhat.com>
27552
27553         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27554         * modules/gnumakefile (clean-GNUmakefile): Also, use
27555         test ... && ... || : syntax rather than if-then ... fi.
27556
27557         gnumakefile: Don't double-quote-expand $(VPATH) value.
27558         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27559
27560 2008-03-24  Eric Blake  <ebb9@byu.net>
27561
27562         Alter GNUmakefile to install into top directory.
27563         * modules/maintainer-makefile: Split, and add dependency...
27564         * modules/gnumakefile: to this new module.
27565         * build-aux/GNUmakefile: Move...
27566         * top/GNUmakefile: ...here.
27567         * build-aux/maint.mk: Move...
27568         * top/maint.mk: ...here.
27569         * MODULES.html.sh (Support for maintaining...): Document new
27570         module.
27571
27572 2008-03-23  Bruno Haible  <bruno@clisp.org>
27573
27574         * gnulib-tool: New options --vc-files, --no-vc-files.
27575         (func_usage): Document them.
27576         (vc_files): New variable.
27577         (func_import): Consider vc_files.
27578         (func_create_testdir): Set vc_files to empty.
27579         Suggested by Jim Meyering and Karl Berry.
27580
27581 2008-03-23  Bruno Haible  <bruno@clisp.org>
27582
27583         Fix regex compilation error on HP-UX 11.
27584         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27585         * modules/regex (Files): Add m4/mbstate_t.m4.
27586         Reported by Ton Voon <ton.voon@altinity.com>.
27587
27588 2008-03-23  Bruno Haible  <bruno@clisp.org>
27589
27590         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27591
27592 2008-03-23  Eric Blake  <ebb9@byu.net>
27593             Bruno Haible  <bruno@clisp.org>
27594
27595         Install files from top/ in the destination directory.
27596         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27597         augmentation also for the files from top/.
27598         (func_import, func_create_testdir): Rewrite file names:
27599         top/filename -> filename.
27600
27601 2008-03-23  Bruno Haible  <bruno@clisp.org>
27602
27603         Tweak "gnulib --version" output.
27604         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27605
27606 2008-03-23  Bruno Haible  <bruno@clisp.org>
27607
27608         Tweak "gnulib --version" output.
27609         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27610         rather than contents of ChangeLog, when possible.
27611
27612 2008-03-21  Eric Blake  <ebb9@byu.net>
27613
27614         More --version tweaks.
27615         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27616         date of last ChangeLog entry.
27617
27618 2008-03-21  Jim Meyering  <meyering@redhat.com>
27619
27620         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27621
27622 2008-03-20  Eric Blake  <ebb9@byu.net>
27623
27624         VPATH fix.
27625         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27626
27627 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27628
27629         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27630         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27631
27632 2008-03-20  Eric Blake  <ebb9@byu.net>
27633
27634         Sync GNUmakefile with coreutils.
27635         * build-aux/GNUmakefile (have-Makefile): Rename...
27636         (_have-Makefile): ...to this, for namespace consideration.
27637         (GNUmakefile.cfg): Include, if present.
27638         (_autoreconf): Define a default.
27639         (_is-dist-target): New rule for rebuilds to pick up intra-release
27640         version.
27641         (maint-cfg.mk): Rename...
27642         (cfg.mk): ...to this.
27643
27644 2008-03-18  Jim Meyering  <meyering@redhat.com>
27645
27646         New script and module: mktempd
27647         * MODULES.html.sh (maint+release support): Add mktempd.
27648         * build-aux/mktempd: New file.
27649         * modules/mktempd: New file.
27650
27651 2008-03-15  Jim Meyering  <meyering@redhat.com>
27652
27653         Undo last change.
27654         * lib/sha1.c, lib/md5.c: 63 != ~63.
27655         Reported by Andreas Schwab.
27656
27657         sha1.c, md5.c: Hoist a redundant expression.
27658         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27659         "ctx->buflen" only once, before calling *_process_block.
27660         * lib/md5.c (md5_process_bytes): Likewise.
27661
27662 2008-03-14  Eric Blake  <ebb9@byu.net>
27663
27664         Bump copyright year in files generated by gnulib-tool.
27665         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27666         gnulib-tool, rather than hard-coding it.
27667
27668         Fix 'gnulib-tool --version' output to work with git.
27669         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27670         (startup): ...here.
27671         (func_version): Use it to invoke git-version-gen, rather than
27672         relying on CVS keyword expansion.  Modernize wording.
27673         (cvsdatestamp, last_checkin_date, version): Kill unused
27674         variables.
27675
27676 2008-03-12  Jim Meyering  <meyering@redhat.com>
27677
27678         Recognize optional cast of the argument to free.
27679         * build-aux/useless-if-before-free: Update regexps.
27680
27681         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27682
27683 2008-03-11  Bruno Haible  <bruno@clisp.org>
27684
27685         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27686         by a single package.
27687         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27688         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27689         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27690         Reported by Sam Steingold <sds@gnu.org>.
27691
27692 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27693
27694         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27695         repositories.
27696
27697 2008-03-11  Bruno Haible  <bruno@clisp.org>
27698
27699         Avoid conflicts between local macro definitions.
27700         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27701         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27702
27703 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27704             Bruno Haible  <bruno@clisp.org>
27705
27706         Make va_copy work with some version of xlc on AIX 5.1.
27707         * lib/stdarg.in.h: New file.
27708         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27709         On AIX, use a <stdarg.h> file substitute.
27710         * modules/stdarg (Files): Add lib/stdarg.in.h.
27711         (Depends-on): Add include_next.
27712         (Makefile.am): Build a stdarg.h substitute if requested.
27713         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27714
27715 2008-03-10  Bruno Haible  <bruno@clisp.org>
27716
27717         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27718         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27719         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27720
27721 2008-03-10  Bruno Haible  <bruno@clisp.org>
27722
27723         * modules/stdlib (Depends-on): Add include_next, remove
27724         absolute-header.
27725
27726 2008-03-09  Bruno Haible  <bruno@clisp.org>
27727
27728         * lib/freadahead.h (freadahead): Document more precisely.
27729         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27730         the sum of both buffer sizes.
27731         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27732         * NEWS: Document the change.
27733
27734 2008-03-09  Bruno Haible  <bruno@clisp.org>
27735
27736         Extend freadptr to return also the buffer size.
27737         * lib/freadptr.h (freadptr): Add sizep argument.
27738         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27739         (freadptr): Add sizep argument. Determine buffer size like freadahead
27740         does.
27741         * tests/test-freadptr.c: Don't include freadahead.h.
27742         (main): Adapt for new calling convention of freadptr.
27743         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27744         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27745         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27746         tests/test-freadptr2.sh.
27747         (Depends): Remove freadahead.
27748         (TESTS): Add test-freadptr2.sh.
27749         (check_PROGRAMS): Add test-freadptr2.
27750
27751 2008-03-09  Bruno Haible  <bruno@clisp.org>
27752
27753         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27754         Report and solution by Simon Josefsson.
27755
27756 2008-03-06  Bruno Haible  <bruno@clisp.org>
27757
27758         Make fflush after ungetc work on BSD platforms.
27759         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27760         * tests/test-fflush2.c: New file.
27761         * tests/test-fflush2.sh: New file.
27762         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27763         tests/test-fflush2.c.
27764         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27765         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27766
27767 2008-03-06  Eric Blake  <ebb9@byu.net>
27768
27769         Likewise for ftello.
27770         * modules/ftello (Dependencies): Add extensions.
27771         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27772
27773 2008-03-06  Bruno Haible  <bruno@clisp.org>
27774
27775         * modules/fseeko (Dependencies): Add extensions.
27776         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27777         Needed on glibc systems.
27778
27779 2008-03-06  Bruno Haible  <bruno@clisp.org>
27780
27781         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27782         email address.
27783         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27784
27785 2008-03-06  Bruno Haible  <bruno@clisp.org>
27786
27787         * users.txt: Add libgnupdf.
27788
27789 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27790
27791         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27792         (Header File Substitutes, Function Substitutes,
27793         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27794         (Build robot for gnulib): Fix typo.
27795
27796 2008-03-06  Bruno Haible  <bruno@clisp.org>
27797
27798         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27799         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27800
27801 2008-03-06  Bruno Haible  <bruno@clisp.org>
27802
27803         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27804         * doc/gnulib.texi: Include it.
27805
27806 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27807
27808         * modules/func (License): Change license to unlimited; there was
27809         no LGPL parts in the module anyway.
27810
27811 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27812
27813         * modules/__func__: Renamed to modules/func.
27814         * modules/__func__-tests: Renamed to modules/func-tests.
27815         * tests/test-__func__.c: Renamed to tests/test-func.c.
27816         * m4/__func__.m4: Renamed to m4/func.m4.
27817         * doc/gnulib.texi (__func__): Section renamed to func.
27818         Suggested by Eric Blake <ebb9@byu.net>.
27819
27820 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27821
27822         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27823         about __func__.  Make example self-contained.  Suggested by Eric
27824         Blake <ebb9@byu.net>.
27825
27826         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27827         Suggested by Eric Blake <ebb9@byu.net>.
27828
27829 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27830
27831         * modules/__func__: New file.
27832         * modules/__func__-tests: New file.
27833         * tests/test-__func__.c: New file.
27834         * m4/__func__.m4: New file.
27835         * doc/gnulib.texi (__func__): Document __func__ module.
27836
27837 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27838
27839         * modules/byteswap (License): Re-license as LGPLv2+.
27840
27841 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27842
27843         * doc/Makefile: Add pdf target.
27844
27845 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27846
27847         * modules/inline (License): Use 'unlimited', since there are only
27848         *.m4 files in this module.
27849
27850 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27851             Bruno Haible  <bruno@clisp.org>
27852
27853         Add support for HP C 7.1 on OpenVMS 8.3.
27854         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27855
27856 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27857
27858         Update VMS specifics.
27859         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27860
27861 2008-03-02  Jim Meyering  <meyering@redhat.com>
27862
27863         Remove the last dependency on the "free" module.
27864         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27865         Reported by Bob Proulx.
27866
27867         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27868
27869         Remove useless "if" tests before free.  Deprecate "free" module.
27870         * doc/posix-functions/free.texi: Mention that this
27871         module is no longer useful.
27872         * modules/free (Notice): Say this module is obsolete.
27873         * modules/readutmp (Depends-on): Remove free.
27874         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27875         * lib/putenv.c (putenv): Likewise.
27876         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27877         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27878         * tests/test-c-strcasestr.c (main): Likewise.
27879         * tests/test-c-strstr.c (main): Likewise.
27880         * tests/test-mbscasestr1.c (main): Likewise.
27881         * tests/test-mbscasestr2.c (main): Likewise.
27882         * tests/test-mbsstr1.c (main): Likewise.
27883         * tests/test-mbsstr2.c (main): Likewise.
27884         * tests/test-memmem.c (main): Likewise.
27885         * tests/test-strcasestr.c (main): Likewise.
27886         * tests/test-striconv.c (main): Likewise.
27887         * tests/test-striconveh.c (main): Likewise.
27888         * tests/test-striconveha.c (main): Likewise.
27889         * tests/test-strstr.c (main): Likewise.
27890
27891         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27892
27893         bootstrap: sync from coreutils again
27894         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27895
27896 2008-03-01  Jim Meyering  <meyering@redhat.com>
27897
27898         bootstrap: sync from coreutils
27899         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27900         also when the target doesn't exist.
27901
27902 2008-03-01  Eric Blake  <ebb9@byu.net>
27903
27904         Fix bugs in last patch.
27905         * lib/memchr2.c (memchr2): Fix typo.
27906         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27907         extension.
27908         Reported by Bruce Korb.
27909
27910         New module 'memchr2'.
27911         * modules/memchr2: New file.
27912         * modules/memchr2-tests: Likewise.
27913         * lib/memchr2.h: Likewise.
27914         * lib/memchr2.c: Likewise, based on memchr.c.
27915         * tests/test-memchr2.c: New test.
27916         * MODULES.html.sh (String handling): Add memchr2.
27917
27918 2008-02-29  Bruno Haible  <bruno@clisp.org>
27919
27920         * modules/freadseek-tests: New file.
27921         * tests/test-freadseek.sh: New file.
27922         * tests/test-freadseek.c: New file.
27923
27924         New module 'freadseek'.
27925         * modules/freadseek: New file.
27926         * lib/freadseek.h: New file.
27927         * lib/freadseek.c: New file.
27928         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27929
27930 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27931
27932         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27933         wydawca.
27934
27935         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27936         program_invocation_name and program_invocation_short_name are
27937         present.
27938
27939 2008-02-28  Bruno Haible  <bruno@clisp.org>
27940
27941         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27942         * tests/test-freadptr.sh: Also test non-seekable stdin.
27943
27944 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27945
27946         * build-aux/bootstrap (source_base, m4_base)
27947         (doc_base, tests_base): New variables.
27948         (gnulib_tool_options): Do not hardcode base directories, use
27949         the above variables instead.
27950
27951 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27952
27953         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27954
27955 2008-02-28  Bruno Haible  <bruno@clisp.org>
27956
27957         * modules/freadptr-tests: New file.
27958         * tests/test-freadptr.sh: New file.
27959         * tests/test-freadptr.c: New file.
27960
27961         New module 'freadptr'.
27962         * modules/freadptr: New file.
27963         * lib/freadptr.h: New file.
27964         * lib/freadptr.c: New file.
27965         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27966
27967 2008-02-26  Karl Berry  <karl@freefriends.org>
27968
27969         Sync from Libtool:
27970         * libltdl/argz.c (argz_add, argz_count): New functions.
27971         * libltdl/argz.in.h: Declare them.
27972         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27973
27974 2008-02-22  Bruno Haible  <bruno@clisp.org>
27975
27976         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27977         is a pointer type.  Needed for HP-UX 10.
27978         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27979         * doc/posix-functions/gmtime_r.texi: Likewise.
27980         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27981
27982 2008-02-24  Bruno Haible  <bruno@clisp.org>
27983
27984         * modules/environ-tests: New file.
27985         * tests/test-environ.c: New file.
27986
27987         New module 'environ'.
27988         * modules/environ: New file.
27989         * lib/unistd.in.h (environ): New declaration.
27990         * m4/environ.m4: New file.
27991         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27992         after use.
27993         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27994         HAVE_DECL_ENVIRON.
27995         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27996         HAVE_DECL_ENVIRON.
27997         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27998         wrong claim that 'environ' is missing on some systems.
27999         * modules/execute (Depends-on): Add environ.
28000         * lib/execute.c (environ): Remove fallback declaration.
28001         * modules/pipe (Depends-on): Add environ.
28002         * lib/pipe.c (environ): Remove fallback declaration.
28003         * modules/setenv (Depends-on): Add environ.
28004         * lib/setenv.c (environ): Remove fallback declaration.
28005         * modules/unsetenv (Depends-on): Add environ.
28006         * lib/unsetenv.c (environ): Remove fallback declaration.
28007         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28008         m4/environ.m4.
28009         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28010         (gl_PREREQ_UNSETENV): Likewise.
28011
28012 2008-02-24  Bruno Haible  <bruno@clisp.org>
28013
28014         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28015
28016 2008-02-20  Bob Proulx  <bob@proulx.com>
28017
28018         Enable use of older two part flavor 'git describe'.
28019         * build-aux/git-version-gen: If using the older two part flavor of
28020         git version then recreate the third part now present in the
28021         newer three part flavor of git describe.
28022
28023 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28024
28025         * lib/fts.c (fts_build): Typo correction to comment.
28026
28027 2008-02-17  Bruno Haible  <bruno@clisp.org>
28028
28029         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28030         generating no-op conflicts.
28031
28032 2008-02-17  Bruno Haible  <bruno@clisp.org>
28033
28034         Speed up by 10%.
28035         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28036         result_entries, rather than an index-based loop.
28037
28038 2008-02-17  Bruno Haible  <bruno@clisp.org>
28039
28040         Speed up by 25%.
28041         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28042         'hashcode_cached'.
28043         (entry_create): New function.
28044         (entry_hashcode): Use the cached hashcode if possible.
28045         (read_changelog_file, try_split_merged_entry): Use entry_create.
28046
28047 2008-02-17  Bruno Haible  <bruno@clisp.org>
28048
28049         Speed up from O(n^2) to O(n) for long ChangeLog files.
28050         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28051         (read_changelog_file): Change implementation of entries_reversed list
28052         to rbtreehash.
28053         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28054
28055 2008-02-17  Bruno Haible  <bruno@clisp.org>
28056
28057         New option --split-merged-entry.
28058         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28059         (find_paragraph_end, try_split_merged_entry): New functions.
28060         (long_options): Add option --split-merged-entry.
28061         (usage): Document option --split-merged-entry.
28062         (main): Implement option --split-merged-entry.
28063         Reported by Eric Blake.
28064
28065 2008-02-17  Bruno Haible  <bruno@clisp.org>
28066
28067         * lib/git-merge-changelog.c: Include c-strstr.h.
28068         (main): Support the "git pull --rebase" situation.
28069         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28070         Reported by Eric Blake.
28071
28072 2008-02-16  Eric Blake  <ebb9@byu.net>
28073
28074         Avoid doubling \ in common case of "c-maybe" quoting style.
28075         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28076         eliding outer quotes.
28077         * lib/quotearg.h: Document this.
28078         * tests/test-quotearg.c (result_strings, inputs, results_g)
28079         (flag_results, locale_results): Test it by adding a new string to
28080         each test group.
28081         (compare_strings): Test new string.
28082
28083 2008-02-13  Eric Blake  <ebb9@byu.net>
28084
28085         Avoid trigraph quoting in default output.
28086         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28087         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28088         unless explicitly requested.
28089         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28090
28091 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28092
28093         Don't rely on signed integer overflowing to negative value.
28094         * lib/getugroups.c (getugroups): Include <limits.h>.
28095         Instead, compare against INT_MAX, and increment only if the test passes.
28096
28097 2008-02-13  Jim Meyering  <meyering@redhat.com>
28098         and Eric Blake  <ebb9@byu.net>
28099
28100         Avoid shadowing warning and compile errors on Linux.
28101         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28102         forwarding macros on Linux.
28103         (dcgettext): Define a stub, for Linux.
28104         (results_g, main): Avoid warnings.
28105
28106 2008-02-12  Eric Blake  <ebb9@byu.net>
28107
28108         Silence warning in last patch.
28109         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28110
28111         Quotearg part 4: add tests, fix c-maybe colon quoting.
28112         * lib/quotearg.h: Improve documentation.
28113         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28114         escapes when adding outer quotes.  When quoting trigraphs, use
28115         valid C notation.  When quoting NUL, omit extra characters if next
28116         character is not digit.  Alter prototype.
28117         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28118         callers.
28119         * modules/quotearg-tests: New module.
28120         * tests/test-quotearg.c: New test.
28121
28122 2008-02-07  Eric Blake  <ebb9@byu.net>
28123
28124         Quotearg part 3: add flag to control outer quote elision.
28125         * lib/quotearg.h (c_maybe_quoting_style): New style.
28126         (enum quoting_flags): Better documentation of flags.
28127         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28128         c-maybe style.
28129         (quotearg_buffer_restyled): Handle new flag to elide outer
28130         quotes.
28131
28132         Quotearg part 2: add flag that can control NUL elision.
28133         * lib/quotearg.h (set_quoting_flags): New prototype.
28134         * lib/quotearg.c (struct quoting_options): Add flag field.
28135         (set_quoting_flags): New function.
28136         (quotearg_buffer_restyled): Add flags parameter.
28137         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28138         (quotearg_n_options): Set the flag, since length cannot be
28139         returned.
28140         (quoting_options_from_style): Default flags correctly.
28141
28142         Quotearg part 1: more wrappers, restore quotearg_char state.
28143         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28144         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28145         (quotearg_colon_mem): New wrappers.
28146         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28147         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28148         functions.
28149         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28150         (quotearg_colon_mem): New functions.
28151
28152 2008-02-11  Bruno Haible  <bruno@clisp.org>
28153
28154         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28155         library in the current directory: it does not work with parallel make.
28156         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28157
28158 2008-02-11  Bruno Haible  <bruno@clisp.org>
28159
28160         * .gitattributes: New file.
28161
28162 2008-02-11  Jim Meyering  <meyering@redhat.com>
28163
28164         useless-if-before-free: Fix reversed exit values.
28165         * build-aux/useless-if-before-free: Use correct values
28166         for EXIT_MATCH and EXIT_NO_MATCH.
28167
28168         * build-aux/useless-if-before-free: Close stdout carefully.
28169
28170 2008-02-10  Bruno Haible  <bruno@clisp.org>
28171
28172         New module 'git-merge-changelog'.
28173         * modules/git-merge-changelog: New file.
28174         * lib/git-merge-changelog.c: New file.
28175
28176 2008-02-10  Jim Meyering  <meyering@redhat.com>
28177
28178         useless-if-before-free: New option: --list (-l).
28179
28180         useless-if-before-free: Don't exit immediately upon open failure.
28181         * build-aux/useless-if-before-free: Exit 2 for errors.
28182         Upon failure to open a file, don't exit immediately.
28183         Rather, just warn and continue with any remaining files.
28184
28185 2008-02-10  Bruno Haible  <bruno@clisp.org>
28186
28187         New abstract list operation 'node_set_value'.
28188         * lib/gl_list.h (gl_list_node_set_value): New function.
28189         (struct gl_list_implementation): New field node_set_value.
28190         * lib/gl_list.c (gl_list_node_set_value): New function.
28191         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28192         (gl_array_list_implementation): Update.
28193         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28194         (gl_carray_list_implementation): Update.
28195         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28196         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28197         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28198         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28199         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28200         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28201         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28202         Update.
28203         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28204         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28205         (gl_sublist_list_implementation): Update.
28206
28207 2008-02-10  Bruno Haible  <bruno@clisp.org>
28208
28209         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28210         Needed when ELEMENT is #defined to 'some_type *'.
28211
28212 2008-02-10  Jim Meyering  <meyering@redhat.com>
28213
28214         New script and module: useless-if-before-free
28215         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28216         * build-aux/useless-if-before-free: New file.
28217         * modules/useless-if-before-free: New file.
28218
28219         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28220
28221         xstrtol_error: Fix typo.
28222         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28223         s/exit_failure/exit_status/.
28224
28225 2008-02-09  Jim Meyering  <meyering@redhat.com>
28226
28227         New script and module: gitlog-to-changelog
28228         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28229         * modules/gitlog-to-changelog: New file.
28230         * build-aux/gitlog-to-changelog: New file.
28231
28232 2008-02-08  Jim Meyering  <meyering@redhat.com>
28233
28234         Avoid two "parameter unused" warnings.
28235         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28236         Mark "st" as used.
28237
28238         Use "git COMMAND", not "git-COMMAND".
28239         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28240         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28241         * build-aux/git-version-gen: Use "git status", not "git-status".
28242
28243 2008-02-07  Bruno Haible  <bruno@clisp.org>
28244
28245         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28246         Avoids a crash on Windows Vista.
28247         Reported by Adam Strzelecki <ono@java.pl> via
28248         Simon Josefsson <simon@josefsson.org>.
28249
28250 2008-02-06  Bruno Haible  <bruno@clisp.org>
28251
28252         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28253         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28254         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28255         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28256         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28257         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28258         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28259         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28260         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28261         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28262         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28263         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28264         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28265         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28266         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28267         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28268         left-adjust flag.
28269         * tests/test-snprintf-posix.h (test_function): Likewise.
28270         * tests/test-sprintf-posix.h (test_function): Likewise.
28271         * tests/test-vasprintf-posix.c (test_function): Likewise.
28272         * doc/posix-functions/fprintf.texi: Update.
28273         * doc/posix-functions/printf.texi: Update.
28274         * doc/posix-functions/snprintf.texi: Update.
28275         * doc/posix-functions/sprintf.texi: Update.
28276         * doc/posix-functions/vfprintf.texi: Update.
28277         * doc/posix-functions/vprintf.texi: Update.
28278         * doc/posix-functions/vsnprintf.texi: Update.
28279         * doc/posix-functions/vsprintf.texi: Update.
28280         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28281
28282 2008-02-06  Bruno Haible  <bruno@clisp.org>
28283
28284         Fix bug introduced on 2008-01-26.
28285         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28286
28287 2008-02-06  Bruno Haible  <bruno@clisp.org>
28288
28289         Fix bug introduced on 2007-06-10.
28290         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28291         !NEED_PRINTF_FLAG_ZERO.
28292
28293 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28294
28295         getloadavg: use libperfstat on AIX5
28296         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28297
28298 2008-02-03  Bruno Haible  <bruno@clisp.org>
28299
28300         * lib/diffseq.h: Add comments about required #includes.
28301         Reported by Michael Biggs <gnulib@doubleplum.net>.
28302
28303 2008-02-01  Bruno Haible  <bruno@clisp.org>
28304
28305         * users.txt: Add gnuit.
28306
28307 2008-01-31  Bruno Haible  <bruno@clisp.org>
28308
28309         * lib/md4.c (set_uint32): Mark as inline.
28310         * lib/md5.c (set_uint32): Likewise.
28311         * lib/sha1.c (set_uint32): Likewise.
28312         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28313         * m4/md5.m4 (gl_MD5): Likewise.
28314         * m4/sha1.m4 (gl_SHA1): Likewise.
28315
28316 2008-01-31  Jim Meyering  <meyering@redhat.com>
28317
28318         Use "sizeof VAR", rather than a literal "4".
28319         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28320         * lib/md4.c (md4_read_ctx): Likewise.
28321         * lib/sha1.c (sha1_read_ctx): Likewise.
28322
28323 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28324
28325         * tests/test-sha1.c: New file, based on test-md5.c.
28326
28327         * modules/crypto/sha1-tests: New file.
28328
28329 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28330
28331         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28332
28333 2008-01-31  Jim Meyering  <meyering@redhat.com>
28334
28335         Prefer "sizeof v" over the equivalent "4".
28336         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28337         * lib/md5.c (set_uint32): Likewise.
28338         * lib/sha1.c (set_uint32): Likewise.
28339
28340 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28341
28342         * lib/sha1.c (set_uint32): Mark function as static.
28343
28344 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28345
28346         md2: clarify comments to say that alignment is not required.
28347         * lib/md2.h: Remove warning about alignment in comment.
28348         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28349         never been required.
28350
28351 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28352
28353         md4: adapt alignment constraint fix from sha1.
28354         * lib/md4.c (set_uint32): New function, from sha1.c
28355         (md4_read_ctx): Use it.
28356         (md4_finish_ctx): Doc fix.
28357         * lib/md4.h: Doc fix.
28358
28359 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28360
28361         md5: adapt alignment constraint fix from sha1.
28362         * lib/md5.c (set_uint32): New function, from sha1.c
28363         (md5_read_ctx): Use it.
28364         (md5_finish_ctx): Doc fix.
28365         * lib/md5.h: Doc fix.
28366
28367 2008-01-30  Peter Palfrader  <weasel@debian.org>
28368
28369         sha1: remove the result buffer alignment constraint
28370         * lib/sha1.c (set_uint32): New function.
28371         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28372         constraint.
28373         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28374         * lib/sha1.h: Likewise.
28375
28376 2008-01-30  Andreas Schwab  <schwab@suse.de>
28377             Bruno Haible  <bruno@clisp.org>
28378
28379         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28380         correct definition of LDBL_MIN_EXP.
28381
28382 2008-01-30  Karl Berry  <karl@gnu.org>
28383
28384         * config/srclist-update: try to preserve x bit on updates.
28385         * config/srclistvars.sh: update for karl.
28386
28387 2008-01-29  Jim Meyering  <meyering@redhat.com>
28388
28389         vasnprintf.c: Avoid warning about unused label
28390         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28391         "overflow" label definition and associated code with the
28392         same cpp condition that guards the sole use of that label.
28393
28394 2008-01-26  Bruno Haible  <bruno@clisp.org>
28395
28396         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28397         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28398         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28399         * lib/isnanl-nolibm.h (isnanl): Likewise.
28400         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28401
28402 2008-01-26  Bruno Haible  <bruno@clisp.org>
28403
28404         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28405         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28406
28407 2008-01-26  Bruno Haible  <bruno@clisp.org>
28408
28409         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28410         GCC >= 4.0 built-in.
28411         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28412
28413 2008-01-26  Bruno Haible  <bruno@clisp.org>
28414
28415         Rename isnan, applicable to 'double' only, to isnand.
28416         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28417         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28418         (configure.ac): Update.
28419         (Include): Replace "isnan.h" with "isnand.h".
28420         * m4/isnand.m4: Renamed from m4/isnan.m4.
28421         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28422         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28423         instead of isnan.c.
28424         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28425         instead of HAVE_ISNAN_IN_LIBC.
28426         (isnand): Renamed from isnan.
28427         * lib/isnand.c: New file.
28428         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28429         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28430         (Makefile.am): Update.
28431         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28432         Include isnand.h instead of isnan.h.
28433         (main): Test isnand instead of isnan.
28434         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28435         isnan-nolibm.
28436         * modules/frexp (Depends-on): Likewise.
28437         * modules/frexp-tests (Depends-on): Likewise.
28438         * modules/frexp-nolibm (Depends-on): Likewise.
28439         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28440         * modules/isfinite (Depends-on): Likewise.
28441         * modules/round-tests (Depends-on): Likewise.
28442         * modules/signbit (Depends-on): Likewise.
28443         * modules/signbit-tests (Depends-on): Likewise.
28444         * modules/snprintf-posix (Depends-on): Likewise.
28445         * modules/sprintf-posix (Depends-on): Likewise.
28446         * modules/trunc-tests (Depends-on): Likewise.
28447         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28448         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28449         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28450         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28451         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28452         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28453         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28454         * modules/vasnprintf-posix (Depends-on): Likewise.
28455         * modules/vasprintf-posix (Depends-on): Likewise.
28456         * modules/vfprintf-posix (Depends-on): Likewise.
28457         * modules/vsnprintf-posix (Depends-on): Likewise.
28458         * modules/vsprintf-posix (Depends-on): Likewise.
28459         * lib/frexp.c: Include isnand.h instead of isnan.h.
28460         (ISNAN): Set to isnand instead of isnan.
28461         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28462         (gl_isfinited): Use isnand instead of isnan.
28463         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28464         (gl_signbitd): Use isnand instead of isnan.
28465         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28466         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28467         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28468         (main): Use isnand instead of isnan.
28469         * tests/test-round1.c: Include isnand.h.
28470         (main): Use isnand instead of isnan.
28471         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28472         (ISNAN): Set to isnand instead of isnan.
28473         * tests/test-trunc1.c: Include isnand.h.
28474         (main): Use isnand instead of isnan.
28475         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28476         (equal): Use isnand instead of isnan.
28477         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28478         isnand-nolibm.
28479         * NEWS: Mention the change.
28480
28481 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28482             Bruno Haible  <bruno@clisp.org>
28483
28484         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28485         the GCC builtins for signbits are present and set
28486         REPLACE_SIGNBIT_USING_GCC if so.
28487         * lib/math.in.h (signbit): Define using GCC builtins if
28488         REPLACE_SIGNBIT_USING_GCC is set.
28489         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28490         REPLACE_SIGNBIT_USING_GCC.
28491         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28492
28493 2008-01-25  Jim Meyering  <meyering@redhat.com>
28494
28495         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28496         * lib/poll.c: Include <config.h>, not "config.h".
28497         * tests/test-getaddrinfo.c: Likewise.
28498
28499 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28500
28501         * modules/sockets-tests: New file.
28502
28503 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28504
28505         * modules/sockets: New module, can be used to call WSA_Startup and
28506         WSA_Cleanup when needed.
28507
28508         * lib/sockets.h, lib/sockets.c: New files.
28509
28510         * m4/sockets.m4: New file.
28511
28512         * tests/test-sockets.c: New file.
28513
28514 2008-01-19  Bruno Haible  <bruno@clisp.org>
28515
28516         * doc/posix-headers: Renamed from doc/headers.
28517         * doc/posix-functions: Renamed from doc/functions.
28518         * doc/gnulib.texi: Update.
28519
28520 2008-01-19  Bruno Haible  <bruno@clisp.org>
28521
28522         * doc/glibc-functions/strcasestr.texi: Include contents of
28523         doc/functions/strcasestr.texi, fixing the list of platforms.
28524         * doc/functions/strcasestr.texi: Remove file.
28525
28526 2008-01-19  Bruno Haible  <bruno@clisp.org>
28527
28528         * doc/glibc-functions/memmem.texi: Include contents of
28529         doc/functions/memmem.texi.
28530         * doc/functions/memmem.texi: Remove file.
28531
28532 2008-01-18  Bruno Haible  <bruno@clisp.org>
28533
28534         * doc/glibc-functions/*.texi: New files.
28535         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28536         to use the new files.
28537
28538 2008-01-17  Bruno Haible  <bruno@clisp.org>
28539
28540         * tests/test-gethostname.c (main): Fix printf statement.
28541
28542 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28543
28544         * modules/gethostname-tests: New file.
28545
28546         * tests/test-gethostname.c: New file.
28547
28548 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28549
28550         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28551         used by the UNAME case.  Reported by Bruno Haible
28552         <bruno@clisp.org>.
28553
28554 2008-01-17  Eric Blake  <ebb9@byu.net>
28555
28556         Convert c-strcasestr to be more efficient.
28557         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28558         (Depends-on): Add c-strcase, remove malloca, strnlen.
28559         * tests/test-c-strcasestr.c (main): Enhance test.
28560         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28561
28562 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28563
28564         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28565         Use it in creating po/Makevars.
28566
28567 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28568
28569         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28570         Applications that requires it should initialize libgcrypt
28571         manually.
28572
28573 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28574
28575         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28576
28577 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28578
28579         Fix problem with getdate on mingw32 reported by Simon Josefsson
28580         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28581         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28582         tzname", when deciding whether to declare tzname.
28583         * lib/strftime.c (tzname): Likewise.
28584
28585 2008-01-15  Bruno Haible  <bruno@clisp.org>
28586
28587         Work around a MacOS X 10.5 bug in frexpl().
28588         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28589         * doc/functions/frexpl.texi: Document the bug.
28590         Reported by Elias Pipping <pipping@gentoo.org>.
28591
28592 2008-01-14  Eric Blake  <ebb9@byu.net>
28593
28594         Touch up previous patch.
28595         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28596         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28597
28598         Convert strcasestr module to use Two-Way algorithm.
28599         * modules/strcasestr-simple: New module, based on the old
28600         strcasestr, but with Two-Way rather than KMP.
28601         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28602         * lib/string.in.h (rpl_strcasestr): Declare.
28603         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28604         performance.
28605         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28606         * modules/string (Makefile.am): Support strcasestr.
28607         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28608         * modules/strcasestr-tests (Depends-on): Check for alarm.
28609         * tests/test-strcasestr.c: Augment test.
28610         * lib/str-two-way.h: Clean up stray macro.
28611         * NEWS: Document new module.
28612         * MODULES.html.sh (string handling): Likewise.
28613         * doc/functions/strcasestr.texi: New file.
28614         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28615         here, since it is not a POSIX function.
28616
28617 2008-01-14  Colin Watson  <cjwatson@debian.org>
28618             Bruno Haible  <bruno@clisp.org>
28619
28620         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28621         works fine; if not, set REPLACE_STRSIGNAL.
28622         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28623         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28624         REPLACE_STRSIGNAL.
28625         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28626         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28627         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28628
28629 2008-01-14  Bruno Haible  <bruno@clisp.org>
28630
28631         * modules/strsignal (Include): Change to <string.h>.
28632
28633 2008-01-14  Colin Watson  <cjwatson@debian.org>
28634
28635         * modules/argp (Notice): Add a notice recommending to change
28636         XGETTEXT_OPTIONS.
28637         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28638
28639 2008-01-13  Colin Watson  <cjwatson@debian.org>
28640
28641         * modules/strsignal-tests: New file.
28642         * tests/test-strsignal.c: New file.
28643
28644         * lib/strsignal.c: New file, from glibc with modifications.
28645         * lib/siglist.h: New file, from glibc with modifications.
28646         * lib/string.in.h (strsignal): New declaration.
28647         * m4/strsignal.m4: New file.
28648         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28649         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28650         * modules/strsignal: New file.
28651         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28652         HAVE_DECL_STRSIGNAL.
28653
28654 2008-01-13  Bruno Haible  <bruno@clisp.org>
28655
28656         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28657         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28658         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28659         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28660
28661 2008-01-13  Bruno Haible  <bruno@clisp.org>
28662
28663         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28664         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28665         * lib/argp.h (__attribute__): Likewise.
28666         * lib/c-stack.c (__attribute__): Likewise.
28667         * lib/error.h (__attribute__): Likewise.
28668         * lib/fts.c (__attribute__): Likewise.
28669         * lib/openat.h (__attribute__): Likewise.
28670         * lib/stdio.in.h (__attribute__): Likewise.
28671         * lib/string.in.h (__attribute__): Likewise.
28672         * lib/utimens.c (__attribute__): Likewise.
28673         * lib/vasnprintf.h (__attribute__): Likewise.
28674         * lib/xalloc.h (__attribute__): Likewise.
28675         * lib/xprintf.h (__attribute__): Likewise.
28676         * lib/xstrtol.h (__attribute__): Likewise.
28677         * lib/xvasprintf.h (__attribute__): Likewise.
28678
28679 2008-01-12  Bruno Haible  <bruno@clisp.org>
28680
28681         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28682         * doc/glibc-headers/a.out.texi: New file.
28683         * doc/glibc-headers/aliases.texi: New file.
28684         * doc/glibc-headers/alloca.texi: New file.
28685         * doc/glibc-headers/ar.texi: New file.
28686         * doc/glibc-headers/argp.texi: New file.
28687         * doc/glibc-headers/argz.texi: New file.
28688         * doc/glibc-headers/byteswap.texi: New file.
28689         * doc/glibc-headers/crypt.texi: New file.
28690         * doc/glibc-headers/endian.texi: New file.
28691         * doc/glibc-headers/envz.texi: New file.
28692         * doc/glibc-headers/err.texi: New file.
28693         * doc/glibc-headers/error.texi: New file.
28694         * doc/glibc-headers/execinfo.texi: New file.
28695         * doc/glibc-headers/fpu_control.texi: New file.
28696         * doc/glibc-headers/fstab.texi: New file.
28697         * doc/glibc-headers/fts.texi: New file.
28698         * doc/glibc-headers/getopt.texi: New file.
28699         * doc/glibc-headers/ieee754.texi: New file.
28700         * doc/glibc-headers/ifaddrs.texi: New file.
28701         * doc/glibc-headers/libintl.texi: New file.
28702         * doc/glibc-headers/mcheck.texi: New file.
28703         * doc/glibc-headers/mntent.texi: New file.
28704         * doc/glibc-headers/obstack.texi: New file.
28705         * doc/glibc-headers/paths.texi: New file.
28706         * doc/glibc-headers/printf.texi: New file.
28707         * doc/glibc-headers/pty.texi: New file.
28708         * doc/glibc-headers/resolv.texi: New file.
28709         * doc/glibc-headers/shadow.texi: New file.
28710         * doc/glibc-headers/sysexits.texi: New file.
28711         * doc/glibc-headers/ttyent.texi: New file.
28712
28713 2008-01-12  Jim Meyering  <meyering@redhat.com>
28714
28715         announce-gen: emit Gnulib's git-based version string.
28716         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28717         New option --gnulib-version=V, where V is expected to be
28718         the output of running git describe in the gnulib directory.
28719         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28720         not useful, and plan to stop publishing an xdelta file with each
28721         coreutils release.
28722
28723         * build-aux/announce-gen: Also check for lzma-compressed files.
28724
28725 2008-01-11  Bruno Haible  <bruno@clisp.org>
28726
28727         * tests/test-memmem.c (main): Increase maximum allowed time.
28728         * tests/test-strstr.c (main): Likewise.
28729
28730 2008-01-11  Bruno Haible  <bruno@clisp.org>
28731
28732         * doc/functions/memmem.texi: Add more precisions about platforms.
28733         * doc/functions/strstr.texi: Likewise.
28734
28735 2008-01-10  Eric Blake  <ebb9@byu.net>
28736
28737         * m4/strstr.m4: Delete cruft from copy-n-paste.
28738         Reported by Bruno Haible.
28739
28740 2008-01-10  Bruno Haible  <bruno@clisp.org>
28741
28742         Make c-strstr rely on strstr.
28743         * lib/c-strstr.c: Don't include str-kmp.h.
28744         (c_strstr): Define in terms of strstr.
28745         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28746         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28747
28748 2008-01-10  Bruno Haible  <bruno@clisp.org>
28749
28750         * doc/gnulib.texi (String Functions in C Locale): New section.
28751         * doc/c-ctype.texi: New file.
28752         * doc/c-strcase.texi: New file.
28753         * doc/c-strcaseeq.texi: New file.
28754         * doc/c-strcasestr.texi: New file.
28755         * doc/c-strstr.texi: New file.
28756         * doc/c-strtod.texi: New file.
28757         * doc/c-strtold.texi: New file.
28758
28759 2008-01-10  Eric Blake  <ebb9@byu.net>
28760
28761         * lib/relocatable.h: Fix a comment.
28762
28763 2008-01-10  Eric Blake  <ebb9@byu.net>
28764
28765         Share two-way algorithm.
28766         * lib/str-two-way.h: New file, merged from...
28767         * lib/memmem.c: ...here...
28768         * lib/strstr.c: ...and here.
28769         * modules/memmem (Files): Use it.
28770         * modules/strstr (Files): Likewise.
28771
28772         Avoid quadratic strstr implementations.
28773         * lib/strstr.c: New file.
28774         * m4/strstr.m4: Likewise.
28775         * modules/strstr: Likewise.
28776         * modules/strstr-tests: Likewise.
28777         * tests/test-strstr.c: Likewise.
28778         * lib/string.in.h (rpl_strstr): Declare.
28779         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28780         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28781         * modules/string (Makefile.am): Likewise.
28782         * MODULES.html.sh (string handling): Mention new module.
28783         * doc/functions/strstr.texi (strstr): Document the bug.
28784
28785 2008-01-10  Bruno Haible  <bruno@clisp.org>
28786
28787         * lib/relocatable.h (relocate): State whether result is freshly
28788         allocated or not.
28789         * lib/relocatable.c (relocate): Return a freshly allocated string
28790         instead of a pointer to a privately held string.
28791         Reported by Sylvain Beucler <beuc@gnu.org>.
28792
28793 2008-01-10  Colin Watson  <cjwatson@debian.org>
28794
28795         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28796         s/S_ISNLK/S_ISLNK/.
28797
28798 2008-01-09  Bruno Haible  <bruno@clisp.org>
28799
28800         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28801         and other files.
28802         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28803         if it's only a guess.
28804         * modules/memmem: Simplify by depending on memmem-simple.
28805
28806 2008-01-09  Bruno Haible  <bruno@clisp.org>
28807
28808         Work around OpenBSD 4.0 tdelete() bug.
28809         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28810         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28811         macros and don't redefine the enum values.
28812         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28813         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28814         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28815
28816 2008-01-09  Bruno Haible  <bruno@clisp.org>
28817
28818         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28819         (main): Don't perform the tests if setlocale did not install a UTF-8
28820         locale. Needed on OpenBSD 4.0.
28821         * modules/wcwidth-tests (Depends-on): Add localcharset.
28822
28823 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28824
28825         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28826         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28827         * NEWS: announce this.
28828         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28829
28830 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28831         and Eric Blake  <ebb9@byu.net>
28832
28833         Add memmem-simple module.
28834         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28835         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28836         * modules/memmem-simple: New file.
28837         * modules/memmem (Description): Tweak.
28838         * MODULES.html.sh (string handling): Mention new module.
28839         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28840         addressed by memmem-simple.
28841         * NEWS: Document the difference.
28842
28843 2008-01-09  Eric Blake  <ebb9@byu.net>
28844
28845         Give gcc some memmem optimization hints.
28846         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28847         (strcasestr): Declare as pure.
28848         * modules/memmem (Maintainer): Claim my implementation.
28849
28850 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28851
28852         Support AIX 6.1 and higher.
28853         * build-aux/config.libpath: Likewise.
28854         * build-aux/config.rpath: Likewise.
28855
28856 2008-01-08  Jim Meyering  <meyering@redhat.com>
28857             Bruno Haible  <bruno@clisp.org>
28858
28859         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28860         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28861         Reported by Peter Fales in
28862         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28863
28864 2008-01-08  Bruno Haible  <bruno@clisp.org>
28865
28866         * modules/unictype/category-of (Depends-on): Add
28867         unictype/category-none.
28868         * modules/unictype/category-and-tests (Depends-on): Add
28869         unictype/category-{L,N,Lu,Nd}.
28870         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28871         * modules/unictype/category-or-tests (Depends-on): Add
28872         unictype/category-{L,N}.
28873         * modules/unictype/category-name-tests (Depends-on): Add
28874         unictype/category-{Z,Nl}.
28875         Reported by Simon Josefsson.
28876
28877 2008-01-08  Bruno Haible  <bruno@clisp.org>
28878
28879         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28880         convention better.
28881         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28882         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28883         Reported by Peter Miller <millerp@canb.auug.org.au>.
28884
28885 2008-01-08  Eric Blake  <ebb9@byu.net>
28886
28887         Rewrite memmem to guarantee linear complexity without malloc.
28888         * lib/memmem.c (memmem): Use Two-Way rather than
28889         Knuth-Morris-Pratt, to allow O(1) space usage.
28890         (critical_factorization, two_way_short_needle)
28891         (two_way_long_needle): New functions.
28892         (knuth_morris_pratt): Delete.
28893         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28894         Add stdint.
28895         * tests/test-memmem.c (main): Add tests for periodic needle and
28896         sublinear performance.
28897         * doc/functions/memmem.texi (memmem): Document other deficiencies
28898         in cygwin and older glibc.
28899
28900 2008-01-08  Bruno Haible  <bruno@clisp.org>
28901
28902         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28903         augmentation.
28904
28905 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28906
28907         Add a configure time option: --disable-acl.
28908         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28909         AC_ARG_ENABLE(acl).
28910
28911 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28912
28913         * tests/test-localename.c: Don't include obsolete "setenv.h".
28914
28915         * modules/localename-tests (Depends-on): Need unsetenv.
28916
28917 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28918
28919         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28920
28921 2008-01-06  Colin Watson  <cjwatson@debian.org>
28922
28923         * users.txt: Add man-db.
28924
28925 2008-01-07  Bruno Haible  <bruno@clisp.org>
28926
28927         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28928         previous section name.
28929
28930 2008-01-07  Bruno Haible  <bruno@clisp.org>
28931
28932         * lib/progname.c (set_program_name): Don't strip off a leading
28933         "lt-" prefix outside a .libs directory.
28934         Suggested by Paul Eggert.
28935
28936 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28937             Bruno Haible  <bruno@clisp.org>
28938
28939         Improve memory cleanup in 'relocatable' module.
28940         * lib/relocatable.h (compute_curr_prefix): Change return type to
28941         'char *'.
28942         * lib/relocatable.c (compute_curr_prefix): Change return type to
28943         'char *'. Free curr_installdir after use.
28944         (relocate): Free curr_prefix_better after use.
28945         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28946
28947 2008-01-01  Bruno Haible  <bruno@clisp.org>
28948
28949         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28950         failure on older glibc systems.
28951         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28952
28953 2008-01-05  Eric Blake  <ebb9@byu.net>
28954
28955         Avoid quadratic system memmem.
28956         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28957         Reported by Ralf Wildenhues.
28958
28959         Fix memmem test for mingw.
28960         * modules/memmem-tests (configure.ac): Check for alarm.
28961         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28962         it.
28963         * doc/functions/memmem.texi: New file.
28964         * doc/gnulib.texi (Function Substitutes): Add memmem.
28965         Reported by Bruno Haible.
28966
28967 2008-01-04  Bruno Haible  <bruno@clisp.org>
28968
28969         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28970         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28971         gl_HEADER_STRING_H_DEFAULTS.
28972
28973 2008-01-04  Eric Blake  <ebb9@byu.net>
28974
28975         Shorten duration of memmem test.
28976         * tests/test-memmem.c (main): Use alarm to declare failure if test
28977         is taking too long.
28978         Reported by Ralf Wildenhues.
28979
28980 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28981
28982         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28983         string, needed by strerror.
28984
28985 2008-01-03  Colin Watson  <cjwatson@debian.org>
28986             Bruno Haible  <bruno@clisp.org>
28987
28988         * doc/gnulib-tool.texi (Localization): New section.
28989
28990 2008-01-02  Bruno Haible  <bruno@clisp.org>
28991
28992         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28993         variables to 'unsigned char *' type.
28994         Reported by Paul Eggert.
28995
28996 2008-01-02  Jim Meyering  <jim@meyering.net>
28997
28998         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28999
29000 2007-12-31  Jim Meyering  <jim@meyering.net>
29001
29002         Avoid use of private FTS type name.
29003         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
29004
29005 2007-12-30  Karl Berry  <karl@gnu.org>
29006
29007         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29008         work around defect in Texinfo and/or the standalone Info browser.
29009
29010 2007-12-30  Bruno Haible  <bruno@clisp.org>
29011
29012         Unify 5 copies of the KMP code.
29013         * lib/str-kmp.h: New file.
29014         * lib/c-strcasestr.c: Include str-kmp.h.
29015         (knuth_morris_pratt): Remove function.
29016         (c_strcasestr): Update.
29017         * lib/c-strstr.c: Include str-kmp.h.
29018         (knuth_morris_pratt): Remove function.
29019         (c_strcasestr): Update.
29020         * lib/mbscasestr.c: Include str-kmp.h.
29021         (knuth_morris_pratt_unibyte): Remove function.
29022         * lib/mbsstr.c: Include str-kmp.h.
29023         (knuth_morris_pratt_unibyte): Remove function.
29024         * lib/strcasestr.c: Include str-kmp.h.
29025         (knuth_morris_pratt): Remove function.
29026         (strcasestr): Update.
29027         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29028         * modules/c-strstr (Files): Likewise.
29029         * modules/mbscasestr (Files): Likewise.
29030         * modules/mbsstr (Files): Likewise.
29031         * modules/strcasestr (Files): Likewise.
29032         Suggested by Paul Eggert.
29033
29034 2007-12-30  Bruno Haible  <bruno@clisp.org>
29035
29036         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29037         defined.
29038
29039 2007-12-30  Bruno Haible  <bruno@clisp.org>
29040
29041         * lib/xmalloca.h: Include xalloc.h.
29042         (xnmalloca): New macro.
29043
29044 2007-12-30  Bruno Haible  <bruno@clisp.org>
29045
29046         * lib/malloca.h (nmalloca): New macro.
29047         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29048         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29049         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29050         knuth_morris_pratt_multibyte): Likewise.
29051         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29052         knuth_morris_pratt_multibyte): Likewise.
29053         * lib/memmem.c (knuth_morris_pratt): Likewise.
29054         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29055
29056 2007-12-25  Bruno Haible  <bruno@clisp.org>
29057
29058         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29059         * lib/glob.c: Don't include openat.h.
29060         (link_exists2_p): Add back the code that deals with the
29061         !GLOB_ALTDIRFUNC case.
29062         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29063         let it do the filename concatenation.
29064         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29065         * modules/glob (Depends-on): Remove openat.
29066
29067 2007-12-31  Bruno Haible  <bruno@clisp.org>
29068
29069         * modules/dirfd (License): Change to LGPLv2+.
29070         Approved by Jim Meyering.
29071
29072 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29073
29074         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29075         when multiplying M by sizeof (size_t).
29076
29077 2007-12-10  Martin Lambers  <marlam@marlam.de>
29078
29079         Override getpagesize on mingw.
29080         * lib/getpagesize.c: New file.
29081         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29082         * modules/getpagesize (Files): Add lib/getpagesize.c.
29083         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29084         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29085         REPLACE_GETPAGESIZE.
29086         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29087
29088 2007-12-25  Bruno Haible  <bruno@clisp.org>
29089
29090         * modules/localcharset (Notice): New field.
29091         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29092         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29093
29094 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29095             Bruno Haible  <bruno@clisp.org>
29096
29097         Avoid using the syntax symbol() in formatted documentation.
29098         * MODULES.html.sh (func_module): When replacing symbol() with a
29099         hyperlink, remove the parentheses. Show an error if some remain.
29100         Recognize and render the '...' syntax.
29101         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29102         Rework. Add paragraph about GCC's inlining.
29103         * doc/alloca.texi: Likewise.
29104         * doc/error.texi: Remove parentheses from symbol reference.
29105         * doc/gnulib-intro.texi: Likewise.
29106         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29107         * modules/fnmatch (Description): Reword to say "the ... function".
29108         * modules/full-read (Description): Likewise.
29109         * modules/full-write (Description): Likewise.
29110         * modules/safe-read (Description): Likewise.
29111         * modules/safe-write (Description): Likewise.
29112         * modules/strchrnul (Description): Likewise.
29113         * modules/trim (Description): Likewise.
29114         * modules/error (Description): Remove parentheses from symbol
29115         references.
29116         * modules/verror (Description): Likewise.
29117         Reported by Karl Berry.
29118
29119 2007-12-25  Bruno Haible  <bruno@clisp.org>
29120
29121         Fixup after 2007-10-16 commit.
29122         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29123
29124 2007-12-24  Bruno Haible  <bruno@clisp.org>
29125
29126         Make --enable-relocatable work with DESTDIR.
29127         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29128         to compute installdir from destprog.
29129         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29130         also set the RELOC_DESTDIR variable.
29131         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29132
29133 2007-12-24  Bruno Haible  <bruno@clisp.org>
29134
29135         Fix link error due to xalloc_die().
29136         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29137         of xreadlink.
29138         * lib/relocwrapper.c: Update comments.
29139         * build-aux/install-reloc: Remove xreadlink.c from file list.
29140         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29141         xreadlink.c.
29142         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29143
29144 2007-12-24  Bruno Haible  <bruno@clisp.org>
29145
29146         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29147         * lib/setenv.h: Remove file.
29148         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29149         lib/setenv.h.
29150         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29151         (Depends-on): Add stdlib.
29152         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29153         gl_FUNC_UNSETENV.
29154         (Include): Replace setenv.h with <stdlib.h>.
29155         * modules/unsetenv: New file.
29156         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29157         * lib/unsetenv.c: Include <stdlib.h> first.
29158         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29159         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29160         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29161         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29162         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29163         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29164         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29165         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29166         * doc/functions/unsetenv.texi: Update.
29167         * modules/xsetenv (Depends-on): Add unsetenv.
29168         * modules/getdate (Depends-on): Likewise.
29169         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29170         * lib/xsetenv.c: Don't include setenv.h.
29171         * lib/getdate.y: Likewise.
29172         * lib/relocwrapper.c: Likewise.
29173         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29174         (Depends-on): Add stdlib.
29175         * NEWS: Mention the changes.
29176         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29177
29178 2007-12-23  Bruno Haible  <bruno@clisp.org>
29179
29180         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29181         indentation.
29182
29183 2007-12-23  Bruno Haible  <bruno@clisp.org>
29184
29185         * lib/c-strcasestr.c: Add more comments.
29186         * lib/c-strstr.c: Likewise.
29187         * lib/mbscasestr.c: Likewise.
29188         * lib/mbsstr.c: Likewise.
29189         * lib/strcasestr.c: Likewise.
29190         * lib/memmem.c: Likewise.
29191
29192 2007-12-23  Bruno Haible  <bruno@clisp.org>
29193
29194         * tests/test-memmem.c: Include <string.h> first.
29195
29196 2007-12-22  Bruno Haible  <bruno@clisp.org>
29197
29198         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29199         the contents of $testsbase.
29200         Reported by Ralf Wildenhues.
29201
29202 2007-12-22  Bruno Haible  <bruno@clisp.org>
29203
29204         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29205         two variables local_ldadd_before, local_ldadd_last.
29206
29207 2007-12-20  Eric Blake  <ebb9@byu.net>
29208
29209         Work around circular library issue when cross-compiling.
29210         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29211         that progname.o does not need to pull in rpl_memcmp.
29212
29213 2007-12-19  Eric Blake  <ebb9@byu.net>
29214
29215         Fix memmem to avoid O(n^2) worst-case complexity.
29216         * lib/memmem.c (knuth_morris_pratt): New function.
29217         (memmem): Use it if first few naive iterations fail.
29218         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29219         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29220         * modules/memchr (License): Likewise.
29221         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29222         malloca.
29223         * tests/test-memmem.c: Rewrite, borrowing ideas from
29224         test-mbsstr1.c; the old version wouldn't even compile!
29225         * modules/memmem-tests: New file.
29226         * lib/string.in.h (rpl_memmem): Add declaration.
29227         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29229         REPLACE_MEMMEM.
29230
29231 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29232
29233         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29234         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29235         before any system include files, and undef after them all.  This
29236         should fix a problem on VMS reported by John E. Malmberg in
29237         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29238
29239 2007-12-17  Eric Blake  <ebb9@byu.net>
29240
29241         Revert addition of verify, for BSD/OS.
29242         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29243         can't handle large files, for the sake of obsolete platforms.
29244         * modules/fseeko (Depends-on): Remove verify.
29245         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29246         * doc/functions/ftello.texi (ftello): Likewise.
29247         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29248         Reported by Larry Jones.
29249
29250 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29251
29252         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29253         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29254
29255 2007-12-17  Jim Meyering  <meyering@redhat.com>
29256
29257         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29258         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29259         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29260         * modules/getcwd (Depends-on): Add openat.
29261         Reported by Petr Salinger.
29262
29263 2007-12-17  Bruno Haible  <bruno@clisp.org>
29264
29265         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29266         avoid a segmentation fault of the configure test on x86_64 systems.
29267
29268 2007-12-15  Jim Meyering  <meyering@redhat.com>
29269
29270         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29271
29272 2007-12-13  Eric Blake  <ebb9@byu.net>
29273
29274         Another fseek test.
29275         * tests/test-fseek.c (main): Also test ungetc handling.
29276         * tests/test-fseeko.c (main): Likewise.
29277         * modules/fseeko (Depends-on): Add verify.
29278         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29279         large.
29280         Reported by Larry Jones.
29281
29282         Fix fseeko on mingw.
29283         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29284         seek.
29285
29286         Beef up fseek tests.
29287         * tests/test-fseek.c (main): Also test eof handling.
29288         * tests/test-fseeko.c (main): Likewise.
29289         Reported by Larry Jones.
29290
29291 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29292
29293         Fix fseeko on BSD-based platforms.
29294         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29295         successful seek.
29296
29297 2007-12-12  Eric Blake  <ebb9@byu.net>
29298
29299         Allow circular dependency of separate libtests.a
29300         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29301         when use_libtests.
29302
29303 2007-12-11  Eric Blake  <ebb9@byu.net>
29304
29305         Fix bug with -0.0L in previous patch.
29306         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29307         * tests/test-isnan.c (main): Also test on zeroes.
29308         * tests/test-isnanf.c (main): Likewise.
29309         * tests/test-isnanl.h (main): Likewise.
29310
29311         Detect pseudo-denormals on x86 even when cross-compiling.
29312         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29313         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29314         invalid bit patterns that happen to satisfy ==.
29315
29316         Avoid link failures with separate libtests.a.
29317         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29318         last, to satisfy circular dependencies.
29319
29320 2007-12-11  Eric Blake  <ebb9@byu.net>
29321         and Bruno Haible  <bruno@clisp.org>
29322
29323         Fix OpenBSD 4.0 <float.h> handling of long double.
29324         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29325         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29326         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29327
29328 2007-12-11  Jim Meyering  <meyering@redhat.com>
29329
29330         * users.txt: Add libvirt.
29331
29332         Support versions of autoconf prior to 2.59c.
29333         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29334         if it is not already defined.
29335
29336 2007-12-09  Bruno Haible  <bruno@clisp.org>
29337
29338         Let 'gnulib-tool --import' collect sources needed for the tests in
29339         tests/ rather than in lib/.
29340         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29341         argument. If true, add rules to generate libtests.a, and put libtests.a
29342         into $(LDADD). Consider source files in subdirectories and set
29343         uses_subdirs.
29344         (func_emit_initmacro_start, func_emit_initmacro_end,
29345         func_emit_initmacro_done): Pass all arguments explicitly.
29346         (func_import): Determine two module lists main_modules,
29347         testsrelated_modules. Determine use_libtests. Determine two variables
29348         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29349         instead of just sed_transform_lib_file. Determine two variables
29350         main_files and testsrelated_files. Compute 'files' as the union of
29351         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29352         func_add_or_update. In the generated gnulib-comp.m4, collect the
29353         object files for tests/ in different variables than those for lib/.
29354         Substitute LIBTESTS_LIBDEPS.
29355         (func_create_testdir): Combine the uses_subdirs results from
29356         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29357
29358 2007-12-09  Bruno Haible  <bruno@clisp.org>
29359
29360         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29361         the build-aux directory.
29362
29363 2007-12-09  Bruno Haible  <bruno@clisp.org>
29364
29365         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29366         introduced on 2006-09-09.
29367
29368 2007-12-07  Jim Meyering  <meyering@redhat.com>
29369
29370         Let these macros work also with autoconf-2.59.
29371         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29372         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29373         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29374
29375 2007-12-06  Jim Meyering  <meyering@redhat.com>
29376
29377         Avoid a configure-time syntax error in gl_FUNC_ACL.
29378         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29379         function in each branch, before testing the cache variable.
29380
29381 2007-12-04  Eric Blake  <ebb9@byu.net>
29382
29383         Make scripts executable.
29384         * build-aux/config.guess: Add execute permissions.
29385         * build-aux/config.sub: Likewise.
29386         * build-aux/gendocs.sh: Likewise.
29387
29388         Fix frexp on mingw.
29389         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29390         cross-compiling.
29391         * doc/functions/frexp.texi (frexp): Document the bug.
29392
29393         Make cygwin fseeko check more reliable.
29394         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29395         version numbers, rather than unrelated feature check.
29396         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29397         * doc/functions/ftello.texi (ftello): Likewise.
29398         Reported by Bruno Haible.
29399
29400         * m4/strerror.m4: Bump version number.
29401
29402 2007-12-03  Bruno Haible  <bruno@clisp.org>
29403
29404         * doc/functions/mprotect.texi: Mention the mingw problem.
29405
29406 2007-12-03  Eric Blake  <ebb9@byu.net>
29407
29408         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29409         REPLACE_STRERROR is initialized before this macro.
29410
29411 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29412
29413         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29414         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29415         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29416         put -lsec in even for programs other than 'ls'.  This fixes a problem
29417         for gettext reported by Bruno Haible in
29418         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29419         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29420         Add support for Solaris 10.  This isn't efficient, but should get the
29421         job done for now.
29422
29423 2007-12-03  James Youngman  <jay@gnu.org>
29424
29425         * doc/regexprops-generic.texi: change "an close-group" to "a
29426         close-group" and "illegal" to "not allowed".
29427
29428 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29429
29430         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29431         pr_byname.h. Needed for the rare case when the maintainer has done
29432         "make maintainer-clean" in the source directory and then attempts a
29433         build outside the source directory.
29434         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29435         scripts_byname.h.
29436
29437 2007-12-02  Martin Lambers <marlam@marlam.de>
29438             Bruno Haible  <bruno@clisp.org>
29439
29440         * lib/getpagesize.h: Remove file.
29441         * lib/unistd.in.h: Include declaration of getpagesize here.
29442         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29443         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29444         HAVE_SYS_PARAM_H.
29445         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29446         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29447         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29448         (Depends-on): Add unistd.
29449         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29450         (Include): Use <unistd.h> instead of getpagesize.h.
29451         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29452         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29453         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29454         gl_GETPAGESIZE invocation, already handled by module dependency.
29455         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29456
29457 2007-12-02  Bruno Haible  <bruno@clisp.org>
29458
29459         * modules/strings-tests: New file.
29460         * tests/test-strings.c: New file.
29461
29462         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29463         * lib/strings.in.h: New file.
29464         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29465         * m4/strings_h.m4: New file.
29466         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29467         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29468         * modules/strings: New file.
29469         * modules/string (Makefile.am): Update.
29470         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29471         Reported by Karl Berry.
29472
29473 2007-12-01  Eric Blake  <ebb9@byu.net>
29474
29475         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29476         accomodate fix in cygwin 1.5.25.
29477
29478 2007-12-01  Jim Meyering  <meyering@redhat.com>
29479
29480         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29481         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29482         that would inhibit utf8-optimization of a regexp containing line-
29483         or buffer-anchors, e.g., `^', `$'.
29484
29485 2007-11-30  Bruno Haible  <bruno@clisp.org>
29486
29487         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29488         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29489         glthread_recursive_lock_init.
29490         * lib/lock.c (glthread_recursive_lock_init)
29491         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29492         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29493
29494 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29495
29496         New function qset_acl, like set_acl but with syscall semantics.
29497         * lib/acl.h (qset_acl): New decl.
29498         * lib/acl.c (qset_acl): New function.
29499         (set_acl): Use new function.  Use more-consistent diagnostics.
29500
29501 2007-11-28  Jim Meyering  <meyering@redhat.com>
29502
29503         * modules/physmem (License): Change from GPL to LGPLv2+.
29504
29505 2007-11-26  Bruno Haible  <bruno@clisp.org>
29506
29507         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29508         'long double' type has excess precision.
29509         Reported by Jim Meyering in
29510         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29511
29512 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29513
29514         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29515         Sync from <http://gnu.org/licenses>.
29516         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29517         with license text from same location.
29518         * doc/maintain.texi, doc/standards.texi:  Sync from
29519         <http://savannah.gnu.org/projects/gnustandards>.
29520
29521 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29522         and Jim Meyering  <meyering@redhat.com>
29523
29524         Adjust getdate' grammar to accept a slightly more regular language.
29525         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29526         Before, the former was rejected.
29527         * lib/getdate.y (digits_to_date_time): New function, factored
29528         out of ...
29529         (number): ...here.  Just call digits_to_date_time.
29530         (hybrid): New non-terminal to handle an <unsigned number,
29531         signed relative offset> sequence consistently.
29532
29533 2007-11-18  Jim Meyering  <meyering@redhat.com>
29534
29535         Pull my changes from coreutils:
29536         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29537         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29538         use of $gnulib_tool_option_extras, so that it's separated from the
29539         preceding argument.
29540
29541         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29542         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29543         parent destination directories before copying a file into place.
29544
29545 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29546
29547         bootstrap: work also with 4-argument variant of AC_INIT
29548         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29549
29550 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29551
29552         Port test-getaddrinfo to Solaris.
29553         Problem reported by Bruno Haible in
29554         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29555         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29556         explanation of setting 'hints'.
29557         Don't reject an implementation merely because it returns EAI_SERVICE.
29558         (EAI_SERVICE): Define to 0 if not defined.
29559
29560 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29561
29562         The license of gnu-make and posix-shell is now "GPLed build tool".
29563         * modules/gnu-make (License): Likewise.
29564         * modules/posix-shell (License): Likewise.
29565
29566         New module posix-shell, for determining a POSIX shell
29567         or perhaps something that is close enough to a POSIX shell.
29568         * m4/posix-shell.m4: New file.
29569         * modules/posix-shell: New file.
29570
29571         * MODULES.html.sh: Mention new module.
29572
29573         New module gnu-make, for determining whether we're using GNU Make.
29574         * m4/gnu-make.m4: New file.
29575         * modules/gnu-make: New file.
29576         * MODULES.html.sh: Mention new module.
29577
29578 2007-11-14  Jim Meyering  <meyering@redhat.com>
29579
29580         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29581         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29582         use this macro to create a function _definition_.
29583         Remove useless "#undef ARGMATCH_DIE".
29584
29585 2007-11-14  Bruno Haible  <bruno@clisp.org>
29586
29587         * lib/config.charset: Update for OpenBSD 4.1.
29588         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29589
29590 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29591
29592         Document 64-bit #if problems in stdint.texi.
29593         * doc/headers/stdint.texi (stdint.h): Mention problems with
29594         64-bit-#if, and how to work around them.
29595
29596         Don't insist on 'long long int' support in the preprocessor.  It
29597         breaks too many things.  For example, PRIdMAX still uses a 'long
29598         long int' format with the latest Sun compiler, even though
29599         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29600         preprocessor problem.  This causes the latest coreutils to dump
29601         core on Solaris 10 sparc with the Sun C compiler.
29602         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29603         the troublesome expressions at configure-time, not at #if-time.
29604         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29605         preprocessor.
29606         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29607         compile-time C checks, done at 'configure'-time.
29608         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29609         * modules/inttypes (Makefile): Substitute the new symbols that
29610         gl_INTTYPES_H now generates.
29611         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29612
29613 2007-11-12  Bruno Haible  <bruno@clisp.org>
29614
29615         Tests for Unicode character classification functions.
29616
29617         * modules/unictype/bidicategory-byname-tests: New file.
29618         * modules/unictype/bidicategory-name-tests: New file.
29619         * modules/unictype/bidicategory-of-tests: New file.
29620         * modules/unictype/bidicategory-test-tests: New file.
29621         * modules/unictype/block-list-tests: New file.
29622         * modules/unictype/block-of-tests: New file.
29623         * modules/unictype/block-test-tests: New file.
29624         * modules/unictype/category-C-tests: New file.
29625         * modules/unictype/category-Cc-tests: New file.
29626         * modules/unictype/category-Cf-tests: New file.
29627         * modules/unictype/category-Cn-tests: New file.
29628         * modules/unictype/category-Co-tests: New file.
29629         * modules/unictype/category-Cs-tests: New file.
29630         * modules/unictype/category-L-tests: New file.
29631         * modules/unictype/category-Ll-tests: New file.
29632         * modules/unictype/category-Lm-tests: New file.
29633         * modules/unictype/category-Lo-tests: New file.
29634         * modules/unictype/category-Lt-tests: New file.
29635         * modules/unictype/category-Lu-tests: New file.
29636         * modules/unictype/category-M-tests: New file.
29637         * modules/unictype/category-Mc-tests: New file.
29638         * modules/unictype/category-Me-tests: New file.
29639         * modules/unictype/category-Mn-tests: New file.
29640         * modules/unictype/category-N-tests: New file.
29641         * modules/unictype/category-Nd-tests: New file.
29642         * modules/unictype/category-Nl-tests: New file.
29643         * modules/unictype/category-No-tests: New file.
29644         * modules/unictype/category-P-tests: New file.
29645         * modules/unictype/category-Pc-tests: New file.
29646         * modules/unictype/category-Pd-tests: New file.
29647         * modules/unictype/category-Pe-tests: New file.
29648         * modules/unictype/category-Pf-tests: New file.
29649         * modules/unictype/category-Pi-tests: New file.
29650         * modules/unictype/category-Po-tests: New file.
29651         * modules/unictype/category-Ps-tests: New file.
29652         * modules/unictype/category-S-tests: New file.
29653         * modules/unictype/category-Sc-tests: New file.
29654         * modules/unictype/category-Sk-tests: New file.
29655         * modules/unictype/category-Sm-tests: New file.
29656         * modules/unictype/category-So-tests: New file.
29657         * modules/unictype/category-Z-tests: New file.
29658         * modules/unictype/category-Zl-tests: New file.
29659         * modules/unictype/category-Zp-tests: New file.
29660         * modules/unictype/category-Zs-tests: New file.
29661         * modules/unictype/category-and-not-tests: New file.
29662         * modules/unictype/category-and-tests: New file.
29663         * modules/unictype/category-byname-tests: New file.
29664         * modules/unictype/category-name-tests: New file.
29665         * modules/unictype/category-none-tests: New file.
29666         * modules/unictype/category-of-tests: New file.
29667         * modules/unictype/category-or-tests: New file.
29668         * modules/unictype/category-test-withtable-tests: New file.
29669         * modules/unictype/combining-class-tests: New file.
29670         * modules/unictype/ctype-alnum-tests: New file.
29671         * modules/unictype/ctype-alpha-tests: New file.
29672         * modules/unictype/ctype-blank-tests: New file.
29673         * modules/unictype/ctype-cntrl-tests: New file.
29674         * modules/unictype/ctype-digit-tests: New file.
29675         * modules/unictype/ctype-graph-tests: New file.
29676         * modules/unictype/ctype-lower-tests: New file.
29677         * modules/unictype/ctype-print-tests: New file.
29678         * modules/unictype/ctype-punct-tests: New file.
29679         * modules/unictype/ctype-space-tests: New file.
29680         * modules/unictype/ctype-upper-tests: New file.
29681         * modules/unictype/ctype-xdigit-tests: New file.
29682         * modules/unictype/decimal-digit-tests: New file.
29683         * modules/unictype/digit-tests: New file.
29684         * modules/unictype/mirror-tests: New file.
29685         * modules/unictype/numeric-tests: New file.
29686         * modules/unictype/property-alphabetic-tests: New file.
29687         * modules/unictype/property-ascii-hex-digit-tests: New file.
29688         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29689         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29690         * modules/unictype/property-bidi-block-separator-tests: New file.
29691         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29692         * modules/unictype/property-bidi-common-separator-tests: New file.
29693         * modules/unictype/property-bidi-control-tests: New file.
29694         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29695         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29696         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29697         * modules/unictype/property-bidi-european-digit-tests: New file.
29698         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29699         * modules/unictype/property-bidi-left-to-right-tests: New file.
29700         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29701         * modules/unictype/property-bidi-other-neutral-tests: New file.
29702         * modules/unictype/property-bidi-pdf-tests: New file.
29703         * modules/unictype/property-bidi-segment-separator-tests: New file.
29704         * modules/unictype/property-bidi-whitespace-tests: New file.
29705         * modules/unictype/property-byname-tests: New file.
29706         * modules/unictype/property-combining-tests: New file.
29707         * modules/unictype/property-composite-tests: New file.
29708         * modules/unictype/property-currency-symbol-tests: New file.
29709         * modules/unictype/property-dash-tests: New file.
29710         * modules/unictype/property-decimal-digit-tests: New file.
29711         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29712         * modules/unictype/property-deprecated-tests: New file.
29713         * modules/unictype/property-diacritic-tests: New file.
29714         * modules/unictype/property-extender-tests: New file.
29715         * modules/unictype/property-format-control-tests: New file.
29716         * modules/unictype/property-grapheme-base-tests: New file.
29717         * modules/unictype/property-grapheme-extend-tests: New file.
29718         * modules/unictype/property-grapheme-link-tests: New file.
29719         * modules/unictype/property-hex-digit-tests: New file.
29720         * modules/unictype/property-hyphen-tests: New file.
29721         * modules/unictype/property-id-continue-tests: New file.
29722         * modules/unictype/property-id-start-tests: New file.
29723         * modules/unictype/property-ideographic-tests: New file.
29724         * modules/unictype/property-ids-binary-operator-tests: New file.
29725         * modules/unictype/property-ids-trinary-operator-tests: New file.
29726         * modules/unictype/property-ignorable-control-tests: New file.
29727         * modules/unictype/property-iso-control-tests: New file.
29728         * modules/unictype/property-join-control-tests: New file.
29729         * modules/unictype/property-left-of-pair-tests: New file.
29730         * modules/unictype/property-line-separator-tests: New file.
29731         * modules/unictype/property-logical-order-exception-tests: New file.
29732         * modules/unictype/property-lowercase-tests: New file.
29733         * modules/unictype/property-math-tests: New file.
29734         * modules/unictype/property-non-break-tests: New file.
29735         * modules/unictype/property-not-a-character-tests: New file.
29736         * modules/unictype/property-numeric-tests: New file.
29737         * modules/unictype/property-other-alphabetic-tests: New file.
29738         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29739         * modules/unictype/property-other-grapheme-extend-tests: New file.
29740         * modules/unictype/property-other-id-continue-tests: New file.
29741         * modules/unictype/property-other-id-start-tests: New file.
29742         * modules/unictype/property-other-lowercase-tests: New file.
29743         * modules/unictype/property-other-math-tests: New file.
29744         * modules/unictype/property-other-uppercase-tests: New file.
29745         * modules/unictype/property-paired-punctuation-tests: New file.
29746         * modules/unictype/property-paragraph-separator-tests: New file.
29747         * modules/unictype/property-pattern-syntax-tests: New file.
29748         * modules/unictype/property-pattern-white-space-tests: New file.
29749         * modules/unictype/property-private-use-tests: New file.
29750         * modules/unictype/property-punctuation-tests: New file.
29751         * modules/unictype/property-quotation-mark-tests: New file.
29752         * modules/unictype/property-radical-tests: New file.
29753         * modules/unictype/property-sentence-terminal-tests: New file.
29754         * modules/unictype/property-soft-dotted-tests: New file.
29755         * modules/unictype/property-space-tests: New file.
29756         * modules/unictype/property-terminal-punctuation-tests: New file.
29757         * modules/unictype/property-test-tests: New file.
29758         * modules/unictype/property-titlecase-tests: New file.
29759         * modules/unictype/property-unassigned-code-value-tests: New file.
29760         * modules/unictype/property-unified-ideograph-tests: New file.
29761         * modules/unictype/property-uppercase-tests: New file.
29762         * modules/unictype/property-variation-selector-tests: New file.
29763         * modules/unictype/property-white-space-tests: New file.
29764         * modules/unictype/property-xid-continue-tests: New file.
29765         * modules/unictype/property-xid-start-tests: New file.
29766         * modules/unictype/property-zero-width-tests: New file.
29767         * modules/unictype/scripts-tests: New file.
29768         * modules/unictype/syntax-c-ident-tests: New file.
29769         * modules/unictype/syntax-c-whitespace-tests: New file.
29770         * modules/unictype/syntax-java-ident-tests: New file.
29771         * modules/unictype/syntax-java-whitespace-tests: New file.
29772         * tests/unictype/test-bidi_byname.c: New file.
29773         * tests/unictype/test-bidi_name.c: New file.
29774         * tests/unictype/test-bidi_of.c: New file.
29775         * tests/unictype/test-bidi_test.c: New file.
29776         * tests/unictype/test-block_list.c: New file.
29777         * tests/unictype/test-block_of.c: New file.
29778         * tests/unictype/test-block_test.c: New file.
29779         * tests/unictype/test-categ_and.c: New file.
29780         * tests/unictype/test-categ_and_not.c: New file.
29781         * tests/unictype/test-categ_byname.c: New file.
29782         * tests/unictype/test-categ_name.c: New file.
29783         * tests/unictype/test-categ_none.c: New file.
29784         * tests/unictype/test-categ_of.c: New file.
29785         * tests/unictype/test-categ_or.c: New file.
29786         * tests/unictype/test-categ_test_withtable.c: New file.
29787         * tests/unictype/test-combining.c: New file.
29788         * tests/unictype/test-decdigit.c: New file.
29789         * tests/unictype/test-digit.c: New file.
29790         * tests/unictype/test-mirror.c: New file.
29791         * tests/unictype/test-numeric.c: New file.
29792         * tests/unictype/test-pr_byname.c: New file.
29793         * tests/unictype/test-pr_test.c: New file.
29794         * tests/unictype/test-predicate-part1.h: New file.
29795         * tests/unictype/test-predicate-part2.h: New file.
29796         * tests/unictype/test-scripts.c: New file.
29797         * tests/unictype/test-sy_c_ident.c: New file.
29798         * tests/unictype/test-sy_java_ident.c: New file.
29799
29800         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29801         for Unicode 5.0.0.
29802         * tests/unictype/test-categ_Cc.c: Likewise.
29803         * tests/unictype/test-categ_Cf.c: Likewise.
29804         * tests/unictype/test-categ_Cn.c: Likewise.
29805         * tests/unictype/test-categ_Co.c: Likewise.
29806         * tests/unictype/test-categ_Cs.c: Likewise.
29807         * tests/unictype/test-categ_L.c: Likewise.
29808         * tests/unictype/test-categ_Ll.c: Likewise.
29809         * tests/unictype/test-categ_Lm.c: Likewise.
29810         * tests/unictype/test-categ_Lo.c: Likewise.
29811         * tests/unictype/test-categ_Lt.c: Likewise.
29812         * tests/unictype/test-categ_Lu.c: Likewise.
29813         * tests/unictype/test-categ_M.c: Likewise.
29814         * tests/unictype/test-categ_Mc.c: Likewise.
29815         * tests/unictype/test-categ_Me.c: Likewise.
29816         * tests/unictype/test-categ_Mn.c: Likewise.
29817         * tests/unictype/test-categ_N.c: Likewise.
29818         * tests/unictype/test-categ_Nd.c: Likewise.
29819         * tests/unictype/test-categ_Nl.c: Likewise.
29820         * tests/unictype/test-categ_No.c: Likewise.
29821         * tests/unictype/test-categ_P.c: Likewise.
29822         * tests/unictype/test-categ_Pc.c: Likewise.
29823         * tests/unictype/test-categ_Pd.c: Likewise.
29824         * tests/unictype/test-categ_Pe.c: Likewise.
29825         * tests/unictype/test-categ_Pf.c: Likewise.
29826         * tests/unictype/test-categ_Pi.c: Likewise.
29827         * tests/unictype/test-categ_Po.c: Likewise.
29828         * tests/unictype/test-categ_Ps.c: Likewise.
29829         * tests/unictype/test-categ_S.c: Likewise.
29830         * tests/unictype/test-categ_Sc.c: Likewise.
29831         * tests/unictype/test-categ_Sk.c: Likewise.
29832         * tests/unictype/test-categ_Sm.c: Likewise.
29833         * tests/unictype/test-categ_So.c: Likewise.
29834         * tests/unictype/test-categ_Z.c: Likewise.
29835         * tests/unictype/test-categ_Zl.c: Likewise.
29836         * tests/unictype/test-categ_Zp.c: Likewise.
29837         * tests/unictype/test-categ_Zs.c: Likewise.
29838         * tests/unictype/test-ctype_alnum.c: Likewise.
29839         * tests/unictype/test-ctype_alpha.c: Likewise.
29840         * tests/unictype/test-ctype_blank.c: Likewise.
29841         * tests/unictype/test-ctype_cntrl.c: Likewise.
29842         * tests/unictype/test-ctype_digit.c: Likewise.
29843         * tests/unictype/test-ctype_graph.c: Likewise.
29844         * tests/unictype/test-ctype_lower.c: Likewise.
29845         * tests/unictype/test-ctype_print.c: Likewise.
29846         * tests/unictype/test-ctype_punct.c: Likewise.
29847         * tests/unictype/test-ctype_space.c: Likewise.
29848         * tests/unictype/test-ctype_upper.c: Likewise.
29849         * tests/unictype/test-ctype_xdigit.c: Likewise.
29850         * tests/unictype/test-decdigit.h: Likewise.
29851         * tests/unictype/test-digit.h: Likewise.
29852         * tests/unictype/test-numeric.h: Likewise.
29853         * tests/unictype/test-pr_alphabetic.c: Likewise.
29854         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29855         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29856         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29857         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29858         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29859         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29860         * tests/unictype/test-pr_bidi_control.c: Likewise.
29861         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29862         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29863         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29864         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29865         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29866         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29867         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29868         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29869         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29870         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29871         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29872         * tests/unictype/test-pr_combining.c: Likewise.
29873         * tests/unictype/test-pr_composite.c: Likewise.
29874         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29875         * tests/unictype/test-pr_dash.c: Likewise.
29876         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29877         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29878         * tests/unictype/test-pr_deprecated.c: Likewise.
29879         * tests/unictype/test-pr_diacritic.c: Likewise.
29880         * tests/unictype/test-pr_extender.c: Likewise.
29881         * tests/unictype/test-pr_format_control.c: Likewise.
29882         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29883         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29884         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29885         * tests/unictype/test-pr_hex_digit.c: Likewise.
29886         * tests/unictype/test-pr_hyphen.c: Likewise.
29887         * tests/unictype/test-pr_id_continue.c: Likewise.
29888         * tests/unictype/test-pr_id_start.c: Likewise.
29889         * tests/unictype/test-pr_ideographic.c: Likewise.
29890         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29891         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29892         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29893         * tests/unictype/test-pr_iso_control.c: Likewise.
29894         * tests/unictype/test-pr_join_control.c: Likewise.
29895         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29896         * tests/unictype/test-pr_line_separator.c: Likewise.
29897         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29898         * tests/unictype/test-pr_lowercase.c: Likewise.
29899         * tests/unictype/test-pr_math.c: Likewise.
29900         * tests/unictype/test-pr_non_break.c: Likewise.
29901         * tests/unictype/test-pr_not_a_character.c: Likewise.
29902         * tests/unictype/test-pr_numeric.c: Likewise.
29903         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29904         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29905         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29906         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29907         * tests/unictype/test-pr_other_id_start.c: Likewise.
29908         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29909         * tests/unictype/test-pr_other_math.c: Likewise.
29910         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29911         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29912         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29913         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29914         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29915         * tests/unictype/test-pr_private_use.c: Likewise.
29916         * tests/unictype/test-pr_punctuation.c: Likewise.
29917         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29918         * tests/unictype/test-pr_radical.c: Likewise.
29919         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29920         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29921         * tests/unictype/test-pr_space.c: Likewise.
29922         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29923         * tests/unictype/test-pr_titlecase.c: Likewise.
29924         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29925         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29926         * tests/unictype/test-pr_uppercase.c: Likewise.
29927         * tests/unictype/test-pr_variation_selector.c: Likewise.
29928         * tests/unictype/test-pr_white_space.c: Likewise.
29929         * tests/unictype/test-pr_xid_continue.c: Likewise.
29930         * tests/unictype/test-pr_xid_start.c: Likewise.
29931         * tests/unictype/test-pr_zero_width.c: Likewise.
29932         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29933         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29934
29935 2007-11-12  Bruno Haible  <bruno@clisp.org>
29936
29937         Unicode character classification functions.
29938         * lib/unictype.h: New file.
29939         * modules/unictype/base: New file.
29940         * modules/unictype/category-L: New file.
29941         * modules/unictype/category-Lu: New file.
29942         * modules/unictype/category-Ll: New file.
29943         * modules/unictype/category-Lt: New file.
29944         * modules/unictype/category-Lm: New file.
29945         * modules/unictype/category-Lo: New file.
29946         * modules/unictype/category-M: New file.
29947         * modules/unictype/category-Mn: New file.
29948         * modules/unictype/category-Mc: New file.
29949         * modules/unictype/category-Me: New file.
29950         * modules/unictype/category-N: New file.
29951         * modules/unictype/category-Nd: New file.
29952         * modules/unictype/category-Nl: New file.
29953         * modules/unictype/category-No: New file.
29954         * modules/unictype/category-P: New file.
29955         * modules/unictype/category-Pc: New file.
29956         * modules/unictype/category-Pd: New file.
29957         * modules/unictype/category-Ps: New file.
29958         * modules/unictype/category-Pe: New file.
29959         * modules/unictype/category-Pi: New file.
29960         * modules/unictype/category-Pf: New file.
29961         * modules/unictype/category-Po: New file.
29962         * modules/unictype/category-S: New file.
29963         * modules/unictype/category-Sm: New file.
29964         * modules/unictype/category-Sc: New file.
29965         * modules/unictype/category-Sk: New file.
29966         * modules/unictype/category-So: New file.
29967         * modules/unictype/category-Z: New file.
29968         * modules/unictype/category-Zs: New file.
29969         * modules/unictype/category-Zl: New file.
29970         * modules/unictype/category-Zp: New file.
29971         * modules/unictype/category-C: New file.
29972         * modules/unictype/category-Cc: New file.
29973         * modules/unictype/category-Cf: New file.
29974         * modules/unictype/category-Cs: New file.
29975         * modules/unictype/category-Co: New file.
29976         * modules/unictype/category-Cn: New file.
29977         * modules/unictype/category-or: New file.
29978         * modules/unictype/category-of: New file.
29979         * modules/unictype/category-test: New file.
29980         * modules/unictype/category-test-withtable: New file.
29981         * modules/unictype/category-byname: New file.
29982         * modules/unictype/category-none: New file.
29983         * modules/unictype/category-and: New file.
29984         * modules/unictype/category-and-not: New file.
29985         * modules/unictype/category-name: New file.
29986         * modules/unictype/combining-class: New file.
29987         * modules/unictype/category-all: New file.
29988         * modules/unictype/bidicategory-all: New file.
29989         * modules/unictype/bidicategory-byname: New file.
29990         * modules/unictype/bidicategory-name: New file.
29991         * modules/unictype/bidicategory-of: New file.
29992         * modules/unictype/bidicategory-test: New file.
29993         * modules/unictype/decimal-digit: New file.
29994         * modules/unictype/digit: New file.
29995         * modules/unictype/numeric: New file.
29996         * modules/unictype/mirror: New file.
29997         * modules/unictype/property-white-space: New file.
29998         * modules/unictype/property-alphabetic: New file.
29999         * modules/unictype/property-other-alphabetic: New file.
30000         * modules/unictype/property-not-a-character: New file.
30001         * modules/unictype/property-default-ignorable-code-point: New file.
30002         * modules/unictype/property-other-default-ignorable-code-point: New
30003         file.
30004         * modules/unictype/property-deprecated: New file.
30005         * modules/unictype/property-logical-order-exception: New file.
30006         * modules/unictype/property-variation-selector: New file.
30007         * modules/unictype/property-private-use: New file.
30008         * modules/unictype/property-unassigned-code-value: New file.
30009         * modules/unictype/property-uppercase: New file.
30010         * modules/unictype/property-other-uppercase: New file.
30011         * modules/unictype/property-lowercase: New file.
30012         * modules/unictype/property-other-lowercase: New file.
30013         * modules/unictype/property-titlecase: New file.
30014         * modules/unictype/property-soft-dotted: New file.
30015         * modules/unictype/property-id-start: New file.
30016         * modules/unictype/property-other-id-start: New file.
30017         * modules/unictype/property-id-continue: New file.
30018         * modules/unictype/property-other-id-continue: New file.
30019         * modules/unictype/property-xid-start: New file.
30020         * modules/unictype/property-xid-continue: New file.
30021         * modules/unictype/property-pattern-white-space: New file.
30022         * modules/unictype/property-pattern-syntax: New file.
30023         * modules/unictype/property-join-control: New file.
30024         * modules/unictype/property-grapheme-base: New file.
30025         * modules/unictype/property-grapheme-extend: New file.
30026         * modules/unictype/property-other-grapheme-extend: New file.
30027         * modules/unictype/property-grapheme-link: New file.
30028         * modules/unictype/property-bidi-control: New file.
30029         * modules/unictype/property-bidi-left-to-right: New file.
30030         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30031         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30032         * modules/unictype/property-bidi-european-digit: New file.
30033         * modules/unictype/property-bidi-eur-num-separator: New file.
30034         * modules/unictype/property-bidi-eur-num-terminator: New file.
30035         * modules/unictype/property-bidi-arabic-digit: New file.
30036         * modules/unictype/property-bidi-common-separator: New file.
30037         * modules/unictype/property-bidi-block-separator: New file.
30038         * modules/unictype/property-bidi-segment-separator: New file.
30039         * modules/unictype/property-bidi-whitespace: New file.
30040         * modules/unictype/property-bidi-non-spacing-mark: New file.
30041         * modules/unictype/property-bidi-boundary-neutral: New file.
30042         * modules/unictype/property-bidi-pdf: New file.
30043         * modules/unictype/property-bidi-embedding-or-override: New file.
30044         * modules/unictype/property-bidi-other-neutral: New file.
30045         * modules/unictype/property-hex-digit: New file.
30046         * modules/unictype/property-ascii-hex-digit: New file.
30047         * modules/unictype/property-ideographic: New file.
30048         * modules/unictype/property-unified-ideograph: New file.
30049         * modules/unictype/property-radical: New file.
30050         * modules/unictype/property-ids-binary-operator: New file.
30051         * modules/unictype/property-ids-trinary-operator: New file.
30052         * modules/unictype/property-zero-width: New file.
30053         * modules/unictype/property-space: New file.
30054         * modules/unictype/property-non-break: New file.
30055         * modules/unictype/property-iso-control: New file.
30056         * modules/unictype/property-format-control: New file.
30057         * modules/unictype/property-dash: New file.
30058         * modules/unictype/property-hyphen: New file.
30059         * modules/unictype/property-punctuation: New file.
30060         * modules/unictype/property-line-separator: New file.
30061         * modules/unictype/property-paragraph-separator: New file.
30062         * modules/unictype/property-quotation-mark: New file.
30063         * modules/unictype/property-sentence-terminal: New file.
30064         * modules/unictype/property-terminal-punctuation: New file.
30065         * modules/unictype/property-currency-symbol: New file.
30066         * modules/unictype/property-math: New file.
30067         * modules/unictype/property-other-math: New file.
30068         * modules/unictype/property-paired-punctuation: New file.
30069         * modules/unictype/property-left-of-pair: New file.
30070         * modules/unictype/property-combining: New file.
30071         * modules/unictype/property-composite: New file.
30072         * modules/unictype/property-decimal-digit: New file.
30073         * modules/unictype/property-numeric: New file.
30074         * modules/unictype/property-diacritic: New file.
30075         * modules/unictype/property-extender: New file.
30076         * modules/unictype/property-ignorable-control: New file.
30077         * modules/unictype/property-test: New file.
30078         * modules/unictype/property-byname: New file.
30079         * modules/unictype/property-all: New file.
30080         * modules/unictype/scripts: New file.
30081         * modules/unictype/scripts-all: New file.
30082         * modules/unictype/block-of: New file.
30083         * modules/unictype/block-test: New file.
30084         * modules/unictype/block-list: New file.
30085         * modules/unictype/block-all: New file.
30086         * modules/unictype/syntax-c-whitespace: New file.
30087         * modules/unictype/syntax-java-whitespace: New file.
30088         * modules/unictype/syntax-c-ident: New file.
30089         * modules/unictype/syntax-java-ident: New file.
30090         * modules/unictype/ctype-alnum: New file.
30091         * modules/unictype/ctype-alpha: New file.
30092         * modules/unictype/ctype-cntrl: New file.
30093         * modules/unictype/ctype-digit: New file.
30094         * modules/unictype/ctype-graph: New file.
30095         * modules/unictype/ctype-lower: New file.
30096         * modules/unictype/ctype-print: New file.
30097         * modules/unictype/ctype-punct: New file.
30098         * modules/unictype/ctype-space: New file.
30099         * modules/unictype/ctype-upper: New file.
30100         * modules/unictype/ctype-xdigit: New file.
30101         * modules/unictype/ctype-blank: New file.
30102         * lib/unictype/bidi_byname.c: New file.
30103         * lib/unictype/bidi_name.c: New file.
30104         * lib/unictype/bidi_of.c: New file.
30105         * lib/unictype/bidi_test.c: New file.
30106         * lib/unictype/bitmap.h: New file.
30107         * lib/unictype/block_test.c: New file.
30108         * lib/unictype/blocks.c: New file.
30109         * lib/unictype/categ_C.c: New file.
30110         * lib/unictype/categ_Cc.c: New file.
30111         * lib/unictype/categ_Cf.c: New file.
30112         * lib/unictype/categ_Cn.c: New file.
30113         * lib/unictype/categ_Co.c: New file.
30114         * lib/unictype/categ_Cs.c: New file.
30115         * lib/unictype/categ_L.c: New file.
30116         * lib/unictype/categ_Ll.c: New file.
30117         * lib/unictype/categ_Lm.c: New file.
30118         * lib/unictype/categ_Lo.c: New file.
30119         * lib/unictype/categ_Lt.c: New file.
30120         * lib/unictype/categ_Lu.c: New file.
30121         * lib/unictype/categ_M.c: New file.
30122         * lib/unictype/categ_Mc.c: New file.
30123         * lib/unictype/categ_Me.c: New file.
30124         * lib/unictype/categ_Mn.c: New file.
30125         * lib/unictype/categ_N.c: New file.
30126         * lib/unictype/categ_Nd.c: New file.
30127         * lib/unictype/categ_Nl.c: New file.
30128         * lib/unictype/categ_No.c: New file.
30129         * lib/unictype/categ_P.c: New file.
30130         * lib/unictype/categ_Pc.c: New file.
30131         * lib/unictype/categ_Pd.c: New file.
30132         * lib/unictype/categ_Pe.c: New file.
30133         * lib/unictype/categ_Pf.c: New file.
30134         * lib/unictype/categ_Pi.c: New file.
30135         * lib/unictype/categ_Po.c: New file.
30136         * lib/unictype/categ_Ps.c: New file.
30137         * lib/unictype/categ_S.c: New file.
30138         * lib/unictype/categ_Sc.c: New file.
30139         * lib/unictype/categ_Sk.c: New file.
30140         * lib/unictype/categ_Sm.c: New file.
30141         * lib/unictype/categ_So.c: New file.
30142         * lib/unictype/categ_Z.c: New file.
30143         * lib/unictype/categ_Zl.c: New file.
30144         * lib/unictype/categ_Zp.c: New file.
30145         * lib/unictype/categ_Zs.c: New file.
30146         * lib/unictype/categ_and.c: New file.
30147         * lib/unictype/categ_and_not.c: New file.
30148         * lib/unictype/categ_byname.c: New file.
30149         * lib/unictype/categ_name.c: New file.
30150         * lib/unictype/categ_none.c: New file.
30151         * lib/unictype/categ_of.c: New file.
30152         * lib/unictype/categ_or.c: New file.
30153         * lib/unictype/categ_test.c: New file.
30154         * lib/unictype/combining.c: New file.
30155         * lib/unictype/ctype_alnum.c: New file.
30156         * lib/unictype/ctype_alpha.c: New file.
30157         * lib/unictype/ctype_blank.c: New file.
30158         * lib/unictype/ctype_cntrl.c: New file.
30159         * lib/unictype/ctype_digit.c: New file.
30160         * lib/unictype/ctype_graph.c: New file.
30161         * lib/unictype/ctype_lower.c: New file.
30162         * lib/unictype/ctype_print.c: New file.
30163         * lib/unictype/ctype_punct.c: New file.
30164         * lib/unictype/ctype_space.c: New file.
30165         * lib/unictype/ctype_upper.c: New file.
30166         * lib/unictype/ctype_xdigit.c: New file.
30167         * lib/unictype/decdigit.c: New file.
30168         * lib/unictype/digit.c: New file.
30169         * lib/unictype/identsyntaxmap.h: New file.
30170         * lib/unictype/mirror.c: New file.
30171         * lib/unictype/numeric.c: New file.
30172         * lib/unictype/pr_alphabetic.c: New file.
30173         * lib/unictype/pr_ascii_hex_digit.c: New file.
30174         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30175         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30176         * lib/unictype/pr_bidi_block_separator.c: New file.
30177         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30178         * lib/unictype/pr_bidi_common_separator.c: New file.
30179         * lib/unictype/pr_bidi_control.c: New file.
30180         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30181         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30182         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30183         * lib/unictype/pr_bidi_european_digit.c: New file.
30184         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30185         * lib/unictype/pr_bidi_left_to_right.c: New file.
30186         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30187         * lib/unictype/pr_bidi_other_neutral.c: New file.
30188         * lib/unictype/pr_bidi_pdf.c: New file.
30189         * lib/unictype/pr_bidi_segment_separator.c: New file.
30190         * lib/unictype/pr_bidi_whitespace.c: New file.
30191         * lib/unictype/pr_byname.c: New file.
30192         * lib/unictype/pr_byname.gperf: New file.
30193         * lib/unictype/pr_combining.c: New file.
30194         * lib/unictype/pr_composite.c: New file.
30195         * lib/unictype/pr_currency_symbol.c: New file.
30196         * lib/unictype/pr_dash.c: New file.
30197         * lib/unictype/pr_decimal_digit.c: New file.
30198         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30199         * lib/unictype/pr_deprecated.c: New file.
30200         * lib/unictype/pr_diacritic.c: New file.
30201         * lib/unictype/pr_extender.c: New file.
30202         * lib/unictype/pr_format_control.c: New file.
30203         * lib/unictype/pr_grapheme_base.c: New file.
30204         * lib/unictype/pr_grapheme_extend.c: New file.
30205         * lib/unictype/pr_grapheme_link.c: New file.
30206         * lib/unictype/pr_hex_digit.c: New file.
30207         * lib/unictype/pr_hyphen.c: New file.
30208         * lib/unictype/pr_id_continue.c: New file.
30209         * lib/unictype/pr_id_start.c: New file.
30210         * lib/unictype/pr_ideographic.c: New file.
30211         * lib/unictype/pr_ids_binary_operator.c: New file.
30212         * lib/unictype/pr_ids_trinary_operator.c: New file.
30213         * lib/unictype/pr_ignorable_control.c: New file.
30214         * lib/unictype/pr_iso_control.c: New file.
30215         * lib/unictype/pr_join_control.c: New file.
30216         * lib/unictype/pr_left_of_pair.c: New file.
30217         * lib/unictype/pr_line_separator.c: New file.
30218         * lib/unictype/pr_logical_order_exception.c: New file.
30219         * lib/unictype/pr_lowercase.c: New file.
30220         * lib/unictype/pr_math.c: New file.
30221         * lib/unictype/pr_non_break.c: New file.
30222         * lib/unictype/pr_not_a_character.c: New file.
30223         * lib/unictype/pr_numeric.c: New file.
30224         * lib/unictype/pr_other_alphabetic.c: New file.
30225         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30226         * lib/unictype/pr_other_grapheme_extend.c: New file.
30227         * lib/unictype/pr_other_id_continue.c: New file.
30228         * lib/unictype/pr_other_id_start.c: New file.
30229         * lib/unictype/pr_other_lowercase.c: New file.
30230         * lib/unictype/pr_other_math.c: New file.
30231         * lib/unictype/pr_other_uppercase.c: New file.
30232         * lib/unictype/pr_paired_punctuation.c: New file.
30233         * lib/unictype/pr_paragraph_separator.c: New file.
30234         * lib/unictype/pr_pattern_syntax.c: New file.
30235         * lib/unictype/pr_pattern_white_space.c: New file.
30236         * lib/unictype/pr_private_use.c: New file.
30237         * lib/unictype/pr_punctuation.c: New file.
30238         * lib/unictype/pr_quotation_mark.c: New file.
30239         * lib/unictype/pr_radical.c: New file.
30240         * lib/unictype/pr_sentence_terminal.c: New file.
30241         * lib/unictype/pr_soft_dotted.c: New file.
30242         * lib/unictype/pr_space.c: New file.
30243         * lib/unictype/pr_terminal_punctuation.c: New file.
30244         * lib/unictype/pr_test.c: New file.
30245         * lib/unictype/pr_titlecase.c: New file.
30246         * lib/unictype/pr_unassigned_code_value.c: New file.
30247         * lib/unictype/pr_unified_ideograph.c: New file.
30248         * lib/unictype/pr_uppercase.c: New file.
30249         * lib/unictype/pr_variation_selector.c: New file.
30250         * lib/unictype/pr_white_space.c: New file.
30251         * lib/unictype/pr_xid_continue.c: New file.
30252         * lib/unictype/pr_xid_start.c: New file.
30253         * lib/unictype/pr_zero_width.c: New file.
30254         * lib/unictype/scripts.c: New file.
30255         * lib/unictype/sy_c_ident.c: New file.
30256         * lib/unictype/sy_c_whitespace.c: New file.
30257         * lib/unictype/sy_java_ident.c: New file.
30258         * lib/unictype/sy_java_whitespace.c: New file.
30259
30260         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30261         Unicode 5.0.0.
30262         * lib/unictype/blocks.h: Likewise.
30263         * lib/unictype/categ_C.h: Likewise.
30264         * lib/unictype/categ_Cc.h: Likewise.
30265         * lib/unictype/categ_Cf.h: Likewise.
30266         * lib/unictype/categ_Cn.h: Likewise.
30267         * lib/unictype/categ_Co.h: Likewise.
30268         * lib/unictype/categ_Cs.h: Likewise.
30269         * lib/unictype/categ_L.h: Likewise.
30270         * lib/unictype/categ_Ll.h: Likewise.
30271         * lib/unictype/categ_Lm.h: Likewise.
30272         * lib/unictype/categ_Lo.h: Likewise.
30273         * lib/unictype/categ_Lt.h: Likewise.
30274         * lib/unictype/categ_Lu.h: Likewise.
30275         * lib/unictype/categ_M.h: Likewise.
30276         * lib/unictype/categ_Mc.h: Likewise.
30277         * lib/unictype/categ_Me.h: Likewise.
30278         * lib/unictype/categ_Mn.h: Likewise.
30279         * lib/unictype/categ_N.h: Likewise.
30280         * lib/unictype/categ_Nd.h: Likewise.
30281         * lib/unictype/categ_Nl.h: Likewise.
30282         * lib/unictype/categ_No.h: Likewise.
30283         * lib/unictype/categ_P.h: Likewise.
30284         * lib/unictype/categ_Pc.h: Likewise.
30285         * lib/unictype/categ_Pd.h: Likewise.
30286         * lib/unictype/categ_Pe.h: Likewise.
30287         * lib/unictype/categ_Pf.h: Likewise.
30288         * lib/unictype/categ_Pi.h: Likewise.
30289         * lib/unictype/categ_Po.h: Likewise.
30290         * lib/unictype/categ_Ps.h: Likewise.
30291         * lib/unictype/categ_S.h: Likewise.
30292         * lib/unictype/categ_Sc.h: Likewise.
30293         * lib/unictype/categ_Sk.h: Likewise.
30294         * lib/unictype/categ_Sm.h: Likewise.
30295         * lib/unictype/categ_So.h: Likewise.
30296         * lib/unictype/categ_Z.h: Likewise.
30297         * lib/unictype/categ_Zl.h: Likewise.
30298         * lib/unictype/categ_Zp.h: Likewise.
30299         * lib/unictype/categ_Zs.h: Likewise.
30300         * lib/unictype/categ_of.h: Likewise.
30301         * lib/unictype/combining.h: Likewise.
30302         * lib/unictype/ctype_alnum.h: Likewise.
30303         * lib/unictype/ctype_alpha.h: Likewise.
30304         * lib/unictype/ctype_blank.h: Likewise.
30305         * lib/unictype/ctype_cntrl.h: Likewise.
30306         * lib/unictype/ctype_digit.h: Likewise.
30307         * lib/unictype/ctype_graph.h: Likewise.
30308         * lib/unictype/ctype_lower.h: Likewise.
30309         * lib/unictype/ctype_print.h: Likewise.
30310         * lib/unictype/ctype_punct.h: Likewise.
30311         * lib/unictype/ctype_space.h: Likewise.
30312         * lib/unictype/ctype_upper.h: Likewise.
30313         * lib/unictype/ctype_xdigit.h: Likewise.
30314         * lib/unictype/decdigit.h: Likewise.
30315         * lib/unictype/digit.h: Likewise.
30316         * lib/unictype/mirror.h: Likewise.
30317         * lib/unictype/numeric.h: Likewise.
30318         * lib/unictype/pr_alphabetic.h: Likewise.
30319         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30320         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30321         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30322         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30323         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30324         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30325         * lib/unictype/pr_bidi_control.h: Likewise.
30326         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30327         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30328         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30329         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30330         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30331         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30332         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30333         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30334         * lib/unictype/pr_bidi_pdf.h: Likewise.
30335         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30336         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30337         * lib/unictype/pr_combining.h: Likewise.
30338         * lib/unictype/pr_composite.h: Likewise.
30339         * lib/unictype/pr_currency_symbol.h: Likewise.
30340         * lib/unictype/pr_dash.h: Likewise.
30341         * lib/unictype/pr_decimal_digit.h: Likewise.
30342         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30343         * lib/unictype/pr_deprecated.h: Likewise.
30344         * lib/unictype/pr_diacritic.h: Likewise.
30345         * lib/unictype/pr_extender.h: Likewise.
30346         * lib/unictype/pr_format_control.h: Likewise.
30347         * lib/unictype/pr_grapheme_base.h: Likewise.
30348         * lib/unictype/pr_grapheme_extend.h: Likewise.
30349         * lib/unictype/pr_grapheme_link.h: Likewise.
30350         * lib/unictype/pr_hex_digit.h: Likewise.
30351         * lib/unictype/pr_hyphen.h: Likewise.
30352         * lib/unictype/pr_id_continue.h: Likewise.
30353         * lib/unictype/pr_id_start.h: Likewise.
30354         * lib/unictype/pr_ideographic.h: Likewise.
30355         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30356         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30357         * lib/unictype/pr_ignorable_control.h: Likewise.
30358         * lib/unictype/pr_iso_control.h: Likewise.
30359         * lib/unictype/pr_join_control.h: Likewise.
30360         * lib/unictype/pr_left_of_pair.h: Likewise.
30361         * lib/unictype/pr_line_separator.h: Likewise.
30362         * lib/unictype/pr_logical_order_exception.h: Likewise.
30363         * lib/unictype/pr_lowercase.h: Likewise.
30364         * lib/unictype/pr_math.h: Likewise.
30365         * lib/unictype/pr_non_break.h: Likewise.
30366         * lib/unictype/pr_not_a_character.h: Likewise.
30367         * lib/unictype/pr_numeric.h: Likewise.
30368         * lib/unictype/pr_other_alphabetic.h: Likewise.
30369         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30370         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30371         * lib/unictype/pr_other_id_continue.h: Likewise.
30372         * lib/unictype/pr_other_id_start.h: Likewise.
30373         * lib/unictype/pr_other_lowercase.h: Likewise.
30374         * lib/unictype/pr_other_math.h: Likewise.
30375         * lib/unictype/pr_other_uppercase.h: Likewise.
30376         * lib/unictype/pr_paired_punctuation.h: Likewise.
30377         * lib/unictype/pr_paragraph_separator.h: Likewise.
30378         * lib/unictype/pr_pattern_syntax.h: Likewise.
30379         * lib/unictype/pr_pattern_white_space.h: Likewise.
30380         * lib/unictype/pr_private_use.h: Likewise.
30381         * lib/unictype/pr_punctuation.h: Likewise.
30382         * lib/unictype/pr_quotation_mark.h: Likewise.
30383         * lib/unictype/pr_radical.h: Likewise.
30384         * lib/unictype/pr_sentence_terminal.h: Likewise.
30385         * lib/unictype/pr_soft_dotted.h: Likewise.
30386         * lib/unictype/pr_space.h: Likewise.
30387         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30388         * lib/unictype/pr_titlecase.h: Likewise.
30389         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30390         * lib/unictype/pr_unified_ideograph.h: Likewise.
30391         * lib/unictype/pr_uppercase.h: Likewise.
30392         * lib/unictype/pr_variation_selector.h: Likewise.
30393         * lib/unictype/pr_white_space.h: Likewise.
30394         * lib/unictype/pr_xid_continue.h: Likewise.
30395         * lib/unictype/pr_xid_start.h: Likewise.
30396         * lib/unictype/pr_zero_width.h: Likewise.
30397         * lib/unictype/scripts.h: Likewise.
30398         * lib/unictype/scripts_byname.gperf: Likewise.
30399         * lib/unictype/sy_c_ident.h: Likewise.
30400         * lib/unictype/sy_c_whitespace.h: Likewise.
30401         * lib/unictype/sy_java_ident.h: Likewise.
30402         * lib/unictype/sy_java_whitespace.h: Likewise.
30403
30404         * lib/unictype/Makefile: New file.
30405         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30406         glibc.
30407         * lib/unictype/3level.h: New file, copied from glibc.
30408         * lib/unictype/3levelbit.h: New file.
30409
30410 2007-11-11  Bruno Haible  <bruno@clisp.org>
30411
30412         * modules/gperf: New file.
30413         * modules/iconv_open (Depends-on): Add it.
30414         (Makefile.am): Remove the GPERF definition.
30415
30416 2007-11-11  Bruno Haible  <bruno@clisp.org>
30417
30418         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30419         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30420
30421 2007-11-11  Bruno Haible  <bruno@clisp.org>
30422
30423         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30424         (usage): Remove function.
30425
30426 2007-11-11  Bruno Haible  <bruno@clisp.org>
30427
30428         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30429         gl_FUNC_CEILF_LIBS.
30430         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30431         gl_FUNC_CEIL_LIBS.
30432         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30433         gl_FUNC_CEILL_LIBS.
30434         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30435         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30436         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30437
30438 2007-11-11  Bruno Haible  <bruno@clisp.org>
30439
30440         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30441         roundf were declared but do not exist on functions.
30442         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30443         roundl were declared but do not exist on functions.
30444         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30445         HAVE_FLOORL_AND_CEILL, respectively.
30446         Needed for Sun C on Solaris 10.
30447
30448 2007-11-11  Bruno Haible  <bruno@clisp.org>
30449
30450         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30451         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30452         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30453         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30454         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30455         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30456         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30457         HAVE_DECL_ROUNDF.
30458         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30459         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30461         of HAVE_DECL_ROUND*.
30462         * modules/math (Makefile.am): Update.
30463
30464 2007-11-10  Bruno Haible  <bruno@clisp.org>
30465
30466         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30467         ptrdiff_t as m4/intl.m4.
30468
30469 2007-11-10  Jim Meyering  <meyering@redhat.com>
30470
30471         Avoid link failure for the argmatch test.
30472         * tests/test-argmatch.c (usage): Define function to avoid a link
30473         failure: argmatch_die requires a usage function.
30474
30475 2007-11-09  Bruno Haible  <bruno@clisp.org>
30476
30477         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30478         * doc/functions/vsnprintf.texi: Likewise.
30479         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30480         with a size argument < 2.
30481
30482 2007-11-09  Bruno Haible  <bruno@clisp.org>
30483
30484         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30485         buffer. Fixes an inefficiency introduced on 2007-11-03.
30486
30487 2007-11-09  Bruno Haible  <bruno@clisp.org>
30488
30489         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30490         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30491
30492 2007-11-08  Jim Meyering  <meyering@redhat.com>
30493
30494         Change cache variable name prefix "jm_" to "gl_" everywhere.
30495         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30496         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30497         * m4/uptime.m4: s/gl_/jm_/
30498
30499 2007-11-07  Bruno Haible  <bruno@clisp.org>
30500
30501         Update to GNU gettext 0.17.
30502         * m4/intl.m4: Update to GNU gettext 0.17.
30503         * m4/po.m4: Likewise.
30504         * modules/gettext (Files): Remove m4/ulonglong.m4.
30505         (configure.ac): Require gettext infrastructure from version 0.17.
30506
30507 2007-11-06  Bruno Haible  <bruno@clisp.org>
30508
30509         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30510         symbolic values are not defined in a public header.
30511         * lib/freadable.c (freadable) [QNX]: Likewise.
30512         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30513         * lib/freading.c (freading) [QNX]: Likewise.
30514         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30515         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30516         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30517         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30518         Reported by Alain Magloire.
30519
30520         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30521
30522 2007-11-05  Bruno Haible  <bruno@clisp.org>
30523
30524         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30525         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30526         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30527         Reported by Eric Blake.
30528
30529 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30530             Bruno Haible  <bruno@clisp.org>
30531
30532         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30533         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30534         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30535         (malloc): Undefine also before including <stdlib.h>.
30536         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30537         Needed on OSF/1 4.0.
30538
30539 2007-11-05  Jim Meyering  <meyering@redhat.com>
30540
30541         git-version-gen: sync from coreutils.
30542         * build-aux/git-version-gen: Add comments.
30543         Change the first '-' to '.' in the snapshot version string,
30544         e.g., 6.9-377-08144 -> 6.9.377-08144
30545         Remove first parameter.
30546         Don't declare a version "-dirty" merely because a time
30547         stamp has changed.
30548
30549 2007-11-04  Bruno Haible  <bruno@clisp.org>
30550
30551         * lib/lock.h: Protect all macro definitions containing an 'if'
30552         statement through a "do { ... } while (0)".
30553         * lib/tls.h: Likewise.
30554
30555 2007-11-04  Bruno Haible  <bruno@clisp.org>
30556
30557         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30558
30559 2007-11-04  Bruno Haible  <bruno@clisp.org>
30560
30561         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30562         * modules/fprintf-posix (Depends-on): Add nocrash.
30563         * modules/snprintf-posix (Depends-on): Likewise.
30564         * modules/sprintf-posix (Depends-on): Likewise.
30565         * modules/vasnprintf-posix (Depends-on): Likewise.
30566         * modules/vasprintf-posix (Depends-on): Likewise.
30567         * modules/vfprintf-posix (Depends-on): Likewise.
30568         * modules/vsnprintf-posix (Depends-on): Likewise.
30569         * modules/vsprintf-posix (Depends-on): Likewise.
30570         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30571         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30572         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30573         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30574         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30575         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30576         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30577
30578 2007-11-04  Bruno Haible  <bruno@clisp.org>
30579
30580         * modules/nocrash: New file.
30581         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30582         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30583
30584 2007-11-04  Bruno Haible  <bruno@clisp.org>
30585
30586         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30587         precision handling.
30588         * tests/test-vasprintf-posix.c (test_function): Likewise.
30589         * tests/test-snprintf-posix.h (test_function): Likewise.
30590         * tests/test-sprintf-posix.h (test_function): Likewise.
30591
30592         Fix *printf behaviour for large precisions on mingw and BeOS.
30593         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30594         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30596         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30597         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30598         gl_PRINTF_PRECISION and test its result. Invoke
30599         gl_PREREQ_VASNPRINTF_PRECISION.
30600         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30601         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30602         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30603         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30604         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30605         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30606         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30607         * doc/functions/fprintf.texi: Update.
30608         * doc/functions/printf.texi: Update.
30609         * doc/functions/snprintf.texi: Update.
30610         * doc/functions/sprintf.texi: Update.
30611         * doc/functions/vfprintf.texi: Update.
30612         * doc/functions/vprintf.texi: Update.
30613         * doc/functions/vsnprintf.texi: Update.
30614         * doc/functions/vsprintf.texi: Update.
30615
30616 2007-11-04  Bruno Haible  <bruno@clisp.org>
30617
30618         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30619
30620 2007-11-04  Bruno Haible  <bruno@clisp.org>
30621
30622         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30623         Reported by Sylvain Beucler <beuc@gnu.org>.
30624
30625 2007-11-03  Bruno Haible  <bruno@clisp.org>
30626
30627         * tests/test-fprintf-posix2.sh: New file.
30628         * tests/test-fprintf-posix2.c: New file.
30629         * modules/fprintf-posix-tests (Files): Add them.
30630         (TESTS): Add test-fprintf-posix2.sh.
30631         (configure.ac): Check for getrlimit and setrlimit.
30632         (check_PROGRAMS): Add test-fprintf-posix2.
30633
30634         * tests/test-printf-posix2.sh: New file.
30635         * tests/test-printf-posix2.c: New file.
30636         * modules/printf-posix-tests (Files): Add them.
30637         (TESTS): Add test-printf-posix2.sh.
30638         (configure.ac): Check for getrlimit and setrlimit.
30639         (check_PROGRAMS): Add test-printf-posix2.
30640
30641         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30642         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30643         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30644         (decode_double): New function, copied from decode_long_double.
30645         (scale10_round_decimal_decoded): New function, extracted from
30646         scale10_round_decimal_long_double.
30647         (scale10_round_decimal_long_double): Use it.
30648         (scale10_round_decimal_double): New function.
30649         (floorlog10): New function.
30650         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30651         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30652         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30653         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30654         gl_PRINTF_ENOMEM and test its result. Invoke
30655         gl_PREREQ_VASNPRINTF_ENOMEM.
30656         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30657         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30658         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30659         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30660         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30661         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30662         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30663         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30664         * modules/snprintf-posix (Depends-on): Likewise.
30665         * modules/sprintf-posix (Depends-on): Likewise.
30666         * modules/vasnprintf-posix (Depends-on): Likewise.
30667         * modules/vasprintf-posix (Depends-on): Likewise.
30668         * modules/vfprintf-posix (Depends-on): Likewise.
30669         * modules/vsnprintf-posix (Depends-on): Likewise.
30670         * modules/vsprintf-posix (Depends-on): Likewise.
30671         * doc/functions/fprintf.texi: Update.
30672         * doc/functions/printf.texi: Update.
30673         * doc/functions/snprintf.texi: Update.
30674         * doc/functions/sprintf.texi: Update.
30675         * doc/functions/vfprintf.texi: Update.
30676         * doc/functions/vprintf.texi: Update.
30677         * doc/functions/vsnprintf.texi: Update.
30678         * doc/functions/vsprintf.texi: Update.
30679
30680 2007-11-03  Bruno Haible  <bruno@clisp.org>
30681
30682         * modules/frexp-nolibm-tests: New file.
30683
30684         * modules/frexp-nolibm: New file.
30685         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30686
30687 2007-11-03  Bruno Haible  <bruno@clisp.org>
30688
30689         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30690         value is C99 compliant.
30691         Needed for OSF/1 5.1.
30692
30693 2007-11-03  Bruno Haible  <bruno@clisp.org>
30694
30695         Fix out-of-memory handling of vasnprintf.
30696         * lib/printf-parse.c: Include <errno.h>.
30697         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30698         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30699         is already set.
30700
30701 2007-11-02  Eric Blake  <ebb9@byu.net>
30702
30703         Fix tests on cygwin.
30704         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30705
30706 2007-11-01  Bruno Haible  <bruno@clisp.org>
30707
30708         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30709         warning.
30710         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30711         needed for POSIX compatibility.
30712
30713 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30714
30715         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30716         for compatibility with GNU.
30717
30718 2007-11-01  Bruno Haible  <bruno@clisp.org>
30719
30720         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30721         (putenv): Renamed from rpl_putenv. Change argument type from
30722         'const char *' to 'char *'.
30723         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30724         of defining putenv in config.h, just set REPLACE_PUTENV.
30725         * modules/putenv (Depends-on): Add stdlib.
30726         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30727         (Include): Use <stdlib.h>.
30728         * lib/stdlib.in.h (putenv): New declaration.
30729         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30730         REPLACE_PUTENV.
30731         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30732         REPLACE_PUTENV.
30733         Needed for MacOS X 10.5.0.
30734         Reported by Peter O'Gorman <peter@pogma.com>.
30735
30736 2007-11-01  Jim Meyering  <meyering@redhat.com>
30737
30738         Treat an empty date string exactly like "0".
30739         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30740         if the remaining date string (to be parsed) is empty, use "0".
30741         Reported by Mischa Molhoek and discussed in this thread:
30742         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30743
30744 2007-10-31  Bruno Haible  <bruno@clisp.org>
30745
30746         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30747         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30748         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30749         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30750         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30751         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30752
30753 2007-10-31  Bruno Haible  <bruno@clisp.org>
30754
30755         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30756         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30757         (AC_TYPE_LONG_LONG_INT): Use it.
30758         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30759         it as well.
30760         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30761         to m4/longlong.m4.
30762         * modules/stdint (Files): Remove m4/ulonglong.m4.
30763         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30764         m4/ulonglong.m4.
30765         * modules/strtoumax (Files): Likewise.
30766
30767 2007-10-30  Bruno Haible  <bruno@clisp.org>
30768
30769         * modules/xvasprintf-posix: New file.
30770         Suggested by Eric Blake.
30771
30772 2007-10-30  Bruno Haible  <bruno@clisp.org>
30773
30774         * modules/xprintf-posix-tests: New file.
30775         * tests/test-xprintf-posix.sh: New file.
30776         * tests/test-xprintf-posix.c: New file.
30777         * tests/test-xfprintf-posix.c: New file.
30778
30779         * modules/xprintf-posix: New file.
30780
30781 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30782
30783         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30784         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30785         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30786
30787 2007-10-29  Bruno Haible  <bruno@clisp.org>
30788
30789         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30790         contain the special marker '_cv_'.
30791         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30792         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30793         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30794         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30795         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30796         Reported by Ralf Wildenhues.
30797
30798 2007-10-29  Bruno Haible  <bruno@clisp.org>
30799
30800         * gnulib-tool (func_import): When --lgpl is not specified, set
30801         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30802         GPLv3.
30803         Reported by Simon Josefsson.
30804
30805 2007-10-28  Bruno Haible  <bruno@clisp.org>
30806
30807         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30808         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30809         HAVE_DECL_ISFINITE.
30810         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30811         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30812         HAVE_DECL_ISFINITE.
30813
30814 2007-10-28  Bruno Haible  <bruno@clisp.org>
30815
30816         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30817         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30818
30819 2007-10-28  Bruno Haible  <bruno@clisp.org>
30820
30821         Fix link errors with Sun C 5.0 on Solaris 10.
30822         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30823         function is declared but not present in the compiler's libm.
30824         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30825         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30826         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30827         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30828         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30829         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30830         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30831         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30832         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30833         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30834         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30835         HAVE_DECL_FLOORL.
30836
30837 2007-10-28  Bruno Haible  <bruno@clisp.org>
30838
30839         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30840         gl_FUNC_FLOORL. Cache the result.
30841         (gl_FUNC_FLOORL): Use it.
30842         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30843         gl_FUNC_CEILL. Cache the result.
30844         (gl_FUNC_CEILL): Use it.
30845
30846         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30847         gl_FUNC_FLOOR. Cache the result.
30848         (gl_FUNC_FLOOR): Use it.
30849         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30850         gl_FUNC_CEIL. Cache the result.
30851         (gl_FUNC_CEIL): Use it.
30852
30853         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30854         gl_FUNC_FLOORF. Cache the result.
30855         (gl_FUNC_FLOORF): Use it.
30856         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30857         gl_FUNC_CEILF. Cache the result.
30858         (gl_FUNC_CEILF): Use it.
30859
30860 2007-10-28  Bruno Haible  <bruno@clisp.org>
30861
30862         * gnulib-tool: Allow specifying the LGPL version number through
30863         --lgpl=2 or --lgpl=3.
30864         (func_usage): Document --lgpl with argument.
30865         Handle --lgpl=... arguments.
30866         (func_import): Recognize also gl_LGPL calls with an argument. When
30867         --lgpl=2 is used and the module's license is just LGPL, report an
30868         error. Set sed_transform_lib_file according to the lgpl variable. In
30869         the generated files, use --lgpl or gl_LGPL invocations with argument,
30870         if necessary.
30871         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30872         an LGPv2+ license.
30873         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30874         gl_LGPL macro.
30875
30876 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30877             Bruno Haible  <bruno@clisp.org>
30878
30879         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30880         (u16_uctomb_aux): Likewise.
30881         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30882         !HAVE_INLINE.
30883         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30884
30885 2007-10-28  Bruno Haible  <bruno@clisp.org>
30886
30887         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30888         Invoke AM_GETTEXT_OPTION if it exists.
30889         * modules/vasprintf: Likewise.
30890         * modules/verror: Likewise.
30891         * modules/xprintf: Likewise.
30892         * modules/xvasprintf: Likewise.
30893
30894 2007-10-27  Ben Pfaff  <blp@gnu.org>
30895
30896         * lib/math.in.h: Define isfinite macro and prototypes for
30897         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30898         implementations.
30899         * m4/math_h.m4: New substitutions for isfinite module.
30900         * lib/isfinite.c: New file.
30901         * m4/isfinite.m4: New file.
30902         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30903         * modules/isfinite: New file.
30904         * modules/isfinite-tests: New file.
30905         * tests/tests-isfinite.c: New file.
30906         * doc/functions/isfinite.texi: Mention isfinite module.
30907         * MODULES.html.sh: Mention new module.
30908
30909 2007-10-27  Ben Pfaff  <blp@gnu.org>
30910
30911         Ralf Wildenhues reported that Tru64 4.0D declares the round
30912         functions but does not have definitions.
30913         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30914         cannot be found in any library, set the output variable to
30915         "missing" instead of "".
30916         * m4/round.m4: Also use our substitute if we cannot find round in
30917         any library, even if it is declared.
30918         * m4/roundf.m4: Likewise for roundf.
30919         * m4/roundl.m4: Likewise for roundl.
30920         * lib/math.in.h: Undefine roundf, round, roundl before defining
30921         their replacements, to allow for hypothetical systems where these
30922         may be defined as macros but not available in libraries.
30923
30924 2007-10-27  Bruno Haible  <bruno@clisp.org>
30925
30926         * doc/gnulib.texi: Invoke @firstparagraphindent.
30927         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30928         changes in gnulib.
30929         (Source changes): New section.
30930
30931 2007-10-26  Bruno Haible  <bruno@clisp.org>
30932
30933         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30934         borrowed from autoconf.
30935
30936 2007-10-26  Bruno Haible  <bruno@clisp.org>
30937
30938         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30939         strerror returned the empty string. Needed on HP-UX 11.00.
30940
30941 2007-10-24  Micah Cowan  <micah@cowan.name>
30942
30943         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30944         * build-aux/bootstrap: Remove support for now-unnecessary option,
30945         --cvs-user, and envvars CVS_USER, CVS_RSH.
30946
30947 2007-10-24  Jim Meyering  <meyering@redhat.com>
30948
30949         Avoid diagnostics from sha1sum when there is no cached checksum.
30950         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30951         if the po.s1 file hasn't been created yet.
30952
30953         * build-aux/bootstrap: Sync from coreutils:
30954         2007-10-24  Jim Meyering  <meyering@redhat.com>
30955         Get gnulib from the git repository, not from an obsolete cvs one.
30956         * build-aux/bootstrap: Suggestion from Micah Cowan.
30957         2007-10-04  Jim Meyering  <jim@meyering.net>
30958         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30959         (update_po_files): Work also when there are no .po files in po/.
30960
30961 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30962
30963         * README: Append ".git" to git and cg examples.
30964         Problem reported by Benoit Sigoure.
30965
30966 2007-10-23  Micah Cowan  <micah@cowan.name>
30967
30968         * users.txt: Add wget.
30969
30970 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30971
30972         Fix linking of some unistdio tests on FreeBSD.
30973         * modules/unistdio/u16-vsnprintf-tests
30974         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30975         * modules/unistdio/u16-vsprintf-tests
30976         (test_u16_vsnprintf1_LDADD): Likewise.
30977         * modules/unistdio/u32-vsnprintf-tests
30978         (test_u32_vsnprintf1_LDADD): Likewise.
30979         * modules/unistdio/u32-vsprintf-tests
30980         (test_u32_vsprintf1_LDADD): Likewise.
30981         * modules/unistdio/u8-vsnprintf-tests
30982         (test_u8_vsnprintf1_LDADD): Likewise.
30983         * modules/unistdio/u8-vsprintf-tests
30984         (test_u8_vsprintf1_LDADD): Likewise.
30985         * modules/unistdio/ulc-vsnprintf-tests
30986         (test_ulc_vsnprintf1_LDADD): Likewise.
30987         * modules/unistdio/ulc-vsprintf-tests
30988         (test_ulc_vsprintf1_LDADD): Likewise.
30989
30990         Fix linking of some uniconv tests on FreeBSD.
30991         * modules/uniconv/u16-conv-from-enc-tests
30992         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30993         * modules/uniconv/u16-conv-to-enc-tests
30994         (test_u16_conv_to_enc_LDADD): Likewise.
30995         * modules/uniconv/u16-strconv-from-enc-tests
30996         (test_u16_strconv_from_enc_LDADD): Likewise.
30997         * modules/uniconv/u16-strconv-to-enc-tests
30998         (test_u16_strconv_to_enc_LDADD): Likewise.
30999         * modules/uniconv/u32-conv-from-enc-tests
31000         (test_u32_conv_from_enc_LDADD): Likewise.
31001         * modules/uniconv/u32-conv-to-enc-tests
31002         (test_u32_conv_to_enc_LDADD): Likewise.
31003         * modules/uniconv/u32-strconv-from-enc-tests
31004         (test_u32_strconv_from_enc_LDADD): Likewise.
31005         * modules/uniconv/u32-strconv-to-enc-tests
31006         (test_u32_strconv_to_enc_LDADD): Likewise.
31007         * modules/uniconv/u8-conv-from-enc-tests
31008         (test_u8_conv_from_enc_LDADD): Likewise.
31009         * modules/uniconv/u8-conv-to-enc-tests
31010         (test_u8_conv_to_enc_LDADD): Likewise.
31011         * modules/uniconv/u8-strconv-from-enc-tests
31012         (test_u8_strconv_from_enc_LDADD): Likewise.
31013         * modules/uniconv/u8-strconv-to-enc-tests
31014         (test_u8_strconv_to_enc_LDADD): Likewise.
31015
31016 2007-10-22  Bruno Haible  <bruno@clisp.org>
31017
31018         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31019         size.
31020
31021 2007-10-22  Eric Blake  <ebb9@byu.net>
31022
31023         Tweak x*printf documentation.
31024         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31025         variable name and comments.
31026         Suggested by Bruno Haible.
31027
31028 2007-10-22  Bruno Haible  <bruno@clisp.org>
31029
31030         * lib/acl.c (copy_acl): Fix file name in comment.
31031
31032 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31033
31034         Fix Tru64 problem with stdbool.h.
31035         * lib/stdbool.in.h (false, true):
31036         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31037         Don't declare as an enum in this situation; it runs afoul of Tru64.
31038         Problem reported by Steven M. Schweda in
31039         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31040
31041 2007-10-22  Eric Blake  <ebb9@byu.net>
31042
31043         Also wrap vf?printf.
31044         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31045         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31046         (xvprintf, xvfprintf): New functions.
31047
31048 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31049
31050         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31051         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31052
31053         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31054         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31055
31056 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31057
31058         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31059         by Bruno Haible.
31060
31061 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31062
31063         * lib/getloadavg.c
31064         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31065         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31066
31067         * tests/test-i-ring.c: Work for C89.
31068
31069 2007-10-22  Bruno Haible  <bruno@clisp.org>
31070
31071         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31072         -1u, in preprocessor expression, so that we don't test for the bug
31073         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31074         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31075
31076 2007-10-22  Eric Blake  <ebb9@byu.net>
31077
31078         * tests/test-yesno.sh: Silence stderr during test.
31079
31080 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31081
31082         * modules/crypto/gc-camellia: New file.
31083
31084         * m4/gc-camellia.m4: New file.
31085
31086         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31087
31088         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31089
31090 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31091
31092         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31093         --help to stdout.  Reported by sms@antinode.org (Steven
31094         M. Schweda).
31095
31096 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31097
31098         * users.txt: Fix link to libksba.
31099
31100 2007-10-21  Ben Pfaff  <blp@gnu.org>
31101
31102         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31103         round.c roundf implementation that depends on floorf and ceilf to
31104         be tested unconditionally.
31105
31106 2007-10-21  Ben Pfaff  <blp@gnu.org>
31107
31108         * m4/check-libm-func.m4: Removed.
31109         * m4/check-math-lib.m4: New file.
31110         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31111         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31112         definition and lack of AC_LIBOBJ([roundf]).
31113         * m4/roundl.m4: Ditto, and similarly for roundl.
31114         * modules/round: Reference new m4 file.
31115         * modules/roundf: Ditto.
31116         * modules/roundl: Ditto.
31117         * tests/test-round2.c (main): Use ROUND instead of round.
31118         Bug report from Bruno Haible.
31119
31120 2007-10-21  Bruno Haible  <bruno@clisp.org>
31121
31122         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31123         context.
31124
31125 2007-10-21  Bruno Haible  <bruno@clisp.org>
31126
31127         * tests/test-wcwidth.c (main): Allow negative result for some control
31128         characters.
31129
31130         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31131         Needed on OSF/1 5.1.
31132
31133 2007-10-21  Bruno Haible  <bruno@clisp.org>
31134
31135         * tests/test-floorf1.c: Include isnanf.h.
31136         (main): Use isnanf() instead of isnan().
31137         * tests/test-ceilf1.c: Include isnanf.h.
31138         (main): Use isnanf() instead of isnan().
31139         * tests/test-truncf1.c: Include isnanf.h.
31140         (main): Use isnanf() instead of isnan().
31141         * tests/test-roundf1.c: Include isnanf.h.
31142         (main): Use isnanf() instead of isnan().
31143
31144 2007-10-21  Eric Blake  <ebb9@byu.net>
31145
31146         * users.txt: Update URL for m4.
31147
31148 2007-10-21  Bruno Haible  <bruno@clisp.org>
31149
31150         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31151
31152 2007-10-21  Bruno Haible  <bruno@clisp.org>
31153
31154         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31155         Git's management files if the CVS files are not present.
31156
31157 2007-10-20  Bruno Haible  <bruno@clisp.org>
31158
31159         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31160         gcc-3.4.x.
31161
31162 2007-10-20  Ben Pfaff  <blp@gnu.org>
31163
31164         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31165         implementations.
31166         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31167         * lib/round.c: New file.
31168         * lib/roundf.c: New file.
31169         * lib/roundl.c: New file.
31170         * m4/round.m4: New file.
31171         * m4/roundf.m4: New file.
31172         * m4/roundl.m4: New file.
31173         * m4/check-libm-func-m4: New file.
31174         * modules/math: Replace round, roundf, roundl related @VARS@ in
31175         math.in.h.
31176         * modules/round: New file.
31177         * modules/round-tests: New file.
31178         * modules/roundf: New file.
31179         * modules/roundf-tests: New file.
31180         * modules/roundl: New file.
31181         * modules/roundl-tests: New file.
31182         * tests/test-round1.c: New file.
31183         * tests/test-round2.c: New file.
31184         * tests/test-roundf1.c: New file.
31185         * tests/test-roundf2.c: New file.
31186         * tests/test-roundl.c: New file.
31187         * doc/functions/round.texi: Mention round module.
31188         * doc/functions/roundf.texi: Mention roundf module.
31189         * doc/functions/roundl.texi: Mention roundl module.
31190         * MODULES.html.sh: Mention new modules.
31191         Thanks to Bruno Haible for suggestions.
31192
31193 2007-10-20  Jim Meyering  <meyering@redhat.com>
31194
31195         * lib/xprintf.c: Include <config.h> unconditionally.
31196
31197         Change xprintf's license to GPL.
31198         * modules/xprintf (License): s/LGPL/GPL/, since this module
31199         depends on modules (exit and exitfail) which are GPL.
31200         Suggestion from Bruno Haible.
31201
31202         xprintf fixes.
31203         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31204         Use a clearer diagnostic.
31205         Patch from Bruno Haible.
31206
31207 2007-10-20  Bruno Haible  <bruno@clisp.org>
31208
31209         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31210         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31211         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31212
31213 2007-10-20  Bruno Haible  <bruno@clisp.org>
31214
31215         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31216         precision in the comparison result > x - 1 or similar.
31217         * tests/test-ceilf2.c (correct_result_p): Likewise.
31218         * tests/test-truncf2.c (correct_result_p): Likewise.
31219         * tests/test-trunc2.c (correct_result_p): Likewise.
31220         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31221
31222 2007-10-20  Bruno Haible  <bruno@clisp.org>
31223
31224         * modules/ceil: New file.
31225         * m4/ceil.m4: New file.
31226         * doc/functions/ceil.texi: Mention the 'ceil' module.
31227
31228 2007-10-20  Bruno Haible  <bruno@clisp.org>
31229
31230         * modules/floor: New file.
31231         * m4/floor.m4: New file.
31232         * doc/functions/floor.texi: Mention the 'floor' module.
31233
31234 2007-10-20  Bruno Haible  <bruno@clisp.org>
31235
31236         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31237         of %a.
31238         * modules/floorf-tests (Depends-on): Likewise.
31239         * modules/truncf-tests (Depends-on): Likewise.
31240         * modules/trunc-tests (Depends-on): Likewise.
31241         Reported by Ben Pfaff.
31242
31243 2007-10-19  Jim Meyering  <meyering@redhat.com>
31244
31245         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31246         Don't bother testing specific errno values.  Just test ferror.
31247
31248         New module: xprintf
31249         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31250
31251 2007-10-19  Bruno Haible  <bruno@clisp.org>
31252
31253         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31254         syntax.
31255         * modules/javaexec (Makefile.am): Likewise.
31256         * modules/relocatable-prog (Makefile.am): Likewise.
31257         Suggested by Jim Meyering.
31258
31259 2007-10-18  Bruno Haible  <bruno@clisp.org>
31260
31261         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31262         Reported by Jim Meyering.
31263
31264 2007-10-18  Eric Blake  <ebb9@byu.net>
31265
31266         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31267
31268 2007-10-18  Bruno Haible  <bruno@clisp.org>
31269
31270         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31271         the format string into writable memory. Needed in Fortify conditions.
31272
31273 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31274             Bruno Haible  <bruno@clisp.org>
31275
31276         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31277         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31278         * modules/trim (Depends-on): Add mbchar.
31279         (configure.ac): Add gl_FUNC_MBRTOWC.
31280         (Makefile.am): Augment lib_SOURCES.
31281
31282 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31283
31284         Modify glob.c to use fstatat and dirfd, to simplify it.
31285         Suggested by Eric Blake.
31286         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31287         Don't include <stdbool.h>; not used.
31288         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31289         (link_exists_p): Simplify implementation, since we can now assume
31290         dirfd and fstatat.
31291         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31292
31293 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31294
31295         * gnulib-tool (func_get_dependencies): Fix sed script to
31296         match only tests.
31297
31298 2007-10-17  Bruno Haible  <bruno@clisp.org>
31299
31300         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31301         allow locale names without encoding suffix.
31302         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31303         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31304
31305 2007-10-16  Bruno Haible  <bruno@clisp.org>
31306
31307         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31308         * lib/getgroups.c (getgroups): Likewise.
31309         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31310
31311 2007-10-16  Bruno Haible  <bruno@clisp.org>
31312
31313         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31314         * modules/malloc-posix (License): Likewise.
31315         * modules/realloc-posix (License): Likewise.
31316         * modules/calloc-posix (License): Likewise.
31317         * modules/intprops (License): Change from GPL to LGPL, with
31318         Paul Eggert's approval.
31319
31320 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31321
31322         Merge glibc changes into lib/glob.c.
31323
31324         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31325         2007-10-15 04:59:03 UTC.  Here are the changes:
31326
31327         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31328
31329         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31330
31331         * lib/glob.c: Add some branch prediction throughout.
31332
31333         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31334
31335         [BZ #5103]
31336         * lib/glob.c (glob): Recognize patterns starting \/.
31337
31338         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31339
31340         [BZ #3996]
31341         * lib/glob.c (attribute_hidden): Define if not defined.
31342         (glob): Unescape dirname, filename or username when needed and not
31343         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31344         is NULL.  Handle unescaped [ in pattern without closing ].
31345         Don't pass GLOB_CHECK down to recursive glob for directories.
31346         (__glob_pattern_type): New function.
31347         (__glob_pattern_p): Implement using __glob_pattern_type.
31348         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31349         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31350         Remove unreachable code.
31351
31352         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31353
31354         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31355         explain why there are no leaks.
31356
31357         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31358
31359         [BZ #3253]
31360         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31361         time, rather allocate increasingly bigger arrays of pointers, if
31362         possible with alloca, if too large with malloc.
31363
31364 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31365
31366         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31367         Problem reported by H.Merijn Brand in
31368         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31369         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31370         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31371
31372 2007-10-15  Bruno Haible  <bruno@clisp.org>
31373
31374         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31375         with explicit rpl_ prefix.
31376         * lib/fopen.c (fopen): Likewise.
31377         * lib/freopen.c (freopen): Likewise.
31378         * lib/iconv.c (iconv): Likewise.
31379         * lib/iconv_close.c (iconv_close): Likewise.
31380
31381 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31382
31383         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31384
31385 2007-10-15  Bruno Haible  <bruno@clisp.org>
31386
31387         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31388         <stddef.h> instead of <stdlib.h> since we only need NULL.
31389         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31390
31391 2007-10-15  Bruno Haible  <bruno@clisp.org>
31392
31393         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31394         Replace paragraph talking about LIBOBJS.
31395         Reported by Colin Watson <cjwatson@debian.org>.
31396
31397 2007-10-15  Bruno Haible  <bruno@clisp.org>
31398
31399         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31400         <stdlib.h> before using NULL.
31401
31402 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31403
31404         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31405         Reported by Albert Chin <china@thewrittenword.com>.
31406
31407 2007-10-14  Bruno Haible  <bruno@clisp.org>
31408
31409         * modules/iconv_open-utf-tests: New file.
31410         * tests/test-iconv-utf.c: New file.
31411
31412         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31413         * modules/iconv_open-utf: New file.
31414         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31415         (iconv, iconv_close): New declarations.
31416         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31417         be defined.
31418         (iconv_open): Add special handling of conversion between UTF-8 and
31419         UTF-{16,32}{BE,LE}.
31420         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31421         * lib/iconv_close.c: New file.
31422         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31423         gl_FUNC_ICONV_OPEN.
31424         (gl_FUNC_ICONV_OPEN): Use it.
31425         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31426         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31427         and REPLACE_ICONV_UTF.
31428         * modules/iconv_open (Depends-on): Add c-strcase.
31429         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31430         ICONV_CONST.
31431         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31432
31433 2007-10-13  Albert Chin  <china@thewrittenword.com>
31434             Bruno Haible  <bruno@clisp.org>
31435
31436         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31437         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31438
31439 2007-10-13  Bruno Haible  <bruno@clisp.org>
31440
31441         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31442         defined, use the ISO C99 inline semantics.
31443         * lib/argp.h (ARGP_EI): Likewise.
31444
31445 2007-10-13  Bruno Haible  <bruno@clisp.org>
31446
31447         Handle 'inline' change in gcc 4.3.0.
31448         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31449         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31450         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31451         argp_fmtstream_point): Disable 'extern' declaration if the function
31452         definition is going to be provided inline.
31453         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31454         semantics, not the ISO C99 inline semantics.
31455         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31456         'extern' declaration if the function definition is going to be provided
31457         inline.
31458         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31459         the GNU C inline semantics, not the ISO C99 inline semantics. With
31460         GCC 4.2, avoid a warning.
31461
31462 2007-10-13  Bruno Haible  <bruno@clisp.org>
31463
31464         * lib/freading.h (freading): Enable the use of __freading for
31465         glibc >= 2.7.
31466         * lib/freading.c (freading): Likewise.
31467
31468 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31469
31470         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31471         "warning: C99 inline functions are not supported; using GNU89".
31472
31473 2007-10-12  Bruno Haible  <bruno@clisp.org>
31474
31475         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31476         of 2.
31477         * tests/test-ceilf2.c: New file.
31478         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31479
31480         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31481         * modules/ceilf-tests: Update.
31482
31483 2007-10-12  Bruno Haible  <bruno@clisp.org>
31484
31485         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31486         of 2.
31487         * tests/test-floorf2.c: New file.
31488         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31489
31490         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31491         * modules/floorf-tests: Update.
31492
31493 2007-10-12  Bruno Haible  <bruno@clisp.org>
31494
31495         * tests/test-trunc2.c: New file.
31496         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31497
31498         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31499         * modules/trunc-tests: Update.
31500
31501 2007-10-12  Bruno Haible  <bruno@clisp.org>
31502
31503         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31504         of 2.
31505         * tests/test-truncf2.c: New file.
31506         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31507
31508         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31509         * modules/truncf-tests: Update.
31510
31511 2007-10-11  Eric Blake  <ebb9@byu.net>
31512
31513         Don't claim strerror is broken on Interix.
31514         * doc/functions/strerror.texi (strerror): Known broken systems are
31515         now Solaris 8, and not Interix.
31516         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31517         Interix on cross-compile.
31518         Reported by Martin Koeppe in
31519         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31520
31521 2007-10-11  Bruno Haible  <bruno@clisp.org>
31522
31523         * modules/i-ring-tests: New file.
31524         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31525         instead of assert.
31526
31527 2007-10-11  Bruno Haible  <bruno@clisp.org>
31528
31529         * modules/filenamecat-tests: New file.
31530         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31531         * lib/filenamecat.c: Remove test code.
31532
31533 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31534
31535         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31536
31537         * lib/strerror.c: Include <string.h> always, to test interface,
31538         and to remove the need for the dummy.
31539         Include intprops.h to compute width instead of doing it ourselves
31540         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31541         (strerror): Define it to return NULL if there's no system strerror.
31542         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31543         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31544         ancient pre-strerror Unix systems well any more.  Saying "unknown
31545         system error" is enough.
31546         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31547         simpler strerror.c implementation.
31548         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31549         Simplify the tests to reflect the simpler strerror implementation.
31550         * modules/strerror (Depends-on): Add intprops.
31551
31552 2007-10-09  Eric Blake  <ebb9@byu.net>
31553
31554         Silence test-fpending.
31555         * modules/fpending-tests (Files): Add wrapper script.
31556         * tests/test-fpending.sh: New file.
31557
31558 2007-10-09  Bruno Haible  <bruno@clisp.org>
31559
31560         * MODULES.html.sh (func_module): Don't create a hyperlink for
31561         function names like 'printf_frexp'.
31562         (Misc): Add crc, memxor.
31563         (Characteristics of floating types): New section.
31564         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31565         isnanf-nolibm, signbit, trunc, truncf, truncl.
31566         (Enhancements for ISO C 99 functions): New subsection Input/output.
31567         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31568         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31569         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31570         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31571         (Enhancements for POSIX:2001 functions): Add chdir-long.
31572         (File system functions): Add areadlink, chdir-safer, read-file.
31573         Remove cycle-check.
31574         (File system as inode set): New section.
31575         (Date and time): Add gethrxtime.
31576         (Multithreading): Add openmp.
31577         (Internationalization functions): Add localename.
31578         (Unicode string functions): Add unistr/u*-mbsnlen.
31579         (Support for maintaining and releasing projects): Add git-version-gen.
31580         (Lone files): Remove directories.
31581
31582 2007-10-08  Ben Pfaff  <blp@gnu.org>
31583
31584         * lib/xmalloca.h: Fix typo in comment.
31585
31586 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31587
31588         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31589         when avoiding problems with integer overflow.  Use a portable test
31590         instead.
31591
31592 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31593
31594         * modules/dummy (License): Change to LGPLv2+.
31595         * modules/float (License): Likewise
31596         * modules/realloc (License): Likewise
31597         * modules/stdlib (License): Likewise
31598
31599 2007-10-07  Bruno Haible  <bruno@clisp.org>
31600
31601         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31602         * floor.c (TWO_MANT_DIG): Likewise.
31603         * ceil.c (TWO_MANT_DIG): Likewise.
31604         Reported by Ben Pfaff.
31605
31606 2007-10-07  Bruno Haible  <bruno@clisp.org>
31607
31608         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31609         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31610         * lib/frexp.c (FUNC): Likewise.
31611         * lib/printf-frexp.h (printf_frexp): Likewise.
31612         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31613         * lib/printf-frexp.c (FUNC): Likewise.
31614         Suggested by Jim Meyering.
31615
31616 2007-10-07  Jim Meyering  <meyering@redhat.com>
31617
31618         Make xnanosleep's integer overflow test more robust.
31619         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31620         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31621
31622 2007-10-07  Bruno Haible  <bruno@clisp.org>
31623
31624         * NEWS: Mention the license change.
31625
31626         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31627         abbreviations in the modules files.
31628
31629         Change copyright notice from GPLv2+ to GPLv3+.
31630         * README: Change copyright notice.
31631         * MODULES.html.sh: Likewise.
31632         * build-aux/bootstrap.conf: Likewise.
31633         * build-aux/config.libpath: Likewise.
31634         * build-aux/csharpcomp.sh.in: Likewise.
31635         * build-aux/csharpexec.sh.in: Likewise.
31636         * build-aux/install-reloc: Likewise.
31637         * build-aux/javacomp.sh.in: Likewise.
31638         * build-aux/javaexec.sh.in: Likewise.
31639         * build-aux/ldd.sh.in: Likewise.
31640         * build-aux/reloc-ldflags: Likewise.
31641         * build-aux/relocatable.sh.in: Likewise.
31642         * build-aux/x-to-1.in: Likewise.
31643         * check-module: Likewise.
31644         * config/srclistvars.sh: Likewise.
31645         * gnulib-tool: Likewise.
31646         * lib/acl-internal.h: Likewise.
31647         * lib/acl.c: Likewise.
31648         * lib/acl.h: Likewise.
31649         * lib/acl_entries.c: Likewise.
31650         * lib/areadlink-with-size.c: Likewise.
31651         * lib/areadlink.c: Likewise.
31652         * lib/areadlink.h: Likewise.
31653         * lib/argmatch.c: Likewise.
31654         * lib/argmatch.h: Likewise.
31655         * lib/argp-ba.c: Likewise.
31656         * lib/argp-eexst.c: Likewise.
31657         * lib/argp-fmtstream.c: Likewise.
31658         * lib/argp-fmtstream.h: Likewise.
31659         * lib/argp-fs-xinl.c: Likewise.
31660         * lib/argp-help.c: Likewise.
31661         * lib/argp-namefrob.h: Likewise.
31662         * lib/argp-parse.c: Likewise.
31663         * lib/argp-pin.c: Likewise.
31664         * lib/argp-pv.c: Likewise.
31665         * lib/argp-pvh.c: Likewise.
31666         * lib/argp-xinl.c: Likewise.
31667         * lib/argp.h: Likewise.
31668         * lib/at-func.c: Likewise.
31669         * lib/atanl.c: Likewise.
31670         * lib/backupfile.c: Likewise.
31671         * lib/backupfile.h: Likewise.
31672         * lib/basename.c: Likewise.
31673         * lib/binary-io.h: Likewise.
31674         * lib/byteswap.in.h: Likewise.
31675         * lib/c-stack.c: Likewise.
31676         * lib/c-stack.h: Likewise.
31677         * lib/c-strcasestr.c: Likewise.
31678         * lib/c-strcasestr.h: Likewise.
31679         * lib/c-strstr.c: Likewise.
31680         * lib/c-strstr.h: Likewise.
31681         * lib/c-strtod.c: Likewise.
31682         * lib/calloc.c: Likewise.
31683         * lib/canon-host.c: Likewise.
31684         * lib/canon-host.h: Likewise.
31685         * lib/canonicalize-lgpl.c: Likewise.
31686         * lib/canonicalize.c: Likewise.
31687         * lib/canonicalize.h: Likewise.
31688         * lib/ceil.c: Likewise.
31689         * lib/ceilf.c: Likewise.
31690         * lib/ceill.c: Likewise.
31691         * lib/chdir-long.c: Likewise.
31692         * lib/chdir-long.h: Likewise.
31693         * lib/chdir-safer.c: Likewise.
31694         * lib/chdir-safer.h: Likewise.
31695         * lib/chown.c: Likewise.
31696         * lib/classpath.c: Likewise.
31697         * lib/classpath.h: Likewise.
31698         * lib/clean-temp.c: Likewise.
31699         * lib/clean-temp.h: Likewise.
31700         * lib/cloexec.c: Likewise.
31701         * lib/close-stream.c: Likewise.
31702         * lib/closein.c: Likewise.
31703         * lib/closein.h: Likewise.
31704         * lib/closeout.c: Likewise.
31705         * lib/closeout.h: Likewise.
31706         * lib/concat-filename.c: Likewise.
31707         * lib/copy-file.c: Likewise.
31708         * lib/copy-file.h: Likewise.
31709         * lib/count-one-bits.h: Likewise.
31710         * lib/crc.c: Likewise.
31711         * lib/crc.h: Likewise.
31712         * lib/creat-safer.c: Likewise.
31713         * lib/csharpcomp.c: Likewise.
31714         * lib/csharpcomp.h: Likewise.
31715         * lib/csharpexec.c: Likewise.
31716         * lib/csharpexec.h: Likewise.
31717         * lib/cycle-check.c: Likewise.
31718         * lib/cycle-check.h: Likewise.
31719         * lib/diacrit.c: Likewise.
31720         * lib/diacrit.h: Likewise.
31721         * lib/diffseq.h: Likewise.
31722         * lib/dirchownmod.c: Likewise.
31723         * lib/dirent.in.h: Likewise.
31724         * lib/dirfd.c: Likewise.
31725         * lib/dirfd.h: Likewise.
31726         * lib/dirname.c: Likewise.
31727         * lib/dirname.h: Likewise.
31728         * lib/dummy.c: Likewise.
31729         * lib/dup-safer.c: Likewise.
31730         * lib/dup2.c: Likewise.
31731         * lib/eealloc.h: Likewise.
31732         * lib/error.c: Likewise.
31733         * lib/error.h: Likewise.
31734         * lib/euidaccess.c: Likewise.
31735         * lib/exclude.c: Likewise.
31736         * lib/exclude.h: Likewise.
31737         * lib/execute.c: Likewise.
31738         * lib/execute.h: Likewise.
31739         * lib/exitfail.c: Likewise.
31740         * lib/exitfail.h: Likewise.
31741         * lib/expl.c: Likewise.
31742         * lib/fatal-signal.c: Likewise.
31743         * lib/fatal-signal.h: Likewise.
31744         * lib/fbufmode.c: Likewise.
31745         * lib/fbufmode.h: Likewise.
31746         * lib/fchdir.c: Likewise.
31747         * lib/fchmodat.c: Likewise.
31748         * lib/fchownat.c: Likewise.
31749         * lib/fcntl--.h: Likewise.
31750         * lib/fcntl-safer.h: Likewise.
31751         * lib/fcntl.in.h: Likewise.
31752         * lib/fd-safer.c: Likewise.
31753         * lib/fflush.c: Likewise.
31754         * lib/file-has-acl.c: Likewise.
31755         * lib/file-set.c: Likewise.
31756         * lib/file-type.c: Likewise.
31757         * lib/file-type.h: Likewise.
31758         * lib/fileblocks.c: Likewise.
31759         * lib/filemode.c: Likewise.
31760         * lib/filemode.h: Likewise.
31761         * lib/filename.h: Likewise.
31762         * lib/filenamecat.c: Likewise.
31763         * lib/filenamecat.h: Likewise.
31764         * lib/findprog.c: Likewise.
31765         * lib/findprog.h: Likewise.
31766         * lib/float.in.h: Likewise.
31767         * lib/floor.c: Likewise.
31768         * lib/floorf.c: Likewise.
31769         * lib/floorl.c: Likewise.
31770         * lib/fopen-safer.c: Likewise.
31771         * lib/fopen.c: Likewise.
31772         * lib/fpending.c: Likewise.
31773         * lib/fpending.h: Likewise.
31774         * lib/fprintf.c: Likewise.
31775         * lib/fprintftime.h: Likewise.
31776         * lib/fpucw.h: Likewise.
31777         * lib/fpurge.c: Likewise.
31778         * lib/fpurge.h: Likewise.
31779         * lib/freadable.c: Likewise.
31780         * lib/freadable.h: Likewise.
31781         * lib/freadahead.c: Likewise.
31782         * lib/freadahead.h: Likewise.
31783         * lib/freading.c: Likewise.
31784         * lib/freading.h: Likewise.
31785         * lib/free.c: Likewise.
31786         * lib/freopen.c: Likewise.
31787         * lib/frexp.c: Likewise.
31788         * lib/frexpl.c: Likewise.
31789         * lib/fseek.c: Likewise.
31790         * lib/fseterr.c: Likewise.
31791         * lib/fseterr.h: Likewise.
31792         * lib/fstatat.c: Likewise.
31793         * lib/fstrcmp.c: Likewise.
31794         * lib/fstrcmp.h: Likewise.
31795         * lib/fsusage.c: Likewise.
31796         * lib/fsusage.h: Likewise.
31797         * lib/ftell.c: Likewise.
31798         * lib/ftello.c: Likewise.
31799         * lib/fts-cycle.c: Likewise.
31800         * lib/fts.c: Likewise.
31801         * lib/fts_.h: Likewise.
31802         * lib/full-read.c: Likewise.
31803         * lib/full-read.h: Likewise.
31804         * lib/full-write.c: Likewise.
31805         * lib/full-write.h: Likewise.
31806         * lib/fwritable.c: Likewise.
31807         * lib/fwritable.h: Likewise.
31808         * lib/fwriteerror.c: Likewise.
31809         * lib/fwriteerror.h: Likewise.
31810         * lib/fwriting.c: Likewise.
31811         * lib/fwriting.h: Likewise.
31812         * lib/gcd.c: Likewise.
31813         * lib/gcd.h: Likewise.
31814         * lib/getcwd.c: Likewise.
31815         * lib/getdate.h: Likewise.
31816         * lib/getdate.y: Likewise.
31817         * lib/getdomainname.c: Likewise.
31818         * lib/getdomainname.h: Likewise.
31819         * lib/getgroups.c: Likewise.
31820         * lib/gethostname.c: Likewise.
31821         * lib/gethrxtime.c: Likewise.
31822         * lib/gethrxtime.h: Likewise.
31823         * lib/getloadavg.c: Likewise.
31824         * lib/getndelim2.c: Likewise.
31825         * lib/getndelim2.h: Likewise.
31826         * lib/getnline.c: Likewise.
31827         * lib/getnline.h: Likewise.
31828         * lib/getopt.c: Likewise.
31829         * lib/getopt.in.h: Likewise.
31830         * lib/getopt1.c: Likewise.
31831         * lib/getopt_int.h: Likewise.
31832         * lib/getpagesize.h: Likewise.
31833         * lib/getsubopt.c: Likewise.
31834         * lib/gettime.c: Likewise.
31835         * lib/getugroups.c: Likewise.
31836         * lib/getugroups.h: Likewise.
31837         * lib/getusershell.c: Likewise.
31838         * lib/gl_anyavltree_list1.h: Likewise.
31839         * lib/gl_anyavltree_list2.h: Likewise.
31840         * lib/gl_anyhash_list1.h: Likewise.
31841         * lib/gl_anyhash_list2.h: Likewise.
31842         * lib/gl_anylinked_list1.h: Likewise.
31843         * lib/gl_anylinked_list2.h: Likewise.
31844         * lib/gl_anyrbtree_list1.h: Likewise.
31845         * lib/gl_anyrbtree_list2.h: Likewise.
31846         * lib/gl_anytree_list1.h: Likewise.
31847         * lib/gl_anytree_list2.h: Likewise.
31848         * lib/gl_anytree_oset.h: Likewise.
31849         * lib/gl_anytreehash_list1.h: Likewise.
31850         * lib/gl_anytreehash_list2.h: Likewise.
31851         * lib/gl_array_list.c: Likewise.
31852         * lib/gl_array_list.h: Likewise.
31853         * lib/gl_array_oset.c: Likewise.
31854         * lib/gl_array_oset.h: Likewise.
31855         * lib/gl_avltree_list.c: Likewise.
31856         * lib/gl_avltree_list.h: Likewise.
31857         * lib/gl_avltree_oset.c: Likewise.
31858         * lib/gl_avltree_oset.h: Likewise.
31859         * lib/gl_avltreehash_list.c: Likewise.
31860         * lib/gl_avltreehash_list.h: Likewise.
31861         * lib/gl_carray_list.c: Likewise.
31862         * lib/gl_carray_list.h: Likewise.
31863         * lib/gl_linked_list.c: Likewise.
31864         * lib/gl_linked_list.h: Likewise.
31865         * lib/gl_linkedhash_list.c: Likewise.
31866         * lib/gl_linkedhash_list.h: Likewise.
31867         * lib/gl_list.c: Likewise.
31868         * lib/gl_list.h: Likewise.
31869         * lib/gl_oset.c: Likewise.
31870         * lib/gl_oset.h: Likewise.
31871         * lib/gl_rbtree_list.c: Likewise.
31872         * lib/gl_rbtree_list.h: Likewise.
31873         * lib/gl_rbtree_oset.c: Likewise.
31874         * lib/gl_rbtree_oset.h: Likewise.
31875         * lib/gl_rbtreehash_list.c: Likewise.
31876         * lib/gl_rbtreehash_list.h: Likewise.
31877         * lib/gl_sublist.c: Likewise.
31878         * lib/gl_sublist.h: Likewise.
31879         * lib/group-member.c: Likewise.
31880         * lib/group-member.h: Likewise.
31881         * lib/hard-locale.c: Likewise.
31882         * lib/hard-locale.h: Likewise.
31883         * lib/hash-pjw.c: Likewise.
31884         * lib/hash-pjw.h: Likewise.
31885         * lib/hash-triple.c: Likewise.
31886         * lib/hash.c: Likewise.
31887         * lib/hash.h: Likewise.
31888         * lib/human.c: Likewise.
31889         * lib/human.h: Likewise.
31890         * lib/i-ring.c: Likewise.
31891         * lib/i-ring.h: Likewise.
31892         * lib/idcache.c: Likewise.
31893         * lib/imaxabs.c: Likewise.
31894         * lib/imaxdiv.c: Likewise.
31895         * lib/inet_pton.c: Likewise.
31896         * lib/inet_pton.h: Likewise.
31897         * lib/intprops.h: Likewise.
31898         * lib/inttostr.c: Likewise.
31899         * lib/inttostr.h: Likewise.
31900         * lib/inttypes.in.h: Likewise.
31901         * lib/isapipe.c: Likewise.
31902         * lib/isdir.c: Likewise.
31903         * lib/isnan.c: Likewise.
31904         * lib/isnan.h: Likewise.
31905         * lib/isnanf.c: Likewise.
31906         * lib/isnanf.h: Likewise.
31907         * lib/isnanl-nolibm.h: Likewise.
31908         * lib/isnanl.c: Likewise.
31909         * lib/isnanl.h: Likewise.
31910         * lib/javacomp.c: Likewise.
31911         * lib/javacomp.h: Likewise.
31912         * lib/javaexec.c: Likewise.
31913         * lib/javaexec.h: Likewise.
31914         * lib/javaversion.c: Likewise.
31915         * lib/javaversion.h: Likewise.
31916         * lib/javaversion.java: Likewise.
31917         * lib/lbrkprop.h: Likewise.
31918         * lib/lchmod.h: Likewise.
31919         * lib/lchown.c: Likewise.
31920         * lib/ldexpl.c: Likewise.
31921         * lib/linebreak.c: Likewise.
31922         * lib/linebreak.h: Likewise.
31923         * lib/linebuffer.c: Likewise.
31924         * lib/linebuffer.h: Likewise.
31925         * lib/locale.in.h: Likewise.
31926         * lib/logl.c: Likewise.
31927         * lib/long-options.c: Likewise.
31928         * lib/long-options.h: Likewise.
31929         * lib/lstat.c: Likewise.
31930         * lib/lstat.h: Likewise.
31931         * lib/math.in.h: Likewise.
31932         * lib/mbchar.c: Likewise.
31933         * lib/mbchar.h: Likewise.
31934         * lib/mbfile.h: Likewise.
31935         * lib/mbiter.h: Likewise.
31936         * lib/mbscasecmp.c: Likewise.
31937         * lib/mbscasestr.c: Likewise.
31938         * lib/mbschr.c: Likewise.
31939         * lib/mbscspn.c: Likewise.
31940         * lib/mbslen.c: Likewise.
31941         * lib/mbsncasecmp.c: Likewise.
31942         * lib/mbsnlen.c: Likewise.
31943         * lib/mbspbrk.c: Likewise.
31944         * lib/mbspcasecmp.c: Likewise.
31945         * lib/mbsrchr.c: Likewise.
31946         * lib/mbssep.c: Likewise.
31947         * lib/mbsspn.c: Likewise.
31948         * lib/mbsstr.c: Likewise.
31949         * lib/mbstok_r.c: Likewise.
31950         * lib/mbswidth.c: Likewise.
31951         * lib/mbswidth.h: Likewise.
31952         * lib/mbuiter.h: Likewise.
31953         * lib/memcasecmp.c: Likewise.
31954         * lib/memcasecmp.h: Likewise.
31955         * lib/memchr.c: Likewise.
31956         * lib/memcmp.c: Likewise.
31957         * lib/memcoll.c: Likewise.
31958         * lib/memcoll.h: Likewise.
31959         * lib/memcpy.c: Likewise.
31960         * lib/memrchr.c: Likewise.
31961         * lib/mkancesdirs.c: Likewise.
31962         * lib/mkdir-p.c: Likewise.
31963         * lib/mkdir-p.h: Likewise.
31964         * lib/mkdir.c: Likewise.
31965         * lib/mkdirat.c: Likewise.
31966         * lib/mkdtemp.c: Likewise.
31967         * lib/mkstemp-safer.c: Likewise.
31968         * lib/mkstemp.c: Likewise.
31969         * lib/modechange.c: Likewise.
31970         * lib/modechange.h: Likewise.
31971         * lib/mountlist.c: Likewise.
31972         * lib/mountlist.h: Likewise.
31973         * lib/mpsort.c: Likewise.
31974         * lib/nanosleep.c: Likewise.
31975         * lib/obstack.c: Likewise.
31976         * lib/obstack.h: Likewise.
31977         * lib/open-safer.c: Likewise.
31978         * lib/open.c: Likewise.
31979         * lib/openat-die.c: Likewise.
31980         * lib/openat-priv.h: Likewise.
31981         * lib/openat-proc.c: Likewise.
31982         * lib/openat.c: Likewise.
31983         * lib/openat.h: Likewise.
31984         * lib/pagealign_alloc.c: Likewise.
31985         * lib/pagealign_alloc.h: Likewise.
31986         * lib/physmem.c: Likewise.
31987         * lib/physmem.h: Likewise.
31988         * lib/pipe-safer.c: Likewise.
31989         * lib/pipe.c: Likewise.
31990         * lib/pipe.h: Likewise.
31991         * lib/posixtm.c: Likewise.
31992         * lib/posixtm.h: Likewise.
31993         * lib/posixver.c: Likewise.
31994         * lib/printf-frexp.c: Likewise.
31995         * lib/printf-frexp.h: Likewise.
31996         * lib/printf-frexpl.c: Likewise.
31997         * lib/printf-frexpl.h: Likewise.
31998         * lib/printf.c: Likewise.
31999         * lib/progname.c: Likewise.
32000         * lib/progname.h: Likewise.
32001         * lib/progreloc.c: Likewise.
32002         * lib/putenv.c: Likewise.
32003         * lib/quote.c: Likewise.
32004         * lib/quote.h: Likewise.
32005         * lib/quotearg.c: Likewise.
32006         * lib/quotearg.h: Likewise.
32007         * lib/raise.c: Likewise.
32008         * lib/readline.c: Likewise.
32009         * lib/readline.h: Likewise.
32010         * lib/readlink.c: Likewise.
32011         * lib/readtokens.c: Likewise.
32012         * lib/readtokens.h: Likewise.
32013         * lib/readtokens0.c: Likewise.
32014         * lib/readtokens0.h: Likewise.
32015         * lib/readutmp.c: Likewise.
32016         * lib/readutmp.h: Likewise.
32017         * lib/realloc.c: Likewise.
32018         * lib/relocwrapper.c: Likewise.
32019         * lib/rename-dest-slash.c: Likewise.
32020         * lib/rename.c: Likewise.
32021         * lib/rmdir.c: Likewise.
32022         * lib/rpmatch.c: Likewise.
32023         * lib/safe-read.c: Likewise.
32024         * lib/safe-read.h: Likewise.
32025         * lib/safe-write.c: Likewise.
32026         * lib/safe-write.h: Likewise.
32027         * lib/same-inode.h: Likewise.
32028         * lib/same.c: Likewise.
32029         * lib/same.h: Likewise.
32030         * lib/save-cwd.c: Likewise.
32031         * lib/save-cwd.h: Likewise.
32032         * lib/savedir.c: Likewise.
32033         * lib/savedir.h: Likewise.
32034         * lib/savewd.c: Likewise.
32035         * lib/savewd.h: Likewise.
32036         * lib/search.in.h: Likewise.
32037         * lib/setenv.c: Likewise.
32038         * lib/setenv.h: Likewise.
32039         * lib/settime.c: Likewise.
32040         * lib/sh-quote.c: Likewise.
32041         * lib/sh-quote.h: Likewise.
32042         * lib/sig2str.c: Likewise.
32043         * lib/sig2str.h: Likewise.
32044         * lib/signal.in.h: Likewise.
32045         * lib/signbitd.c: Likewise.
32046         * lib/signbitf.c: Likewise.
32047         * lib/signbitl.c: Likewise.
32048         * lib/sigprocmask.c: Likewise.
32049         * lib/sincosl.c: Likewise.
32050         * lib/sleep.c: Likewise.
32051         * lib/sprintf.c: Likewise.
32052         * lib/sqrtl.c: Likewise.
32053         * lib/stat-time.h: Likewise.
32054         * lib/stdio--.h: Likewise.
32055         * lib/stdio-safer.h: Likewise.
32056         * lib/stdlib--.h: Likewise.
32057         * lib/stdlib-safer.h: Likewise.
32058         * lib/stdlib.in.h: Likewise.
32059         * lib/stpcpy.c: Likewise.
32060         * lib/stpncpy.c: Likewise.
32061         * lib/strchrnul.c: Likewise.
32062         * lib/strcspn.c: Likewise.
32063         * lib/strerror.c: Likewise.
32064         * lib/strftime.c: Likewise.
32065         * lib/strftime.h: Likewise.
32066         * lib/striconveh.c: Likewise.
32067         * lib/striconveh.h: Likewise.
32068         * lib/striconveha.c: Likewise.
32069         * lib/striconveha.h: Likewise.
32070         * lib/stripslash.c: Likewise.
32071         * lib/strnlen1.c: Likewise.
32072         * lib/strnlen1.h: Likewise.
32073         * lib/strtod.c: Likewise.
32074         * lib/strtoimax.c: Likewise.
32075         * lib/strtok_r.c: Likewise.
32076         * lib/strtol.c: Likewise.
32077         * lib/strtoll.c: Likewise.
32078         * lib/strtoul.c: Likewise.
32079         * lib/strtoull.c: Likewise.
32080         * lib/sysexits.in.h: Likewise.
32081         * lib/tempname.c: Likewise.
32082         * lib/tempname.h: Likewise.
32083         * lib/timespec.h: Likewise.
32084         * lib/tls.c: Likewise.
32085         * lib/tls.h: Likewise.
32086         * lib/tmpdir.c: Likewise.
32087         * lib/tmpdir.h: Likewise.
32088         * lib/tmpfile-safer.c: Likewise.
32089         * lib/tmpfile.c: Likewise.
32090         * lib/trigl.c: Likewise.
32091         * lib/trigl.h: Likewise.
32092         * lib/trim.c: Likewise.
32093         * lib/trim.h: Likewise.
32094         * lib/trunc.c: Likewise.
32095         * lib/truncf.c: Likewise.
32096         * lib/truncl.c: Likewise.
32097         * lib/tsearch.c: Likewise.
32098         * lib/unicodeio.c: Likewise.
32099         * lib/unicodeio.h: Likewise.
32100         * lib/unistd--.h: Likewise.
32101         * lib/unistd-safer.h: Likewise.
32102         * lib/unistdio/ulc-fprintf.c: Likewise.
32103         * lib/unistdio/ulc-vfprintf.c: Likewise.
32104         * lib/unlinkdir.c: Likewise.
32105         * lib/unlinkdir.h: Likewise.
32106         * lib/unlocked-io.h: Likewise.
32107         * lib/unsetenv.c: Likewise.
32108         * lib/userspec.c: Likewise.
32109         * lib/utime.c: Likewise.
32110         * lib/utimecmp.c: Likewise.
32111         * lib/utimecmp.h: Likewise.
32112         * lib/utimens.c: Likewise.
32113         * lib/verify.h: Likewise.
32114         * lib/verror.c: Likewise.
32115         * lib/verror.h: Likewise.
32116         * lib/version-etc-fsf.c: Likewise.
32117         * lib/version-etc.c: Likewise.
32118         * lib/version-etc.h: Likewise.
32119         * lib/vfprintf.c: Likewise.
32120         * lib/vprintf.c: Likewise.
32121         * lib/vsprintf.c: Likewise.
32122         * lib/w32spawn.h: Likewise.
32123         * lib/wait-process.c: Likewise.
32124         * lib/wait-process.h: Likewise.
32125         * lib/wcwidth.c: Likewise.
32126         * lib/write-any-file.c: Likewise.
32127         * lib/xalloc-die.c: Likewise.
32128         * lib/xalloc.h: Likewise.
32129         * lib/xasprintf.c: Likewise.
32130         * lib/xgetcwd.c: Likewise.
32131         * lib/xgetcwd.h: Likewise.
32132         * lib/xgetdomainname.c: Likewise.
32133         * lib/xgetdomainname.h: Likewise.
32134         * lib/xgethostname.c: Likewise.
32135         * lib/xmalloc.c: Likewise.
32136         * lib/xmalloca.c: Likewise.
32137         * lib/xmalloca.h: Likewise.
32138         * lib/xmemcoll.c: Likewise.
32139         * lib/xnanosleep.c: Likewise.
32140         * lib/xreadlink.c: Likewise.
32141         * lib/xreadlink.h: Likewise.
32142         * lib/xsetenv.c: Likewise.
32143         * lib/xsetenv.h: Likewise.
32144         * lib/xstriconv.c: Likewise.
32145         * lib/xstriconv.h: Likewise.
32146         * lib/xstrndup.c: Likewise.
32147         * lib/xstrndup.h: Likewise.
32148         * lib/xstrtod.c: Likewise.
32149         * lib/xstrtod.h: Likewise.
32150         * lib/xstrtol-error.c: Likewise.
32151         * lib/xstrtol.c: Likewise.
32152         * lib/xstrtol.h: Likewise.
32153         * lib/xtime.h: Likewise.
32154         * lib/xvasprintf.c: Likewise.
32155         * lib/xvasprintf.h: Likewise.
32156         * lib/yesno.c: Likewise.
32157         * lib/yesno.h: Likewise.
32158         * posix-modules: Likewise.
32159         * tests/test-alloca-opt.c: Likewise.
32160         * tests/test-arcfour.c: Likewise.
32161         * tests/test-arctwo.c: Likewise.
32162         * tests/test-argmatch.c: Likewise.
32163         * tests/test-argp-2.sh: Likewise.
32164         * tests/test-argp.c: Likewise.
32165         * tests/test-arpa_inet.c: Likewise.
32166         * tests/test-array_list.c: Likewise.
32167         * tests/test-array_oset.c: Likewise.
32168         * tests/test-atexit.c: Likewise.
32169         * tests/test-avltree_list.c: Likewise.
32170         * tests/test-avltree_oset.c: Likewise.
32171         * tests/test-avltreehash_list.c: Likewise.
32172         * tests/test-base64.c: Likewise.
32173         * tests/test-binary-io.c: Likewise.
32174         * tests/test-byteswap.c: Likewise.
32175         * tests/test-c-ctype.c: Likewise.
32176         * tests/test-c-strcasecmp.c: Likewise.
32177         * tests/test-c-strcasestr.c: Likewise.
32178         * tests/test-c-strncasecmp.c: Likewise.
32179         * tests/test-c-strstr.c: Likewise.
32180         * tests/test-canonicalize-lgpl.c: Likewise.
32181         * tests/test-canonicalize.c: Likewise.
32182         * tests/test-carray_list.c: Likewise.
32183         * tests/test-ceilf.c: Likewise.
32184         * tests/test-ceill.c: Likewise.
32185         * tests/test-count-one-bits.c: Likewise.
32186         * tests/test-crc.c: Likewise.
32187         * tests/test-dirname.c: Likewise.
32188         * tests/test-fbufmode.c: Likewise.
32189         * tests/test-fcntl.c: Likewise.
32190         * tests/test-fflush.c: Likewise.
32191         * tests/test-floorf.c: Likewise.
32192         * tests/test-floorl.c: Likewise.
32193         * tests/test-fopen.c: Likewise.
32194         * tests/test-fprintf-posix.c: Likewise.
32195         * tests/test-fprintf-posix.h: Likewise.
32196         * tests/test-fpurge.c: Likewise.
32197         * tests/test-freadable.c: Likewise.
32198         * tests/test-freadahead.c: Likewise.
32199         * tests/test-freading.c: Likewise.
32200         * tests/test-freopen.c: Likewise.
32201         * tests/test-frexp.c: Likewise.
32202         * tests/test-frexpl.c: Likewise.
32203         * tests/test-fseek.c: Likewise.
32204         * tests/test-fseeko.c: Likewise.
32205         * tests/test-fseterr.c: Likewise.
32206         * tests/test-fstrcmp.c: Likewise.
32207         * tests/test-ftell.c: Likewise.
32208         * tests/test-ftello.c: Likewise.
32209         * tests/test-fwritable.c: Likewise.
32210         * tests/test-fwriting.c: Likewise.
32211         * tests/test-getaddrinfo.c: Likewise.
32212         * tests/test-getpass.c: Likewise.
32213         * tests/test-gettimeofday.c: Likewise.
32214         * tests/test-hmac-md5.c: Likewise.
32215         * tests/test-hmac-sha1.c: Likewise.
32216         * tests/test-iconv.c: Likewise.
32217         * tests/test-iconvme.c: Likewise.
32218         * tests/test-inttypes.c: Likewise.
32219         * tests/test-isnan.c: Likewise.
32220         * tests/test-isnanf.c: Likewise.
32221         * tests/test-isnanl-nolibm.c: Likewise.
32222         * tests/test-isnanl.c: Likewise.
32223         * tests/test-isnanl.h: Likewise.
32224         * tests/test-ldexpl.c: Likewise.
32225         * tests/test-linked_list.c: Likewise.
32226         * tests/test-linkedhash_list.c: Likewise.
32227         * tests/test-locale.c: Likewise.
32228         * tests/test-localename.c: Likewise.
32229         * tests/test-lock.c: Likewise.
32230         * tests/test-lseek.c: Likewise.
32231         * tests/test-malloca.c: Likewise.
32232         * tests/test-math.c: Likewise.
32233         * tests/test-mbscasecmp.c: Likewise.
32234         * tests/test-mbscasestr1.c: Likewise.
32235         * tests/test-mbscasestr2.c: Likewise.
32236         * tests/test-mbscasestr3.c: Likewise.
32237         * tests/test-mbscasestr4.c: Likewise.
32238         * tests/test-mbschr.c: Likewise.
32239         * tests/test-mbscspn.c: Likewise.
32240         * tests/test-mbsncasecmp.c: Likewise.
32241         * tests/test-mbspbrk.c: Likewise.
32242         * tests/test-mbspcasecmp.c: Likewise.
32243         * tests/test-mbsrchr.c: Likewise.
32244         * tests/test-mbsspn.c: Likewise.
32245         * tests/test-mbsstr1.c: Likewise.
32246         * tests/test-mbsstr2.c: Likewise.
32247         * tests/test-mbsstr3.c: Likewise.
32248         * tests/test-md5.c: Likewise.
32249         * tests/test-memmem.c: Likewise.
32250         * tests/test-netinet_in.c: Likewise.
32251         * tests/test-open.c: Likewise.
32252         * tests/test-printf-frexp.c: Likewise.
32253         * tests/test-printf-frexpl.c: Likewise.
32254         * tests/test-printf-posix.c: Likewise.
32255         * tests/test-printf-posix.h: Likewise.
32256         * tests/test-rbtree_list.c: Likewise.
32257         * tests/test-rbtree_oset.c: Likewise.
32258         * tests/test-rbtreehash_list.c: Likewise.
32259         * tests/test-read-file.c: Likewise.
32260         * tests/test-rijndael.c: Likewise.
32261         * tests/test-search.c: Likewise.
32262         * tests/test-signbit.c: Likewise.
32263         * tests/test-sleep.c: Likewise.
32264         * tests/test-snprintf-posix.c: Likewise.
32265         * tests/test-snprintf-posix.h: Likewise.
32266         * tests/test-snprintf.c: Likewise.
32267         * tests/test-sprintf-posix.c: Likewise.
32268         * tests/test-sprintf-posix.h: Likewise.
32269         * tests/test-stat-time.c: Likewise.
32270         * tests/test-stdbool.c: Likewise.
32271         * tests/test-stdint.c: Likewise.
32272         * tests/test-stdio.c: Likewise.
32273         * tests/test-stdlib.c: Likewise.
32274         * tests/test-stpncpy.c: Likewise.
32275         * tests/test-strcasestr.c: Likewise.
32276         * tests/test-striconv.c: Likewise.
32277         * tests/test-striconveh.c: Likewise.
32278         * tests/test-striconveha.c: Likewise.
32279         * tests/test-string.c: Likewise.
32280         * tests/test-sys_select.c: Likewise.
32281         * tests/test-sys_socket.c: Likewise.
32282         * tests/test-sys_stat.c: Likewise.
32283         * tests/test-sys_time.c: Likewise.
32284         * tests/test-sysexits.c: Likewise.
32285         * tests/test-time.c: Likewise.
32286         * tests/test-tls.c: Likewise.
32287         * tests/test-trunc.c: Likewise.
32288         * tests/test-truncf.c: Likewise.
32289         * tests/test-truncl.c: Likewise.
32290         * tests/test-unistd.c: Likewise.
32291         * tests/test-vasnprintf-posix.c: Likewise.
32292         * tests/test-vasnprintf-posix2.c: Likewise.
32293         * tests/test-vasnprintf.c: Likewise.
32294         * tests/test-vasprintf-posix.c: Likewise.
32295         * tests/test-vasprintf.c: Likewise.
32296         * tests/test-verify.c: Likewise.
32297         * tests/test-vfprintf-posix.c: Likewise.
32298         * tests/test-vprintf-posix.c: Likewise.
32299         * tests/test-vsnprintf-posix.c: Likewise.
32300         * tests/test-vsnprintf.c: Likewise.
32301         * tests/test-vsprintf-posix.c: Likewise.
32302         * tests/test-wchar.c: Likewise.
32303         * tests/test-wctype.c: Likewise.
32304         * tests/test-wcwidth.c: Likewise.
32305         * tests/test-xstrtol.c: Likewise.
32306         * tests/test-xvasprintf.c: Likewise.
32307         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32308         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32309         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32310         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32311         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32312         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32313         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32314         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32315         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32316         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32317         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32318         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32319         * tests/uniname/test-uninames.c: Likewise.
32320         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32321         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32322         * tests/unistdio/test-u16-printf1.h: Likewise.
32323         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32324         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32325         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32326         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32327         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32328         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32329         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32330         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32331         * tests/unistdio/test-u32-printf1.h: Likewise.
32332         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32333         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32334         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32335         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32336         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32337         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32338         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32339         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32340         * tests/unistdio/test-u8-printf1.h: Likewise.
32341         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32342         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32343         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32344         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32345         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32346         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32347         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32348         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32349         * tests/unistdio/test-ulc-printf1.h: Likewise.
32350         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32351         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32352         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32353         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32354         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32355         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32356         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32357         * tests/uniwidth/test-u16-width.c: Likewise.
32358         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32359         * tests/uniwidth/test-u32-width.c: Likewise.
32360         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32361         * tests/uniwidth/test-u8-width.c: Likewise.
32362         * tests/uniwidth/test-uc_width.c: Likewise.
32363         * config/srclist-update: Likewise.
32364         (fixlicense): Update to GPLv3+.
32365
32366         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32367         * tests/test-tsearch.c: Change copyright notice.
32368
32369         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32370         * lib/c-strcaseeq.h: Change copyright notice.
32371         * lib/streq.h: Likewise.
32372         * lib/uniconv.h: Likewise.
32373         * lib/uniconv/u-conv-from-enc.h: Likewise.
32374         * lib/uniconv/u-conv-to-enc.h: Likewise.
32375         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32376         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32377         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32378         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32379         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32380         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32381         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32382         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32383         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32384         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32385         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32386         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32387         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32388         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32389         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32390         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32391         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32392         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32393         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32394         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32395         * lib/uniname.h: Likewise.
32396         * lib/uniname/uniname.c: Likewise.
32397         * lib/unistdio.h: Likewise.
32398         * lib/unistdio/u-asnprintf.h: Likewise.
32399         * lib/unistdio/u-asprintf.h: Likewise.
32400         * lib/unistdio/u-printf-args.c: Likewise.
32401         * lib/unistdio/u-printf-args.h: Likewise.
32402         * lib/unistdio/u-printf-parse.h: Likewise.
32403         * lib/unistdio/u-snprintf.h: Likewise.
32404         * lib/unistdio/u-sprintf.h: Likewise.
32405         * lib/unistdio/u-vasprintf.h: Likewise.
32406         * lib/unistdio/u-vsnprintf.h: Likewise.
32407         * lib/unistdio/u-vsprintf.h: Likewise.
32408         * lib/unistdio/u16-asnprintf.c: Likewise.
32409         * lib/unistdio/u16-asprintf.c: Likewise.
32410         * lib/unistdio/u16-printf-parse.c: Likewise.
32411         * lib/unistdio/u16-snprintf.c: Likewise.
32412         * lib/unistdio/u16-sprintf.c: Likewise.
32413         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32414         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32415         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32416         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32417         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32418         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32419         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32420         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32421         * lib/unistdio/u16-vasnprintf.c: Likewise.
32422         * lib/unistdio/u16-vasprintf.c: Likewise.
32423         * lib/unistdio/u16-vsnprintf.c: Likewise.
32424         * lib/unistdio/u16-vsprintf.c: Likewise.
32425         * lib/unistdio/u32-asnprintf.c: Likewise.
32426         * lib/unistdio/u32-asprintf.c: Likewise.
32427         * lib/unistdio/u32-printf-parse.c: Likewise.
32428         * lib/unistdio/u32-snprintf.c: Likewise.
32429         * lib/unistdio/u32-sprintf.c: Likewise.
32430         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32431         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32432         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32433         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32434         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32435         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32436         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32437         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32438         * lib/unistdio/u32-vasnprintf.c: Likewise.
32439         * lib/unistdio/u32-vasprintf.c: Likewise.
32440         * lib/unistdio/u32-vsnprintf.c: Likewise.
32441         * lib/unistdio/u32-vsprintf.c: Likewise.
32442         * lib/unistdio/u8-asnprintf.c: Likewise.
32443         * lib/unistdio/u8-asprintf.c: Likewise.
32444         * lib/unistdio/u8-printf-parse.c: Likewise.
32445         * lib/unistdio/u8-snprintf.c: Likewise.
32446         * lib/unistdio/u8-sprintf.c: Likewise.
32447         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32448         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32449         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32450         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32451         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32452         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32453         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32454         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32455         * lib/unistdio/u8-vasnprintf.c: Likewise.
32456         * lib/unistdio/u8-vasprintf.c: Likewise.
32457         * lib/unistdio/u8-vsnprintf.c: Likewise.
32458         * lib/unistdio/u8-vsprintf.c: Likewise.
32459         * lib/unistdio/ulc-asnprintf.c: Likewise.
32460         * lib/unistdio/ulc-asprintf.c: Likewise.
32461         * lib/unistdio/ulc-printf-parse.c: Likewise.
32462         * lib/unistdio/ulc-snprintf.c: Likewise.
32463         * lib/unistdio/ulc-sprintf.c: Likewise.
32464         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32465         * lib/unistdio/ulc-vasprintf.c: Likewise.
32466         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32467         * lib/unistdio/ulc-vsprintf.c: Likewise.
32468         * lib/unistr.h: Likewise.
32469         * lib/unistr/u-cpy-alloc.h: Likewise.
32470         * lib/unistr/u-cpy.h: Likewise.
32471         * lib/unistr/u-endswith.h: Likewise.
32472         * lib/unistr/u-move.h: Likewise.
32473         * lib/unistr/u-set.h: Likewise.
32474         * lib/unistr/u-startswith.h: Likewise.
32475         * lib/unistr/u-stpcpy.h: Likewise.
32476         * lib/unistr/u-stpncpy.h: Likewise.
32477         * lib/unistr/u-strcat.h: Likewise.
32478         * lib/unistr/u-strcpy.h: Likewise.
32479         * lib/unistr/u-strcspn.h: Likewise.
32480         * lib/unistr/u-strdup.h: Likewise.
32481         * lib/unistr/u-strlen.h: Likewise.
32482         * lib/unistr/u-strncat.h: Likewise.
32483         * lib/unistr/u-strncpy.h: Likewise.
32484         * lib/unistr/u-strnlen.h: Likewise.
32485         * lib/unistr/u-strpbrk.h: Likewise.
32486         * lib/unistr/u-strspn.h: Likewise.
32487         * lib/unistr/u-strstr.h: Likewise.
32488         * lib/unistr/u-strtok.h: Likewise.
32489         * lib/unistr/u16-check.c: Likewise.
32490         * lib/unistr/u16-chr.c: Likewise.
32491         * lib/unistr/u16-cmp.c: Likewise.
32492         * lib/unistr/u16-cpy-alloc.c: Likewise.
32493         * lib/unistr/u16-cpy.c: Likewise.
32494         * lib/unistr/u16-endswith.c: Likewise.
32495         * lib/unistr/u16-mblen.c: Likewise.
32496         * lib/unistr/u16-mbsnlen.c: Likewise.
32497         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32498         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32499         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32500         * lib/unistr/u16-mbtouc.c: Likewise.
32501         * lib/unistr/u16-mbtoucr.c: Likewise.
32502         * lib/unistr/u16-move.c: Likewise.
32503         * lib/unistr/u16-next.c: Likewise.
32504         * lib/unistr/u16-prev.c: Likewise.
32505         * lib/unistr/u16-set.c: Likewise.
32506         * lib/unistr/u16-startswith.c: Likewise.
32507         * lib/unistr/u16-stpcpy.c: Likewise.
32508         * lib/unistr/u16-stpncpy.c: Likewise.
32509         * lib/unistr/u16-strcat.c: Likewise.
32510         * lib/unistr/u16-strchr.c: Likewise.
32511         * lib/unistr/u16-strcmp.c: Likewise.
32512         * lib/unistr/u16-strcpy.c: Likewise.
32513         * lib/unistr/u16-strcspn.c: Likewise.
32514         * lib/unistr/u16-strdup.c: Likewise.
32515         * lib/unistr/u16-strlen.c: Likewise.
32516         * lib/unistr/u16-strmblen.c: Likewise.
32517         * lib/unistr/u16-strmbtouc.c: Likewise.
32518         * lib/unistr/u16-strncat.c: Likewise.
32519         * lib/unistr/u16-strncmp.c: Likewise.
32520         * lib/unistr/u16-strncpy.c: Likewise.
32521         * lib/unistr/u16-strnlen.c: Likewise.
32522         * lib/unistr/u16-strpbrk.c: Likewise.
32523         * lib/unistr/u16-strrchr.c: Likewise.
32524         * lib/unistr/u16-strspn.c: Likewise.
32525         * lib/unistr/u16-strstr.c: Likewise.
32526         * lib/unistr/u16-strtok.c: Likewise.
32527         * lib/unistr/u16-to-u32.c: Likewise.
32528         * lib/unistr/u16-to-u8.c: Likewise.
32529         * lib/unistr/u16-uctomb-aux.c: Likewise.
32530         * lib/unistr/u16-uctomb.c: Likewise.
32531         * lib/unistr/u32-check.c: Likewise.
32532         * lib/unistr/u32-chr.c: Likewise.
32533         * lib/unistr/u32-cmp.c: Likewise.
32534         * lib/unistr/u32-cpy-alloc.c: Likewise.
32535         * lib/unistr/u32-cpy.c: Likewise.
32536         * lib/unistr/u32-endswith.c: Likewise.
32537         * lib/unistr/u32-mblen.c: Likewise.
32538         * lib/unistr/u32-mbsnlen.c: Likewise.
32539         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32540         * lib/unistr/u32-mbtouc.c: Likewise.
32541         * lib/unistr/u32-mbtoucr.c: Likewise.
32542         * lib/unistr/u32-move.c: Likewise.
32543         * lib/unistr/u32-next.c: Likewise.
32544         * lib/unistr/u32-prev.c: Likewise.
32545         * lib/unistr/u32-set.c: Likewise.
32546         * lib/unistr/u32-startswith.c: Likewise.
32547         * lib/unistr/u32-stpcpy.c: Likewise.
32548         * lib/unistr/u32-stpncpy.c: Likewise.
32549         * lib/unistr/u32-strcat.c: Likewise.
32550         * lib/unistr/u32-strchr.c: Likewise.
32551         * lib/unistr/u32-strcmp.c: Likewise.
32552         * lib/unistr/u32-strcpy.c: Likewise.
32553         * lib/unistr/u32-strcspn.c: Likewise.
32554         * lib/unistr/u32-strdup.c: Likewise.
32555         * lib/unistr/u32-strlen.c: Likewise.
32556         * lib/unistr/u32-strmblen.c: Likewise.
32557         * lib/unistr/u32-strmbtouc.c: Likewise.
32558         * lib/unistr/u32-strncat.c: Likewise.
32559         * lib/unistr/u32-strncmp.c: Likewise.
32560         * lib/unistr/u32-strncpy.c: Likewise.
32561         * lib/unistr/u32-strnlen.c: Likewise.
32562         * lib/unistr/u32-strpbrk.c: Likewise.
32563         * lib/unistr/u32-strrchr.c: Likewise.
32564         * lib/unistr/u32-strspn.c: Likewise.
32565         * lib/unistr/u32-strstr.c: Likewise.
32566         * lib/unistr/u32-strtok.c: Likewise.
32567         * lib/unistr/u32-to-u16.c: Likewise.
32568         * lib/unistr/u32-to-u8.c: Likewise.
32569         * lib/unistr/u32-uctomb.c: Likewise.
32570         * lib/unistr/u8-check.c: Likewise.
32571         * lib/unistr/u8-chr.c: Likewise.
32572         * lib/unistr/u8-cmp.c: Likewise.
32573         * lib/unistr/u8-cpy-alloc.c: Likewise.
32574         * lib/unistr/u8-cpy.c: Likewise.
32575         * lib/unistr/u8-endswith.c: Likewise.
32576         * lib/unistr/u8-mblen.c: Likewise.
32577         * lib/unistr/u8-mbsnlen.c: Likewise.
32578         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32579         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32580         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32581         * lib/unistr/u8-mbtouc.c: Likewise.
32582         * lib/unistr/u8-mbtoucr.c: Likewise.
32583         * lib/unistr/u8-move.c: Likewise.
32584         * lib/unistr/u8-next.c: Likewise.
32585         * lib/unistr/u8-prev.c: Likewise.
32586         * lib/unistr/u8-set.c: Likewise.
32587         * lib/unistr/u8-startswith.c: Likewise.
32588         * lib/unistr/u8-stpcpy.c: Likewise.
32589         * lib/unistr/u8-stpncpy.c: Likewise.
32590         * lib/unistr/u8-strcat.c: Likewise.
32591         * lib/unistr/u8-strchr.c: Likewise.
32592         * lib/unistr/u8-strcmp.c: Likewise.
32593         * lib/unistr/u8-strcpy.c: Likewise.
32594         * lib/unistr/u8-strcspn.c: Likewise.
32595         * lib/unistr/u8-strdup.c: Likewise.
32596         * lib/unistr/u8-strlen.c: Likewise.
32597         * lib/unistr/u8-strmblen.c: Likewise.
32598         * lib/unistr/u8-strmbtouc.c: Likewise.
32599         * lib/unistr/u8-strncat.c: Likewise.
32600         * lib/unistr/u8-strncmp.c: Likewise.
32601         * lib/unistr/u8-strncpy.c: Likewise.
32602         * lib/unistr/u8-strnlen.c: Likewise.
32603         * lib/unistr/u8-strpbrk.c: Likewise.
32604         * lib/unistr/u8-strrchr.c: Likewise.
32605         * lib/unistr/u8-strspn.c: Likewise.
32606         * lib/unistr/u8-strstr.c: Likewise.
32607         * lib/unistr/u8-strtok.c: Likewise.
32608         * lib/unistr/u8-to-u16.c: Likewise.
32609         * lib/unistr/u8-to-u32.c: Likewise.
32610         * lib/unistr/u8-uctomb-aux.c: Likewise.
32611         * lib/unistr/u8-uctomb.c: Likewise.
32612         * lib/unitypes.h: Likewise.
32613         * lib/uniwidth.h: Likewise.
32614         * lib/uniwidth/cjk.h: Likewise.
32615         * lib/uniwidth/u16-strwidth.c: Likewise.
32616         * lib/uniwidth/u16-width.c: Likewise.
32617         * lib/uniwidth/u32-strwidth.c: Likewise.
32618         * lib/uniwidth/u32-width.c: Likewise.
32619         * lib/uniwidth/u8-strwidth.c: Likewise.
32620         * lib/uniwidth/u8-width.c: Likewise.
32621         * lib/uniwidth/width.c: Likewise.
32622
32623 2007-10-07  Bruno Haible  <bruno@clisp.org>
32624
32625         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32626         The file is still under LGPL (see modules/inttypes).
32627
32628 2007-10-06  Bruno Haible  <bruno@clisp.org>
32629
32630         * modules/trunc (Dependencies): Add 'extensions'.
32631         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32632         Reported by Ben Pfaff <blp@gnu.org>.
32633
32634 2007-10-06  Bruno Haible  <bruno@clisp.org>
32635
32636         * modules/freopen-tests: New file.
32637         * tests/test-freopen.c: New file.
32638
32639         * modules/fopen-tests: New file.
32640         * tests/test-fopen.c: New file.
32641
32642         * modules/fopen: New file.
32643         * lib/fopen.c: New file.
32644         * m4/fopen.m4: New file.
32645         * modules/freopen: New file.
32646         * lib/freopen.c: New file.
32647         * m4/freopen.m4: New file.
32648         * lib/stdio.in.h (fopen, freopen): New declarations.
32649         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32650         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32651         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32652         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32653         * doc/functions/fopen.texi: Mention the 'fopen' module.
32654         * doc/functions/freopen.texi: Mention the 'freopen' module.
32655
32656 2007-10-06  Bruno Haible  <bruno@clisp.org>
32657
32658         * modules/open-tests: New file.
32659         * tests/test-open.c: New file.
32660
32661         * modules/open: New file.
32662         * lib/open.c: New file.
32663         * m4/open.m4: New file.
32664         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32665         lib/open.c does.
32666         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32667         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32668         macros.
32669         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32670         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32671         REPLACE_OPEN.
32672         * doc/functions/open.texi: Mention the 'open' module.
32673
32674 2007-10-04  Bruno Haible  <bruno@clisp.org>
32675
32676         * modules/ceill-tests: New file.
32677         * tests/test-ceill.c: New file.
32678
32679         * modules/ceill: New file.
32680         * lib/ceill.c: Replace entire file.
32681         * m4/ceill.m4: New file.
32682         * lib/math.in.h (ceill): Replace declaration.
32683         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32684         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32685         * doc/functions/ceill.texi: Mention the 'ceill' module.
32686         * modules/mathl (Files): Remove lib/ceill.c.
32687         (Depends-on): Add ceill.
32688
32689 2007-10-04  Bruno Haible  <bruno@clisp.org>
32690
32691         * modules/ceilf-tests: New file.
32692         * tests/test-ceilf.c: New file.
32693
32694         * modules/ceilf: New file.
32695         * lib/ceil.c: New file.
32696         * lib/ceilf.c: New file.
32697         * m4/ceilf.m4: New file.
32698         * lib/math.in.h (ceilf): New declaration.
32699         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32700         HAVE_DECL_CEILF.
32701         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32702         HAVE_DECL_CEILF.
32703         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32704
32705 2007-10-04  Bruno Haible  <bruno@clisp.org>
32706
32707         * modules/floorl-tests: New file.
32708         * tests/test-floorl.c: New file.
32709
32710         * modules/floorl: New file.
32711         * lib/floorl.c: Replace entire file.
32712         * m4/floorl.m4: New file.
32713         * lib/math.in.h (floorl): Replace declaration.
32714         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32715         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32716         * doc/functions/floorl.texi: Mention the 'floorl' module.
32717         * modules/mathl (Files): Remove lib/floorl.c.
32718         (Depends-on): Add floorl.
32719
32720 2007-10-04  Bruno Haible  <bruno@clisp.org>
32721
32722         * modules/floorf-tests: New file.
32723         * tests/test-floorf.c: New file.
32724
32725         * modules/floorf: New file.
32726         * lib/floor.c: New file.
32727         * lib/floorf.c: New file.
32728         * m4/floorf.m4: New file.
32729         * lib/math.in.h (floorf): New declaration.
32730         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32731         HAVE_DECL_FLOORF.
32732         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32733         HAVE_DECL_FLOORF.
32734         * doc/functions/floorf.texi: Mention the 'floorf' module.
32735
32736 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32737             Bruno Haible  <bruno@clisp.org>
32738
32739         Advertise for the Git server instead of the CVS server.
32740         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32741         repository instead of the CVS one.
32742         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32743         about all VCS systems generically.
32744         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32745
32746 2007-10-04  Bruno Haible  <bruno@clisp.org>
32747
32748         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32749         means.
32750         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32751
32752 2007-10-04  Bruno Haible  <bruno@clisp.org>
32753
32754         * modules/truncl-tests: New file.
32755         * tests/test-truncl.c: New file.
32756
32757         * modules/truncl: New file.
32758         * lib/truncl.c: New file.
32759         * m4/truncl.m4: New file.
32760         * lib/math.in.h (truncl): New declaration.
32761         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32762         HAVE_DECL_TRUNCL.
32763         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32764         HAVE_DECL_TRUNCL.
32765         * doc/functions/truncl.texi: Mention the 'truncl' module.
32766
32767 2007-10-04  Bruno Haible  <bruno@clisp.org>
32768
32769         * modules/truncf-tests: New file.
32770         * tests/test-truncf.c: New file.
32771
32772         * modules/truncf: New file.
32773         * lib/trunc.c: Make paramerizable through USE_* macros.
32774         * lib/truncf.c: New file.
32775         * m4/truncf.m4: New file.
32776         * lib/math.in.h (truncf): New declaration.
32777         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32778         HAVE_DECL_TRUNCF.
32779         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32780         HAVE_DECL_TRUNCF.
32781         * doc/functions/truncf.texi: Mention the 'truncf' module.
32782
32783 2007-10-03  Bruno Haible  <bruno@clisp.org>
32784
32785         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32786         augmentation also for tests modules.
32787         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32788         * modules/atexit-tests (Makefile.am): Likewise.
32789         * modules/binary-io-tests (Makefile.am): Likewise.
32790         * modules/c-strcase-tests (Makefile.am): Likewise.
32791         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32792         * modules/canonicalize-tests (Makefile.am): Likewise.
32793         * modules/closein-tests (Makefile.am): Likewise.
32794         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32795         * modules/freadahead-tests (Makefile.am): Likewise.
32796         * modules/fseek-tests (Makefile.am): Likewise.
32797         * modules/fseeko-tests (Makefile.am): Likewise.
32798         * modules/ftell-tests (Makefile.am): Likewise.
32799         * modules/ftello-tests (Makefile.am): Likewise.
32800         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32801         * modules/isnanl-tests (Makefile.am): Likewise.
32802         * modules/lseek-tests (Makefile.am): Likewise.
32803         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32804         * modules/mbscasestr-tests (Makefile.am): Likewise.
32805         * modules/mbschr-tests (Makefile.am): Likewise.
32806         * modules/mbscspn-tests (Makefile.am): Likewise.
32807         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32808         * modules/mbspbrk-tests (Makefile.am): Likewise.
32809         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32810         * modules/mbsrchr-tests (Makefile.am): Likewise.
32811         * modules/mbsspn-tests (Makefile.am): Likewise.
32812         * modules/mbsstr-tests (Makefile.am): Likewise.
32813         * modules/printf-posix-tests (Makefile.am): Likewise.
32814         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32815         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32816         * modules/tsearch-tests (Makefile.am): Likewise.
32817         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32818         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32819         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32820         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32821         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32822         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32823         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32824         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32825         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32826         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32827         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32828         * modules/xstrtol-tests (Makefile.am): Likewise.
32829         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32830         * modules/yesno-tests (Makefile.am): Likewise.
32831
32832 2007-10-03  Bruno Haible  <bruno@clisp.org>
32833
32834         * modules/trunc-tests: New file.
32835         * tests/test-trunc.c: New file.
32836
32837         * modules/trunc: New file.
32838         * lib/trunc.c: New file.
32839         * m4/trunc.m4: New file.
32840         * lib/math.in.h (trunc): New declaration.
32841         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32842         HAVE_DECL_TRUNC.
32843         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32844         HAVE_DECL_TRUNC.
32845         * doc/functions/trunc.texi: Mention the 'trunc' module.
32846
32847 2007-10-03  Bruno Haible  <bruno@clisp.org>
32848
32849         * tests/test-fpending.c: New file, mostly copied
32850         from coreutils/lib/t-fpending.c.
32851         * modules/fpending-tests: New file.
32852
32853 2007-10-03  Bruno Haible  <bruno@clisp.org>
32854
32855         Port the stdio extensions to QNX (untested).
32856         * lib/fseterr.c (fseterr): Add support for QNX.
32857         * lib/fbufmode.c (fbufmode): Likewise.
32858         * lib/freadable.c (freadable): Likewise.
32859         * lib/fwritable.c (fwritable): Likewise.
32860         * lib/freading.c (freading): Likewise.
32861         * lib/fwriting.c (fwriting): Likewise.
32862         * lib/freadahead.c (freadahed): Likewise.
32863         * lib/fpurge.c (fpurge): Likewise.
32864         * lib/fseeko.c (rpl_fseeko): Likewise.
32865
32866 2007-10-03  Bruno Haible  <bruno@clisp.org>
32867             Jim Meyering  <jim@meyering.net>
32868             Eric Blake  <ebb9@byu.net>
32869
32870         * doc/relocatable.texi: Use @command instead of @program.
32871
32872 2007-10-02  Jim Meyering  <jim@meyering.net>
32873
32874         Perform one more "_.h" -> ".in.h" substitution.
32875         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32876         instead of unistd_.h here, too.
32877
32878 2007-10-01  Bruno Haible  <bruno@clisp.org>
32879
32880         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32881         Needed for the alloca-opt module.
32882
32883 2007-09-30  Bruno Haible  <bruno@clisp.org>
32884
32885         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32886         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32887         alloca_.h.
32888         * lib/argz.in.h: Renamed from lib/argz_.h.
32889         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32890         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32891         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32892         byteswap_.h.
32893         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32894         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32895         dirent_.h.
32896         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32897         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32898         fcntl_.h.
32899         * lib/float.in.h: Renamed from lib/float_.h.
32900         * modules/float (Files, Makefile.am): Use float.in.h instead of
32901         float_.h.
32902         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32903         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32904         fnmatch_.h.
32905         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32906         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32907         getopt_.h.
32908         * lib/glob.in.h: Renamed from lib/glob_.h.
32909         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32910         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32911         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32912         iconv_.h.
32913         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32914         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32915         inttypes_.h.
32916         * lib/locale.in.h: Renamed from lib/locale_.h.
32917         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32918         locale_.h.
32919         * lib/math.in.h: Renamed from lib/math_.h.
32920         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32921         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32922         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32923         of netinet_in_.h. Add dependency.
32924         * lib/poll.in.h: Renamed from lib/poll_.h.
32925         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32926         * lib/search.in.h: Renamed from lib/search_.h.
32927         * modules/search (Files, Makefile.am): Use search.in.h instead of
32928         search_.h.
32929         * lib/signal.in.h: Renamed from lib/signal_.h.
32930         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32931         _signal.h.
32932         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32933         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32934         stdbool_.h.
32935         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32936         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32937         stdint_.h.
32938         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32939         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32940         stdio_.h.
32941         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32942         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32943         stdlib_.h.
32944         * lib/string.in.h: Renamed from lib/string_.h.
32945         * modules/string (Files, Makefile.am): Use string.in.h instead of
32946         string_.h.
32947         * doc/gnulib-tool.texi (Initial import): Update.
32948         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32949         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32950         of sys_select_.h. Add dependency.
32951         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32952         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32953         of sys_socket_.h.
32954         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32955         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32956         sys_stat_.h.
32957         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32958         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32959         sys_time_.h.
32960         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32961         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32962         sysexits_.h.
32963         * lib/time.in.h: Renamed from lib/time_.h.
32964         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32965         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32966         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32967         unistd_.h.
32968         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32969         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32970         wchar_.h.
32971         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32972         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32973         wctype_.h.
32974         * build-aux/bootstrap (slurp): Update.
32975         * lib/.cppi-disable: Update.
32976
32977 2007-09-30  Bruno Haible  <bruno@clisp.org>
32978
32979         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32980         Needed on BeOS.
32981
32982 2007-09-30  Bruno Haible  <bruno@clisp.org>
32983
32984         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32985
32986 2007-09-29  Bruno Haible  <bruno@clisp.org>
32987
32988         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32989
32990 2007-09-29  Bruno Haible  <bruno@clisp.org>
32991
32992         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32993         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32994         * build-aux/install-reloc: Compile also areadlink.c.
32995         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32996
32997 2007-09-29  Bruno Haible  <bruno@clisp.org>
32998
32999         * gnulib-tool (func_emit_initmacro_done): Indentation.
33000
33001 2007-09-29  Bruno Haible  <bruno@clisp.org>
33002
33003         * README: Add CVS checkout update instructions.
33004         Info from Bob Proulx <bob@proulx.com>.
33005
33006 2007-09-28  Eric Blake  <ebb9@byu.net>
33007
33008         Provide move-if-change.
33009         * build-aux/move-if-change: New file, based on best practice
33010         rather than any canonical upstream location.
33011
33012 2007-09-28  Jim Meyering  <jim@meyering.net>
33013
33014         Fix canonicalize loop-detection corner case.
33015         Do not attempt to stat the symlink values stored via seen_triple.
33016         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33017         on linux-2.6.18, (but not 2.6.22).
33018         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33019         triple_compare.  The former compares dev,ino,filename, while the latter
33020         would actually stat dirname(filename) when dev and ino were equal.
33021         * lib/hash-triple.c: Install <string.h>.
33022         (STREQ): Define.
33023         (triple_compare_ino_str): New function.
33024         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33025
33026 2007-09-28  Eric Blake  <ebb9@byu.net>
33027
33028         Enforce that AC_REPLACE_FUNCS files exist.
33029         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33030         override check for typos.
33031
33032         Fix test-closein on Solaris 10.
33033         * tests/test-closein.c (main): Don't assume stdin can be inherited
33034         closed on all systems.
33035         * tests/test-closein.sh: Likewise.
33036         Reported by Piotr Tarnowski.
33037
33038 2007-09-28  Jim Meyering  <jim@meyering.net>
33039
33040         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33041
33042 2007-09-27  Jim Meyering  <jim@meyering.net>
33043
33044         canonicalize: Avoid a false-positive cycle failure.
33045         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33046         Sort.  Remove cycle-check.
33047         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33048         not cycle-check.h.
33049         (seen_triple): New function.
33050         (canonicalize_filename_mode): Use it instead of cycle-check.
33051         * tests/test-canonicalize.c: Add a test for this bug.
33052         * tests/test-canonicalize.sh: Set up and run the test.
33053
33054         New module, file-set, from coreutils.
33055         * modules/file-set: Define it.
33056         * lib/file-set.c, lib/file-set.h: Implement.
33057
33058         New module, hash-triple, from coreutils.
33059         * modules/hash-triple: Define it.
33060         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33061
33062 2007-09-25  Eric Blake  <ebb9@byu.net>
33063
33064         Fix strerror on Interix.
33065         * lib/string_.h (strerror): Declare replacement.
33066         * doc/functions/strerror.texi (strerror): Document the Interix
33067         shortcoming.
33068         * modules/string (Makefile.am): Support new hooks.
33069         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33070         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33071         gl_FUNC_STRERROR_SEPARATE.
33072         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33073         * lib/strerror.c (rpl_strerror): Provide replacement.
33074         * modules/strerror (Depends-on): Add string.
33075         (configure.ac): Detect use of module.
33076         * tests/test-strerror.c: New file.
33077         * modules/strerror-tests: New test module.
33078         * modules/argp (Depends-on): Add strerror.
33079         * modules/error (Depends-on): Likewise.
33080         Reported by Martin Koeppe.
33081
33082 2007-09-24  Bruno Haible  <bruno@clisp.org>
33083
33084         * README: Update git instructions.
33085
33086 2007-09-24  Eric Blake  <ebb9@byu.net>
33087
33088         Revert fpending breakage from 2007-09-08.
33089         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33090         __fpending.c.
33091
33092 2007-09-24  Jim Meyering  <jim@meyering.net>
33093
33094         filenamecat.c: Add a test.
33095         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33096         showing how the function works when DIR is the empty string.
33097
33098 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33099
33100         * tests/test-canonicalize.sh: Turn on executable bit.
33101
33102 2007-09-19  Eric Blake  <ebb9@byu.net>
33103
33104         * README: Update CVS instructions.
33105
33106 2007-09-18  Bruno Haible  <bruno@clisp.org>
33107
33108         * modules/areadlink: New file.
33109         * lib/areadlink.h (areadlink): New declaration.
33110         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33111
33112 2007-09-17  Jim Meyering  <jim@meyering.net>
33113
33114         * lib/savewd.c (ESTALE) [!defined]: Define.
33115         Reported to be required on Interix by Martin Koeppe.
33116
33117 2007-09-17  Bruno Haible  <bruno@clisp.org>
33118
33119         * gnulib-tool (func_version): Use $version.
33120
33121 2007-09-16  Bruno Haible  <bruno@clisp.org>
33122
33123         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33124         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33125         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33126         Reported by Greg Schafer <gschafer@zip.com.au>.
33127
33128 2007-09-15  Bruno Haible  <bruno@clisp.org>
33129
33130         * gnulib-tool (sed): Try a little harder to make bash understand the
33131         alias.
33132         Reported by Bruce Korb <bruce.korb@gmail.com>.
33133
33134 2007-09-13  Eric Blake  <ebb9@byu.net>
33135
33136         * ChangeLog: Remove conflict markers.
33137
33138 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33139
33140         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33141         Reported by Bruno Haible <bruno@clisp.org>.
33142
33143 2007-09-12  Bruno Haible  <bruno@clisp.org>
33144
33145         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33146         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33147         is not defined.
33148
33149 2007-09-12  Eric Blake  <ebb9@byu.net>
33150
33151         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33152         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33153         Autoconf definition.
33154         * modules/euidaccess (Depends-on): Add extensions, for
33155         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33156         * modules/fnmatch (Depends-on): Likewise.
33157         * modules/getaddrinfo (Depends-on): Likewise.
33158         * modules/getdelim (Depends-on): Likewise.
33159         * modules/getline (Depends-on): Likewise.
33160         * modules/getsubopt (Depends-on): Likewise.
33161         * modules/gettext (Depends-on): Likewise.
33162         * modules/group-member (Depends-on): Likewise.
33163         * modules/mbchar (Depends-on): Likewise.
33164         * modules/memmem (Depends-on): Likewise.
33165         * modules/mempcpy (Depends-on): Likewise.
33166         * modules/memrchr (Depends-on): Likewise.
33167         * modules/pagealign_alloc (Depends-on): Likewise.
33168         * modules/readutmp (Depends-on): Likewise.
33169         * modules/stpcpy (Depends-on): Likewise.
33170         * modules/stpncpy (Depends-on): Likewise.
33171         * modules/strchrnul (Depends-on): Likewise.
33172         * modules/strndup (Depends-on): Likewise.
33173         * modules/strsep (Depends-on): Likewise.
33174         * modules/strverscmp (Depends-on): Likewise.
33175         * modules/vasprintf (Depends-on): Likewise.
33176         * modules/wcwidth (Depends-on): Likewise.
33177         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33178         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33179         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33180         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33181         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33182         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33183         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33184         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33185         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33186         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33187         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33188         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33189         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33190         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33191         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33192         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33193         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33194         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33195         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33196         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33197         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33198         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33199         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33200         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33201         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33202         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33203         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33204         so that lock.m4 can be used in gettext without extensions module.
33205
33206 2007-09-11  Bruno Haible  <bruno@clisp.org>
33207
33208         * m4/isc-posix.m4: Remove file.
33209         Suggested by Eric Blake.
33210
33211 2007-09-11  Eric Blake  <ebb9@byu.net>
33212
33213         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33214
33215 2007-09-10  Bruno Haible  <bruno@clisp.org>
33216
33217         * posix-modules: Fix typo in error message.
33218         Reported by Matt <mkraai@beckman.com>.
33219
33220 2007-09-09  Bruno Haible  <bruno@clisp.org>
33221
33222         * doc/functions/getdelim.texi: Update list of platforms lacking the
33223         function.
33224         * doc/functions/getline.texi: Likewise.
33225
33226 2007-09-09  Jim Meyering  <jim@meyering.net>
33227
33228         * lib/hash.c (hash_initialize): Detect calloc failure.
33229         Reported by Bruno Haible.
33230
33231 2007-09-09  Bruno Haible  <bruno@clisp.org>
33232
33233         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33234         malloc or realloc fails.
33235
33236 2007-09-09  Bruno Haible  <bruno@clisp.org>
33237
33238         * modules/getcwd (Depends-on): Add malloc-posix.
33239         * modules/glob (Depends-on): Likewise.
33240         * modules/putenv (Depends-on): Likewise.
33241         * modules/strdup (Depends-on): Likewise.
33242         * modules/getdelim (Depends-on): Add realloc-posix.
33243         * modules/read-file (Depends-on): Likewise.
33244
33245 2007-09-09  Bruno Haible  <bruno@clisp.org>
33246
33247         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33248         (gl_FUNC_MALLOC_POSIX): Require it.
33249         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33250         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33251         * modules/realloc (Files): Add m4/malloc.m4.
33252         * modules/calloc (Files): Likewise.
33253
33254 2007-09-09  Bruno Haible  <bruno@clisp.org>
33255
33256         * modules/malloc-posix: New file.
33257         * modules/malloc (Depends-on): Add malloc-posix.
33258         * lib/malloc.c: Include errno.h.
33259         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33260         and a POSIX-compatible malloc into a single function. Set ENOMEM
33261         when returning NULL.
33262         * m4/malloc.m4: New file.
33263         * doc/functions/malloc.texi: Mention the malloc-posix module.
33264         * lib/stdlib_.h (malloc): New declaration.
33265         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33266         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33267         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33268         and HAVE_MALLOC_POSIX.
33269
33270 2007-09-09  Bruno Haible  <bruno@clisp.org>
33271
33272         * modules/realloc-posix: New file.
33273         * modules/realloc (Depends-on): Add realloc-posix.
33274         * lib/realloc.c: Include errno.h.
33275         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33276         and a POSIX-compatible realloc into a single function. Set ENOMEM
33277         when returning NULL.
33278         * m4/realloc.m4: New file.
33279         * doc/functions/realloc.texi: Mention the realloc-posix module.
33280         * lib/stdlib_.h (realloc): New declaration.
33281         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33282         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33283         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33284         and HAVE_REALLOC_POSIX.
33285
33286 2007-09-09  Bruno Haible  <bruno@clisp.org>
33287
33288         * modules/calloc-posix: New file.
33289         * modules/calloc (Depends-on): Add calloc-posix.
33290         * lib/calloc.c: Include errno.h.
33291         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33292         and a POSIX-compatible calloc into a single function. Set ENOMEM
33293         when returning NULL.
33294         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33295         * doc/functions/calloc.texi: Mention the calloc-posix module.
33296         * lib/stdlib_.h (calloc): New declaration.
33297         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33298         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33299         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33300         and HAVE_CALLOC_POSIX.
33301
33302 2007-09-09  Bruno Haible  <bruno@clisp.org>
33303
33304         Allow for modules to show an arbitrary notice.
33305         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33306         * gnulib-tool: New option --extract-notice.
33307         (func_usage): Document it.
33308         (sed_extract_prog): Update.
33309         (func_get_notice): New function.
33310         (func_modules_notice): New function.
33311         (func_import, func_create_testdir): Invoke it.
33312         Suggested by Jim Meyering.
33313
33314 2007-09-09  Bruno Haible  <bruno@clisp.org>
33315
33316         * gnulib-tool: New options --verbose, --quiet.
33317         (func_usage): Document them.
33318         (verbose): New variable.
33319         (func_execute_command): New function.
33320         (func_import): Don't show the module list and the file list if
33321         $verbose < 0.
33322         (func_create_testdir): Likewise. Use func_execute_command.
33323         (func_create_megatestdir): Use func_execute_command.
33324
33325 2007-09-08  Bruno Haible  <bruno@clisp.org>
33326
33327         * gnulib-tool (func_import): Prefer rsync over wget when available,
33328         for fetching the PO files.
33329
33330 2007-09-08  Bruno Haible  <bruno@clisp.org>
33331
33332         * posix-modules: New file. Portions copied from gnulib-tool.
33333         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33334
33335 2007-09-08  Jim Meyering  <jim@meyering.net>
33336
33337         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33338         * lib/fpending.h: Rename from __fpending.h.
33339         * lib/fpending.c: Rename from __fpending.c.
33340         Include "fpending.h", not "__fpending.h".
33341         * lib/__fpending.h, lib/__fpending.c: Remove files.
33342         * modules/fpending (Files): Reflect new file names.
33343         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33344
33345 2007-09-08  Bruno Haible  <bruno@clisp.org>
33346
33347         * m4/inttypes-h.m4: Remove stub file.
33348
33349 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33350
33351         * doc/headers/stdint.texi: Discuss #include_next issue.
33352
33353 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33356
33357 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33358
33359         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33360         in variable name.
33361
33362 2007-09-03  Jim Meyering  <jim@meyering.net>
33363
33364         New module: git-version-gen.
33365         * modules/git-version-gen: New file.
33366
33367         Import changes from coreutils for bootstrap script.
33368
33369         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33370
33371         bootstrap: uses rsync to download the .po files
33372         * build-aux/bootstrap (po_download_command_format): New global.
33373         (download_po_files): Use rsync.
33374         (update_po_files): Don't remove .po files after download,
33375         so future rsync runs can take advantage of the copies.
33376
33377         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33378
33379         Solve the unnecessary-.po-file-regeneration problem once and for all.
33380         * build-aux/bootstrap (download_po_files): New function, renamed from
33381         get_translations.  Now, downloads, but doesn't update LINGUAS.
33382         (update_po_files): New function.
33383
33384         bootstrap: Ignore more.
33385         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33386         uniwidth to e.g., lib/.gitignore.
33387         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33388
33389         * build-aux/bootstrap: New setting: vc_ignore.
33390         (insert_sorted_if_absent): Create $file if absent.
33391         Adapt to new, possibly empty, list: $vc_ignore.
33392
33393         bootstrap: generate more ignorable names
33394         * build-aux/bootstrap (slurp): When generating ignorable names,
33395         also map .sin to .sed, .gperf to .c, and .y to .c.
33396
33397 2007-09-03  Jim Meyering  <jim@meyering.net>
33398
33399         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33400         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33401
33402 2007-09-02  Bruno Haible  <bruno@clisp.org>
33403
33404         Fix mis-recognition of 'mcs' on QNX 6.
33405         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33406         output contains the string "Mono".
33407         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33408         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33409
33410 2007-09-01  Bruno Haible  <bruno@clisp.org>
33411
33412         Fix collision between uniwidth/* and linebreak modules.
33413         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33414         u32_width): Remove declarations.
33415         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33416         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33417         streq3, streq2, streq1, streq0): Remove functions.
33418         (STREQ): Remove macro.
33419         (is_cjk_encoding): Remove function.
33420         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33421         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33422         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33423         * NEWS: Document the change.
33424
33425 2007-09-01  Bruno Haible  <bruno@clisp.org>
33426
33427         * lib/streq.h: Add double-inclusion guard.
33428
33429 2007-09-01  Karl Berry  <karl@gnu.org>
33430
33431         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33432
33433 2007-08-28  Jim Meyering  <jim@meyering.net>
33434
33435         Rename mreadlink_with_size to areadlink_with_size.
33436         * NEWS: Document the change.
33437         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33438         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33439         * lib/mreadlink.h: Rename this to...
33440         * lib/areadlink.h: ...this.
33441         * modules/mreadlink-with-size: Rename this to...
33442         * modules/areadlink-with-size: ...this.
33443         * lib/canonicalize.c: Reflect the renaming.
33444         * modules/canonicalize: Likewise.
33445
33446 2007-08-26  Bruno Haible  <bruno@clisp.org>
33447
33448         * gnulib-tool (func_import): When deciding which files to remove,
33449         consider also dangling symbolic links.
33450         Reported by Eric Blake.
33451
33452 2007-08-26  Bruno Haible  <bruno@clisp.org>
33453
33454         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33455
33456 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33457
33458         * lib/readline.c: Don't include getline.h, the prototype is now
33459         found in stdio.h.
33460
33461 2007-08-23  Jim Meyering  <jim@meyering.net>
33462
33463         Getdelim touchup.
33464         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33465         around the funlockfile call, since funlockfile never sets errno.
33466         Don't set errno upon failed realloc.
33467
33468 2007-08-22  Eric Blake  <ebb9@byu.net>
33469
33470         Getline touchups.
33471         * lib/getdelim.c (getdelim): Revert regression that required *n to
33472         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33473         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33474         getdelim, rather than whether implementation is missing.
33475         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33476         * lib/stdio_.h (getline): Also declare if replacement is
33477         required.
33478         * doc/functions/getdelim.texi: New file.
33479         * doc/functions/getline.texi: Likewise.
33480         * doc/gnulib.texi (Function Substitutes): Add new files.
33481         Reported by Bruno Haible.
33482
33483 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33484
33485         * users.txt: Add Guile.
33486
33487 2007-08-22  Eric Blake  <ebb9@byu.net>
33488
33489         * tests/test-getdelim.c (main): Use remove, not unlink.
33490         * tests/test-getline.c (main): Likewise.
33491
33492         Move getline and getdelim into stdio.h, per POSIX 200x.
33493         * modules/getline (Files): Remove getline.h.
33494         (Depends-on): Add stdio.
33495         (configure.ac): Add module indicator.
33496         * modules/getdelim (Files): Remove getdelim.h.
33497         (Depends-on): Add stdio.
33498         (configure.ac): Add module indicator.
33499         * modules/stdio (Makefile.am): Work with new indicators.
33500         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33501         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33502         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33503         * lib/getdelim.h: Delete.
33504         * lib/getline.h: Delete.
33505         * lib/stdio_.h (getdelim, getline): Declare.
33506         * modules/getdelim-tests: New module.
33507         * modules/getline-tests: Likewise.
33508         * tests/test-getdelim.c: New file.
33509         * tests/test-getline.c: Likewise.
33510         * NEWS: Document the change.
33511         * lib/getline.c: Update choice of header.
33512         * lib/csharpcomp.c: Likewise.
33513         * lib/getpass.c: Likewise.
33514         * lib/javacomp.c: Likewise.
33515         * lib/javaversion.c: Likewise.
33516         * lib/yesno.c: Likewise.
33517         * lib/getdelim.c: Likewise.
33518         (getdelim): Set errno on failure, and avoid memory leak.
33519
33520 2007-08-19  Bruno Haible  <bruno@clisp.org>
33521
33522         * modules/closein (Depends-on): Add freadahead.
33523         * lib/closein.c: Include freadahead.h.
33524         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33525         is zero.
33526
33527 2007-08-19  Bruno Haible  <bruno@clisp.org>
33528
33529         * modules/freadahead-tests: New file.
33530         * tests/test-freadahead.sh: New file.
33531         * tests/test-freadahead.c: New file.
33532
33533         * modules/freadahead: New file.
33534         * lib/freadahead.h: New file.
33535         * lib/freadahead.c: New file.
33536         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33537         fbufmode, fpurge, freadable, fwritable.
33538
33539 2007-08-19  Eric Blake  <ebb9@byu.net>
33540
33541         Test yesno in combination with closein.
33542         * lib/yesno.c (yesno): Document use of stdin.
33543         * modules/yesno-tests (Files): New module.
33544         * tests/test-yesno.c (main): New file.
33545         * tests/test-yesno.sh: Likewise.
33546
33547 2007-08-19  Bruno Haible  <bruno@clisp.org>
33548
33549         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33550         * lib/fseeko.c (rpl_fseeko): Likewise.
33551         * lib/fseterr.c (fseterr): Likewise.
33552
33553 2007-08-19  Bruno Haible  <bruno@clisp.org>
33554
33555         * tests/test-lseek.c (main): Disable a test for BeOS.
33556         * doc/functions/lseek.texi: Document the BeOS bug.
33557
33558 2007-08-19  Bruno Haible  <bruno@clisp.org>
33559             Eric Blake  <ebb9@byu.net>
33560
33561         * lib/lseek.c: Include <sys/stat.h>.
33562         (rpl_lseek): Add workaround code also for Unix platforms.
33563         Needed for BeOS.
33564         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33565         * doc/functions/lseek.texi: Document BeOS definiency.
33566
33567 2007-08-18  Bruno Haible  <bruno@clisp.org>
33568
33569         * modules/fstrcmp-tests: New file.
33570         * tests/test-fstrcmp.c: New file.
33571
33572 2007-08-18  Bruno Haible  <bruno@clisp.org>
33573
33574         * modules/fstrcmp: New file, from GNU gettext with modifications.
33575         * lib/fstrcmp.h: New file, from GNU gettext.
33576         * lib/fstrcmp.c: New file, from GNU gettext.
33577         * MODULES.html.sh (String handling): Add fstrcmp.
33578
33579 2007-08-18  Bruno Haible  <bruno@clisp.org>
33580
33581         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33582         'bool'.
33583         (diag, compareseq): Remove const from the ctxt argument.
33584         (USE_HEURISTIC): Undefine at the end.
33585
33586 2007-08-18  Jim Meyering  <jim@meyering.net>
33587
33588         New file: lib/idcache.h
33589         * NEWS: Mention the addition.
33590         * modules/idcache (Files): Add lib/idcache.h
33591         * lib/idcache.c: Include "idcache.h".
33592         Don't include <sys/types.h>.
33593         Add a FIXME comment.
33594         Move file-scoped "static" declarations to the top.
33595         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33596
33597 2007-08-17  Bruno Haible  <bruno@clisp.org>
33598         and Paul Eggert  <eggert@cs.ucla.edu>
33599
33600         * MODULES.html.sh: Add diffseq.
33601         * modules/diffseq: New file.
33602         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33603         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33604
33605 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33606
33607         Import changes from coreutils for bootstrap script.
33608
33609         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33610
33611         * build-aux/bootstrap (slurp): Work even in environments where
33612         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33613         current code does not slurp files whose names start with ".", and
33614         this looks like it might be a troublesome area.
33615
33616         2007-07-11  Jim Meyering  <jim@meyering.net>
33617
33618         If there's a GPL vN copyright comment, require that N == 3.
33619
33620         2007-07-08  Jim Meyering  <jim@meyering.net>
33621
33622         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33623         * build-aux/bootstrap (mam_template): Move definition out of loop.
33624
33625         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33626
33627         * build-aux/bootstrap (symlink_to_dir): Rename function from
33628         symlink_to_gnulib.  Add a directory parameter.  Update all
33629         callers.
33630         (cp_mark_as_generated): Also check for -- and link to -- files in
33631         gl/.
33632
33633         2007-07-08  Jim Meyering  <jim@meyering.net>
33634
33635         Adapt to deeper hierarchy in gnulib.
33636         * build-aux/bootstrap (symlink_to_dir): If the destination
33637         directory doesn't exist, create it. This is required at least for
33638         "lib/uniwidth/cjk.h".
33639
33640         2007-05-15  Jim Meyering  <jim@meyering.net>
33641
33642         * build-aux/bootstrap: Now that generated Makefile.am files
33643         are no longer under version control, they must be created at
33644         bootstrap time.
33645
33646 2007-08-14  Ben Pfaff  <blp@gnu.org>
33647
33648         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33649
33650 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33651
33652         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33653         given the changes below.
33654         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33655         even on hosts that have padding bits beyond the supported 64.
33656
33657 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33658
33659         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33660         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33661         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33662         depends on it.
33663         (xstrtol_error): Remove.
33664         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33665         but with a different signature.
33666         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33667         * lib/xstrtol-error.c: Include exitfail.h.
33668         (xstrtol_fatal): New function, with a different signature from the
33669         old xstrtol_error, so that the caller need not worry about passing
33670         in an exit status, or about storage management of the option argument.
33671         (xstrtol_error): Now a static function.  Redo signature to
33672         implement xstrtol_fatal.  Output the correct number of hyphens in
33673         front of the option so that the caller need not worry about
33674         storage management.
33675         (N_): New macro.
33676         (_): Remove; not used now.
33677         * modules/xstrtol: Depend on getopt.
33678         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33679         of old STRTOL_FATAL_ERROR macro.
33680         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33681         of test program.
33682         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33683         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33684
33685 2007-08-08  Eric Blake  <ebb9@byu.net>
33686
33687         * lib/xstrtol-error.c: Add missing include.
33688
33689         Move xstrtol messages into gnulib domain, when --pobase is used.
33690         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33691         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33692         * modules/xstrtol (Files): Distribute new file.
33693         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33694         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33695         * tests/test-xstrtol.c: ...into new file.
33696         * tests/test-xstrtoul.c: Also test xstrtoul.
33697         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33698         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33699         * tests/test-xstrtol.sh: Drive the tests.
33700         * tests/test-xstrtoimax.sh: Likewise.
33701         * tests/test-xstrtoumax.sh: Likewise.
33702         * modules/xstrtol-tests: New module.
33703         * modules/xstrtoimax-tests: Likewise.
33704         * modules/xstrtoumax-tests: Likewise.
33705
33706 2007-08-08  Jim Meyering  <jim@meyering.net>
33707
33708         New function: mfile_name_concat.
33709         * lib/filenamecat.c (mfile_name_concat): New function, just like
33710         file_name_concat, but return NULL upon failure rather than exiting
33711         with a diagnostic.
33712         * lib/filenamecat.h: Declare it.
33713
33714 2007-08-07  Bruno Haible  <bruno@clisp.org>
33715
33716         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33717         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33718         warning from gcc.
33719         Reported by Eric Blake.
33720
33721 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33722
33723         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33724         * modules/crypto/arcfour (License): Likewise.
33725         * modules/crypto/des-tests (License): Likewise.
33726         * modules/crypto/gc-arctwo-tests (License): Likewise.
33727         * modules/crypto/gc-des-tests (License): Likewise.
33728         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33729         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33730         * modules/crypto/gc-md2-tests (License): Likewise.
33731         * modules/crypto/gc-md4-tests (License): Likewise.
33732         * modules/crypto/gc-md5-tests (License): Likewise.
33733         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33734         * modules/crypto/gc-rijndael-tests (License): Likewise.
33735         * modules/crypto/gc-sha1-tests (License): Likewise.
33736         * modules/crypto/gc-tests (License): Likewise.
33737         * modules/crypto/hmac-md5 (License): Likewise.
33738         * modules/crypto/hmac-sha1 (License): Likewise.
33739         * modules/crypto/md2-tests (License): Likewise.
33740         * modules/crypto/md4-tests (License): Likewise.
33741         * modules/crypto/md5 (License): Likewise.
33742         * modules/crypto/rijndael (License): Likewise.
33743         * modules/crypto/sha1 (License): Likewise.
33744         * modules/memxor (License): Likewise.
33745
33746 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33747         and Bruno Haible  <bruno@clisp.org>
33748
33749         * NEWS: Describe interface changes to human, xstrtol.
33750         * lib/human.h: Include <xstrtol.h>.
33751         (human_options): Return enum strtol_error, not int.  Remove
33752         bool arg; take int * instead.
33753         * lib/human.c: Don't include "gettext.h".
33754         (_): Remove; no longer used.
33755         Don't include <xstrtol.h>, since human.h does it.
33756         (human_options): Adjust to abovementioned interface changes.
33757         Do not report error to stderr; that's now the caller's
33758         responsibility.
33759         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33760         interface change.
33761         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33762         Str, Argument_type_string.  All uses changed.  Put " argument"
33763         in diagnostics to make them clearer.  Change wording of suffix
33764         message for clarity.
33765         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33766         Argument_type_string.
33767         (STRTOL_FATAL_WARN): Remove; no longer used.
33768         * modules/human (Depends-on): Remove gettext-h.
33769
33770 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33771
33772         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33773
33774 2007-07-31  Bruno Haible  <bruno@clisp.org>
33775
33776         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33777         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33778         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33779
33780 2007-07-31  Bruno Haible  <bruno@clisp.org>
33781
33782         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33783         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33784
33785 2007-07-30  Bruno Haible  <bruno@clisp.org>
33786
33787         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33788         * modules/c-ctype (License): Likewise.
33789         * modules/c-strcase (License): Likewise.
33790         * modules/check-version (License): Likewise.
33791         * modules/iconv (License): Likewise.
33792         * modules/iconv_open (License): Likewise.
33793         * modules/read-file (License): Likewise.
33794         * modules/striconv (License): Likewise.
33795         * modules/strverscmp (License): Likewise.
33796         * modules/vasprintf (License): Likewise.
33797         * modules/crypto/des (License): Likewise.
33798         * modules/crypto/gc (License): Likewise.
33799         * modules/crypto/gc-arcfour (License): Likewise.
33800         * modules/crypto/gc-arctwo (License): Likewise.
33801         * modules/crypto/gc-des (License): Likewise.
33802         * modules/crypto/gc-hmac-md5 (License): Likewise.
33803         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33804         * modules/crypto/gc-md2 (License): Likewise.
33805         * modules/crypto/gc-md4 (License): Likewise.
33806         * modules/crypto/gc-md5 (License): Likewise.
33807         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33808         * modules/crypto/gc-random (License): Likewise.
33809         * modules/crypto/gc-rijndael (License): Likewise.
33810         * modules/crypto/gc-sha1 (License): Likewise.
33811         * modules/crypto/md2 (License): Likewise.
33812         * modules/crypto/md4 (License): Likewise.
33813
33814 2007-07-30  Jim Meyering  <jim@meyering.net>
33815
33816         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33817         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33818         it has valid stat data.  This bug would cause du not to count the
33819         sizes of inaccessible directories.
33820         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33821         in <http://bugzilla.redhat.com/250077>.
33822
33823 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33824             Bruno Haible  <bruno@clisp.org>
33825
33826         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33827         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33828         #include_next, gives a diagnostic about it, but reports no error in
33829         the exit code.
33830         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33831
33832 2007-07-24  Ben Pfaff  <blp@gnu.org>
33833
33834         Improve name: "count-one-bits" is better than "popcount".
33835         * MODULES.html.sh: Update name.
33836         * lib/popcount.h: Renamed lib/count-one-bits.h.
33837         (popcount): Renamed count_one_bits.
33838         (popcountl): Renamed count_one_bits_l.
33839         (popcountll): Renamed count_one_bits_ll.
33840         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33841         * modules/popcount: Renamed module/count-one-bits.
33842         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33843         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33844
33845 2007-07-23  Ben Pfaff  <blp@gnu.org>
33846
33847         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33848         better code generation, and add U to large constants to avoid
33849         warnings, in non-GCC case.
33850         Suggested by Bruno Haible.
33851
33852 2007-07-23  Ben Pfaff  <blp@gnu.org>
33853
33854         * lib/popcount.h: Use verify_true instead of if...abort.
33855         * modules/popcount: Depend on verify module.
33856         Suggested by Jim Meyering.
33857
33858 2007-07-23  Bruno Haible  <bruno@clisp.org>
33859
33860         * gnulib-tool (func_import): Create a .cvsignore file also when the
33861         directory is not yet in CVS but the toplevel directory is. When
33862         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33863         Reported by Karl Berry.
33864
33865 2007-07-22  Ben Pfaff  <blp@gnu.org>
33866
33867         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33868         case.
33869         Suggested by Eric Blake.
33870
33871 2007-07-22  Ben Pfaff  <blp@gnu.org>
33872
33873         New module: popcount.
33874         * MODULES.html.sh: Add popcount.
33875         * modules/popcount: New file.
33876         * modules/popcount-tests: New file.
33877         * tests/test-popcount.c: New file.
33878         * lib/popcount.h: New file.
33879         * m4/popcount.m4: New file.
33880
33881 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33882
33883         * build-aux/announce-gen: Update to GPLv3.
33884
33885         * build-aux/config.guess: Update from config.
33886
33887 2007-07-21  Bruno Haible  <bruno@clisp.org>
33888
33889         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33890         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33891
33892 2007-07-20  Jim Meyering  <jim@meyering.net>
33893
33894         * check-module: Diagnose a self-dependency.
33895
33896 2007-07-19  Bruno Haible  <bruno@clisp.org>
33897
33898         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33899         empty.
33900         Reported by Eric Blake.
33901
33902 2007-07-18  Bruno Haible  <bruno@clisp.org>
33903
33904         * gnulib-tool: New options --po-base, --po-domain.
33905         (func_usage): Document them.
33906         (pobase, po_domain): New variables.
33907         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33908         DEFAULT_TEXT_DOMAIN.
33909         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33910         (func_import): Consider pobase and po_domain. Create a po/ directory.
33911         (func_create_testdir): Set pobase and po_domain to empty.
33912         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33913         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33914
33915 2007-07-18  Bruno Haible  <bruno@clisp.org>
33916
33917         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33918         EXTRA_DIST augmentation for files in build-aux/.
33919
33920 2007-07-16  Bruno Haible  <bruno@clisp.org>
33921
33922         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33923         * modules/getdelim (License): Likewise.
33924
33925 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33926
33927         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33928         * modules/d-type (License): Likewise.
33929         * modules/extensions (License): Likewise.
33930         * modules/fnmatch (License): Likewise.
33931         * modules/fseeko (License): Likewise.
33932         * modules/getaddrinfo (License): Likewise.
33933         * modules/getline (License): Likewise.
33934         * modules/getlogin_r (License): Likewise.
33935         * modules/getpass (License): Likewise.
33936         * modules/gettimeofday (License): Likewise.
33937         * modules/glob (License): Likewise.
33938         * modules/inet_ntop (License): Likewise.
33939         * modules/malloc (License): Likewise.
33940         * modules/malloca (License): Likewise.
33941         * modules/memmem (License): Likewise.
33942         * modules/mempcpy (License): Likewise.
33943         * modules/memset (License): Likewise.
33944         * modules/minmax (License): Likewise.
33945         * modules/mktime (License): Likewise.
33946         * modules/netinet_in (License): Likewise.
33947         * modules/pathmax (License): Likewise.
33948         * modules/poll (License): Likewise.
33949         * modules/regex (License): Likewise.
33950         * modules/snprintf (License): Likewise.
33951         * modules/stdbool (License): Likewise.
33952         * modules/stdint (License): Likewise.
33953         * modules/stdio (License): Likewise.
33954         * modules/strcase (License): Likewise.
33955         * modules/strcasestr (License): Likewise.
33956         * modules/strdup (License): Likewise.
33957         * modules/string (License): Likewise.
33958         * modules/strndup (License): Likewise.
33959         * modules/strnlen (License): Likewise.
33960         * modules/strpbrk (License): Likewise.
33961         * modules/strptime (License): Likewise.
33962         * modules/strsep (License): Likewise.
33963         * modules/sys_select (License): Likewise.
33964         * modules/sys_socket (License): Likewise.
33965         * modules/sys_stat (License): Likewise.
33966         * modules/sys_time (License): Likewise.
33967         * modules/time (License): Likewise.
33968         * modules/time_r (License): Likewise.
33969         * modules/timegm (License): Likewise.
33970         * modules/unistd (License): Likewise.
33971         * modules/vsnprintf (License): Likewise.
33972         * modules/wctype (License): Likewise.
33973
33974 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33975
33976         * modules/argz (License): LGPLv2+.
33977
33978 2007-07-15  Karl Berry  <karl@gnu.org>
33979
33980         * doc/gnulib.texi: revise node structure per new fdl.texi.
33981
33982 2007-07-14  Bruno Haible  <bruno@clisp.org>
33983
33984         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33985         the output file.
33986         * lib/uniname/uninames.h: Regenerated.
33987
33988 2007-07-14  Karl Berry  <karl@gnu.org>
33989
33990         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33991         omitting sectioning and index commands.
33992
33993 2007-07-13  Bruno Haible  <bruno@clisp.org>
33994
33995         New gnulib-tool option --more-symlinks.
33996         * gnulib-tool (func_usage): Document --more-symlinks.
33997         (do_copyrights): New variable.
33998         Recognize option --more-symlinks.
33999         (func_import): Don't add a copyright notice transform to
34000         sed_transform_lib_file if do_copyrights is empty.
34001
34002 2007-07-13  Bruno Haible  <bruno@clisp.org>
34003
34004         * lib/vasnprintf.c (decimal_point_char): Define also if
34005         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34006         && !NEED_PRINTF_DIRECTIVE_A.
34007         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34008         Gary V. Vaughan <gary@gnu.org>.
34009
34010 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34011
34012         * lib/inttypes_.h: Undo previous change, since it was fixed
34013         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34014
34015 2007-07-13  Bruno Haible  <bruno@clisp.org>
34016
34017         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34018         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34019
34020 2007-07-13  Jim Meyering  <jim@meyering.net>
34021
34022         df: Don't fail for Tru64's "file-on-file mount".
34023         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34024         so we fall through and use statfs instead.  Details here:
34025         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34026         Reported by Albert Chin.
34027
34028 2007-07-13  Bruno Haible  <bruno@clisp.org>
34029
34030         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34031         * modules/configmake (License): Likewise.
34032         * modules/gettext (License): Likewise.
34033         * modules/gettext-h (License): Likewise.
34034         * modules/include_next (License): Likewise.
34035         * modules/link-warning (License): Likewise.
34036         * modules/localcharset (License): Likewise.
34037         * modules/localename (License): Likewise.
34038         * modules/lock (License): Likewise.
34039         * modules/relocatable-lib-lgpl (License): Likewise.
34040         * modules/size_max (License): Likewise.
34041         * modules/vasnprintf (License): Likewise.
34042         * modules/wchar (License): Likewise.
34043         * modules/xsize (License): Likewise.
34044
34045 2007-07-13  Bruno Haible  <bruno@clisp.org>
34046
34047         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34048         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34049
34050 2007-07-12  Bruno Haible  <bruno@clisp.org>
34051
34052         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34053         in the modules files.
34054
34055 2007-07-11  Karl Berry  <karl@gnu.org>
34056
34057         * MODULES.html.sh (func_module): use
34058          sed -e '\|^'"${includefile}"'$|d'
34059          instead of /.../d, to avoid errors on $includefile's containing /.
34060
34061 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34062
34063         * gnulib-tool (func_import): Avoid duplication of --avoid
34064         statements
34065         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34066         names to `_' in variable names.
34067
34068 2007-07-10  Eric Blake  <ebb9@byu.net>
34069
34070         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34071         * NEWS: Document this change.
34072
34073 2007-07-08  Bruno Haible  <bruno@clisp.org>
34074
34075         Update to Unicode 5.0.
34076         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34077         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34078         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34079         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34080         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34081         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34082         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34083         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34084         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34085         U+10A3F, U+1D242..U+1D244.
34086         (nonspacing_table_ind): Update.
34087         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34088         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34089
34090 2007-07-08  Bruno Haible  <bruno@clisp.org>
34091
34092         Update to Unicode 5.0.
34093         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34094         code transform. Extend the name index field of unicode_name_to_code and
34095         unicode_code_to_name from 16 to 24 bits.
34096         * lib/uniname/uniname.c (unicode_character_name,
34097         unicode_name_character): Add the range 0x12xxx to the code transform.
34098         * lib/uniname/uninames.h: Regenerated.
34099         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34100
34101 2007-07-07  Bruno Haible  <bruno@clisp.org>
34102
34103         * modules/wcwidth-tests: New file.
34104         * tests/test-wcwidth.c: New file.
34105
34106         Work around MacOS X wcwidth() bug.
34107         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34108         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34109         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34110         original wcwidth in non-UTF-8 locales.
34111         * modules/wcwidth (Depends-on): Add localcharset, streq,
34112         uniwidth/width.
34113         * doc/functions/wcwidth.texi: Update.
34114
34115 2007-07-07  Bruno Haible  <bruno@clisp.org>
34116
34117         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34118         (wcwidth): New declaration.
34119         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34120         macros.
34121         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34122         here. Prepare for creating <wchar.h> unconditionally.
34123         * modules/wchar (Depends-on): Add link-warning.
34124         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34125         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34126         * lib/wcwidth.h: Remove file.
34127         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34128         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34129         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34130         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34131         (Include): Replace wcwidth.h with <wchar.h>.
34132         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34133         * lib/mbchar.h: Don't include wcwidth.h.
34134         * lib/mbswidth.c: Likewise.
34135         * NEWS: Mention the change.
34136
34137 2007-07-07  Bruno Haible  <bruno@clisp.org>
34138
34139         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34140         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34141         definition with an external declaration.
34142         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34143         defined as a function. Remove AC_C_INLINE requirement.
34144         * modules/wcwidth (Files): Add lib/wcwidth.c.
34145         (Makefile.am): Remove redundant statement.
34146
34147 2007-07-07  Bruno Haible  <bruno@clisp.org>
34148
34149         * MODULES.html.sh (Unicode string functions): Add the new modules.
34150
34151         * tests/uniwidth/test-u32-strwidth.c: New file.
34152         * modules/uniwidth/u32-strwidth-tests: New file.
34153
34154         * lib/uniwidth/u32-strwidth.c: New file.
34155         * modules/uniwidth/u32-strwidth: New file.
34156
34157         * tests/uniwidth/test-u16-strwidth.c: New file.
34158         * modules/uniwidth/u16-strwidth-tests: New file.
34159
34160         * lib/uniwidth/u16-strwidth.c: New file.
34161         * modules/uniwidth/u16-strwidth: New file.
34162
34163         * tests/uniwidth/test-u8-strwidth.c: New file.
34164         * modules/uniwidth/u8-strwidth-tests: New file.
34165
34166         * lib/uniwidth/u8-strwidth.c: New file.
34167         * modules/uniwidth/u8-strwidth: New file.
34168
34169         * tests/uniwidth/test-u32-width.c: New file.
34170         * modules/uniwidth/u32-width-tests: New file.
34171
34172         * lib/uniwidth/u32-width.c: New file.
34173         * modules/uniwidth/u32-width: New file.
34174
34175         * tests/uniwidth/test-u16-width.c: New file.
34176         * modules/uniwidth/u16-width-tests: New file.
34177
34178         * lib/uniwidth/u16-width.c: New file.
34179         * modules/uniwidth/u16-width: New file.
34180
34181         * tests/uniwidth/test-u8-width.c: New file.
34182         * modules/uniwidth/u8-width-tests: New file.
34183
34184         * lib/uniwidth/u8-width.c: New file.
34185         * modules/uniwidth/u8-width: New file.
34186
34187         * tests/uniwidth/test-uc_width.c: New file.
34188         * modules/uniwidth/width-tests: New file.
34189
34190         * lib/uniwidth/width.c: New file, from GNU libiconv.
34191         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34192         * modules/uniwidth/width: New file.
34193
34194         * lib/uniwidth.h: New file, from GNU libiconv.
34195         * modules/uniwidth/base: New file.
34196
34197 2007-07-07  Bruno Haible  <bruno@clisp.org>
34198
34199         * lib/uniname.h: New file, from GNU gettext.
34200         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34201         * lib/uniname/uninames.h: New file, from GNU gettext.
34202         * lib/uniname/uniname.c: New file, from GNU gettext.
34203         * tests/uniname/test-uninames.sh: New file.
34204         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34205         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34206         * modules/uniname/base: New file.
34207         * modules/uniname/uniname: New file.
34208         * modules/uniname/uniname-tests: New file.
34209         * MODULES.html.sh (Unicode string functions): Add the new modules.
34210
34211 2007-07-06  Bruno Haible  <bruno@clisp.org>
34212
34213         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34214
34215 2007-07-06  Bruno Haible  <bruno@clisp.org>
34216
34217         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34218         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34219         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34220         include <sys/time.h>.
34221         Reported by Eric Blake.
34222
34223 2007-07-06  Eric Blake  <ebb9@byu.net>
34224
34225         Fix testing canonicalize on cygwin.
34226         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34227         Revert patch from 2007-06-19.
34228         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34229         canonicalize module is also in use.
34230         * tests/test-canonicalize.c: New file.
34231         * tests/test-canonicalize.sh: Likewise.
34232         * modules/canonicalize-tests: Likewise.
34233
34234 2007-07-06  Jim Meyering  <jim@meyering.net>
34235
34236         * lib/getugroups.c (getugroups): Detect getgrent failure.
34237         Adjust comment to reflect reality: this function may return -1.
34238
34239 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34240
34241         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34242         the new TP address.
34243         (usage): Fix typo
34244         (gnulib_mk): New variable.
34245
34246 2007-07-05  Jim Meyering  <jim@meyering.net>
34247
34248         Don't let endgrent clobber errno, no matter how improbable.
34249         * lib/getugroups.c (getugroups): Save and restore errno around
34250         endgrent call.
34251
34252         Close the group DB even when failing with 2^31 or more members.
34253         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34254
34255 2007-07-04  Jim Meyering  <jim@meyering.net>
34256
34257         * lib/getugroups.h: New file.
34258         * lib/getugroups.c: Include "getugroups.h".
34259         Remove uses of "register" keyword.
34260         Move local variable, "cp", down into scope where used.
34261         Give "username" parameter the "const" attribute.
34262         * modules/getugroups (Files): Add lib/getugroups.h
34263
34264 2007-07-04  Karl Berry  <karl@gnu.org>
34265
34266         * MODULES.html.sh (func_all_modules): Complete rename of
34267         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34268
34269 2007-07-02  Bruno Haible  <bruno@clisp.org>
34270
34271         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34272         mode, when inttypes.h comes from gnulib.
34273         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34274
34275 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34276
34277         * NEWS: Mention lgpl module name change.
34278
34279         * modules/lgpl-2.1: Renamed from lgpl.
34280
34281         * NEWS: Mention gpl module name change.
34282
34283         * modules/gpl-3.0: New file, based on gpl-2.0.
34284
34285         * modules/gpl-2.0: Renamed from gpl.
34286
34287         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34288         doc/gpl-2.0.texi.
34289
34290 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34291
34292         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34293         #define __STDC_LIMIT_MACROS temporarily while including
34294         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34295         Problem reported by Joel E. Denny in
34296         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34297
34298 2007-07-01  Bruno Haible  <bruno@clisp.org>
34299
34300         * lib/unistdio.h: New file.
34301         * lib/unistdio/u-asnprintf.h: New file.
34302         * lib/unistdio/u-asprintf.h: New file.
34303         * lib/unistdio/u-printf-args.c: New file.
34304         * lib/unistdio/u-printf-args.h: New file.
34305         * lib/unistdio/u-printf-parse.h: New file.
34306         * lib/unistdio/u-snprintf.h: New file.
34307         * lib/unistdio/u-sprintf.h: New file.
34308         * lib/unistdio/u-vasprintf.h: New file.
34309         * lib/unistdio/u-vsnprintf.h: New file.
34310         * lib/unistdio/u-vsprintf.h: New file.
34311         * lib/unistdio/ulc-asnprintf.c: New file.
34312         * lib/unistdio/ulc-asprintf.c: New file.
34313         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34314         * lib/unistdio/ulc-printf-parse.c: New file.
34315         * lib/unistdio/ulc-snprintf.c: New file.
34316         * lib/unistdio/ulc-sprintf.c: New file.
34317         * lib/unistdio/ulc-vasnprintf.c: New file.
34318         * lib/unistdio/ulc-vasprintf.c: New file.
34319         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34320         * lib/unistdio/ulc-vsnprintf.c: New file.
34321         * lib/unistdio/ulc-vsprintf.c: New file.
34322         * lib/unistdio/u8-asnprintf.c: New file.
34323         * lib/unistdio/u8-asprintf.c: New file.
34324         * lib/unistdio/u8-printf-parse.c: New file.
34325         * lib/unistdio/u8-snprintf.c: New file.
34326         * lib/unistdio/u8-sprintf.c: New file.
34327         * lib/unistdio/u8-vasnprintf.c: New file.
34328         * lib/unistdio/u8-vasprintf.c: New file.
34329         * lib/unistdio/u8-vsnprintf.c: New file.
34330         * lib/unistdio/u8-vsprintf.c: New file.
34331         * lib/unistdio/u8-u8-asnprintf.c: New file.
34332         * lib/unistdio/u8-u8-asprintf.c: New file.
34333         * lib/unistdio/u8-u8-snprintf.c: New file.
34334         * lib/unistdio/u8-u8-sprintf.c: New file.
34335         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34336         * lib/unistdio/u8-u8-vasprintf.c: New file.
34337         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34338         * lib/unistdio/u8-u8-vsprintf.c: New file.
34339         * lib/unistdio/u16-asnprintf.c: New file.
34340         * lib/unistdio/u16-asprintf.c: New file.
34341         * lib/unistdio/u16-printf-parse.c: New file.
34342         * lib/unistdio/u16-snprintf.c: New file.
34343         * lib/unistdio/u16-sprintf.c: New file.
34344         * lib/unistdio/u16-vasnprintf.c: New file.
34345         * lib/unistdio/u16-vasprintf.c: New file.
34346         * lib/unistdio/u16-vsnprintf.c: New file.
34347         * lib/unistdio/u16-vsprintf.c: New file.
34348         * lib/unistdio/u16-u16-asnprintf.c: New file.
34349         * lib/unistdio/u16-u16-asprintf.c: New file.
34350         * lib/unistdio/u16-u16-snprintf.c: New file.
34351         * lib/unistdio/u16-u16-sprintf.c: New file.
34352         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34353         * lib/unistdio/u16-u16-vasprintf.c: New file.
34354         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34355         * lib/unistdio/u16-u16-vsprintf.c: New file.
34356         * lib/unistdio/u32-asnprintf.c: New file.
34357         * lib/unistdio/u32-asprintf.c: New file.
34358         * lib/unistdio/u32-printf-parse.c: New file.
34359         * lib/unistdio/u32-snprintf.c: New file.
34360         * lib/unistdio/u32-sprintf.c: New file.
34361         * lib/unistdio/u32-vasnprintf.c: New file.
34362         * lib/unistdio/u32-vasprintf.c: New file.
34363         * lib/unistdio/u32-vsnprintf.c: New file.
34364         * lib/unistdio/u32-vsprintf.c: New file.
34365         * lib/unistdio/u32-u32-asnprintf.c: New file.
34366         * lib/unistdio/u32-u32-asprintf.c: New file.
34367         * lib/unistdio/u32-u32-snprintf.c: New file.
34368         * lib/unistdio/u32-u32-sprintf.c: New file.
34369         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34370         * lib/unistdio/u32-u32-vasprintf.c: New file.
34371         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34372         * lib/unistdio/u32-u32-vsprintf.c: New file.
34373         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34374         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34375         * tests/unistdio/test-ulc-printf1.h: New file.
34376         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34377         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34378         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34379         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34380         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34381         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34382         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34383         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34384         * tests/unistdio/test-u8-asnprintf1.c: New file.
34385         * tests/unistdio/test-u8-asnprintf1.h: New file.
34386         * tests/unistdio/test-u8-printf1.h: New file.
34387         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34388         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34389         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34390         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34391         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34392         * tests/unistdio/test-u8-vasprintf1.c: New file.
34393         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34394         * tests/unistdio/test-u8-vsprintf1.c: New file.
34395         * tests/unistdio/test-u16-asnprintf1.c: New file.
34396         * tests/unistdio/test-u16-asnprintf1.h: New file.
34397         * tests/unistdio/test-u16-printf1.h: New file.
34398         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34399         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34400         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34401         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34402         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34403         * tests/unistdio/test-u16-vasprintf1.c: New file.
34404         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34405         * tests/unistdio/test-u16-vsprintf1.c: New file.
34406         * tests/unistdio/test-u32-asnprintf1.c: New file.
34407         * tests/unistdio/test-u32-asnprintf1.h: New file.
34408         * tests/unistdio/test-u32-printf1.h: New file.
34409         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34410         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34411         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34412         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34413         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34414         * tests/unistdio/test-u32-vasprintf1.c: New file.
34415         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34416         * tests/unistdio/test-u32-vsprintf1.c: New file.
34417         * modules/unistdio/base: New file.
34418         * modules/unistdio/u-printf-args: New file.
34419         * modules/unistdio/ulc-asnprintf: New file.
34420         * modules/unistdio/ulc-asprintf: New file.
34421         * modules/unistdio/ulc-fprintf: New file.
34422         * modules/unistdio/ulc-printf-parse: New file.
34423         * modules/unistdio/ulc-snprintf: New file.
34424         * modules/unistdio/ulc-sprintf: New file.
34425         * modules/unistdio/ulc-vasnprintf: New file.
34426         * modules/unistdio/ulc-vasprintf: New file.
34427         * modules/unistdio/ulc-vfprintf: New file.
34428         * modules/unistdio/ulc-vsnprintf: New file.
34429         * modules/unistdio/ulc-vsprintf: New file.
34430         * modules/unistdio/u8-asnprintf: New file.
34431         * modules/unistdio/u8-asprintf: New file.
34432         * modules/unistdio/u8-printf-parse: New file.
34433         * modules/unistdio/u8-snprintf: New file.
34434         * modules/unistdio/u8-sprintf: New file.
34435         * modules/unistdio/u8-vasnprintf: New file.
34436         * modules/unistdio/u8-vasprintf: New file.
34437         * modules/unistdio/u8-vsnprintf: New file.
34438         * modules/unistdio/u8-vsprintf: New file.
34439         * modules/unistdio/u8-u8-asnprintf: New file.
34440         * modules/unistdio/u8-u8-asprintf: New file.
34441         * modules/unistdio/u8-u8-snprintf: New file.
34442         * modules/unistdio/u8-u8-sprintf: New file.
34443         * modules/unistdio/u8-u8-vasnprintf: New file.
34444         * modules/unistdio/u8-u8-vasprintf: New file.
34445         * modules/unistdio/u8-u8-vsnprintf: New file.
34446         * modules/unistdio/u8-u8-vsprintf: New file.
34447         * modules/unistdio/u16-asnprintf: New file.
34448         * modules/unistdio/u16-asprintf: New file.
34449         * modules/unistdio/u16-printf-parse: New file.
34450         * modules/unistdio/u16-snprintf: New file.
34451         * modules/unistdio/u16-sprintf: New file.
34452         * modules/unistdio/u16-vasnprintf: New file.
34453         * modules/unistdio/u16-vasprintf: New file.
34454         * modules/unistdio/u16-vsnprintf: New file.
34455         * modules/unistdio/u16-vsprintf: New file.
34456         * modules/unistdio/u16-u16-asnprintf: New file.
34457         * modules/unistdio/u16-u16-asprintf: New file.
34458         * modules/unistdio/u16-u16-snprintf: New file.
34459         * modules/unistdio/u16-u16-sprintf: New file.
34460         * modules/unistdio/u16-u16-vasnprintf: New file.
34461         * modules/unistdio/u16-u16-vasprintf: New file.
34462         * modules/unistdio/u16-u16-vsnprintf: New file.
34463         * modules/unistdio/u16-u16-vsprintf: New file.
34464         * modules/unistdio/u32-asnprintf: New file.
34465         * modules/unistdio/u32-asprintf: New file.
34466         * modules/unistdio/u32-printf-parse: New file.
34467         * modules/unistdio/u32-snprintf: New file.
34468         * modules/unistdio/u32-sprintf: New file.
34469         * modules/unistdio/u32-vasnprintf: New file.
34470         * modules/unistdio/u32-vasprintf: New file.
34471         * modules/unistdio/u32-vsnprintf: New file.
34472         * modules/unistdio/u32-vsprintf: New file.
34473         * modules/unistdio/u32-u32-asnprintf: New file.
34474         * modules/unistdio/u32-u32-asprintf: New file.
34475         * modules/unistdio/u32-u32-snprintf: New file.
34476         * modules/unistdio/u32-u32-sprintf: New file.
34477         * modules/unistdio/u32-u32-vasnprintf: New file.
34478         * modules/unistdio/u32-u32-vasprintf: New file.
34479         * modules/unistdio/u32-u32-vsnprintf: New file.
34480         * modules/unistdio/u32-u32-vsprintf: New file.
34481         * modules/unistdio/ulc-asnprintf-tests: New file.
34482         * modules/unistdio/ulc-vasnprintf-tests: New file.
34483         * modules/unistdio/ulc-vasprintf-tests: New file.
34484         * modules/unistdio/ulc-vsnprintf-tests: New file.
34485         * modules/unistdio/ulc-vsprintf-tests: New file.
34486         * modules/unistdio/u8-asnprintf-tests: New file.
34487         * modules/unistdio/u8-vasnprintf-tests: New file.
34488         * modules/unistdio/u8-vasprintf-tests: New file.
34489         * modules/unistdio/u8-vsnprintf-tests: New file.
34490         * modules/unistdio/u8-vsprintf-tests: New file.
34491         * modules/unistdio/u16-asnprintf-tests: New file.
34492         * modules/unistdio/u16-vasnprintf-tests: New file.
34493         * modules/unistdio/u16-vasprintf-tests: New file.
34494         * modules/unistdio/u16-vsnprintf-tests: New file.
34495         * modules/unistdio/u16-vsprintf-tests: New file.
34496         * modules/unistdio/u32-asnprintf-tests: New file.
34497         * modules/unistdio/u32-vasnprintf-tests: New file.
34498         * modules/unistdio/u32-vasprintf-tests: New file.
34499         * modules/unistdio/u32-vsnprintf-tests: New file.
34500         * modules/unistdio/u32-vsprintf-tests: New file.
34501         * MODULES.html.sh (Unicode string functions): Add the new modules.
34502
34503 2007-07-01  Bruno Haible  <bruno@clisp.org>
34504
34505         * lib/sprintf.c (sprintf): Limit the available length estimation,
34506         to avoid address wraparound.
34507         * lib/vsprintf.c (vsprintf): Likewise.
34508         * modules/sprintf-posix (Dependencies): Add stdint.
34509         * modules/vsprintf-posix (Dependencies): Likewise.
34510
34511 2007-07-01  Bruno Haible  <bruno@clisp.org>
34512
34513         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34514         Windows PATH as well. Conservative double-quoting. Comments.
34515
34516 2007-07-01  Bruno Haible  <bruno@clisp.org>
34517             Eric Blake  <ebb9@byu.net>
34518             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34519
34520         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34521         empty components in $PATH, denoting '.'.
34522
34523 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34524
34525         * gnulib-tool: Fix indentation.
34526         (func_create_megatestdir): Likewise.
34527         Report by Bruno Haible.
34528
34529 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34530
34531         Sync from Automake.
34532         * build-aux/gnupload: Fix shell portability issues with for loops.
34533         Report by Karl Berry.
34534
34535 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34536
34537         * build-aux/maint.mk (POURL): Use translationproject.org.
34538
34539 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34540             Bruno Haible  <bruno@clisp.org>
34541
34542         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34543         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34544         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34545         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34546         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34547
34548 2007-06-27  Bruno Haible  <bruno@clisp.org>
34549
34550         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34551         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34552
34553 2007-06-26  Karl Berry  <karl@gnu.org>
34554
34555         * MODULES.html.sh: remove xreadlink-with-size.
34556
34557 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34558
34559         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34560         method that I hope also handles the double-include problem noted
34561         by Bruno Haible in
34562         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34563
34564 2007-06-23  Bruno Haible  <bruno@clisp.org>
34565
34566         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34567         Don't let the 'mostlyclean' target fail if the last subdirectory could
34568         not be removed.
34569         Reported by Karl Berry.
34570
34571 2007-06-23  Bruno Haible  <bruno@clisp.org>
34572
34573         * gnulib-tool (echo): Add a speedier workaround for ksh.
34574         * tests/test-echo.sh: Likewise.
34575
34576 2007-06-23  Bruno Haible  <bruno@clisp.org>
34577
34578         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34579         * tests/test-echo.sh: Likewise.
34580
34581 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34582
34583         * gnulib-tool (IFS): Initialize early, so we don't set it to
34584         empty later.
34585         (self_abspathname): Rewrite algorithm to set it, reindent.
34586         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34587         (func_create_megatestdir): Merge some sed scripts.
34588
34589 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34592         exposed by Sun Studio 11 cc on Solaris 8.
34593
34594 2007-06-22  Bruno Haible  <bruno@clisp.org>
34595
34596         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34597         backslashes.
34598         * tests/test-echo.sh: New file.
34599
34600 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34601
34602         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34603         simplify `sed_replace_build_aux' scripts, they are portable but
34604         echoing them with `echo' is not.
34605         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34606
34607 2007-06-21  Karl Berry  <karl@gnu.org>
34608
34609         * config/srclist.txt: guess we can't handle the licenses via
34610         srclist at the moment.
34611
34612 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34613
34614         * MODULES.html.sh: Add include_next.
34615         * modules/include_next: New file.
34616
34617 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34618
34619         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34620         INCLUDE_NEXT.
34621         (gl_CHECK_NEXT_HEADERS): New macro.
34622         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34623         the obsolescent gl_ABSOLUTE_HEADER.
34624         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34625         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34626         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34627         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34628         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34629         * m4/math_h.m4 (gl_MATH_H): Likewise.
34630         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34631         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34632         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34633         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34634         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34635         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34636         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34637         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34638         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34639         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34640         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34641         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34642         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34643         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34644         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34645         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34646         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34647         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34648         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34649         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34650         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34651         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34652         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34653         * lib/float_.h: Likewise.
34654         * lib/inttypes_.h: Likewise.
34655         * lib/math_.h: Likewise.
34656         * lib/search_.h: Likewise.
34657         * lib/signal_.h: Likewise.
34658         * lib/stdint_.h: Likewise.
34659         * lib/stdio_.h: Likewise.
34660         * lib/stdlib_.h: Likewise.
34661         * lib/string_.h: Likewise.
34662         * lib/sys_stat_.h: Likewise.
34663         * lib/sys_time_.h: Likewise.
34664         * lib/time_.h: Likewise.
34665         * lib/unistd_.h: Likewise.
34666         * lib/wchar_.h: Likewise.
34667         * lib/wctype_.h: Likewise.
34668         * lib/dirent_.h: Likewise.
34669         * lib/iconv_.h: Likewise.
34670         * lib/locale_.h: Likewise.
34671         * lib/netinet_in_.h: Likewise.
34672         * lib/sys_select_.h: Likewise.
34673         * lib/sys_socket_.h: Likewise.
34674         * lib/sysexits_.h: Likewise.
34675         * modules/fcntl (Depends-on): Depend on include_next, not
34676         absolute_header.
34677         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34678         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34679         * modules/fchdir: Likewise.
34680         * modules/float: Likewise.
34681         * modules/iconv_open: Likewise.
34682         * modules/inttypes: Likewise.
34683         * modules/locale: Likewise.
34684         * modules/math: Likewise.
34685         * modules/netinet_in: Likewise.
34686         * modules/search: Likewise.
34687         * modules/signal: Likewise.
34688         * modules/stdint: Likewise.
34689         * modules/stdio: Likewise.
34690         * modules/stdlib: Likewise.
34691         * modules/string: Likewise.
34692         * modules/sys_select: Likewise.
34693         * modules/sys_socket: Likewise.
34694         * modules/sys_stat: Likewise.
34695         * modules/sys_time: Likewise.
34696         * modules/sysexits: Likewise.
34697         * modules/time: Likewise.
34698         * modules/unistd: Likewise.
34699         * modules/wchar: Likewise.
34700         * modules/wctype: Likewise.
34701         * modules/sys_stat: Change maintainer to "all".
34702         * modules/unistd: Likewise.
34703
34704 2007-06-20  Karl Berry  <karl@gnu.org>
34705
34706         * config/srclist.txt: track www changes in license files.
34707
34708 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34709
34710         * build-aux/bootstrap: Remove stray dot.
34711         Make sure build_aux settings are honored when linking
34712         gnulib_extra_files.
34713
34714 2007-06-19  Eric Blake  <ebb9@byu.net>
34715
34716         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34717         Allow compilation on cygwin.
34718
34719 2007-06-19  Jim Meyering  <jim@meyering.net>
34720
34721         xreadlink-with-size: Remove module.  No longer used.
34722         Ex-callers now use xreadlink or mreadlink-with-size.
34723         * modules/xreadlink-with-size: Remove module.
34724         * lib/xreadlink-with-size.c: Remove file.
34725         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34726         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34727         just before the function definition *is* accurate.
34728
34729         Eliminate one way canonicalize_filename_mode could exit.
34730         * lib/canonicalize.c (canonicalize_filename_mode):
34731         Use mreadlink_with_size, not xreadlink_with_size.
34732
34733 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34734
34735         Detect porting problems to FreeBSD/arm, which has time_t wider than
34736         long int.  Original problem reported for GNU diff by Xin Li in
34737         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34738         * modules/getdate (Depends-on): Add intprops, verify.
34739         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34740         is an integer type no wider than long int.
34741
34742 2007-06-18  Jim Meyering  <jim@meyering.net>
34743
34744         New module: mreadlink-with-size.
34745         * MODULES.html.sh: Add mreadlink-with-size.
34746         * modules/mreadlink-with-size: New module
34747         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34748         not xreadlink-with-size.
34749         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34750
34751 2007-06-16  Bruno Haible  <bruno@clisp.org>
34752
34753         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34754         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34755         Reported by Gary V. Vaughan <gary@gnu.org>.
34756
34757 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34758
34759         Revamp lchown so that it lives in unistd.h where it belongs.
34760         * lib/lchown.h: Remove.
34761         * lib/dirchownmod.c: Don't include lib/lchown.h.
34762         * lib/fchownat.c: Likewise.
34763         * lib/openat.c: Likewise.
34764         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34765         does not follow symlinks.
34766         (EOPNOTSUPP): Define if not defined.
34767         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34768         is defined to 0.
34769         (lchown): New decl.
34770         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34771         Do not check for lchown decl.
34772         Set REPLACE_LCHOWN.
34773         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34774         REPLACE_LCHOWN.
34775         * modules/chown: Make it clear it follows symlinks.
34776         * modules/lchown: Make it clear it doesn't follow symlinks.
34777         (Files): Remove lib/lchown.h
34778         (Depends-on): Add unistd.
34779         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34780         (Include): Include <unistd.h>, not "lchown.h".
34781         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34782         REPLACE_LCHOWN.
34783
34784 2007-06-15  Jim Meyering  <jim@meyering.net>
34785
34786         Change license (GPL to LGPL) of fsusage and dependents.
34787         * modules/fsusage (License): Change to LGPL.
34788         * modules/full-read (License): Likewise.
34789         * modules/full-write (License): Likewise.
34790         * modules/safe-read (License): Likewise.
34791         * modules/safe-write (License): Likewise.
34792
34793 2007-06-14  Ben Pfaff  <blp@gnu.org>
34794
34795         Missing part of allocsa -> malloca transition.
34796         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34797         gl_MALLOCA.
34798
34799 2007-06-12  Bruno Haible  <bruno@clisp.org>
34800
34801         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34802         to ia64, x86_64, i386.
34803         Reported by Eric Blake.
34804
34805 2007-06-12  Bruno Haible  <bruno@clisp.org>
34806
34807         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34808         cross-compiling to x86_64.
34809
34810 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34811
34812         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34813         glitch reported by Ralf Wildenhues in
34814         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34815
34816         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34817         Vin Shelton.
34818
34819 2007-06-11  Bruno Haible  <bruno@clisp.org>
34820
34821         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34822         replacement string.
34823         Reported by Eric Blake.
34824
34825 2007-06-10  Bruno Haible  <bruno@clisp.org>
34826
34827         Prepare vasnprintf code for use with Unicode strings.
34828         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34829         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34830         TYPE_U32_STRING.
34831         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34832         a_u32_string variants.
34833         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34834         * lib/printf-args.c: Don't include config.h and the specification
34835         header if PRINTF_FETCHARGS is already defined.
34836         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34837         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34838         TYPE_U16_STRING, TYPE_U32_STRING.
34839         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34840         u16_directive, u16_directives, u32_directive, u32_directives): New
34841         types.
34842         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34843         New declarations.
34844         * lib/printf-parse.c: Don't include config.h and the specification
34845         header if PRINTF_PARSE is already defined. Eliminate the set of
34846         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34847         them now. Include c-ctype.h.
34848         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34849         directive and CHAR_T_ONLY_ASCII.
34850         * lib/vasnprintf.c: Don't include config.h and the specification header
34851         if VASNPRINTF is already defined.
34852         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34853         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34854         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34855         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34856         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34857         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34858         code accordingly.
34859         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34860         pad_ourselves also in this case, with the 'c' and 's' directives, and
34861         with a different notion of "width".
34862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34863
34864 2007-06-10  Bruno Haible  <bruno@clisp.org>
34865
34866         * modules/unistr/u32-mbsnlen: New file.
34867         * lib/unistr/u32-mbsnlen.c: New file.
34868
34869         * modules/unistr/u16-mbsnlen: New file.
34870         * lib/unistr/u16-mbsnlen.c: New file.
34871
34872         * modules/unistr/u8-mbsnlen: New file.
34873         * lib/unistr/u8-mbsnlen.c: New file.
34874
34875         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34876         declarations.
34877
34878 2007-06-10  Bruno Haible  <bruno@clisp.org>
34879
34880         * lib/string_.h (mbsnlen): New declaration.
34881         * lib/mbsnlen.c: New file.
34882         * m4/mbsnlen.m4: New file.
34883         * modules/mbsnlen: New file.
34884         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34885         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34886         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34887
34888 2007-06-10  Bruno Haible  <bruno@clisp.org>
34889
34890         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34891
34892 2007-06-10  Bruno Haible  <bruno@clisp.org>
34893
34894         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34895         * lib/mbuiter.h: Likewise.
34896
34897 2007-06-10  Bruno Haible  <bruno@clisp.org>
34898
34899         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34900         declaration.
34901
34902 2007-06-10  Karl Berry  <karl@gnu.org>
34903
34904         * config/srclist.txt: remove gettext entries, Bruno prefers
34905         to update individually.
34906
34907 2007-06-10  Bruno Haible  <bruno@clisp.org>
34908
34909         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34910         'maxlen'. Ensure only length + width bytes are allocated, not
34911         length + 1 + width.
34912
34913 2007-06-09  Bruno Haible  <bruno@clisp.org>
34914
34915         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34916         (CHAR_T): Remove macro.
34917         (VASNPRINTF): Update.
34918
34919 2007-06-09  Bruno Haible  <bruno@clisp.org>
34920
34921         * MODULES.html.sh (Unicode string functions): Add the new modules.
34922
34923         * modules/uniconv/u32-conv-to-enc: New file.
34924         * lib/uniconv/u32-conv-to-enc.c: New file.
34925         * modules/uniconv/u32-conv-to-enc-tests: New file.
34926         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34927
34928         * modules/uniconv/u16-conv-to-enc: New file.
34929         * lib/uniconv/u16-conv-to-enc.c: New file.
34930         * lib/uniconv/u-conv-to-enc.h: New file.
34931         * modules/uniconv/u16-conv-to-enc-tests: New file.
34932         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34933
34934         * modules/uniconv/u8-conv-to-enc: New file.
34935         * lib/uniconv/u8-conv-to-enc.c: New file.
34936         * modules/uniconv/u8-conv-to-enc-tests: New file.
34937         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34938
34939         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34940         u32_conv_to_encoding): New declarations.
34941
34942 2007-06-09  Bruno Haible  <bruno@clisp.org>
34943
34944         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34945
34946 2007-06-09  Bruno Haible  <bruno@clisp.org>
34947
34948         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34949         * modules/malloca: Renamed from modules/allocsa, updated.
34950         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34951         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34952         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34953         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34954         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34955         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34956         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34957         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34958         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34959         * modules/c-strcasestr (Depends-on): Update.
34960         * lib/c-strcasestr.c: Update.
34961         * modules/c-strstr (Depends-on): Update.
34962         * lib/c-strstr.c: Update.
34963         * modules/canonicalize-lgpl (Depends-on): Update.
34964         * lib/canonicalize-lgpl.c: Update.
34965         * modules/clean-temp (Depends-on): Update.
34966         * lib/clean-temp.c: Update.
34967         * modules/csharpcomp (Depends-on): Update.
34968         * lib/csharpcomp.c: Update.
34969         * modules/csharpexec (Depends-on): Update.
34970         * lib/csharpexec.c: Update.
34971         * modules/javacomp (Depends-on): Update.
34972         * lib/javacomp.c: Update.
34973         * modules/javaexec (Depends-on): Update.
34974         * lib/javaexec.c: Update.
34975         * modules/mbscasestr (Depends-on): Update.
34976         * lib/mbscasestr.c: Update.
34977         * modules/mbsstr (Depends-on): Update.
34978         * lib/mbsstr.c: Update.
34979         * modules/setenv (Depends-on): Update.
34980         * lib/setenv.c: Update.
34981         * modules/strcasestr (Depends-on): Update.
34982         * lib/strcasestr.c: Update.
34983         * modules/striconveha (Depends-on): Update.
34984         * lib/striconveha.c: Update.
34985         * modules/relocatable-prog-wrapper (Files): Update.
34986         * lib/relocwrapper.c: Update.
34987         * build-aux/install-reloc: Update.
34988         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34989
34990 2007-06-08  Bruno Haible  <bruno@clisp.org>
34991
34992         Port to uClibc.
34993         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34994         * lib/fpurge.c (fpurge): Likewise.
34995         * lib/freading.c (freading): Likewise.
34996         * lib/fseeko.c (rpl_fseeko): Likewise.
34997         * lib/fseterr.c (fseterr): Likewise.
34998         * lib/fwriting.c (fwriting): Likewise.
34999         * tests/test-fflush.c (main): Avoid a failure on uClibc.
35000
35001 2007-06-08  Bruno Haible  <bruno@clisp.org>
35002
35003         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
35004         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35005         * modules/gettext (Files): Add m4/intlmacosx.m4.
35006
35007 2007-06-07  Bruno Haible  <bruno@clisp.org>
35008
35009         * modules/localename-tests: New file.
35010         * tests/test-localename.c: New file.
35011
35012         New module 'localename'.
35013         * lib/localename.h: New file.
35014         * lib/localename.c: New file, from GNU gettext.
35015         * m4/localename.m4: New file.
35016         * modules/localename: New file.
35017
35018 2007-06-07  Bruno Haible  <bruno@clisp.org>
35019
35020         Work around the lack of <wchar.h> on some builds of uClibc.
35021         * doc/headers/wchar.texi: Update.
35022         * lib/wchar_.h: Include <wchar.h> only if it exists.
35023         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35024         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35025         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35026         doesn't exist.
35027         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35028         * modules/mbfile (Depends-on): Add wchar.
35029         * modules/mbiter (Depends-on): Likewise.
35030         * modules/mbuiter (Depends-on): Likewise.
35031         Reported by Simon Josefsson.
35032
35033 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35034
35035         Work around problem reported by Steven M. Schweda in
35036         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35037         Tru64 5.1B with the Compaq compiler environment installed declares
35038         an 'isblank' function but does not define it in the C library.
35039         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35040         * lib/regex_internal.h (isblank): Likewise.
35041         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35042         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35043
35044 2007-06-05  Bruno Haible  <bruno@clisp.org>
35045
35046         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35047         ia64.
35048         * modules/printf-safe: New file.
35049         * modules/fprintf-posix (Depends-on): Add printf-safe.
35050         * modules/printf-posix (Depends-on): Likewise.
35051         * modules/snprintf-posix (Depends-on): Likewise.
35052         * modules/sprintf-posix (Depends-on): Likewise.
35053         * modules/vasnprintf-posix (Depends-on): Likewise.
35054         * modules/vasprintf-posix (Depends-on): Likewise.
35055         * modules/vfprintf-posix (Depends-on): Likewise.
35056         * modules/vprintf-posix (Depends-on): Likewise.
35057         * modules/vsnprintf-posix (Depends-on): Likewise.
35058         * modules/vsprintf-posix (Depends-on): Likewise.
35059         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35060         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35061         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35062         "no" on i386, x86_64, ia64.
35063         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35064         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35065         on i386, x86_64, ia64.
35066         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35067         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35068         on i386, x86_64, ia64.
35069         * tests/test-vasnprintf-posix.c: Include float.h.
35070         (LDBL80_WORDS): New macro.
35071         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35072         on i386, x86_64, ia64.
35073         * tests/test-vasprintf-posix.c: Include float.h.
35074         (LDBL80_WORDS): New macro.
35075         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35076         on i386, x86_64, ia64.
35077         * tests/test-snprintf-posix.c: Include float.h.
35078         * tests/test-sprintf-posix.c: Likewise.
35079         * tests/test-vsnprintf-posix.c: Likewise.
35080         * tests/test-vsprintf-posix.c: Likewise.
35081
35082 2007-06-05  Bruno Haible  <bruno@clisp.org>
35083
35084         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35085         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35086         non-IEEE numbers on i386, x86_64, ia64.
35087         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35088         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35089         * tests/test-isnanl.h: Include float.h.
35090         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35091
35092 2007-06-05  Bruno Haible  <bruno@clisp.org>
35093
35094         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35095         also the %a / %A. Handle the %a / %A code before this extra handling.
35096
35097 2007-06-05  Bruno Haible  <bruno@clisp.org>
35098
35099         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35100         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35101
35102 2007-06-05  Bruno Haible  <bruno@clisp.org>
35103
35104         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35105         typo in variable name.
35106
35107 2007-06-05  Eric Blake  <ebb9@byu.net>
35108
35109         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35110         Reported by Simon Josefsson.
35111
35112 2007-06-04  Bruno Haible  <bruno@clisp.org>
35113
35114         Avoid test failures on some PowerPC platforms.
35115         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35116         Define differently for PowerPC.
35117         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35118         Reported by Gary V. Vaughan <gary@gnu.org>.
35119
35120 2007-06-02  Bruno Haible  <bruno@clisp.org>
35121
35122         Fix test-stdint failure on FreeBSD/ia64.
35123         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35124         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35125         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35126         * doc/headers/stdint.texi: Update.
35127
35128 2007-06-01  Bruno Haible  <bruno@clisp.org>
35129
35130         * tests/test-binary-io.c (main): Pass a third argument to open().
35131         Reported by Gary V. Vaughan <gary@gnu.org>.
35132
35133 2007-06-01  Bruno Haible  <bruno@clisp.org>
35134
35135         * doc/functions/frexpl.texi: Update for mingw.
35136
35137 2007-06-01  Bruno Haible  <bruno@clisp.org>
35138
35139         * tests/test-lseek.c (main): Disable test of errno for invalid third
35140         argument.
35141         * doc/functions/lseek.texi: Update.
35142         Reported by Gary V. Vaughan <gary@gnu.org>.
35143
35144 2007-05-28  Bruno Haible  <bruno@clisp.org>
35145
35146         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35147
35148 2007-05-31  Eric Blake  <ebb9@byu.net>
35149
35150         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35151         cross compiling.
35152
35153 2007-05-30  Eric Blake  <ebb9@byu.net>
35154         and Bruno Haible  <bruno@clisp.org>
35155
35156         Work around mingw test failures exposed by m4-1.4.9b.
35157         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35158         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35159         moment.
35160
35161 2007-05-30  Bruno Haible  <bruno@clisp.org>
35162
35163         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35164         assuming that they are closed. Needed on HP-UX 11.
35165
35166 2007-05-29  Bruno Haible  <bruno@clisp.org>
35167
35168         Fix a problem with #include_next.
35169         * lib/dirent_.h: Split the double-inclusion guard.
35170         * lib/fcntl_.h: Likewise.
35171         * lib/float_.h: Likewise.
35172         * lib/iconv_.h: Likewise.
35173         * lib/inttypes_.h: Likewise.
35174         * lib/locale_.h: Likewise.
35175         * lib/math_.h: Likewise.
35176         * lib/netinet_in_.h: Likewise.
35177         * lib/search_.h: Likewise.
35178         * lib/signal_.h: Likewise.
35179         * lib/stdint_.h: Likewise.
35180         * lib/stdio_.h: Likewise.
35181         * lib/stdlib_.h: Likewise.
35182         * lib/string_.h: Likewise.
35183         * lib/sys_select_.h: Likewise.
35184         * lib/sys_socket_.h: Likewise.
35185         * lib/sys_stat_.h: Likewise.
35186         * lib/sys_time_.h: Likewise.
35187         * lib/sysexits_.h: Likewise.
35188         * lib/time_.h: Likewise.
35189         * lib/unistd_.h: Likewise.
35190         * lib/wchar_.h: Likewise.
35191         * lib/wctype_.h: Likewise.
35192
35193 2007-05-29  Bruno Haible  <bruno@clisp.org>
35194
35195         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35196         for the moment.
35197
35198 2007-05-29  Bruno Haible  <bruno@clisp.org>
35199
35200         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35201         invocation.
35202         Reported by Eric Blake.
35203
35204 2007-05-29  Bruno Haible  <bruno@clisp.org>
35205
35206         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35207         compiling case.
35208
35209 2007-05-29  Eric Blake  <ebb9@byu.net>
35210             Bruno Haible  <bruno@clisp.org>
35211
35212         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35213         cross compiles.
35214
35215 2007-05-28  Eric Blake  <ebb9@byu.net>
35216
35217         * modules/closein-tests (test_closein_LDADD): Support test on
35218         cygwin with libtool.
35219
35220 2007-05-28  Bruno Haible  <bruno@clisp.org>
35221
35222         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35223         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35224         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35225         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35226         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35227         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35228         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35229         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35230         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35231
35232 2007-05-28  Eric Blake  <ebb9@byu.net>
35233
35234         Unconditionally include <config.h> in unit tests.
35235         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35236         * tests/test-allocsa.c, tests/test-arcfour.c,
35237         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35238         tests/test-array_list.c, tests/test-array_oset.c,
35239         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35240         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35241         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35242         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35243         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35244         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35245         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35246         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35247         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35248         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35249         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35250         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35251         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35252         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35253         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35254         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35255         test-md5.c, test-memmem.c, test-printf-posix.c,
35256         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35257         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35258         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35259         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35260         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35261         test-vasnprintf-posix2.c, test-vasnprintf.c,
35262         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35263         test-vfprintf-posix.c, test-vprintf-posix.c,
35264         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35265         test-xvasprintf.c: Likewise.
35266
35267 2007-05-28  Bruno Haible  <bruno@clisp.org>
35268
35269         * gnulib-tool (func_import): Remember the --with-tests command-line
35270         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35271         Reported by Eric Blake.
35272
35273 2007-05-28  Bruno Haible  <bruno@clisp.org>
35274
35275         * modules/ftell-tests: New file.
35276         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35277         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35278
35279         * lib/ftell.c: New file.
35280         * modules/ftell: New file.
35281         * m4/ftell.m4: New file.
35282         * doc/functions/ftell.texi: Update.
35283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35284         REPLACE_FTELL.
35285         * lib/stdio_.h (rpl_ftell): New declaration.
35286         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35287         REPLACE_FTELL.
35288
35289 2007-05-28  Eric Blake  <ebb9@byu.net>
35290
35291         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35292
35293 2007-05-28  Bruno Haible  <bruno@clisp.org>
35294
35295         * modules/fseek-tests: New file.
35296         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35297         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35298
35299         * lib/fseek.c: New file.
35300         * modules/fseek: New file.
35301         * m4/fseek.m4: New file.
35302         * doc/functions/fseek.texi: Update.
35303         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35304         REPLACE_FSEEK.
35305         * lib/stdio_.h (rpl_fseek): New declaration.
35306         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35307         REPLACE_FSEEK.
35308
35309 2007-05-28  Bruno Haible  <bruno@clisp.org>
35310
35311         * lib/stdio_.h (fflush): More comments.
35312
35313 2007-05-28  Bruno Haible  <bruno@clisp.org>
35314
35315         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35316         runtime test.
35317
35318 2007-05-28  Eric Blake  <ebb9@byu.net>
35319
35320         Improve lseek module.
35321         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35322         * lib/unistd_.h (lseek): Scale back link warning message.
35323         * tests/test-lseek.c: Beef up test.
35324         * tests/test-lseek.sh: Exercise more facets of lseek.
35325         Reported by Bruno Haible.
35326
35327 2007-05-28  Bruno Haible  <bruno@clisp.org>
35328
35329         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35330         to define.
35331
35332 2007-05-27  Bruno Haible  <bruno@clisp.org>
35333
35334         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35335
35336 2007-05-27  Bruno Haible  <bruno@clisp.org>
35337
35338         * modules/openmp: New file.
35339         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35340         Noah Misch.
35341
35342 2007-05-26  Bruno Haible  <bruno@clisp.org>
35343
35344         * modules/chdir-long (Depends-on): Add fchdir.
35345         * modules/chdir-safer (Depends-on): Likewise.
35346         * modules/fts (Depends-on): Likewise.
35347         * modules/fts-lgpl (Depends-on): Likewise.
35348         * modules/openat (Depends-on): Likewise.
35349         * modules/savewd (Depends-on): Likewise.
35350
35351 2007-05-24  Eric Blake  <ebb9@byu.net>
35352
35353         Fix lseek on mingw.
35354         * modules/lseek: New module.
35355         * m4/lseek.m4: New file.
35356         * lib/lseek.c: New file.
35357         * modules/lseek-tests: New file.
35358         * tests/test-lseek.c: New file.
35359         * tests/test-lseek.sh: New file.
35360         * MODULES.html.sh: Document lseek module.
35361         * modules/fflush (Depends-on): Add lseek, fseeko.
35362         * modules/fseeko (Depends-on): Likewise.
35363         * modules/ftello (Depends-on): Likewise.
35364         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35365         broken.
35366         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35367         broken.
35368         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35369         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35370         * lib/ftello.c (rpl_ftello): Likewise.
35371         * tests/test-fseeko.c (main): Test this.
35372         * tests/test-fseeko.sh: Likewise.
35373         * tests/test-ftello.c (main): Likewise.
35374         * tests/test-ftello.sh: Likewise.
35375         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35376         implies replacing fseek.
35377         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35378         HAVE_FTELLO.
35379         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35380         * modules/unistd (Makefile.am): Likewise.
35381         * lib/unistd_.h (lseek): Declare a replacement.
35382         * doc/functions/lseek.texi (lseek): Document this fix.
35383         * doc/functions/fseek.texi (fseek): Likewise.
35384         * doc/functions/ftell.texi (ftell): Likewise.
35385
35386 2007-05-24  Bruno Haible  <bruno@clisp.org>
35387
35388         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35389         in the printed representation of a NaN.
35390         * tests/test-vasprintf-posix.c (test_function): Likewise.
35391         * tests/test-snprintf-posix.h (test_function): Likewise.
35392         * tests/test-sprintf-posix.h (test_function): Likewise.
35393         Reported by Eric Blake.
35394
35395 2007-05-23  Eric Blake  <ebb9@byu.net>
35396
35397         Fix fseeko/ftello on cygwin 1.5.24.
35398         * doc/functions/fseeko.texi (fseeko): Document the fix.
35399         * doc/functions/ftello.texi (ftello): Document the fix.
35400         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35401         * doc/functions/stdout.text (stdout): New file.
35402         * doc/functions/stderr.text (stderr): New file.
35403         * doc/gnulib.texi (Function Substitutes): Use new files.
35404         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35405         prior to 1.7.0.
35406         * tests/test-ftello.c (main): Likewise for ftello.
35407         * tests/test-fseeko.sh: New file.
35408         * tests/test-ftello.sh: New file.
35409         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35410         with seekable stdin.
35411         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35412         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35413         (gl_REPLACE_FSEEKO): New macro.
35414         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35415         * modules/fseeko (Files): Distribute fseeko.c.
35416         * modules/ftello (Files): Distribute ftello.c.
35417         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35418         mode.
35419         * lib/ftello.c (rpl_ftello): New file.
35420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35421         fseeko, ftello.
35422         (gl_STDIN_LARGE_OFFSET): New macro.
35423         * modules/stdio (Makefile.am): Perform the replacement.
35424         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35425
35426 2007-05-23  Bruno Haible  <bruno@clisp.org>
35427
35428         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35429         GNULIB_POSIXCHECK is defined.
35430
35431 2007-05-21  Bruno Haible  <bruno@clisp.org>
35432
35433         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35434         Check also the output for NaN arguments. When cross-compiling, guess
35435         no on IRIX.
35436         * lib/vasnprintf.c: Update comments.
35437         * tests/test-vasnprintf-posix.c (strisnan): New function.
35438         (test_function): Use it.
35439         * tests/test-vasprintf-posix.c (strisnan): New function.
35440         (test_function): Use it.
35441         * tests/test-snprintf-posix.h (strisnan): New function.
35442         (test_function): Use it.
35443         * tests/test-sprintf-posix.h (strisnan): New function.
35444         (test_function): Use it.
35445         Reported by Eric Blake.
35446
35447 2007-05-20  Bruno Haible  <bruno@clisp.org>
35448
35449         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35450         numbers that fails on BeOS.
35451         * doc/functions/frexpl.texi: Update.
35452
35453 2007-05-20  Jim Meyering  <jim@meyering.net>
35454
35455         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35456         forced upon us by glibc-2.6.
35457
35458 2007-05-20  Bruno Haible  <bruno@clisp.org>
35459
35460         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35461         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35462         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35463         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35464         NEED_PRINTF_INFINITE.
35465         (is_infinitel): New function.
35466         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35467         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35468         gl_PREREQ_VASNPRINTF_INFINITE.
35469         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35470         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35471         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35472         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35473         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35474         gl_PREREQ_VASNPRINTF_INFINITE.
35475         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35476         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35477         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35478         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35479         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35480         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35481         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35482         * doc/functions/fprintf.texi: Update.
35483         * doc/functions/printf.texi: Update.
35484         * doc/functions/snprintf.texi: Update.
35485         * doc/functions/sprintf.texi: Update.
35486         * doc/functions/vfprintf.texi: Update.
35487         * doc/functions/vprintf.texi: Update.
35488         * doc/functions/vsnprintf.texi: Update.
35489         * doc/functions/vsprintf.texi: Update.
35490
35491 2007-05-20  Bruno Haible  <bruno@clisp.org>
35492
35493         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35494         was not found in libc.
35495         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35496
35497 2007-05-20  Bruno Haible  <bruno@clisp.org>
35498
35499         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35500         printed as "-nan" instead of "nan".
35501         * tests/test-vasprintf-posix.c (test_function): Likewise.
35502         * tests/test-snprintf-posix.h (test_function): Likewise.
35503         * tests/test-sprintf-posix.h (test_function): Likewise.
35504         Needed for HP-UX 11.
35505
35506 2007-05-20  Jim Meyering  <jim@meyering.net>
35507
35508         Fix buggy test for the fchownat-deref bug.
35509         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35510         symlink required for the run-test.  Without it, this test would
35511         always declare that fchownat doesn't work, and client code would
35512         unnecessarily use the replacement function with fixed libc.
35513         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35514         Reported by Greg Schafer.
35515
35516 2007-05-19  Bruno Haible  <bruno@clisp.org>
35517
35518         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35519         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35520         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35521         Needed for IRIX 6.5 and Solaris 2.5.1.
35522
35523 2007-05-19  Bruno Haible  <bruno@clisp.org>
35524
35525         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35526         (test_function): Skip tests involving -0.0 on platforms where
35527         -0.0 = 0.0.
35528         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35529         (test_function): Skip tests involving -0.0 on platforms where
35530         -0.0 = 0.0.
35531         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35532         (test_function): Skip tests involving -0.0 on platforms where
35533         -0.0 = 0.0.
35534         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35535         (test_function): Skip tests involving -0.0 on platforms where
35536         -0.0 = 0.0.
35537         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35538         tests.
35539         * tests/test-printf-posix.h (test_function): Likewise.
35540         * tests/test-printf-posix.output: Remove all -0.0 related results.
35541         Needed for IRIX 6.5.
35542
35543 2007-05-19  Bruno Haible  <bruno@clisp.org>
35544
35545         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35546         printed as "nan0x7fffffff" instead of "nan".
35547         * tests/test-vasprintf-posix.c (test_function): Likewise.
35548         * tests/test-snprintf-posix.h (test_function): Likewise.
35549         * tests/test-sprintf-posix.h (test_function): Likewise.
35550         * tests/test-fprintf-posix.h (NaN): Remove macro.
35551         (test_function): Remove all NaN related tests.
35552         * tests/test-printf-posix.h (NaN): Remove macro.
35553         (test_function): Remove all NaN related tests.
35554         * tests/test-printf-posix.output: Remove all NaN related results.
35555         Needed for IRIX 6.5.
35556
35557 2007-05-19  Bruno Haible  <bruno@clisp.org>
35558
35559         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35560         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35561
35562 2007-05-19  Bruno Haible  <bruno@clisp.org>
35563
35564         * lib/float_.h: New file.
35565         * m4/float_h.m4: New file.
35566         * modules/float: New file.
35567         * modules/isnanl (Dependencies): Add float.
35568         * modules/isnanl-nolibm (Dependencies): Likewise.
35569         * modules/mathl (Dependencies): Likewise.
35570         * modules/printf-frexpl (Dependencies): Likewise.
35571         * modules/signbit (Dependencies): Likewise.
35572         * modules/vasnprintf (Dependencies): Likewise.
35573         * doc/headers/float.texi: Update.
35574
35575 2007-05-19  Jim Meyering  <jim@meyering.net>
35576
35577         * lib/utimens.c (gl_futimens): Rename from futimens,
35578         now that glibc-2.6 declares futimens.
35579         * lib/utimens.h: Likewise.
35580
35581 2007-05-19  Bruno Haible  <bruno@clisp.org>
35582
35583         Avoid test failures on mingw.
35584         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35585         * tests/test-printf-posix.sh: Likewise.
35586         * tests/test-vfprintf-posix.sh: Likewise.
35587         * tests/test-vprintf-posix.sh: Likewise.
35588
35589 2007-05-19  Bruno Haible  <bruno@clisp.org>
35590
35591         Fix *printf result for NaN, Inf, -0.0 on mingw.
35592         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35593         * lib/vasnprintf.c: Include math.h and isnan.h.
35594         (is_infinite_or_zero): New function.
35595         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35596         values in the %f, %F, %e, %E, %g, %G directives.
35597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35598         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35599         gl_PRINTF_INFINITE and test its result. Invoke
35600         gl_PREREQ_VASNPRINTF_INFINITE.
35601         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35602         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35603         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35604         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35605         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35607         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35608         * doc/functions/fprintf.texi: Update.
35609         * doc/functions/printf.texi: Update.
35610         * doc/functions/snprintf.texi: Update.
35611         * doc/functions/sprintf.texi: Update.
35612         * doc/functions/vfprintf.texi: Update.
35613         * doc/functions/vprintf.texi: Update.
35614         * doc/functions/vsnprintf.texi: Update.
35615         * doc/functions/vsprintf.texi: Update.
35616
35617 2007-05-19  Bruno Haible  <bruno@clisp.org>
35618
35619         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35620         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35621         Instead of multiplying with 10^k, set extra_zeroes to k.
35622         (scale10_round_long_double): Remove function.
35623
35624 2007-05-18  Bruno Haible  <bruno@clisp.org>
35625
35626         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35627         introduced on 2007-05-06.
35628
35629 2007-05-18  Bruno Haible  <bruno@clisp.org>
35630
35631         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35632         %g directives.
35633         * tests/test-vasprintf-posix.c (test_function): Likewise.
35634         * tests/test-snprintf-posix.h (test_function): Likewise.
35635         * tests/test-sprintf-posix.h (test_function): Likewise.
35636
35637 2007-05-18  Bruno Haible  <bruno@clisp.org>
35638
35639         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35640         (strmatch): New function.
35641         (test_function): Test the %f directive on numbers of various exponents.
35642         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35643         (strmatch): New function.
35644         (test_function): Test the %f directive on numbers of various exponents.
35645         * tests/test-snprintf-posix.h (strmatch): New function.
35646         (test_function): Test the %f directive on numbers of various exponents.
35647         * tests/test-sprintf-posix.h (strmatch): New function.
35648         (test_function): Test the %f directive on numbers of various exponents.
35649         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35650         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35651         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35652         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35653
35654 2007-05-18  Bruno Haible  <bruno@clisp.org>
35655
35656         Add support for 'long double' number output.
35657         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35658         * lib/vasnprintf.c: Include math.h and float+.h.
35659         (mp_limb_t): New type.
35660         (GMP_LIMB_BITS): New macro.
35661         (mp_twolimb_t): New type.
35662         (GMP_TWOLIMB_BITS): New macro.
35663         (mpn_t): New type.
35664         (multiply, divide, convert_to_decimal, decode_long_double,
35665         scale10_round_long_double, scale10_round_decimal_long_double,
35666         floorlog10l): New functions.
35667         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35668         for the %f, %F, %e, %E, %g, %G directives.
35669         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35670         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35671         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35672         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35673         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35674         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35675         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35676         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35677         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35678         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35679         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35680         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35681         * modules/snprintf-posix (Depends-on): Likewise.
35682         * modules/sprintf-posix (Depends-on): Likewise.
35683         * modules/vasnprintf-posix (Depends-on): Likewise.
35684         * modules/vasprintf-posix (Depends-on): Likewise.
35685         * modules/vfprintf-posix (Depends-on): Likewise.
35686         * modules/vsnprintf-posix (Depends-on): Likewise.
35687         * modules/vsprintf-posix (Depends-on): Likewise.
35688         * modules/vasnprintf (Files): Add lib/float+.h.
35689         * doc/functions/fprintf.texi: Update.
35690         * doc/functions/printf.texi: Update.
35691         * doc/functions/snprintf.texi: Update.
35692         * doc/functions/sprintf.texi: Update.
35693         * doc/functions/vfprintf.texi: Update.
35694         * doc/functions/vprintf.texi: Update.
35695         * doc/functions/vsnprintf.texi: Update.
35696         * doc/functions/vsprintf.texi: Update.
35697
35698 2007-05-18  Bruno Haible  <bruno@clisp.org>
35699
35700         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35701
35702 2007-05-18  Bruno Haible  <bruno@clisp.org>
35703
35704         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35705         for printing 64-bit integers. Needed for mingw.
35706
35707 2007-05-18  Bruno Haible  <bruno@clisp.org>
35708
35709         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35710         gl_FUNC_FREXPL_WORKS.
35711         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35712
35713 2007-05-18  Bruno Haible  <bruno@clisp.org>
35714
35715         * modules/frexpl-nolibm-tests: New file.
35716
35717         * modules/frexpl-nolibm: New file.
35718         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35719
35720 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35721
35722         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35723         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35724         GCC 4.2, which otherwise issues a lot of warnings.
35725         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35726         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35727         Likewise.
35728         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35729         * modules/iconv_open (iconv.h): Likewise.
35730         * modules/locale (locale.h): Likewise.
35731         * modules/netinet_in (netinet/in.h): Likewise.
35732         * modules/sys_select (sys_select.h): Likewise.
35733         * modules/sys_socket (sys/socket.h): Likewise.
35734         * modules/sys_stat (sys/stat.h): Likewise.
35735         * modules/sysexits (sysexits.h): Likewise.
35736         * modules/unistd (unistd.h): Likewise.
35737
35738 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35739
35740         * modules/closein-tests (Makefile.am): Distribute
35741         `test-closein.sh'.
35742
35743 2007-05-17  Bruno Haible  <bruno@clisp.org>
35744
35745         * tests/test-printf-posix.output: Renamed from
35746         tests/test-fprintf-posix.out.
35747         * modules/fprintf-posix-tests: Update.
35748         * modules/printf-posix-tests: Update.
35749         * modules/vfprintf-posix-tests: Update.
35750         * modules/vprintf-posix-tests: Update.
35751         * tests/test-fprintf-posix.sh: Update.
35752         * tests/test-printf-posix.sh: Update.
35753         * tests/test-vfprintf-posix.sh: Update.
35754         * tests/test-vprintf-posix.sh: Update.
35755         Reported by Ralf Wildenhues.
35756
35757 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35758
35759         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35760         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35761         GCC 4.2, which otherwise issues a lot of warnings.
35762         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35763         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35764         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35765         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35766         it should no longer be needed.
35767         * lib/string_.h: Likewise.
35768         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35769         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35770         * modules/inttypes (inttypes.h): Likewise.
35771         * modules/math (math.h): Likewise.
35772         * modules/search (search.h): Likewise.
35773         * modules/signal (signal.h): Likewise.
35774         * modules/stdint (stdint.h): Likewise.
35775         * modules/stdio (stdio.h): Likewise.
35776         * modules/stdlib (stdlib.h): Likewise.
35777         * modules/string (string.h): Likewise.
35778         * modules/sys_time (sys/time.h): Likewise.
35779         * modules/time (time.h): Likewise.
35780         * modules/wchar (wchar.h): Likewise.
35781         * modules/wctype (wtype.h): Likewise.
35782
35783 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35784
35785         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35786
35787 2007-05-13  Bruno Haible  <bruno@clisp.org>
35788
35789         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35790         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35791         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35792         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35793         (gl_PREREQ_STRTOK_R): Don't require it here.
35794
35795 2007-05-13  Bruno Haible  <bruno@clisp.org>
35796
35797         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35798         when used in C++ mode.
35799
35800 2007-05-12  Bruno Haible  <bruno@clisp.org>
35801
35802         * lib/linebuffer.h: Tweak doc.
35803         * lib/linebuffer.c: Likewise.
35804
35805 2007-05-12  James Youngman  <jay@gnu.org>
35806
35807         * lib/linebuffer.c (readlinebuffer_delim): New function,
35808         like readlinebuffer, but use a caller-specified delimiter.
35809         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35810         as the delimiter.
35811         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35812
35813 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35814
35815         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35816         * modules/openat (Files): Remove openat-die.c.
35817         (Depends-on): Add openat-die.
35818         * modules/openat-die: New module.
35819
35820 2007-05-06  Bruno Haible  <bruno@clisp.org>
35821
35822         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35823         Update with info about Cygwin.
35824         * doc/functions/fprintf.texi: Update.
35825         * doc/functions/printf.texi: Update.
35826         * doc/functions/snprintf.texi: Update.
35827         * doc/functions/sprintf.texi: Update.
35828         * doc/functions/vfprintf.texi: Update.
35829         * doc/functions/vprintf.texi: Update.
35830         * doc/functions/vsnprintf.texi: Update.
35831         * doc/functions/vsprintf.texi: Update.
35832         Reported by Eric Blake.
35833
35834 2007-05-06  Bruno Haible  <bruno@clisp.org>
35835
35836         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35837         padding ourselves for the floating-point directives.
35838         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35839         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35840         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35841         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35842         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35843         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35844         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35845         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35846         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35847         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35848         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35849         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35850         * tests/test-snprintf-posix.h (test_function): Also check the width
35851         and some flags in the %f directive.
35852         * tests/test-sprintf-posix.h (test_function): Likewise.
35853         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35854         * tests/test-vasprintf-posix.c (test_function): Likewise.
35855         * doc/functions/fprintf.texi: Update.
35856         * doc/functions/printf.texi: Update.
35857         * doc/functions/snprintf.texi: Update.
35858         * doc/functions/sprintf.texi: Update.
35859         * doc/functions/vfprintf.texi: Update.
35860         * doc/functions/vprintf.texi: Update.
35861         * doc/functions/vsnprintf.texi: Update.
35862         * doc/functions/vsprintf.texi: Update.
35863
35864 2007-05-06  Bruno Haible  <bruno@clisp.org>
35865
35866         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35867         pass the ' flag character to sprintf or snprintf.
35868         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35869         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35870         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35871         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35872         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35873         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35874         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35875         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35876         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35877         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35878         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35879         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35880         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35881         flag.
35882         * tests/test-sprintf-posix.h (test_function): Likewise.
35883         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35884         * tests/test-vasprintf-posix.c (test_function): Likewise.
35885         * doc/functions/fprintf.texi: Update.
35886         * doc/functions/printf.texi: Update.
35887         * doc/functions/snprintf.texi: Update.
35888         * doc/functions/sprintf.texi: Update.
35889         * doc/functions/vfprintf.texi: Update.
35890         * doc/functions/vprintf.texi: Update.
35891         * doc/functions/vsnprintf.texi: Update.
35892         * doc/functions/vsprintf.texi: Update.
35893
35894 2007-05-01  Bruno Haible  <bruno@clisp.org>
35895
35896         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35897
35898 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35901         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35902
35903 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35904
35905         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35906         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35908
35909 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35910
35911         * lib/argp-help.c (struct hol_entry): New member `ord'.
35912         (HOL_ENTRY_PTRCMP): Use ord for comparison
35913         (hol_sort): Initialize ord.
35914
35915 2007-05-01  Bruno Haible  <bruno@clisp.org>
35916
35917         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35918         Reported by Eric Blake.
35919         * doc/gnulib.texi (Function Substitutes): Update.
35920
35921 2007-05-01  Bruno Haible  <bruno@clisp.org>
35922
35923         * doc/functions.texi: Remove file, now redundant through
35924         doc/functions/*.texi.
35925
35926 2007-05-01  Bruno Haible  <bruno@clisp.org>
35927
35928         * modules/argp (Depends-on): Add sleep.
35929
35930 2007-05-01  Bruno Haible  <bruno@clisp.org>
35931
35932         * modules/sleep-tests: New file.
35933         * tests/test-sleep.c: New file.
35934
35935         * modules/sleep: New file.
35936         * lib/sleep.c: New file.
35937         * m4/sleep.m4: New file.
35938         * lib/unistd_.h (sleep): New declaration.
35939         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35940         HAVE_SLEEP.
35941         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35942         * doc/functions/sleep.texi: Document the sleep module.
35943
35944 2007-05-01  Bruno Haible  <bruno@clisp.org>
35945
35946         * lib/sigprocmask.h: Remove file.
35947         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35948         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35949         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35950         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35951         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35952         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35953         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35954         HAVE_SIGSET_T as a shell variable.
35955         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35956         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35957         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35958         (Depends-on): Add signal. Remove verify.
35959         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35960         (Include): Mention <signal.h> instead of sigprocmask.h.
35961         * NEWS: Mention the change.
35962         * lib/fatal-signal.c: Don't include sigprocmask.h.
35963
35964 2007-05-01  Bruno Haible  <bruno@clisp.org>
35965
35966         * modules/signal: New file.
35967         * lib/signal_.h: New file.
35968         * m4/signal_h.m4: New file.
35969
35970 2007-05-01  Bruno Haible  <bruno@clisp.org>
35971
35972         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35973         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35974         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35975         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35976
35977 2007-05-01  Bruno Haible  <bruno@clisp.org>
35978
35979         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35980         configure time.
35981         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35982         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35983         * modules/sys_stat (Makefile.am): Substitute their values into
35984         sys/stat.h.
35985
35986 2007-05-01  Bruno Haible  <bruno@clisp.org>
35987
35988         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35989         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35990         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35991
35992 2007-05-01  Bruno Haible  <bruno@clisp.org>
35993
35994         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35995         'assert' module here.
35996
35997 2007-05-01  Bruno Haible  <bruno@clisp.org>
35998
35999         * doc/functions/*.texi: New files.
36000         * doc/functions/google-ranking.txt: New file.
36001         * doc/gnulib.texi (Function Substitutes): New chapter.
36002         (ctime, inet_ntoa): Remove sections.
36003         * doc/ctime.texi: Remove file.
36004         * doc/inet_ntoa.texi: Remove file.
36005         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36006         dependencies.
36007         (%.info): New rule, specifying a --reference-limit.
36008
36009 2007-05-01  Bruno Haible  <bruno@clisp.org>
36010
36011         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36012
36013 2007-05-01  Bruno Haible  <bruno@clisp.org>
36014
36015         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36016         the portability of 'mkdir' to mingw systems.
36017
36018 2007-05-01  Bruno Haible  <bruno@clisp.org>
36019
36020         * doc/headers/google-ranking.txt: New file.
36021
36022 2007-04-30  Eric Blake  <ebb9@byu.net>
36023
36024         Prefer fseeko to fseek.
36025         * modules/getpass (Depends-on): Add fseeko.
36026         * lib/getpass.c (getpass): Use fseeko, not fseek.
36027
36028 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36029
36030         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36031         assumes the sorting is stable, while most qsort implementations
36032         are not.  Use argument addresses to ensure they never compare as
36033         equal.
36034
36035         * tests/test-argp-2.sh (usage-indent test): Fix output
36036         (func_compare): Restore diff options
36037         * tests/test-argp.c: Restore #include "progname.h"
36038
36039 2007-04-29  Bruno Haible  <bruno@clisp.org>
36040
36041         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36042         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36043         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36044         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36045         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36046         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36047         (TESTS, check_PROGRAMS): Add test-snprintf.
36048         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36049         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36050         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36051         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36052         assertions that fail on HP-UX, OSF/1, or IRIX.
36053         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36054
36055 2007-04-29  Bruno Haible  <bruno@clisp.org>
36056
36057         * MODULES.html.sh (posix_functions): Remove 'contents'.
36058
36059 2007-04-29  Karl Berry  <karl@gnu.org>
36060
36061         * config/srclist.txt (gendocs_template_min): new entry.
36062
36063 2007-04-29  Bruno Haible  <bruno@clisp.org>
36064
36065         Work around fpurge bug on BSD systems.
36066         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36067         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36068         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36069         fpurge to rpl_fpurge if the system already has this function.
36070         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36071         the case where the system already has this function. Correct invariants
36072         on BSD systems.
36073         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36074         BSD systems.
36075
36076 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36077
36078         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36079         proposed by Sven Verdoolaege.
36080
36081         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36082         options.
36083         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36084         (usage and help tests): Update
36085
36086 2007-04-29  Bruno Haible  <bruno@clisp.org>
36087
36088         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36089         Print more information in case of failure. Disable a test on BeOS.
36090
36091 2007-04-29  Bruno Haible  <bruno@clisp.org>
36092
36093         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36094         This helps debugging on systems on which no gdb is available.
36095
36096 2007-04-29  Bruno Haible  <bruno@clisp.org>
36097
36098         * lib/freading.h: Improve comments.
36099         * lib/fwriting.h: Likewise.
36100         * tests/test-freading.c (main): Don't check freading immediately after
36101         repositioning. Needed for glibc.
36102
36103 2007-04-29  Bruno Haible  <bruno@clisp.org>
36104
36105         * lib/freading.c (freading): Trivial simplification.
36106
36107 2007-04-28  Bruno Haible  <bruno@clisp.org>
36108
36109         * tests/test-fwriting.c (main): Also test the interaction between
36110         fflush and fwriting.
36111         * modules/fwriting-tests (Depends-on): Add fflush.
36112
36113         * tests/test-freading.c (main): Also test the interaction between
36114         fflush and freading.
36115         * modules/freading-tests (Depends-on): Add fflush.
36116
36117 2007-04-28  Bruno Haible  <bruno@clisp.org>
36118
36119         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36120         fseeko and ftello.
36121         Suggested by Eric Blake.
36122
36123 2007-04-28  Jim Meyering  <jim@meyering.net>
36124
36125         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36126         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36127         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36128
36129 2007-04-27  Eric Blake  <ebb9@byu.net>
36130
36131         * doc/headers/assert.texi (assert.h): Document assert module use.
36132
36133 2007-04-27  Bruno Haible  <bruno@clisp.org>
36134
36135         * doc/headers/*.texi: New files.
36136         * doc/gnulib.texi (Header File Substitutes): New chapter.
36137         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36138         dependencies.
36139         (standards.info ,standards.html, standards.dvi): Update dependencies.
36140         (mostlyclean, clean): New targets.
36141
36142 2007-04-27  Bruno Haible  <bruno@clisp.org>
36143
36144         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36145         * modules/sysexits (Files, Makefile.am): Update.
36146
36147         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36148         * modules/sys_socket (Files, Makefile.am): Update.
36149
36150         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36151         * modules/sys_stat (Files, Makefile.am): Update.
36152
36153 2007-04-27  Eric Blake  <ebb9@byu.net>
36154
36155         * lib/freading.h: Improve comments.
36156         * lib/fwriting.h: Likewise.
36157         * lib/fflush.c: Likewise.
36158
36159         Fix closein for mingw.
36160         * modules/closein-tests: Add tests for closein.
36161         * tests/test-closein.c: New file.
36162         * tests/test-closein.sh: Likewise.
36163         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36164         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36165
36166 2007-04-27  Bruno Haible  <bruno@clisp.org>
36167
36168         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36169         version is < 6.
36170         * lib/math_.h [__DECC]: Likewise.
36171         * lib/stdio_.h [__DECC]: Likewise.
36172         * lib/stdlib_.h [__DECC]: Likewise.
36173         * lib/string_.h [__DECC]: Likewise.
36174         * lib/time_.h [__DECC]: Likewise.
36175         * lib/wchar_.h [__DECC]: Likewise.
36176         * lib/wctype_.h [__DECC]: Likewise.
36177
36178 2007-04-27  Bruno Haible  <bruno@clisp.org>
36179
36180         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36181
36182 2007-04-27  Bruno Haible  <bruno@clisp.org>
36183
36184         * lib/fflush.c: Add comments.
36185         * modules/fpurge-tests (Depends-on): Add fflush.
36186         * modules/freadable-tests (Depends-on): Likewise.
36187         * modules/fwritable-tests (Depends-on): Likewise.
36188
36189 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36190
36191         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36192         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36193         Report by Bruno Haible <bruno@clisp.org>.
36194
36195 2007-04-26  Eric Blake  <ebb9@byu.net>
36196
36197         Fix fflush on mingw.
36198         * modules/fflush (Depends-on): Add freading.
36199         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36200         but unread data.
36201
36202 2007-04-26  Eric Blake  <ebb9@byu.net>
36203         and Bruno Haible  <bruno@clisp.org>
36204
36205         Implement freading and fwriting.
36206         * lib/freading.c: New file.
36207         * lib/freading.h: Likewise.
36208         * m4/freading.m4: Likewise.
36209         * modules/freading: Likewise.
36210         * modules/freading-tests: Likewise.
36211         * tests/test-freading.c: Likewise.
36212         * lib/fwriting.c: New file.
36213         * lib/fwriting.h: Likewise.
36214         * m4/fwriting.m4: Likewise.
36215         * modules/fwriting: Likewise.
36216         * modules/fwriting-tests: Likewise.
36217         * tests/test-fwriting.c: Likewise.
36218         * MODULES.html.sh (File stream based Input/Output): Mention them.
36219
36220 2007-04-26  Bruno Haible  <bruno@clisp.org>
36221
36222         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36223         'long' when we assume it.
36224         Suggested by Eric Blake.
36225
36226 2007-04-26  Bruno Haible  <bruno@clisp.org>
36227
36228         Ensure fseeko, ftello are declared on glibc systems.
36229         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36230         * modules/fseeko (configure.ac-early): Likewise.
36231         * modules/ftello (configure.ac-early): Likewise.
36232         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36233         AC_FUNC_FSEEKO for this.
36234         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36235         (gl_CHECK_FSEEKO): Remove macro.
36236
36237 2007-04-26  Bruno Haible  <bruno@clisp.org>
36238
36239         * tests/test-fflush.c (main): Also check the ftell result after
36240         fflush and fseek/fseeko.
36241         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36242         file descriptor position cache in the stream.
36243         * lib/fseeko.c (rpl_fseeko): Likewise.
36244
36245 2007-04-26  Bruno Haible  <bruno@clisp.org>
36246
36247         * modules/fflush-tests (Depends-on): Add fseeko.
36248
36249 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36250             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36251
36252         * lib/argz_.h: ensure error_t definition is obtained in same
36253         mechanism system argz.h would have.
36254         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36255         argz facilities are known bad.  Err on the side of caution if
36256         cross-compiling.
36257
36258 2007-04-25  Eric Blake  <ebb9@byu.net>
36259
36260         * lib/fpurge.c (includes): Use stdlib.h for free.
36261         * tests/test-fflush.c (main): Also test fflush-fseeko.
36262
36263 2007-04-25  Bruno Haible  <bruno@clisp.org>
36264
36265         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36266         * lib/fseeko.c: New file.
36267         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36268         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36269         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36270         gl_FUNC_FSEEKO.
36271         (gl_FUNC_FSEEKO): Invoke it.
36272         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36273         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36274         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36275
36276 2007-04-25  Bruno Haible  <bruno@clisp.org>
36277
36278         * modules/fflush (Depends-on): Add ftello.
36279
36280 2007-04-25  Bruno Haible  <bruno@clisp.org>
36281
36282         * modules/ftello-tests: New file.
36283         * tests/test-ftello.c: New file.
36284
36285         * modules/ftello: New file.
36286         * m4/ftello.m4: New file.
36287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36288         HAVE_FTELLO.
36289         * lib/stdio_.h (ftello): New declaration.
36290         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36291         HAVE_FTELLO.
36292
36293 2007-04-25  Bruno Haible  <bruno@clisp.org>
36294
36295         * modules/fseeko-tests: New file.
36296         * tests/test-fseeko.c: New file.
36297
36298         * modules/fseeko: New file.
36299         * m4/fseeko.m4: New file.
36300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36301         HAVE_FSEEKO.
36302         * lib/stdio_.h (fseeko): New declaration.
36303         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36304         HAVE_FSEEKO.
36305
36306 2007-04-25  Bruno Haible  <bruno@clisp.org>
36307
36308         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36309
36310 2007-04-25  Bruno Haible  <bruno@clisp.org>
36311
36312         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36313         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36314         * tests/test-unistd.c: Likewise.
36315         * tests/test-fcntl.c: Likewise.
36316
36317 2007-04-23  Eric Blake  <ebb9@byu.net>
36318
36319         * lib/fflush.c: Fix missing include.
36320         Reported by Bruno Haible.
36321
36322 2007-04-23  Bruno Haible  <bruno@clisp.org>
36323
36324         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36325         Reported by Eric Blake.
36326
36327 2007-04-23  Bruno Haible  <bruno@clisp.org>
36328
36329         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36330
36331 2007-04-23  Bruno Haible  <bruno@clisp.org>
36332
36333         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36334
36335 2007-04-23  Bruno Haible  <bruno@clisp.org>
36336
36337         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36338         Needed on HP-UX 11.
36339
36340 2007-04-16  Eric Blake  <ebb9@byu.net>
36341
36342         Make fflush rely on fpurge.
36343         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36344         open coding all variants.
36345         * modules/fflush (Depends-on): Add fpurge and unistd.
36346         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36347         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36348
36349         Fix --with-tests compilation on cygwin.
36350         * modules/argmatch-tests (Makefile.am): List gnulib library first
36351         in LDADD.
36352         * modules/argp-tests (Makefile.am): Likewise.
36353         * modules/array-list-tests (Makefile.am): Likewise.
36354         * modules/array-oset-tests (Makefile.am): Likewise.
36355         * modules/avltree-list-tests (Makefile.am): Likewise.
36356         * modules/avltree-oset-tests (Makefile.am): Likewise.
36357         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36358         * modules/carray-list-tests (Makefile.am): Likewise.
36359         * modules/dirname-tests (Makefile.am): Likewise.
36360         * modules/frexp-tests (Makefile.am): Likewise.
36361         * modules/isnanl-tests (Makefile.am): Likewise.
36362         * modules/linked-list-tests (Makefile.am): Likewise.
36363         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36364         * modules/lock-tests (Makefile.am): Likewise.
36365         * modules/rbtree-list-tests (Makefile.am): Likewise.
36366         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36367         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36368         * modules/tls-tests (Makefile.am): Likewise.
36369         * modules/tsearch-tests (Makefile.am): Likewise.
36370         * modules/xvasprintf-tests (Makefile.am): Likewise.
36371
36372         Fix fpurge for cygwin.
36373         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36374         value.
36375         * modules/fpurge-tests (Depends-on): Clean up trash.
36376
36377 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36378
36379         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36380
36381         * m4/autobuild.m4: Re-indent.
36382
36383 2007-04-13  Bruno Haible  <bruno@clisp.org>
36384
36385         * modules/fpurge-tests: New file.
36386         * tests/test-fpurge.c: New file.
36387
36388         * modules/fpurge: New file.
36389         * lib/fpurge.h: New file.
36390         * lib/fpurge.c: New file.
36391         * m4/fpurge.m4: New file.
36392
36393 2007-04-13  Bruno Haible  <bruno@clisp.org>
36394
36395         * modules/fbufmode-tests: New file.
36396         * tests/test-fbufmode.c: New file.
36397
36398         * modules/fbufmode: New file.
36399         * lib/fbufmode.h: New file.
36400         * lib/fbufmode.c: New file.
36401         * m4/fbufmode.m4: New file.
36402
36403 2007-04-13  Bruno Haible  <bruno@clisp.org>
36404
36405         * modules/fwritable-tests: New file.
36406         * tests/test-fwritable.c: New file.
36407
36408         * modules/fwritable: New file.
36409         * lib/fwritable.h: New file.
36410         * lib/fwritable.c: New file.
36411         * m4/fwritable.m4: New file.
36412
36413 2007-04-13  Bruno Haible  <bruno@clisp.org>
36414
36415         * modules/freadable-tests: New file.
36416         * tests/test-freadable.c: New file.
36417
36418         * modules/freadable: New file.
36419         * lib/freadable.h: New file.
36420         * lib/freadable.c: New file.
36421         * m4/freadable.m4: New file.
36422
36423 2007-04-13  Bruno Haible  <bruno@clisp.org>
36424
36425         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36426         MOSTLYCLEANFILES.
36427
36428 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36429
36430         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36431         gzip bootstrap.conf to avoid dragging in i18n machinery.
36432         (gnulib_tool_option): Use it.
36433
36434 2007-04-13  Bruno Haible  <bruno@clisp.org>
36435
36436         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36437         %F directives.
36438         * tests/test-vasprintf-posix.c (test_function): Likewise.
36439         * tests/test-snprintf-posix.h (test_function): Likewise.
36440         * tests/test-sprintf-posix.h (test_function): Likewise.
36441         * tests/test-fprintf-posix.h (test_function): Likewise.
36442         * tests/test-printf-posix.h (test_function): Likewise.
36443         * tests/test-fprintf-posix.out: Likewise.
36444
36445 2007-04-13  Bruno Haible  <bruno@clisp.org>
36446
36447         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36448         * modules/tls-tests (configure.ac): Likewise.
36449         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36450
36451 2007-04-13  Bruno Haible  <bruno@clisp.org>
36452
36453         * lib/tls.c (glthread_tls_get): Fix return type.
36454         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36455
36456 2007-04-12  Eric Blake  <ebb9@byu.net>
36457
36458         * modules/gettime (Depends-on): Remove gettime.
36459         Reported by Dmitry V. Levin.
36460
36461 2007-04-12  Bruno Haible  <bruno@clisp.org>
36462
36463         * modules/fflush (Include): Mention <stdio.h>.
36464         * modules/strtoimax (Include): Mention <inttypes.h>.
36465         * modules/strtoumax (Include): Likewise.
36466
36467 2007-04-12  Eric Blake  <ebb9@byu.net>
36468
36469         * .cvsignore: New file.
36470         * .gitignore: Likewise.
36471
36472 2007-04-12  Bruno Haible  <bruno@clisp.org>
36473
36474         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36475         not before, since $(LDADD) often contains libgnu.a.
36476         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36477         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36478         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36479         Needed on Cygwin.
36480
36481 2007-04-12  Eric Blake  <ebb9@byu.net>
36482
36483         Work around glibc's failure to flush stdin on fclose.
36484         * lib/closein.c (close_stdin): Flush stdin before closing.
36485
36486         Work around glibc's failure to reset seekable stdin on exit.
36487         * modules/closein: New module.
36488         * lib/closein.c: New file.
36489         * lib/closein.h: Likewise.
36490         * m4/closein.m4: Likewise.
36491         * MODULES.html.sh (File stream based Input/Output): Document it.
36492
36493 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36494
36495         * gnulib-tool: Rename generated 'autobuild' script to
36496         'do-autobuild' in --create-megatestdir output.
36497
36498         * doc/gnulib.texi (Build robot for gnulib): Fix.
36499
36500 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36501
36502         * modules/sysexits (Depends-on): Add absolute-header.
36503
36504 2007-04-12  Eric Blake  <ebb9@byu.net>
36505
36506         No need to preserve errno on success.
36507         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36508         Reported by Bruno Haible.
36509
36510 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36511
36512         * MODULES.html.sh (Support for maintaining and releasing
36513         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36514
36515 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36516
36517         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36518
36519 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36520
36521         * modules/autobuild: New module.
36522
36523         * m4/autobuild.m4: New file.
36524
36525 2007-04-11  Bruno Haible  <bruno@clisp.org>
36526
36527         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36528         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36529         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36530         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36531         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36532         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36533         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36534         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36535         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36536         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36537         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36538         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36539         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36540         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36541         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36542         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36543         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36544         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36545         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36546         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36547         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36548         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36549         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36550         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36551         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36552         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36553         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36554         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36555         Reported by Eric Blake.
36556
36557 2007-04-11  Bruno Haible  <bruno@clisp.org>
36558
36559         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36560
36561 2007-04-10  Bruno Haible  <bruno@clisp.org>
36562
36563         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36564         for NaN and Infinity. Needed on FreeBSD 6.1.
36565         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36566         regarding results for "%010a" of Infinity and NaN.
36567         * tests/test-vasprintf-posix.c (test_function): Likewise.
36568         * tests/test-snprintf-posix.h (test_function): Likewise.
36569         * tests/test-sprintf-posix.h (test_function): Likewise.
36570         * tests/test-fprintf-posix.h (test_function): Likewise.
36571         * tests/test-printf-posix.h (test_function): Likewise.
36572         * tests/test-fprintf-posix.out: Likewise.
36573
36574 2007-04-10  Bruno Haible  <bruno@clisp.org>
36575
36576         * modules/locale-tests: New file.
36577         * tests/test-locale.c: New file.
36578
36579         * modules/locale: New file.
36580         * lib/locale_.h: New file.
36581         * m4/locale_h.m4: New file.
36582
36583 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36584             Bruno Haible  <bruno@clisp.org>
36585
36586         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36587         be determined, test for availability of the copysignf, copysign,
36588         copysignl functions.
36589         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36590         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36591         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36592
36593 2007-04-09  Eric Blake  <ebb9@byu.net>
36594
36595         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36596         * modules/stdio (Makefile.am): Support fflush.
36597         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36598         * modules/fflush: New file.
36599         * lib/fflush.c: Likewise.
36600         * m4/fflush.m4: Likewise.
36601         * modules/fflush-tests: New test.
36602         * tests/test-fflush.c: Likewise.
36603         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36604
36605 2007-04-06  Bruno Haible  <bruno@clisp.org>
36606
36607         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36608         (VASNPRINTF): Use signbit for faster determination whether to print a
36609         minus sign.
36610         * modules/vasnprintf (Files): Remove lib/float+.h.
36611         * modules/fprintf-posix (Depends-on): Add signbit.
36612         * modules/snprintf-posix (Depends-on): Likewise.
36613         * modules/sprintf-posix (Depends-on): Likewise.
36614         * modules/vasnprintf-posix (Depends-on): Likewise.
36615         * modules/vasprintf-posix (Depends-on): Likewise.
36616         * modules/vfprintf-posix (Depends-on): Likewise.
36617         * modules/vsnprintf-posix (Depends-on): Likewise.
36618         * modules/vsprintf-posix (Depends-on): Likewise.
36619
36620 2007-04-06  Bruno Haible  <bruno@clisp.org>
36621
36622         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36623         * tests/test-frexpl.c (main): Likewise.
36624         * tests/test-ldexpl.c (main): Likewise.
36625         * modules/frexp-tests (Depends-on): Add signbit.
36626         * modules/frexpl-tests (Depdends-on): Likewise.
36627         * modules/ldexpl-tests (Depdends-on): Likewise.
36628
36629 2007-04-06  Bruno Haible  <bruno@clisp.org>
36630
36631         * modules/signbit-tests: New file.
36632         * tests/test-signbit.c: New file.
36633
36634         * modules/signbit: New file.
36635         * lib/signbitf.c: New file.
36636         * lib/signbitd.c: New file.
36637         * lib/signbitl.c: New file.
36638         * m4/signbit.m4: New file.
36639         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36640         (signbit): New macro.
36641         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36642         REPLACE_SIGNBIT.
36643         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36644         REPLACE_FREXPL into math.h.
36645
36646 2007-04-06  Bruno Haible  <bruno@clisp.org>
36647
36648         * modules/isnanf-nolibm-tests: New file.
36649         * tests/test-isnanf.c: New file.
36650
36651         * modules/isnanf-nolibm: New file.
36652         * lib/isnanf.h: New file.
36653         * lib/isnanf.c: New file.
36654         * lib/isnan.c: Consider the USE_FLOAT macro.
36655         * m4/isnanf.m4: New file.
36656
36657 2007-04-06  Bruno Haible  <bruno@clisp.org>
36658
36659         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36660         (Link): New section.
36661
36662         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36663
36664 2007-04-06  Bruno Haible  <bruno@clisp.org>
36665
36666         Assume the 'long double' type.
36667         * m4/longdouble.m4: Remove file.
36668         * config/srclist.txt: Don't mention longdouble.m4.
36669         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36670         * lib/float+.h: Likewise.
36671         * lib/frexp.c: Likewise.
36672         * lib/printf-args.h: Likewise.
36673         * lib/printf-args.c: Likewise.
36674         * lib/printf-frexp.c: Likewise.
36675         * lib/printf-parse.c: Likewise.
36676         * lib/vasnprintf.c: Likewise.
36677         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36678         * m4/intl.m4: Likewise.
36679         * m4/isnanl.m4: Likewise.
36680         * m4/printf.m4: Likewise.
36681         * m4/printf-frexpl.m4: Likewise.
36682         * m4/vasnprintf.m4: Likewise.
36683         * modules/allocsa (Files): Remove m4/longdouble.m4.
36684         * modules/gettext (Files): Likewise.
36685         * modules/relocatable-prog-wrapper (Files): Likewise.
36686         * modules/vasnprintf (Files): Likewise.
36687         * modules/isnanl (Files): Likewise.
36688         (Include): Simplify.
36689         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36690         (Include): Simplify.
36691         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36692         (Include): Simplify.
36693         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36694         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36695         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36696         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36697         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36698         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36699         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36700         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36701         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36702         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36703         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36704         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36705         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36706         * tests/test-isnanl.c: Likewise.
36707         * tests/test-snprintf-posix.h: Likewise.
36708         * tests/test-sprintf-posix.h: Likewise.
36709         * tests/test-vasnprintf-posix.c: Likewise.
36710         * tests/test-vasnprintf-posix2.c: Likewise.
36711         * tests/test-vasprintf-posix.c: Likewise.
36712
36713 2007-04-06  Bruno Haible  <bruno@clisp.org>
36714
36715         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36716         * lib/math_.h [__DECC]: Include the overridden include file through
36717         #include_next, outside the double-inclusion guard.
36718         * lib/stdio_.h [__DECC]: Likewise.
36719         * lib/stdlib_.h [__DECC]: Likewise.
36720         * lib/string_.h [__DECC]: Likewise.
36721         * lib/time_.h [__DECC]: Likewise.
36722         * lib/wchar_.h [__DECC]: Likewise.
36723         * lib/wctype_.h [__DECC]: Likewise.
36724         * lib/inttypes_.h [__DECC]: Likewise.
36725         Reported by Albert Chin <china@thewrittenword.com> in
36726         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36727
36728 2007-04-04  Eric Blake  <ebb9@byu.net>
36729
36730         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36731         1.5.x.
36732
36733 2007-04-04  Bruno Haible  <bruno@clisp.org>
36734
36735         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36736         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36737
36738 2007-04-04  Bruno Haible  <bruno@clisp.org>
36739
36740         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36741         results for "%010a" of Infinity and NaN.
36742         * tests/test-vasprintf-posix.c (test_function): Likewise.
36743         * tests/test-snprintf-posix.h (test_function): Likewise.
36744         * tests/test-sprintf-posix.h (test_function): Likewise.
36745         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36746         * tests/test-printf-posix.h (test_function): Likewise.
36747         * tests/test-fprintf-posix.out: Update.
36748         Needed for FreeBSD 6.1.
36749
36750 2007-04-04  Bruno Haible  <bruno@clisp.org>
36751
36752         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36753         directly used by the gnulib modules nor by gnulib-tool.
36754
36755 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36756
36757         * DEPENDENCIES: Give overall description of version dependency
36758         desirability.  Use more-typical names for apps.
36759         Add shell, coreutils, diffutils, grep, tar, gzip.
36760
36761 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36762
36763         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36764
36765 2007-04-04  Karl Berry  <karl@gnu.org>
36766
36767         * MODULES.html.sh (func_module): missing '.
36768
36769 2007-04-03  Bruno Haible  <bruno@clisp.org>
36770
36771         * modules/argmatch-tests (Makefile.am): New variable
36772         test_argmatch_LDADD.
36773         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36774         * modules/array-list-tests (Makefile.am): New variable
36775         test_array_list_LDADD.
36776         * modules/array-oset-tests (Makefile.am): New variable
36777         test_array_oset_LDADD.
36778         * modules/avltree-list-tests (Makefile.am): New variable
36779         test_avltree_list_LDADD.
36780         * modules/avltree-oset-tests (Makefile.am): New variable
36781         test_avltree_oset_LDADD.
36782         * modules/avltreehash-list-tests (Makefile.am): New variable
36783         test_avltreehash_list_LDADD.
36784         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36785         test_canonicalize_lgpl_LDADD.
36786         * modules/carray-list-tests (Makefile.am): New variable
36787         test_carray_list_LDADD.
36788         * modules/dirname-tests (Makefile.am): New variable
36789         test_dirname_LDADD.
36790         * modules/linked-list-tests (Makefile.am): New variable
36791         test_linked_list_LDADD.
36792         * modules/linkedhash-list-tests (Makefile.am): New variable
36793         test_linkedhash_list_LDADD.
36794         * modules/rbtree-list-tests (Makefile.am): New variable
36795         test_rbtree_list_LDADD.
36796         * modules/rbtree-oset-tests (Makefile.am): New variable
36797         test_rbtree_oset_LDADD.
36798         * modules/rbtreehash-list-tests (Makefile.am): New variable
36799         test_rbtreehash_list_LDADD.
36800         * modules/xvasprintf-tests (Makefile.am): New variable
36801         test_xvasprintf_LDADD.
36802         Reported by Eric Blake.
36803
36804 2007-04-03  Eric Blake  <ebb9@byu.net>
36805
36806         * DEPENDENCIES: Weaken m4 requirements.
36807
36808 2007-04-03  Bruno Haible  <bruno@clisp.org>
36809
36810         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36811         * modules/isnanl-tests (configure.ac): Likewise.
36812
36813 2007-04-03  Ben Pfaff  <blp@gnu.org>
36814
36815         * modules/iconv_open: Add $(srcdir)/ to source directory
36816         references in Makefile fragments that call gperf, to fix VPATH
36817         builds.
36818
36819 2007-04-03  Bruno Haible  <bruno@clisp.org>
36820
36821         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36822         * lib/ldexpl.c: Undo last change.
36823
36824 2007-04-03  Bruno Haible  <bruno@clisp.org>
36825
36826         * modules/printf-frexpl (Depends-on): Undo last change.
36827         (Files): Add m4/ldexpl.m4.
36828
36829 2007-04-03  Bruno Haible  <bruno@clisp.org>
36830
36831         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36832         * modules/isnanl (Link): New section.
36833
36834         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36835         * modules/frexp (Link): New section.
36836
36837         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36838         * modules/frexpl (Link): New section.
36839
36840         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36841         * modules/ldexpl (Link): New section.
36842
36843 2007-04-03  Bruno Haible  <bruno@clisp.org>
36844
36845         * modules/TEMPLATE-EXTENDED: New file.
36846         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36847
36848 2007-04-03  Bruno Haible  <bruno@clisp.org>
36849
36850         * DEPENDENCIES: New file.
36851         Suggested by Simon Josefsson.
36852
36853 2007-04-03  Bruno Haible  <bruno@clisp.org>
36854
36855         * doc/gnulib.texi: Escape @.
36856
36857 2007-04-03  James Youngman  <jay@gnu.org>
36858         and Paul Eggert  <eggert@cs.ucla.edu>
36859
36860         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36861         birthtime on all systems that have birthtime, not just those which
36862         use st_birthtimensec rather than st_birthtim.  Putting zero in
36863         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36864         that the birth time is not available for files on an NFS mount.
36865
36866 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36867
36868         * modules/memxor: Move back from crypto/, suggested by Bruno.
36869         * modules/crypto/hmac-sha1: Fix memxor dependency.
36870
36871         * modules/crypto/gc: Moved from ../.
36872
36873 2007-04-02  Eric Blake  <ebb9@byu.net>
36874
36875         * lib/ldexpl.c (includes): Avoid libm.
36876
36877         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36878
36879 2007-04-02  Bruno Haible  <bruno@clisp.org>
36880
36881         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36882         on IRIX.
36883
36884 2007-04-02  Bruno Haible  <bruno@clisp.org>
36885
36886         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36887         x86 or x86_64 platforms running MacOS X.
36888         Reported by Ryan Schmidt <@ryandesign.com>.
36889
36890 2007-04-02  Bruno Haible  <bruno@clisp.org>
36891
36892         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36893         i386.
36894
36895 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36896
36897         * modules/crypto/arcfour: Moved from ../.
36898         * modules/crypto/arcfour-tests: Moved from ../.
36899         * modules/crypto/arctwo: Moved from ../.
36900         * modules/crypto/arctwo-tests: Moved from ../.
36901         * modules/crypto/des: Moved from ../.
36902         * modules/crypto/des-tests: Moved from ../.
36903         * modules/crypto/gc-arcfour: Moved from ../.
36904         * modules/crypto/gc-arcfour-tests: Moved from ../.
36905         * modules/crypto/gc-arctwo: Moved from ../.
36906         * modules/crypto/gc-arctwo-tests: Moved from ../.
36907         * modules/crypto/gc-des: Moved from ../.
36908         * modules/crypto/gc-des-tests: Moved from ../.
36909         * modules/crypto/gc-hmac-md5: Moved from ../.
36910         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36911         * modules/crypto/gc-hmac-sha1: Moved from ../.
36912         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36913         * modules/crypto/gc-md2: Moved from ../.
36914         * modules/crypto/gc-md2-tests: Moved from ../.
36915         * modules/crypto/gc-md4: Moved from ../.
36916         * modules/crypto/gc-md4-tests: Moved from ../.
36917         * modules/crypto/gc-md5: Moved from ../.
36918         * modules/crypto/gc-md5-tests: Moved from ../.
36919         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36920         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36921         * modules/crypto/gc-random: Moved from ../.
36922         * modules/crypto/gc-rijndael: Moved from ../.
36923         * modules/crypto/gc-rijndael-tests: Moved from ../.
36924         * modules/crypto/gc-sha1: Moved from ../.
36925         * modules/crypto/gc-sha1-tests: Moved from ../.
36926         * modules/crypto/gc-tests: Moved from ../.
36927         * modules/crypto/hmac-md5: Moved from ../.
36928         * modules/crypto/hmac-md5-tests: Moved from ../.
36929         * modules/crypto/hmac-sha1: Moved from ../.
36930         * modules/crypto/hmac-sha1-tests: Moved from ../.
36931         * modules/crypto/md2: Moved from ../.
36932         * modules/crypto/md2-tests: Moved from ../.
36933         * modules/crypto/md4: Moved from ../.
36934         * modules/crypto/md4-tests: Moved from ../.
36935         * modules/crypto/md5: Moved from ../.
36936         * modules/crypto/md5-tests: Moved from ../.
36937         * modules/crypto/memxor: Moved from ../.
36938         * modules/crypto/rijndael: Moved from ../.
36939         * modules/crypto/rijndael-tests: Moved from ../.
36940         * modules/crypto/sha1: Moved from ../.
36941
36942 2007-03-30  James Youngman  <jay@gnu.org>
36943
36944         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36945         rename() to change the ctime of a file (because ctime is unaffected
36946         by rename on jfs2 on AIX 5.1).
36947         (main): Start by doing cleanup, in case a previous run failed leaving
36948         test files behind.
36949
36950 2007-03-31  Bruno Haible  <bruno@clisp.org>
36951
36952         Support old proprietary implementations of iconv.
36953         * modules/iconv_open: New file.
36954         * lib/iconv_.h: New file.
36955         * m4/iconv_h.m4: New file.
36956         * lib/iconv_open.c: New file.
36957         * lib/iconv_open-aix.gperf: New file.
36958         * lib/iconv_open-hpux.gperf: New file.
36959         * lib/iconv_open-irix.gperf: New file.
36960         * lib/iconv_open-osf.gperf: New file.
36961         * m4/iconv_open.m4: New file.
36962         * modules/linebreak (Depends-on): Add iconv_open.
36963         * modules/striconv (Depends-on): Likewise.
36964         * modules/striconveh (Depends-on): Likewise.
36965         * modules/unicodeio (Depends-on): Likewise.
36966         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36967         (iconv_t)(-1).
36968         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36969         conversion if cd is (iconv_t)(-1).
36970         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36971         is not possible.
36972
36973 2007-03-31  Bruno Haible  <bruno@clisp.org>
36974
36975         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36976         work on Solaris either. Protect also second use of "autodetect_jp".
36977
36978 2007-03-31  Bruno Haible  <bruno@clisp.org>
36979
36980         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36981         the function is not present.
36982
36983 2007-03-31  Bruno Haible  <bruno@clisp.org>
36984
36985         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36986         the function is not present.
36987
36988 2007-03-31  Bruno Haible  <bruno@clisp.org>
36989
36990         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36991         a bug in HP-UX iconv_open().
36992
36993 2007-03-31  Bruno Haible  <bruno@clisp.org>
36994
36995         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36996         (Mathematics <math.h>): New section, add fpieee.
36997         (Input/output <stdio.h>): Add fseterr.
36998         (Mathematics <math.h>): New section, add printf-frexp.
36999         (Container data structures): Add sublist.
37000         (Core language properties): Add fpucw, inline.
37001         (Functions for greatest-width integer types <inttypes.h>): Add
37002         imaxabs, imaxdiv, inttypes.
37003         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
37004         isnanl-nolibm, ldexp.
37005         (Mathematics <math.h>): New section, add printf-frexpl.
37006         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37007         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37008         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37009         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37010         (Unicode string functions): Add unistr/u*-mbtoucr.
37011         (Java): Add javacomp-script, javaexec-script.
37012         (C#): Add csharpcomp-script, csharpexec-script.
37013         (Support for building libraries and executables): Add havelib,
37014         relocatable-*.
37015         (Support for maintaining and releasing projects): Renamed from
37016         'Support for maintaining and release projects'. Add announce-gen.
37017
37018 2007-03-31  Bruno Haible  <bruno@clisp.org>
37019
37020         * README: Talk primarily about git.
37021         (git and CVS): Renamed from CVS.
37022         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37023         gnulib is available through git.
37024         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37025
37026 2007-03-30  Bruno Haible  <bruno@clisp.org>
37027
37028         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37029         * lib/poll_.h: Likewise.
37030         * lib/stat_.h: Likewise.
37031         * lib/sys_time_.h: Likewise.
37032         * lib/sysexit_.h: Likewise.
37033         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37034         * lib/stdbool_.h: Likewise.
37035         * lib/byteswap_.h: Add double-inclusion guard.
37036
37037 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37038
37039         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37040
37041 2007-03-30  Karl Berry  <karl@gnu.org>
37042
37043         * config/srclist-update: double space after USA in the license
37044         substitution, since that's how it's usually (?) written.
37045
37046 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37047
37048         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37049         reported by Bruno Haible.
37050
37051 2007-03-29  Bruno Haible  <bruno@clisp.org>
37052
37053         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37054         a bug in AIX iconv().
37055
37056 2007-03-29  Bruno Haible  <bruno@clisp.org>
37057
37058         * modules/ldexpl-tests: New file.
37059         * tests/test-ldexpl.c: New file.
37060
37061 2007-03-29  Bruno Haible  <bruno@clisp.org>
37062
37063         * lib/ldexpl.c: Include fpucw.h.
37064         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37065         multiplication.
37066         * modules/ldexpl (Depends-on): Add fpucw.
37067
37068 2007-03-29  Bruno Haible  <bruno@clisp.org>
37069
37070         * modules/ldexpl: New file.
37071         * m4/ldexpl.m4: New file.
37072         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37073         set.
37074         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37075         REPLACE_LDEXPL.
37076         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37077         REPLACE_LDEXPL.
37078         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37079         gl_FUNC_LDEXPL_WORKS.
37080         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37081         * modules/mathl (Files): Remove lib/ldexpl.c.
37082         (Depends-on): Add ldexpl.
37083
37084 2007-03-29  Bruno Haible  <bruno@clisp.org>
37085
37086         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37087
37088 2007-03-29  Bruno Haible  <bruno@clisp.org>
37089
37090         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37091         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37092         and possibly also HP-UX.
37093         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37094         work on AIX, IRIX, HP-UX, OSF/1.
37095         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37096         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37097         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37098         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37099         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37100         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37101
37102 2007-03-29  Bruno Haible  <bruno@clisp.org>
37103
37104         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37105
37106 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37107
37108         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37109         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37110
37111 2007-03-29  Eric Blake  <ebb9@byu.net>
37112
37113         * lib/acl-internal.h: Remove redundant include.
37114         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37115         Cygwin when a file is locked.
37116
37117 2007-03-29  Bruno Haible  <bruno@clisp.org>
37118
37119         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37120         file.
37121         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37122
37123 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37124
37125         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37126         try to remove a parent directory if the child couldn't be removed
37127         (except for the first rmdir, which could fail because the child
37128         doesn't exist).  Problem reported by Jeff Blaine in
37129         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37130
37131 2007-03-28  Bruno Haible  <bruno@clisp.org>
37132
37133         * lib/striconveh.c (utf8conv_carefully): New function.
37134         (mem_cd_iconveh_internal): Invoke it.
37135
37136 2007-03-28  Bruno Haible  <bruno@clisp.org>
37137
37138         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37139         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37140         input.
37141         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37142         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37143         unistr/u8-uctomb.
37144
37145 2007-03-28  Bruno Haible  <bruno@clisp.org>
37146
37147         * modules/unistr/u8-mbtoucr: New file.
37148         * lib/unistr/u8-mbtoucr.c: New file.
37149         * modules/unistr/u16-mbtoucr: New file.
37150         * lib/unistr/u16-mbtoucr.c: New file.
37151         * modules/unistr/u16-mbtoucr: New file.
37152         * lib/unistr/u16-mbtoucr.c: New file.
37153         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37154
37155 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37156             Bruno Haible  <bruno@clisp.org>
37157
37158         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37159         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37160         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37161
37162         * m4/stdio_h.m4: Add stubs for vasprintf too.
37163
37164         * modules/stdio: Support vasprintf in sed command.
37165
37166         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37167         vasprintf.h.  Add stdio module indicator.
37168
37169         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37170         vasprintf.h.
37171
37172         * lib/vasprintf.h: File removed.
37173
37174         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37175         * lib/vasprintf.c: Ditto.
37176         * lib/xvasprintf.c: Ditto.
37177         * tests/test-vasprintf-posix.c: Ditto.
37178         * tests/test-vasprintf.c: Ditto.
37179
37180 2007-03-27  Bruno Haible  <bruno@clisp.org>
37181
37182         Make vasnprintf multithread-safe.
37183         * lib/vasnprintf.c (decimal_point_char): New function.
37184         (VASNPRINTF): Use it.
37185         Suggested by Simon Josefsson.
37186
37187 2007-03-27  Eric Blake  <ebb9@byu.net>
37188
37189         Support sub-second birthtime on cygwin.
37190         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37191         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37192         (get_stat_birthtime): Also work with st_birthtim.
37193
37194 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37195
37196         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37197         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37198         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37199         (get_stat_birthtime_ns): Simplify compile-time tests.
37200         (get_stat_birthtime): Change the API to look like
37201         get_stat_mtime etc., except return a negative tv_nsec on error.
37202         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37203         Don't check for "spare" fields.
37204         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37205         or for struct stat.st_birthtime, as these tests aren't used.
37206         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37207
37208 2007-03-27  Bruno Haible  <bruno@clisp.org>
37209
37210         * lib/stat-time.h: Include <sys/stat.h>.
37211
37212 2007-03-27  James Youngman  <jay@gnu.org>
37213
37214         * lib/stat-time.h (get_stat_birthtime): New function for
37215           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37216         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37217           and its variants.
37218         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37219         * modules/stat-time-test: New file.
37220         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37221
37222 2007-03-26  Bruno Haible  <bruno@clisp.org>
37223
37224         Better support of signalling NaNs.
37225         * lib/atanl.c: Include isnanl.h.
37226         (atanl): Perform test for NaN at the beginning of the function and
37227         through a call to isnanl.
37228         * lib/cosl.c: Include isnanl.h.
37229         (cosl): Perform test for NaN at the beginning of the function and
37230         through a call to isnanl.
37231         * lib/ldexpl.c: Include isnanl.h.
37232         (ldexpl): Perform test for NaN through a call to isnanl.
37233         * lib/logl.c: Include isnanl.h.
37234         (logl): Perform test for NaN at the beginning of the function and
37235         through a call to isnanl.
37236         * lib/sinl.c: Include isnanl.h.
37237         (sinl): Perform test for NaN at the beginning of the function and
37238         through a call to isnanl.
37239         * lib/sqrtl.c: Include isnanl.h.
37240         (sqrtl): Perform test for NaN at the beginning of the function and
37241         through a call to isnanl.
37242         * lib/tanl.c: Include isnanl.h.
37243         (tanl): Perform test for NaN at the beginning of the function and
37244         through a call to isnanl.
37245         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37246         * modules/mathl (Depends-on): Add isnanl.
37247
37248 2007-03-26  Eric Blake  <ebb9@byu.net>
37249
37250         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37251         regression in logic sense of previous patch.
37252
37253 2007-03-26  Bruno Haible  <bruno@clisp.org>
37254
37255         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37256         unportable shell command "if ! ...".
37257         Reported by Ralf Wildenhues.
37258
37259 2007-03-25  Bruno Haible  <bruno@clisp.org>
37260
37261         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37262         <sysexits.h> file, and only add EX_CONFIG.
37263         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37264         absolute file name and whether it is sufficient. Substitute also
37265         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37266         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37267         ABSOLUTE_SYSEXITS_H into sysexits.h.
37268
37269 2007-03-25  Bruno Haible  <bruno@clisp.org>
37270
37271         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37272         hints is NULL.
37273
37274 2007-03-25  Bruno Haible  <bruno@clisp.org>
37275
37276         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37277         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37278
37279 2007-03-25  Bruno Haible  <bruno@clisp.org>
37280
37281         * lib/vasnprintf.c: Include langinfo.h.
37282         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37283         multithread-safe.
37284         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37285         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37286         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37287         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37288         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37289         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37290         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37291         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37292         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37293         Reported by Simon Josefsson.
37294
37295 2007-03-25  Bruno Haible  <bruno@clisp.org>
37296
37297         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37298         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37299         * modules/vasnprintf (Depends-on): Add stdint.
37300
37301 2007-03-25  Bruno Haible  <bruno@clisp.org>
37302
37303         * modules/fpieee: New file.
37304         * m4/fpieee.m4: New file.
37305         * modules/isnan-nolibm (Depends-on): Add fpieee.
37306         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37307         * modules/isnanl (Depends-on): Add fpieee.
37308
37309 2007-03-25  Bruno Haible  <bruno@clisp.org>
37310
37311         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37312
37313 2007-03-25  Bruno Haible  <bruno@clisp.org>
37314
37315         Avoid test failures on IRIX 6.5.
37316         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37317         (main): Use it.
37318         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37319         macros.
37320         (main): Use them.
37321
37322 2007-03-25  Bruno Haible  <bruno@clisp.org>
37323
37324         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37325         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37326         exists but doesn't work.
37327         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37328         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37329         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37330         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37331
37332 2007-03-25  Bruno Haible  <bruno@clisp.org>
37333
37334         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37335         returns inf. Needed on IRIX 6.5.
37336
37337 2007-03-25  Bruno Haible  <bruno@clisp.org>
37338
37339         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37340         (main): Use isnanl instead of x != x idiom.
37341         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37342
37343         * tests/test-frexp.c: Include isnan.h.
37344         (main): Use isnan instead of x != x idiom.
37345         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37346
37347 2007-03-25  Bruno Haible  <bruno@clisp.org>
37348
37349         * tests/test-frexp.c (NaN): New function/macro.
37350         (main): Use it instead of 0.0 / 0.0.
37351         * tests/test-isnan.c (NaN): New function/macro.
37352         (main): Use it instead of 0.0 / 0.0.
37353         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37354         (test_function): Use it instead of 0.0 / 0.0.
37355         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37356         (test_function): Use it instead of 0.0 / 0.0.
37357         * tests/test-snprintf-posix.h (NaN): New function/macro.
37358         (test_function): Use it instead of 0.0 / 0.0.
37359         * tests/test-sprintf-posix.h (NaN): New function/macro.
37360         (test_function): Use it instead of 0.0 / 0.0.
37361         * tests/test-fprintf-posix.h (NaN): New function/macro.
37362         (test_function): Use it instead of 0.0 / 0.0.
37363         * tests/test-printf-posix.h (NaN): New function/macro.
37364         (test_function): Use it instead of 0.0 / 0.0.
37365
37366         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37367
37368 2007-03-25  Bruno Haible  <bruno@clisp.org>
37369
37370         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37371
37372 2007-03-25  Bruno Haible  <bruno@clisp.org>
37373
37374         * lib/regexec.c (merge_state_with_log): Make static.
37375
37376 2007-03-25  Bruno Haible  <bruno@clisp.org>
37377
37378         * lib/trigl.c (kernel_rem_pio2): Make static.
37379
37380 2007-03-25  Bruno Haible  <bruno@clisp.org>
37381
37382         * lib/sincosl.c (sincosl_table): Make static.
37383
37384 2007-03-25  Bruno Haible  <bruno@clisp.org>
37385
37386         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37387         if the compiler does not support C99.
37388
37389 2007-03-25  Bruno Haible  <bruno@clisp.org>
37390
37391         * modules/time (Makefile.am): Ensure all rule action lines start with a
37392         tab.
37393
37394 2007-03-24  Bruno Haible  <bruno@clisp.org>
37395
37396         * modules/tsearch-tests: New file.
37397         * tests/test-tsearch.sh: New file.
37398         * tests/test-tsearch.c: New file, mostly copied from glibc.
37399
37400         * modules/search-tests: New file.
37401         * tests/test-search.c: New file.
37402
37403         * modules/search: New file.
37404         * lib/search_.h: New file, incorporating lib/tsearch.h.
37405         * m4/search_h.m4: New file.
37406         * lib/tsearch.h: Remove file.
37407         * lib/tsearch.c: Include search.h instead of tsearch.h.
37408         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37409         HAVE_TSEARCH.
37410         * modules/tsearch (Files): Remove lib/tsearch.h.
37411         (Depends-on): Add search.
37412         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37413         (Include): Change tsearch.h into search.h.
37414
37415 2007-03-24  Bruno Haible  <bruno@clisp.org>
37416
37417         * modules/fpucw: New file.
37418         * lib/fpucw.h: New file.
37419         * lib/frexp.c: Include fpucw.h.
37420         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37421         (FUNC): Use them.
37422         * lib/printf-frexp.c: Include fpucw.h.
37423         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37424         (FUNC): Use them.
37425         * lib/vasnprintf.c: Include fpucw.h.
37426         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37427         'long double' calculations.
37428         * tests/test-frexpl.c: Include fpucw.h.
37429         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37430         * tests/test-printf-frexpl.c: Include fpucw.h.
37431         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37432         * modules/frexpl (Depends-on): Add fpucw.
37433         * modules/printf-frexpl (Depends-on): Likewise.
37434         * modules/fprintf-posix (Depends-on): Likewise.
37435         * modules/snprintf-posix (Depends-on): Likewise.
37436         * modules/sprintf-posix (Depends-on): Likewise.
37437         * modules/vasnprintf-posix (Depends-on): Likewise.
37438         * modules/vasprintf-posix (Depends-on): Likewise.
37439         * modules/vfprintf-posix (Depends-on): Likewise.
37440         * modules/vsnprintf-posix (Depends-on): Likewise.
37441         * modules/vsprintf-posix (Depends-on): Likewise.
37442         * modules/frexpl-tests (Depends-on): Likewise.
37443         * modules/printf-frexpl-tests (Depends-on): Likewise.
37444
37445 2007-03-24  Bruno Haible  <bruno@clisp.org>
37446
37447         * lib/float+.h: New file.
37448         * lib/isnan.c: Include float+.h.
37449         (SIZE): New macro.
37450         (FUNC): Compare only SIZE bytes of the value.
37451         * lib/vasnprintf.c: Include float+.h.
37452         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37453         SIZEOF_LDBL or SIZEOF_DBL bytes.
37454         * modules/isnan-nolibm (Files): Add lib/float+.h.
37455         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37456         * modules/isnanl (Files): Add lib/float+.h.
37457         * modules/vasnprintf (Files): Add lib/float+.h.
37458
37459 2007-03-24  Bruno Haible  <bruno@clisp.org>
37460
37461         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37462         include isnanl-nolibm.h.
37463
37464 2007-03-24  Bruno Haible  <bruno@clisp.org>
37465
37466         * tests/test-read-file.c (main): Don't produce spurious output for
37467         expected situations. Make the test fail if it encountered unexpected
37468         results.
37469
37470 2007-03-24  Bruno Haible  <bruno@clisp.org>
37471
37472         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37473         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37474
37475 2007-03-24  Bruno Haible  <bruno@clisp.org>
37476
37477         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37478
37479 2007-03-24  Bruno Haible  <bruno@clisp.org>
37480
37481         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37482         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37483
37484         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37485         * modules/utf8-ucs4: Turn into a symbolic link to module
37486         unistr/u8-mbtouc.
37487
37488         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37489         utf8-ucs4-unsafe.
37490         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37491         unistr/u8-mbtouc-unsafe.
37492
37493         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37494         * modules/utf16-ucs4: Turn into a symbolic link to module
37495         unistr/u16-mbtouc.
37496
37497         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37498         utf16-ucs4-unsafe.
37499         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37500         unistr/u16-mbtouc-unsafe.
37501
37502         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37503         * modules/ucs4-utf8: Turn into a symbolic link to module
37504         unistr/u8-ubtomb.
37505
37506         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37507         * modules/ucs4-utf16: Turn into a symbolic link to module
37508         unistr/u16-ubtomb.
37509
37510 2007-03-24  Bruno Haible  <bruno@clisp.org>
37511
37512         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37513         Enable the function only if HAVE_INLINE.
37514         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37515         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37516         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37517         Enable the function only if HAVE_INLINE.
37518         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37519         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37520         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37521         Enable the function only if HAVE_INLINE.
37522         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37523         Enable the function only if HAVE_INLINE.
37524         * modules/utf8-ucs4: Update.
37525         * modules/utf8-ucs4-unsafe: Update.
37526         * modules/utf16-ucs4: Update.
37527         * modules/utf16-ucs4-unsafe: Update.
37528         * modules/ucs4-utf8: Update.
37529         * modules/ucs4-utf16: Update.
37530
37531 2007-03-24  Bruno Haible  <bruno@clisp.org>
37532
37533         * lib/utf8-ucs4.h: Remove file.
37534         * lib/utf8-ucs4-unsafe.h: Remove file.
37535         * lib/utf16-ucs4.h: Remove file.
37536         * lib/utf16-ucs4-unsafe.h: Remove file.
37537         * lib/ucs4-utf8.h: Remove file.
37538         * lib/ucs4-utf16.h: Remove file.
37539         * lib/unistr.h: Include their previous contents.
37540         * m4/utf-ucs4.m4: Remove file.
37541         * m4/ucs4-utf.m4: Remove file.
37542         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37543         (Depends-on): Add unistr/base.
37544         (configure.ac): Remove gl_UTF_UCS4.
37545         (Makefile.am): Update.
37546         (Include): Change to unistr.h.
37547         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37548         (Depends-on): Add unistr/base.
37549         (configure.ac): Remove gl_UTF_UCS4.
37550         (Makefile.am): Update.
37551         (Include): Change to unistr.h.
37552         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37553         (Depends-on): Add unistr/base.
37554         (configure.ac): Remove gl_UTF_UCS4.
37555         (Makefile.am): Update.
37556         (Include): Change to unistr.h.
37557         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37558         (Depends-on): Add unistr/base.
37559         (configure.ac): Remove gl_UTF_UCS4.
37560         (Makefile.am): Update.
37561         (Include): Change to unistr.h.
37562         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37563         (Depends-on): Add unistr/base.
37564         (configure.ac): Remove gl_UCS4_UTF.
37565         (Makefile.am): Update.
37566         (Include): Change to unistr.h.
37567         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37568         (Depends-on): Add unistr/base.
37569         (configure.ac): Remove gl_UCS4_UTF.
37570         (Makefile.am): Update.
37571         (Include): Change to unistr.h.
37572         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37573         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37574         utf8-ucs4-unsafe.h.
37575         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37576         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37577         utf16-ucs4-unsafe.h.
37578         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37579         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37580         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37581         * lib/unistr/u8-strchr.c: Likewise.
37582         * lib/unistr/u8-strrchr.c: Likewise.
37583         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37584         * lib/unistr/u16-strchr.c: Likewise.
37585         * lib/unistr/u16-strrchr.c: Likewise.
37586         * lib/striconveh.c: Update.
37587         * lib/linebreak.c: Update.
37588
37589 2007-03-24  Bruno Haible  <bruno@clisp.org>
37590
37591         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37592         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37593
37594 2007-03-22  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37597
37598 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37599
37600         * MODULES.html.sh (File system functions): New module write-any-file.
37601         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37602         * m4/write-any-file.m4: New files.
37603
37604 2007-03-23  Eric Blake  <ebb9@byu.net>
37605
37606         * gnulib-tool: Rearrange space-tab sequences, since some editors
37607         like to eat them.
37608
37609 2007-03-23  Eric Blake  <ebb9@byu.net>
37610
37611         * lib/version-etc.c (version_etc_va): Update license wording to
37612         be more concise.  Recommended by Richard Stallman.
37613
37614 2007-03-22  Bruno Haible  <bruno@clisp.org>
37615
37616         * lib/poll.c (MSG_PEEK): New fallback definition.
37617
37618 2007-03-22  Bruno Haible  <bruno@clisp.org>
37619
37620         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37621         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37622         (main): Update.
37623         Fixes a compilation error on BeOS.
37624
37625 2007-03-22  Bruno Haible  <bruno@clisp.org>
37626
37627         * modules/frexpl-tests: New file.
37628         * tests/test-frexpl.c: New file.
37629
37630         * modules/frexpl: New file.
37631         * m4/frexpl.m4: New file.
37632         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37633         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37635         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37636         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37637         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37638
37639 2007-03-22  Bruno Haible  <bruno@clisp.org>
37640
37641         * lib/frexpl.c: Share code with lib/frexp.c.
37642         * modules/mathl (Files): Add lib/frexp.c.
37643         (Depends-on): Add isnanl-nolibm.
37644
37645 2007-03-22  Bruno Haible  <bruno@clisp.org>
37646
37647         * modules/printf-frexp (Files): Add m4/frexp.m4.
37648         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37649         only if the found frexp function actually works.
37650
37651 2007-03-22  Bruno Haible  <bruno@clisp.org>
37652
37653         * lib/frexp.c: Remove older implementation that uses divisions.
37654
37655 2007-03-21  Bruno Haible  <bruno@clisp.org>
37656
37657         * modules/frexp-tests: New file.
37658         * tests/test-frexp.c: New file.
37659
37660         * modules/frexp: New file.
37661         * lib/frexp.c: New file.
37662         * m4/frexp.m4: New file.
37663         * lib/math_.h (frexp): New declaration.
37664         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37665         REPLACE_FREXP.
37666         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37667
37668 2007-03-21  Bruno Haible  <bruno@clisp.org>
37669
37670         * modules/isnanl-tests: New file.
37671         * tests/test-isnanl.c: New file.
37672
37673         * modules/isnanl: New file.
37674         * lib/isnanl.h: New file.
37675         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37676         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37677         gl_FUNC_ISNANL_WORKS.
37678         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37679         New macros.
37680
37681 2007-03-21  Bruno Haible  <bruno@clisp.org>
37682
37683         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37684         lib/isnanl.h.
37685         (Include): Update.
37686         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37687         * lib/vasnprintf.c: Update.
37688         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37689         tests/test-isnanl.h, remove tests/test-isnanl.c.
37690         (Makefile.am): Update.
37691         * tests/test-isnanl-nolibm.c: New file.
37692         * tests/test-isnanl.h: New file.
37693         * tests/test-isnanl.c: Remove file.
37694
37695 2007-03-21  Jim Meyering  <jim@meyering.net>
37696
37697         When trying to open ".", treat ESTALE like EACCES.
37698         * lib/savewd.c (savewd_save): Resort to forking not just upon
37699         failure with EACCES, but also when errno is ESTALE.
37700
37701 2007-03-20  Bruno Haible  <bruno@clisp.org>
37702
37703         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37704         Needed on AIX 5.1. Reported by Matthew Woehlke.
37705
37706 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37707
37708         Suggestions by Bruno Haible:
37709         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37710         our own.
37711         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37712         * modules/acl (Depends-on): Add gettext.
37713
37714 2007-03-19  Bruno Haible  <bruno@clisp.org>
37715
37716         * modules/iconvme: Remove file.
37717         * lib/iconvme.h: Remove file.
37718         * lib/iconvme.c: Remove file.
37719         * m4/iconvme.m4: Remove file.
37720
37721 2007-03-19  Bruno Haible  <bruno@clisp.org>
37722
37723         * doc/relocatable-maint.texi: Break long shell script line.
37724         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37725
37726 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37727
37728         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37729         handle file_has_acl.
37730         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37731         * lib/acl.c: Move header inclusions and related macro defns into
37732         lib/acl-internal.h.
37733         (S_ISLNK): Remove defn, since that's now done for us.
37734         (file_has_acl): Move to lib/file-has-acl.c.
37735         Call acl_trivial if available.  This is the crucial part of the fix.
37736         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37737         shared within the library.  Rewrite a bit, partly to make it compatible
37738         with the GNU coding style.
37739         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37740         Remove unnecessary double-quotes.
37741         Don't test for acl_to_text; the build will catch that.
37742         Replace acl_entries if it doesn't exist and it is needed.
37743         Check for -lsec and acl_trivial (as used on Solaris 10).
37744         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37745         lib/file-has-acl.c.
37746         (Depends-on): Add sys_stat, for S_ISLNK.
37747
37748 2007-03-19  Ben Pfaff  <blp@gnu.org>
37749
37750         * doc/gnulib.texi: Fix typos.
37751         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37752
37753 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37754
37755         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37756         If size is zero here, buf must be zero.
37757
37758 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37759
37760         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37761         <bruno@clisp.org>.
37762
37763 2007-03-18  Bruno Haible  <bruno@clisp.org>
37764
37765         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37766         Suggested by Eric Blake.
37767
37768 2007-03-18  Ben Pfaff  <blp@gnu.org>
37769
37770         * doc/relocatable.texi: Recommend using as prefix a directory
37771         that does not exist and will never be created.  Based on
37772         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37773         and others.
37774
37775 2007-03-17  Bruno Haible  <bruno@clisp.org>
37776
37777         * lib/fchownat.c: Include lchown.h.
37778
37779 2007-03-17  Bruno Haible  <bruno@clisp.org>
37780
37781         Fix endless loop when the given allocated size was > INT_MAX.
37782         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37783         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37784         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37785         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37786         * lib/sprintf.c (sprintf): Likewise.
37787
37788 2007-03-17  Bruno Haible  <bruno@clisp.org>
37789
37790         * tests/test-argp-2.sh (func_compare): Output a context diff.
37791
37792 2007-03-17  Bruno Haible  <bruno@clisp.org>
37793
37794         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37795         locale's decimal-point character.
37796
37797 2007-03-17  Bruno Haible  <bruno@clisp.org>
37798
37799         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37800         before comparing it. Needed because on some platforms (e.g. x86) a
37801         'long double' occupies less bytes than sizeof (long double).
37802
37803 2007-03-17  Bruno Haible  <bruno@clisp.org>
37804
37805         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37806         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37807         * tests/test-getaddrinfo.c (simple): Likewise.
37808         * tests/test-read-file.c (main): Likewise.
37809
37810 2007-03-17  Bruno Haible  <bruno@clisp.org>
37811
37812         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37813
37814 2007-03-17  Bruno Haible  <bruno@clisp.org>
37815
37816         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37817         unused variable.
37818
37819 2007-03-17  Bruno Haible  <bruno@clisp.org>
37820
37821         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37822         * tests/test-c-strncasecmp.c: Likewise.
37823
37824 2007-03-17  Bruno Haible  <bruno@clisp.org>
37825
37826         * modules/stdlib (Depends-on): Add unistd.
37827         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37828         Needed for MacOS X 10.3.
37829
37830 2007-03-17  Bruno Haible  <bruno@clisp.org>
37831
37832         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37833
37834 2007-03-17  Bruno Haible  <bruno@clisp.org>
37835
37836         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37837
37838 2007-03-17  Bruno Haible  <bruno@clisp.org>
37839
37840         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37841         to reflect files copied from gnulib (with or without modifications).
37842         Suggested by Jim Meyering.
37843
37844 2007-03-17  Eric Blake  <ebb9@byu.net>
37845
37846         * NEWS: Document stdlib change from 2007-02-18.
37847
37848 2007-03-17  Jim Meyering  <jim@meyering.net>
37849
37850         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37851         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37852         someone uses a name containing shell meta-characters.
37853         Reported by Alfred M. Szmidt.
37854
37855         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37856
37857 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37858
37859         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37860         and copy gettext configuration files only if configure.ac contains
37861         a use of AM_GNU_GETTEXT_VERSION.
37862
37863 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37864
37865         * build-aux/bootstrap (gnulib_name): New variable.
37866         (gnulib_tool_options): Use it.
37867
37868 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37869
37870         * tests/test-des.c: Use new namespace.
37871
37872 2007-03-15  Bruno Haible  <bruno@clisp.org>
37873
37874         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37875         Reported by James Youngman <jay@gnu.org>.
37876
37877 2007-03-15  Bruno Haible  <bruno@clisp.org>
37878
37879         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37880         declared prototype. Needed with cc on OSF/1 5.1.
37881
37882 2007-03-15  Bruno Haible  <bruno@clisp.org>
37883
37884         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37885         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37886         (struct gl_list_implementation): Add dispose_fn argument to the
37887         'create_empty', 'create' methods.
37888         (struct gl_list_impl_base): Add field 'dispose_fn'.
37889         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37890         argument.
37891         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37892         dispose_fn argument.
37893         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37894         dispose_fn on the dropped values.
37895         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37896         dispose_fn argument.
37897         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37898         dropped values.
37899         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37900         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37901         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37902         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37903         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37904         argument.
37905         (gl_tree_list_free): Call dispose_fn on the dropped values.
37906         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37907         the dropped values.
37908         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37909         Add dispose_fn argument.
37910         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37911         Call dispose_fn on the dropped values.
37912         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37913         Add dispose_fn argument.
37914         (gl_sublist_create): Initialize the 'dispose_fn' field.
37915         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37916         * tests/test-array_list.c (main): Update.
37917         * tests/test-carray_list.c (main): Update.
37918         * tests/test-avltree_list.c (main): Update.
37919         * tests/test-rbtree_list.c (main): Update.
37920         * tests/test-avltreehash_list.c (main): Update.
37921         * tests/test-rbtreehash_list.c (main): Update.
37922         * tests/test-linked_list.c (main): Update.
37923         * tests/test-linkedhash_list.c (main): Update.
37924         * tests/test-array_oset.c (main): Update.
37925
37926 2007-03-15  Bruno Haible  <bruno@clisp.org>
37927
37928         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37929         (gl_oset_create_empty): Add dispose_fn argument.
37930         (struct gl_oset_implementation): Add dispose_fn argument to
37931         'create_empty' method.
37932         (struct gl_oset_impl_base): Add dispose_fn field.
37933         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37934         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37935         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37936         values.
37937         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37938         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37939         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37940         dropped value.
37941         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37942         dropped value.
37943         * tests/test-array_oset.c (main): Update.
37944         * tests/test-avltree_oset.c (main): Update.
37945         * tests/test-rbtree_oset.c (main): Update.
37946         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37947
37948 2007-03-13  Bruno Haible  <bruno@clisp.org>
37949
37950         * tests/test-stdbool.c (i): Update after last patch.
37951
37952 2007-03-12  Bruno Haible  <bruno@clisp.org>
37953
37954         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37955         the iswprint macro. Needed on Solaris 2.5.1.
37956
37957 2007-03-12  Bruno Haible  <bruno@clisp.org>
37958
37959         * tests/test-printf-frexp.c (main): Declare x as volatile.
37960
37961 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37962
37963         * doc/gnulib.texi (Build robot for gnulib): New section.
37964
37965 2007-03-12  Jim Meyering  <jim@meyering.net>
37966
37967         * build-aux/bootstrap: New file.
37968         * build-aux/bootstrap.conf: New file, from coreutils.
37969
37970 2007-03-11  Bruno Haible  <bruno@clisp.org>
37971
37972         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37973
37974 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37975
37976         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37977         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37978         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37979
37980 2007-03-11  Bruno Haible  <bruno@clisp.org>
37981
37982         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37983         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37984
37985 2007-03-11  Bruno Haible  <bruno@clisp.org>
37986
37987         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37988         formula. Needed for SunPRO C 5.0.
37989
37990 2007-03-11  Bruno Haible  <bruno@clisp.org>
37991
37992         * modules/long-options (Depends-on): Add getopt.
37993
37994 2007-03-11  Bruno Haible  <bruno@clisp.org>
37995
37996         * modules/modechange (Depends-on): Add stdbool.
37997
37998 2007-03-11  Bruno Haible  <bruno@clisp.org>
37999
38000         * modules/i-ring (Depends-on): Add stdbool.
38001
38002 2007-03-11  Bruno Haible  <bruno@clisp.org>
38003
38004         * modules/gc-des (Depends-on): Add stdbool.
38005
38006 2007-03-11  Bruno Haible  <bruno@clisp.org>
38007
38008         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38009
38010 2007-03-11  Bruno Haible  <bruno@clisp.org>
38011
38012         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38013
38014 2007-03-11  Bruno Haible  <bruno@clisp.org>
38015
38016         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38017
38018 2007-03-11  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/vasnprintf.c (sprintf): Undefine.
38021
38022 2007-03-11  Bruno Haible  <bruno@clisp.org>
38023
38024         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38025         initializers in SunPRO C and Compaq C compilers.
38026
38027 2007-03-11  Bruno Haible  <bruno@clisp.org>
38028
38029         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38030         decrementing code ANSI C compliant.
38031
38032 2007-03-11  Bruno Haible  <bruno@clisp.org>
38033
38034         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38035         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38036
38037 2007-03-11  Bruno Haible  <bruno@clisp.org>
38038
38039         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38040         <stdbool.h> substitute doesn't pass.
38041
38042 2007-03-11  Bruno Haible  <bruno@clisp.org>
38043
38044         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38045
38046 2007-03-11  Bruno Haible  <bruno@clisp.org>
38047
38048         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38049         script, for submission to autobuild.josefsson.org.
38050
38051 2007-03-10  Bruno Haible  <bruno@clisp.org>
38052
38053         * modules/canonicalize-lgpl-tests: New file.
38054         * tests/test-canonicalize-lgpl.sh: New file.
38055         * tests/test-canonicalize-lgpl.c: New file.
38056
38057         * modules/c-strcase-tests: New file.
38058         * tests/test-c-strcase.sh: New file.
38059         * tests/test-c-strcasecmp.c: New file.
38060         * tests/test-c-strncasecmp.c: New file.
38061
38062         * modules/atexit-tests: New file.
38063         * tests/test-atexit.sh: New file.
38064         * tests/test-atexit.c: New file.
38065
38066 2007-03-10  Bruno Haible  <bruno@clisp.org>
38067
38068         * tests/test-binary-io.sh: Use temporary filenames that are not so
38069         likely to clash with those of other tests (in a parallel make).
38070         * tests/test-binary-io.c: Likewise.
38071
38072 2007-03-10  Bruno Haible  <bruno@clisp.org>
38073
38074         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38075         fallback; use #error instead.
38076         Suggested by Simon Josefsson.
38077
38078 2007-03-10  Bruno Haible  <bruno@clisp.org>
38079
38080         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38081         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38082         first and the last.
38083
38084 2007-03-10  Bruno Haible  <bruno@clisp.org>
38085
38086         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38087
38088 2007-03-10  Bruno Haible  <bruno@clisp.org>
38089
38090         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38091         "make distcheck".
38092         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38093         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38094         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38095
38096 2007-03-10  Bruno Haible  <bruno@clisp.org>
38097
38098         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38099         variable.
38100         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38101         variable.
38102
38103 2007-03-09  Eric Blake  <ebb9@byu.net>
38104         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38105
38106         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38107         types are not being provided by gnulib.
38108         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38109         types are supported.
38110
38111 2007-03-10  Bruno Haible  <bruno@clisp.org>
38112
38113         * lib/stdio_.h (__attribute__): New macro.
38114         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38115         vsprintf): Specify __attribute__ __format__ for GCC.
38116         Suggested by Eric Blake.
38117
38118 2007-03-09  Bruno Haible  <bruno@clisp.org>
38119
38120         * modules/printf-posix-tests: New file.
38121         * tests/test-printf-posix.sh: New file.
38122         * tests/test-printf-posix.c: New file.
38123
38124         * modules/printf-posix: New file.
38125         * lib/printf.c: New file.
38126         * m4/printf-posix-rpl.m4: New file.
38127         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38128         REPLACE_PRINTF.
38129         * lib/stdio_.h (printf): New declaration.
38130         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38131         ____strfmon____): New macros.
38132         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38133         REPLACE_PRINTF.
38134
38135 2007-03-09  Bruno Haible  <bruno@clisp.org>
38136
38137         * tests/test-vasnprintf-posix2.sh: New file.
38138         * tests/test-vasnprintf-posix2.c: New file.
38139         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38140         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38141         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38142
38143         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38144         a locale dependent decimal point, rather than always '.'.
38145
38146 2007-03-09  Eric Blake  <ebb9@byu.net>
38147
38148         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38149         spite of platforms like Tandem/NSK that define it to -1.
38150
38151 2007-03-08  Bruno Haible  <bruno@clisp.org>
38152
38153         * modules/vprintf-posix-tests: New file.
38154         * tests/test-vprintf-posix.sh: New file.
38155         * tests/test-vprintf-posix.c: New file.
38156         * tests/test-printf-posix.h: New file.
38157
38158         * modules/vprintf-posix: New file.
38159         * lib/vprintf.c: New file.
38160         * m4/vprintf-posix.m4: New file.
38161         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38162         REPLACE_VPRINTF.
38163         * lib/stdio_.h (vprintf): New declaration.
38164         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38165         REPLACE_VPRINTF.
38166
38167 2007-03-08  Bruno Haible  <bruno@clisp.org>
38168
38169         * modules/fprintf-posix-tests: New file.
38170         * tests/test-fprintf-posix.sh: New file.
38171         * tests/test-fprintf-posix.c: New file.
38172
38173         * modules/fprintf-posix: New file.
38174         * lib/fprintf.c: New file.
38175         * m4/fprintf-posix.m4: New file.
38176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38177         REPLACE_FPRINTF.
38178         * lib/stdio_.h (fprintf): New declaration.
38179         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38180         REPLACE_FPRINTF.
38181
38182 2007-03-08  Bruno Haible  <bruno@clisp.org>
38183
38184         * modules/vfprintf-posix-tests: New file.
38185         * tests/test-vfprintf-posix.sh: New file.
38186         * tests/test-vfprintf-posix.c: New file.
38187         * tests/test-fprintf-posix.h: New file.
38188         * tests/test-fprintf-posix.out: New file.
38189
38190         * modules/vfprintf-posix: New file.
38191         * lib/vfprintf.c: New file.
38192         * m4/vfprintf-posix.m4: New file.
38193         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38194         REPLACE_VFPRINTF.
38195         * lib/stdio_.h (vfprintf): New declaration.
38196         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38197         REPLACE_VFPRINTF.
38198
38199 2007-03-08  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38202
38203 2007-03-08  Bruno Haible  <bruno@clisp.org>
38204
38205         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38206         instead of 'expr' invocations.
38207         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38208         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38209         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38210         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38211         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38212         Suggested by Paul Eggert.
38213
38214 2007-03-08  Bruno Haible  <bruno@clisp.org>
38215
38216         * modules/fseterr-tests: New file.
38217         * tests/test-fseterr.c: New file.
38218
38219         * modules/fseterr: New file.
38220         * lib/fseterr.h: New file.
38221         * lib/fseterr.c: New file.
38222
38223 2007-03-08  Bruno Haible  <bruno@clisp.org>
38224
38225         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38226         * lib/getopt_.h: Likewise.
38227         * lib/mbswidth.h: Likewise.
38228         * lib/setenv.h: Likewise.
38229         * lib/vasnprintf.h: Likewise.
38230         * lib/vasprintf.h: Likewise.
38231         * lib/verror.h: Likewise.
38232         * lib/xsetenv.h: Likewise.
38233         * lib/xvasprintf.h: Likewise.
38234
38235 2007-03-08  Jim Meyering  <jim@meyering.net>
38236
38237         * users.txt: Add parted.
38238
38239         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38240
38241 2007-03-07  Bruno Haible  <bruno@clisp.org>
38242
38243         * m4/printf.m4: Make the shell script snippets copy&pastable.
38244
38245 2007-03-02  Bruno Haible  <bruno@clisp.org>
38246
38247         * lib/netinet_in_.h: New file.
38248         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38249         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38250         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38251         (Depends-on): Add absolute-header.
38252         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38253         into netinet/in.h.
38254
38255 2007-03-03  Bruno Haible  <bruno@clisp.org>
38256
38257         * lib/sys_select_.h: New file.
38258         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38259         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38260         * modules/sys_select (Files): Add lib/sys_select_.h.
38261         (Depends-on): Add absolute-header.
38262         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38263         into sys/select.h.
38264
38265 2007-03-02  Bruno Haible  <bruno@clisp.org>
38266
38267         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38268         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38269         values.
38270         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38271         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38272         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38273         * modules/sys_socket (Depends-on): Add absolute-header.
38274         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38275         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38276         (Include): Remove requirement of inclusion of <sys/types.h>.
38277
38278 2007-03-02  Bruno Haible  <bruno@clisp.org>
38279
38280         * lib/byteswap_.h (bswap_32): Fix formula.
38281
38282 2007-03-06  Bruno Haible  <bruno@clisp.org>
38283
38284         * modules/sprintf-posix-tests: New file.
38285         * tests/test-sprintf-posix.c: New file.
38286
38287         * modules/sprintf-posix: New file.
38288         * lib/sprintf.c: New file.
38289         * m4/sprintf-posix.m4: New file.
38290         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38291         REPLACE_SPRINTF.
38292         * lib/stdio_.h (sprintf): New declaration.
38293         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38294         REPLACE_SPRINTF.
38295
38296 2007-03-06  Bruno Haible  <bruno@clisp.org>
38297
38298         * modules/vsprintf-posix-tests: New file.
38299         * tests/test-vsprintf-posix.c: New file.
38300         * tests/test-sprintf-posix.h: New file.
38301
38302         * modules/vsprintf-posix: New file.
38303         * lib/vsprintf.c: New file.
38304         * m4/vsprintf-posix.m4: New file.
38305         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38306         REPLACE_VSPRINTF.
38307         * lib/stdio_.h (vsprintf): New declaration.
38308         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38309         REPLACE_VSPRINTF.
38310
38311 2007-03-06  Bruno Haible  <bruno@clisp.org>
38312
38313         * modules/vsnprintf (Depend-on): Remove minmax.
38314
38315 2007-03-06  Bruno Haible  <bruno@clisp.org>
38316
38317         * modules/snprintf-posix-tests: New file.
38318         * tests/test-snprintf-posix.c: New file.
38319
38320         * modules/snprintf-posix: New file.
38321         * m4/snprintf-posix.m4: New file.
38322         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38323         gl_FUNC_SNPRINTF.
38324         (gl_FUNC_SNPRINTF): Invoke it.
38325         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38326         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38327         is set.
38328         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38329
38330 2007-03-06  Bruno Haible  <bruno@clisp.org>
38331
38332         * modules/vsnprintf-posix-tests: New file.
38333         * tests/test-vsnprintf-posix.c: New file.
38334         * tests/test-snprintf-posix.h: New file.
38335
38336         * modules/vsnprintf-posix: New file.
38337         * m4/vsnprintf-posix.m4: New file.
38338         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38339         gl_FUNC_VSNPRINTF.
38340         (gl_FUNC_VSNPRINTF): Invoke it.
38341         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38342         * lib/stdio_.h (vsnprintf): Define as a replacement if
38343         REPLACE_VSNPRINTF is set.
38344         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38345
38346 2007-03-06  Bruno Haible  <bruno@clisp.org>
38347
38348         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38349         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38350
38351 2007-03-06  Bruno Haible  <bruno@clisp.org>
38352
38353         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38354         (asinl): Declare also if HAVE_DECL_ASINL is set.
38355         (atanl): Declare also if HAVE_DECL_ATANL is set.
38356         (ceill): Declare also if HAVE_DECL_CEILL is set.
38357         (cosl): Declare also if HAVE_DECL_COSL is set.
38358         (expl): Declare also if HAVE_DECL_EXPL is set.
38359         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38360         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38361         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38362         (logl): Declare also if HAVE_DECL_LOGL is set.
38363         (sinl): Declare also if HAVE_DECL_SINL is set.
38364         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38365         (tanl): Declare also if HAVE_DECL_TANL is set.
38366         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38367         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38368         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38369         declaration of frexpl, ldexpl.
38370         * modules/printf-frexpl (Depends-on): Add math.
38371         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38372
38373 2007-03-05  Bruno Haible  <bruno@clisp.org>
38374
38375         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38376         frexpl and ldexpl are declared.
38377         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38378
38379 2007-03-05  Bruno Haible  <bruno@clisp.org>
38380
38381         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38382         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38383
38384 2007-03-05  Bruno Haible  <bruno@clisp.org>
38385
38386         * lib/stdio_.h: Include <stddef.h>.
38387
38388 2007-03-05  Bruno Haible  <bruno@clisp.org>
38389
38390         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38391
38392 2007-03-05  Bruno Haible  <bruno@clisp.org>
38393
38394         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38395         NetBSD 4, from Ralf Wildenhues.
38396
38397 2007-03-04  Bruno Haible  <bruno@clisp.org>
38398
38399         * lib/vasprintf.h: Update #if logic for the case when the functions
38400         exist but are overridden.
38401
38402 2007-03-04  Bruno Haible  <bruno@clisp.org>
38403
38404         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38405         implementations: glibc-2.4 and MacOS X 10.3.
38406         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38407         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38408         * tests/test-vasprintf-posix.c (test_function): Likewise.
38409
38410 2007-03-04  Bruno Haible  <bruno@clisp.org>
38411
38412         * modules/vasprintf-posix-tests: New file.
38413         * tests/test-vasprintf-posix.c: New file.
38414
38415         * modules/vasprintf-posix: New file.
38416         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38417         defined.
38418         * m4/vasprintf-posix.m4: New file.
38419         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38420         gl_FUNC_VASPRINTF.
38421         (gl_FUNC_VASPRINTF): Invoke it.
38422         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38423         here.
38424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38425
38426 2007-03-04  Bruno Haible  <bruno@clisp.org>
38427
38428         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38429         REPLACE_GETTIMEOFDAY.
38430         * modules/sys_time (Makefile.am): Likewise.
38431         * m4/sys_time_h.m4: Likewise.
38432         * m4/gettimeofday.m4: Likewise.
38433
38434 2007-03-04  Bruno Haible  <bruno@clisp.org>
38435
38436         * modules/vasnprintf-posix-tests: New file.
38437         * tests/test-vasnprintf-posix.c: New file.
38438
38439         * modules/vasnprintf-posix: New file.
38440         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38441         printf-frexpl.h.
38442         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38443         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38444         REPLACE_VASNPRINTF is defined.
38445         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38446         gl_FUNC_VASNPRINTF.
38447         (gl_FUNC_VASNPRINTF): Invoke it.
38448         * m4/vasnprintf-posix.m4: New file.
38449         * m4/printf.m4: New file.
38450
38451 2007-03-04  Bruno Haible  <bruno@clisp.org>
38452
38453         Compile progreloc.c only if --enable-relocatable is specified.
38454         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38455         if --enable-relocatable was specified.
38456         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38457         lib_SOURCES.
38458
38459 2007-03-04  Jim Meyering  <jim@meyering.net>
38460
38461         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38462         Use it consistently, rather than enumerating errno constants.
38463
38464 2007-03-04  Bruno Haible  <bruno@clisp.org>
38465
38466         * modules/xvasprintf-tests: New file.
38467         * tests/test-xvasprintf.c: New file.
38468
38469         * modules/vasprintf-tests: New file.
38470         * tests/test-vasprintf.c: New file.
38471
38472         * modules/vasnprintf-tests: New file.
38473         * tests/test-vasnprintf.c: New file.
38474
38475         * modules/vsnprintf-tests: New file.
38476         * tests/test-vsnprintf.c: New file.
38477
38478         * modules/snprintf-tests: New file.
38479         * tests/test-snprintf.c: New file.
38480
38481 2007-03-04  Bruno Haible  <bruno@clisp.org>
38482
38483         Compile relocatable.c only if --enable-relocatable is specified.
38484         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38485         gl_RELOCATABLE_LIBRARY.
38486         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38487         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38488         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38489         gl_RELOCATABLE_LIBRARY.
38490         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38491         (Makefile.am): Remove lib_SOURCES.
38492         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38493         gl_RELOCATABLE_LIBRARY.
38494         (Makefile.am): Remove lib_SOURCES.
38495         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38496         always.
38497         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38498         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38499
38500 2007-03-04  Bruno Haible  <bruno@clisp.org>
38501
38502         * modules/argmatch-tests: New file.
38503         * tests/test-argmatch.c: New file.
38504
38505         * tests/test-allocsa.c (main): Halve the number of loop runs.
38506
38507         * modules/alloca-opt-tests: New file.
38508         * tests/test-alloca-opt.c: New file.
38509
38510 2007-03-04  Jim Meyering  <jim@meyering.net>
38511
38512         Work around difference between Linux ACLs and Solaris 10 ZFS.
38513         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38514         for EINVAL.
38515
38516 2007-03-03  Bruno Haible  <bruno@clisp.org>
38517
38518         * modules/relocatable-prog (Depends-on): Add back progreloc's
38519         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38520
38521 2007-03-03  Bruno Haible  <bruno@clisp.org>
38522
38523         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38524         * modules/relocatable-lib: New file.
38525
38526 2007-03-03  Bruno Haible  <bruno@clisp.org>
38527
38528         * modules/relocatable-prog: Renamed from modules/relocatable.
38529         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38530
38531 2007-03-03  Bruno Haible  <bruno@clisp.org>
38532
38533         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38534         m4/relocatable-lib.m4.
38535         (Depends-on): Remove 'relocatable'.
38536         (configure.ac): Add gl_RELOCATABLE_NOP.
38537
38538 2007-03-03  Bruno Haible  <bruno@clisp.org>
38539
38540         * modules/relocatable-prog-wrapper: New file.
38541         * modules/relocatable (Depends-on): Add it. Remove all other
38542         dependencies except progname.
38543         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38544
38545         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38546         (gl_FUNC_STRERROR): Nop.
38547         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38548
38549         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38550         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38551
38552         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38553         (gl_FUNC_READLINK): Update.
38554
38555         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38556
38557 2007-03-03  Bruno Haible  <bruno@clisp.org>
38558
38559         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38560         * modules/xreadlink (Depends-on): Add unistd.
38561         * modules/xreadlink-with-size (Depends-on): Likewise.
38562
38563 2007-03-03  Bruno Haible  <bruno@clisp.org>
38564
38565         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38566         extracted from gt_FUNC_SETENV.
38567         (gt_FUNC_SETENV): Remove macro.
38568         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38569         remove gt_FUNC_SETENV.
38570
38571 2007-03-03  Bruno Haible  <bruno@clisp.org>
38572
38573         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38574         ENABLE_RELOCATABLE here.
38575         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38576
38577 2007-03-03  Bruno Haible  <bruno@clisp.org>
38578
38579         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38580         * tests/test-rbtreehash_list.c: Include progname.h.
38581         (main): Call set_program_name.
38582
38583         * modules/rbtree-oset-tests (Depends-on): Add progname.
38584         * tests/test-rbtree_oset.c: Include progname.h.
38585         (main): Call set_program_name.
38586
38587         * modules/rbtree-list-tests (Depends-on): Add progname.
38588         * tests/test-rbtree_list.c: Include progname.h.
38589         (main): Call set_program_name.
38590
38591         * modules/linked-list-tests (Depends-on): Add progname.
38592         * tests/test-linked_list.c: Include progname.h.
38593         (main): Call set_program_name.
38594
38595 2007-03-03  Bruno Haible  <bruno@clisp.org>
38596
38597         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38598         All uses of __restrict changed to _Restrict_.
38599         * lib/glob_.h (__restrict): Remove macro.
38600
38601 2007-03-02  Bruno Haible  <bruno@clisp.org>
38602
38603         * modules/gettext (configure.ac): Require gettext infrastructure
38604         from version 0.16.1.
38605
38606 2007-03-02  Bruno Haible  <bruno@clisp.org>
38607
38608         * modules/linkedhash-list-tests (Depends-on): Add progname.
38609         * tests/test-linkedhash_list.c: Include progname.h.
38610         (main): Call set_program_name.
38611
38612         * modules/carray-list-tests (Depends-on): Add progname.
38613         * tests/test-carray_list.c: Include progname.h.
38614         (main): Call set_program_name.
38615
38616         * modules/avltreehash-list-tests (Depends-on): Add progname.
38617         * tests/test-avltreehash_list.c: Include progname.h.
38618         (main): Call set_program_name.
38619
38620         * modules/avltree-oset-tests (Depends-on): Add progname.
38621         * tests/test-avltree_oset.c: Include progname.h.
38622         (main): Call set_program_name.
38623
38624         * modules/avltree-list-tests (Depends-on): Add progname.
38625         * tests/test-avltree_list.c: Include progname.h.
38626         (main): Call set_program_name.
38627
38628         * modules/array-oset-tests (Depends-on): Add progname.
38629         * tests/test-array_oset.c: Include progname.h.
38630         (main): Call set_program_name.
38631
38632         * modules/array-list-tests (Depends-on): Add progname.
38633         * tests/test-array_list.c: Include progname.h.
38634         (main): Call set_program_name.
38635
38636         * modules/argp-tests (Depends-on): Add progname.
38637         * tests/test-argp.c: Include argp.h first. Include progname.h.
38638         (main): Call set_program_name.
38639
38640 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38641
38642         * doc/gnulib-tool.texi (Initial import): Reword description of
38643         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38644         limited effect even if defined after the first system include.
38645
38646 2007-03-01  Bruno Haible  <bruno@clisp.org>
38647
38648         * build-aux/config.libpath: Update to libtool-1.5.22.
38649         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38650
38651 2007-03-01  Bruno Haible  <bruno@clisp.org>
38652
38653         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38654         foo_CFLAGS.
38655         Reported by Ralf Wildenhues.
38656
38657 2007-03-01  Bruno Haible  <bruno@clisp.org>
38658
38659         * build-aux/install-reloc: Remove object files left over by some
38660         compilers.
38661         Reported by Ralf Wildenhues.
38662
38663 2007-03-01  Bruno Haible  <bruno@clisp.org>
38664
38665         * build-aux/install-reloc: Break long lines.
38666
38667 2007-03-01  Bruno Haible  <bruno@clisp.org>
38668
38669         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38670         Reported by Ralf Wildenhues.
38671
38672 2007-03-01  Bruno Haible  <bruno@clisp.org>
38673
38674         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38675         include ordering constraints.
38676
38677 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38678
38679         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38680         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38681         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38682         as another example.
38683         * lib/time_.h: Fix misspelling.
38684         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38685         Require gl_HEADER_TIME_H_DEFAULTS.
38686         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38687         * m4/time_r.m4 (gl_TIME_R): Likewise.
38688         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38689
38690 2007-03-01  Bruno Haible  <bruno@clisp.org>
38691
38692         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38693         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38694
38695 2007-03-01  Jim Meyering  <jim@meyering.net>
38696
38697         * modules/xreadlink (Maintainer): Add my name.
38698         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38699
38700 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38701             Bruno Haible  <bruno@clisp.org>
38702
38703         * build-aux/install-reloc: Compile also c-ctype.c.
38704         * build-aux/relocatable.sh.in: New file.
38705         * doc/relocatable.texi: New file.
38706         * doc/relocatable-maint.texi: New file.
38707         * doc/gnulib.texi: Include relocatable-maint.texi.
38708         * lib/progreloc.c: Include unistd.h unconditionally.
38709         * lib/relocwrapper.c: Include unistd.h unconditionally.
38710         Include c-ctype.h.
38711         (add_dotbin): Use c_tolower.
38712         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38713         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38714         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38715         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38716         to m4/relocatable-lib.m4.
38717         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38718         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38719         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38720         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38721         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38722         * modules/relocatable: New file.
38723         * modules/relocatable-lib: New file.
38724         * modules/relocatable-script: New file.
38725
38726 2007-02-28  Bruno Haible  <bruno@clisp.org>
38727
38728         Import --enable-relocatable infrastructure.
38729         * build-aux/config.libpath: New file, from GNU gettext.
38730         * build-aux/install-reloc: New file, from GNU gettext.
38731         * build-aux/reloc-ldflags: New file, from GNU gettext.
38732         * lib/relocatable.h: New file, from GNU gettext.
38733         * lib/relocatable.c: New file, from GNU gettext.
38734         * lib/relocwrapper.c: New file, from GNU gettext.
38735         * m4/relocatable.m4: New file, from GNU gettext.
38736
38737 2007-02-28  Bruno Haible  <bruno@clisp.org>
38738
38739         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38740
38741         * modules/xreadlink: New file, from GNU gettext with modifications.
38742         * lib/xreadlink.c: New file, from GNU gettext.
38743         * lib/xreadlink.h: Add comments.
38744         (xreadlink): New declaration.
38745
38746         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38747         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38748         lib/xreadlink-with-size.c.
38749         (configure.ac): Remove gl_XREADLINK invocation.
38750         (Makefile.am): Augment lib_SOURCES.
38751         * m4/xreadlink.m4: Remove file.
38752         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38753         (xreadlink_with_size): Renamed from xreadink.
38754         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38755         * modules/canonicalize (Depends-on): Replace xreadlink with
38756         xreadlink-with-size.
38757         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38758
38759 2007-02-25  Jim Meyering  <jim@meyering.net>
38760
38761         * build-aux/announce-gen: When complaining about excess arguments,
38762         list them.
38763
38764 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38765
38766         * README: Document signed integer overflow situation more
38767         accurately.
38768
38769 2007-02-25  Bruno Haible  <bruno@clisp.org>
38770
38771         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38772         'a' or 'A' conversion.
38773
38774 2007-02-25  Bruno Haible  <bruno@clisp.org>
38775
38776         * modules/filename: Renamed from modules/pathname.
38777         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38778         lib/concatpath.c with lib/concat-filename.c.
38779         (Makefile.am): Update.
38780         (Include): Replace pathname.h with filename.h.
38781         * lib/filename.h: Renamed from lib/pathname.h.
38782         (concatenated_filename): Renamed from concatenated_pathname.
38783         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38784         (concatenated_filename): Renamed from concatenated_pathname.
38785         * lib/findprog.c: Include filename.h instead of pathname.h.
38786         (find_in_path): Update.
38787         * lib/javacomp.c: Include filename.h instead of pathname.h.
38788         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38789         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38790         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38791         is_oldgcj_14_13_usable, is_javac_usable): Update.
38792         * lib/javaexec.c: Include filename.h instead of pathname.h.
38793         (execute_java_class): Update.
38794         * modules/findprog: Update.
38795         * modules/javacomp: Update.
38796         * modules/javaexec: Update.
38797         * MODULES.html.sh (File system functions): Add 'filename', remove
38798         'pathname'.
38799
38800 2007-02-25  Bruno Haible  <bruno@clisp.org>
38801
38802         * modules/printf-frexpl-tests: New file.
38803         * tests/test-printf-frexpl.c: New file.
38804
38805         * modules/printf-frexpl: New file.
38806         * lib/printf-frexpl.h: New file.
38807         * lib/printf-frexpl.c: New file.
38808         * m4/printf-frexpl.m4: New file.
38809
38810 2007-02-25  Bruno Haible  <bruno@clisp.org>
38811
38812         * modules/printf-frexp-tests: New file.
38813         * tests/test-printf-frexp.c: New file.
38814
38815         * modules/printf-frexp: New file.
38816         * lib/printf-frexp.h: New file.
38817         * lib/printf-frexp.c: New file.
38818         * m4/printf-frexp.m4: New file.
38819
38820 2007-02-25  Bruno Haible  <bruno@clisp.org>
38821
38822         Assume automake >= 1.10 for the tests.
38823         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38824         * modules/arctwo-tests: Likewise.
38825         * modules/argp-tests: Likewise.
38826         * modules/avltree-list-tests: Likewise.
38827         * modules/avltree-oset-tests: Likewise.
38828         * modules/avltreehash-list-tests: Likewise.
38829         * modules/carray-list-tests: Likewise.
38830         * modules/crc-tests: Likewise.
38831         * modules/des-tests: Likewise.
38832         * modules/gc-arcfour-tests: Likewise.
38833         * modules/gc-arctwo-tests: Likewise.
38834         * modules/gc-des-tests: Likewise.
38835         * modules/gc-hmac-md5-tests: Likewise.
38836         * modules/gc-hmac-sha1-tests: Likewise.
38837         * modules/gc-md2-tests: Likewise.
38838         * modules/gc-md4-tests: Likewise.
38839         * modules/gc-md5-tests: Likewise.
38840         * modules/gc-pbkdf2-sha1-tests: Likewise.
38841         * modules/gc-rijndael-tests: Likewise.
38842         * modules/gc-sha1-tests: Likewise.
38843         * modules/gc-tests: Likewise.
38844         * modules/getaddrinfo-tests: Likewise.
38845         * modules/hmac-md5-tests: Likewise.
38846         * modules/hmac-sha1-tests: Likewise.
38847         * modules/linked-list-tests: Likewise.
38848         * modules/linkedhash-list-tests: Likewise.
38849         * modules/lock-tests: Likewise.
38850         * modules/md2-tests: Likewise.
38851         * modules/md4-tests: Likewise.
38852         * modules/md5-tests: Likewise.
38853         * modules/rbtree-list-tests: Likewise.
38854         * modules/rbtree-oset-tests: Likewise.
38855         * modules/rbtreehash-list-tests: Likewise.
38856         * modules/read-file-tests: Likewise.
38857         * modules/rijndael-tests: Likewise.
38858         * modules/stdint-tests: Likewise.
38859         * modules/tls-tests: Likewise.
38860
38861 2007-02-24  Bruno Haible  <bruno@clisp.org>
38862
38863         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38864         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38865         function; instead check whether isnan with a double argument links.
38866         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38867         function; instead check whether isnan with a 'long double' argument
38868         links.
38869         Reported by Eric Blake <ebb9@byu.net>.
38870
38871 2007-02-24  Bruno Haible  <bruno@clisp.org>
38872
38873         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38874         defined.
38875         * lib/isnanl.c: Remove all code. Just include isnan.c.
38876         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38877
38878 2007-02-25  Jim Meyering  <jim@meyering.net>
38879
38880         Avoid conflicting types for 'unsetenv' on FreeBSD.
38881         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38882         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38883         in stdlib.h.
38884
38885 2007-02-24  Bruno Haible  <bruno@clisp.org>
38886
38887         * modules/isnanl-nolibm-tests: New file.
38888         * tests/test-isnanl.c: New file.
38889
38890         * modules/isnanl-nolibm: New file.
38891         * lib/isnanl.h: New file.
38892         * lib/isnanl.c: New file.
38893         * m4/isnanl.m4: New file.
38894
38895 2007-02-24  Bruno Haible  <bruno@clisp.org>
38896
38897         * modules/isnan-nolibm-tests: New file.
38898         * tests/test-isnan.c: New file.
38899
38900         * modules/isnan-nolibm: New file.
38901         * lib/isnan.h: New file.
38902         * lib/isnan.c: New file.
38903         * m4/isnan.m4: New file.
38904
38905 2007-02-24  Bruno Haible  <bruno@clisp.org>
38906
38907         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38908         assume that an exponent fits in 20 bits.
38909
38910 2007-02-24  Jim Meyering  <jim@meyering.net>
38911
38912         * m4/regex.m4: Update the description of the configure-time option,
38913         --without-included-regex, to state accurately what the defaults are,
38914         and perhaps to give people an idea why using this option is risky.
38915
38916 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38917
38918         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38919         loops on small arguments.  This attempts to avoid the problem
38920         Bruno Haible reported for AIX 4.3.2 in
38921         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38922
38923 2007-02-23  Bruno Haible  <bruno@clisp.org>
38924
38925         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38926         Needed for help2man.
38927
38928 2007-02-23  Karl Berry  <karl@gnu.org>
38929
38930         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38931         exists, foo.h should be cvs-ignored, not committed.
38932
38933 2007-02-23  Eric Blake  <ebb9@byu.net>
38934
38935         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38936         * lib/stat-time.h (includes): Likewise.
38937         * lib/utimecmp.c (includes): Likewise.
38938         * lib/utimens.h (includes): Likewise.
38939         * lib/getdate.y (includes): Also include "timespec.h" for use
38940         internal to the module.
38941         * modules/utimens (Depends-on): Revert yesterday's patch.
38942         * modules/nanosleep (Depends-on): Add missing dependency.
38943
38944 2007-02-22  Bruno Haible  <bruno@clisp.org>
38945
38946         * lib/glob.c: Don't include getlogin_r.h.
38947
38948 2007-02-22  Jim Meyering  <jim@meyering.net>
38949
38950         * modules/utimens (Depends-on): Add timespec, required for
38951         utimens.h's inclusion of timespec.h.
38952
38953 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38954
38955         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38956         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38957         Schwab in
38958         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38959         I'll try to think of a better way to fix the Solaris problem.
38960
38961         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38962         like glibc; on Solaris 10, it fails with errno == EINVAL.
38963         POSIX says the behavior is unspecified if the first argument is NULL,
38964         so play it safe and never pass NULL to the system getcwd.
38965
38966 2007-02-21  Jim Meyering  <jim@meyering.net>
38967
38968         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38969         of gettimeofday.  It would conflict with the one now always
38970         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38971         an IRIX 6.5 build failure.
38972
38973 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38974
38975         Minor fixups to port to Solaris 10 with Sun C 5.8.
38976         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38977         * modules/getcwd (Depends-on): Add dirfd.
38978         * lib/putenv.c (putenv): #undef it.
38979         (rpl_putenv): New decl.
38980         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38981
38982 2007-02-20  Bruno Haible  <bruno@clisp.org>
38983
38984         * modules/stdio-tests: New file.
38985         * tests/test-stdio.c: New file.
38986
38987         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38988         (Depends-on): Add stdio.
38989         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38990         (Include): Use <stdio.h> instead of vsnprintf.h.
38991         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38992         HAVE_DECL_VSNPRINTF.
38993         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38994
38995         * modules/snprintf (Files): Remove lib/snprintf.h.
38996         (Depends-on): Add stdio.
38997         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38998         (Include): Use <stdio.h> instead of snprintf.h.
38999         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39000         HAVE_DECL_SNPRINTF.
39001         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
39002         * lib/getaddrinfo.c: Likewise.
39003
39004         * modules/stdio: New file.
39005         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39006         * lib/snprintf.h: Remove file.
39007         * lib/vsnprintf.h: Remove file.
39008         * lib/.cppi-disable: Remove snprintf.h.
39009         * m4/stdio_h.m4: New file.
39010         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39011
39012 2007-02-20  Jim Meyering  <jim@meyering.net>
39013
39014         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39015         used by e.g., mingw.  From Bruno Haible.
39016
39017 2007-02-19  Bruno Haible  <bruno@clisp.org>
39018
39019         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39020         warnings.
39021         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39022
39023 2007-02-19  Bruno Haible  <bruno@clisp.org>
39024
39025         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39026         from mingw users.
39027
39028 2007-02-19  Bruno Haible  <bruno@clisp.org>
39029
39030         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39031         warnings.
39032         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39033
39034 2007-02-19  Jim Meyering  <jim@meyering.net>
39035
39036         Don't use FD after a successful "fdopendir (fd)".
39037         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39038         Reset it by calling dirfd on the just-obtained DIR*.
39039
39040         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39041         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39042
39043 2007-02-18  Bruno Haible  <bruno@clisp.org>
39044
39045         * lib/readlink.c: Include <unistd.h>.
39046         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39047         HAVE_READLINK.
39048         * modules/readlink (Depends-on): Add unistd.
39049         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39050         (Include): Add <unistd.h>.
39051
39052         * lib/getlogin_r.h: Remove file.
39053         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39054         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39055         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39056         HAVE_DECL_GETLOGIN_R.
39057         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39058         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39059         (Include): Use <unistd.h> instead of getlogin_r.h.
39060
39061         * lib/getcwd.h: Remove file.
39062         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39063         * lib/xgetcwd.c: Likewise.
39064         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39065         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39066         * modules/getcwd (Files): Remove lib/getcwd.h.
39067         (Depends-on): Add unistd.
39068         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39069         (Include): Use <unistd.h> instad of getcwd.h.
39070
39071         * lib/ftruncate.c: Include <unistd.h> first.
39072         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39073         Set HAVE_FTRUNCATE.
39074         * modules/ftruncate (Depends-on): Add unistd.
39075         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39076
39077         * lib/fchdir.c: Include <unistd.h> first.
39078         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39079         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39080         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39081         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39082         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39083
39084         * lib/dup2.c: Include <unistd.h> first.
39085         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39086         HAVE_DUP2.
39087         * modules/dup2 (Depends-on): Add unistd.
39088         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39089
39090         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39091         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39092         REPLACE_CHOWN. Don't define chown as a macro here.
39093         * modules/chown (Depends-on): Add unistd.
39094         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39095
39096         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39097         Add definition for GL_LINK_WARNING.
39098         (chown, dup2): New declarations.
39099         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39100         link warning.
39101         (ftruncate): New declaration.
39102         (getcwd): New declaration, taken from old getcwd.h.
39103         (getlogin_r): New declaration, taken from old getlogin_r.h.
39104         (readlink): New declaration.
39105         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39106         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39107         (gl_PREREQ_UNISTD): Remove macro.
39108         (gl_UNISTD_MODULE_INDICATOR): New macro.
39109         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39110         many new variables. Don't set UNISTD_H.
39111         * modules/unistd (Description): Change.
39112         (Depends-on): Add link-warning.
39113         (configure.ac): Update.
39114         (Makefile.am): Create unistd.h always. Substitute many new variables
39115         into it.
39116
39117 2007-02-18  Bruno Haible  <bruno@clisp.org>
39118
39119         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39120         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39121         HAVE_GETSUBOPT.
39122         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39123         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39124         * lib/getsubopt.h: Remove file.
39125         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39126         (Depends-on): Add stdlib.
39127         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39128         (Includes): Use <stdlib.h> instead of getsubopt.h.
39129         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39130         Set HAVE_GETSUBOPT.
39131         * lib/getsubopt.c: Don't include getsubopt.h.
39132
39133 2007-02-18  Bruno Haible  <bruno@clisp.org>
39134
39135         * modules/fchdir (Depends-on): Add dup2.
39136
39137 2007-02-18  Bruno Haible  <bruno@clisp.org>
39138
39139         * lib/stdlib_.h: Handle glibc's special invocation convention
39140         specially.
39141
39142 2007-02-18  Bruno Haible  <bruno@clisp.org>
39143
39144         * modules/stdlib-tests: New file.
39145         * tests/test-stdlib.c: New file.
39146
39147         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39148         (Depends-on): Add stdlib.
39149         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39150         (Includes): Use <stdlib.h> instead of mkstemp.h.
39151         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39152         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39153         * lib/mkstemp.c: Don't include mkstemp.h.
39154         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39155         * lib/stdlib--.h: Don't include mkstemp.h.
39156
39157         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39158         (Depends-on): Add stdlib.
39159         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39160         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39161         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39162         HAVE_MKDTEMP.
39163         * lib/mkdtemp.c: Don't include mkdtemp.h.
39164         * lib/clean-temp.c: Don't include mkdtemp.h.
39165
39166         * modules/exit (Files): Remove lib/exit.h.
39167         (Depends-on): Add stdlib.
39168         (Makefile.am): Remove lib_SOURCES.
39169         (Include): Use <stdlib.h> instead of exit.h.
39170         * lib/argmatch.c: Don't include exit.h.
39171         * lib/execute.c: Likewise.
39172         * lib/pagealign_alloc.c: Likewise.
39173         * lib/pipe.c: Likewise.
39174         * lib/wait-process.c: Likewise.
39175         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39176         * lib/exitfail.c: Likewise.
39177         * lib/savewd.c: Likewise.
39178         * lib/xsetenv.c: Likewise.
39179
39180         * modules/stdlib: New file.
39181         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39182         and extra comments about mkstemp().
39183         * lib/exit.h: Remove file.
39184         * lib/mkdtemp.h: Remove file.
39185         * lib/mkstemp.h: Remove file.
39186         * m4/stdlib_h.m4: New file.
39187         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39188
39189 2007-02-18  Bruno Haible  <bruno@clisp.org>
39190
39191         * modules/math-tests: New file.
39192         * tests/test-math.c: New file.
39193
39194         * modules/math: New file.
39195         * modules/mathl (Files): Remove lib/mathl.h.
39196         (Depends-on): Add math.
39197         (Makefile.am): Don't mention mathl.h.
39198         (Include): Use <math.h> instead of mathl.h.
39199         * lib/math_.h: New file.
39200         * lib/mathl.h: Remove file.
39201         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39202         mathl.h.
39203         * lib/asinl.c: Likewise.
39204         * lib/atanl.c: Likewise.
39205         * lib/ceill.c: Likewise.
39206         * lib/cosl.c: Likewise.
39207         * lib/expl.c: Likewise.
39208         * lib/floorl.c: Likewise.
39209         * lib/frexpl.c: Likewise.
39210         * lib/ldexpl.c: Likewise.
39211         * lib/logl.c: Likewise.
39212         * lib/sincosl.c: Likewise.
39213         * lib/sinl.c: Likewise.
39214         * lib/sqrtl.c: Likewise.
39215         * lib/tanl.c: Likewise.
39216         * lib/trigl.c: Likewise.
39217         * m4/math_h.m4: New file.
39218         * MODULES.html.sh (Mathematics): Add math.
39219
39220 2007-02-17  Bruno Haible  <bruno@clisp.org>
39221
39222         * modules/wctype-tests: New file.
39223         * tests/test-wctype.c: New file.
39224
39225         * modules/wchar-tests: New file.
39226         * tests/test-wchar.c: New file.
39227
39228         * modules/unistd-tests: New file.
39229         * tests/test-unistd.c: New file.
39230
39231         * modules/time-tests: New file.
39232         * tests/test-time.c: New file.
39233
39234         * modules/sysexits-tests: New file.
39235         * tests/test-sysexits.c: New file.
39236
39237         * modules/sys_time-tests: New file.
39238         * tests/test-sys_time.c: New file.
39239
39240         * modules/sys_stat-tests: New file.
39241         * tests/test-sys_stat.c: New file.
39242
39243         * modules/sys_socket-tests: New file.
39244         * tests/test-sys_socket.c: New file.
39245
39246         * modules/sys_select-tests: New file.
39247         * tests/test-sys_select.c: New file.
39248
39249         * modules/string-tests: New file.
39250         * tests/test-string.c: New file.
39251
39252         * modules/stdbool-tests: New file.
39253         * tests/test-stdbool.c: New file.
39254
39255         * modules/netinet_in-tests: New file.
39256         * tests/test-netinet_in.c: New file.
39257
39258         * modules/inttypes-tests: New file.
39259         * tests/test-inttypes.c: New file.
39260
39261         * modules/fcntl-tests: New file.
39262         * tests/test-fcntl.c: New file.
39263
39264         * modules/byteswap-tests: New file.
39265         * tests/test-byteswap.c: New file.
39266
39267         * modules/arpa_inet-tests: New file.
39268         * tests/test-arpa_inet.c: New file.
39269
39270 2007-02-17  Bruno Haible  <bruno@clisp.org>
39271
39272         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39273         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39274         if the corresponding module is not enabled. Emit link warnings if
39275         the function is used nevertheless.
39276         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39277         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39278         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39279         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39280         * modules/inttypes (Depends-on): Add link-warning.
39281         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39282         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39283         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39284         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39285         * modules/imaxdiv (configure.ac): Likewise.
39286         * modules/strtoimax (configure.ac): Likewise.
39287         * modules/strtoumax (configure.ac): Likewise.
39288
39289 2007-02-17  Bruno Haible  <bruno@clisp.org>
39290
39291         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39292         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39293         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39294         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39295
39296 2007-02-17  Bruno Haible  <bruno@clisp.org>
39297
39298         * modules/link-warning: New file.
39299         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39300         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39301         * modules/string (Depends-on): Add link-warning.
39302         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39303         string.h.
39304         * MODULES.html.sh (Support for building libraries and executables): Add
39305         link-warning.
39306
39307 2007-02-17  Bruno Haible  <bruno@clisp.org>
39308
39309         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39310         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39311         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39312         long lines.
39313
39314 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39315             Bruno Haible  <bruno@clisp.org>
39316
39317         * modules/tmpfile: New file.
39318         * lib/tmpfile.c: New file.
39319         * m4/tmpfile.m4: New file.
39320         * MODULES.html.sh (func_all_modules): New section "Input/output".
39321
39322 2007-02-15  Bruno Haible  <bruno@clisp.org>
39323
39324         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39325         (supports_delete_on_close): New function.
39326         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39327
39328 2007-02-14  Bruno Haible  <bruno@clisp.org>
39329
39330         * modules/mbspcasecmp-tests: New file.
39331         * tests/test-mbspcasecmp.sh: New file.
39332         * tests/test-mbspcasecmp.c: New file.
39333
39334         New module mbspcasecmp.
39335         * modules/mbspcasecmp: New file.
39336         * lib/mbspcasecmp.c: New file.
39337         * lib/string_.h (strncasecmp): Change warning message.
39338         (mbspcasecmp): New declaration.
39339         * m4/mbspcasecmp.m4: New file.
39340         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39341         GNULIB_MBSPCASECMP.
39342         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39343         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39344
39345 2007-02-14  Bruno Haible  <bruno@clisp.org>
39346
39347         * modules/mbsncasecmp-tests: New file.
39348         * tests/test-mbsncasecmp.sh: New file.
39349         * tests/test-mbsncasecmp.c: New file.
39350
39351         New module mbsncasecmp.
39352         * modules/mbsncasecmp: New file.
39353         * lib/mbsncasecmp.c: New file.
39354         * lib/string_.h (mbsncasecmp): New declaration.
39355         * m4/mbsncasecmp.m4: New file.
39356         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39357         GNULIB_MBSNCASECMP.
39358         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39359         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39360
39361 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39362
39363         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39364         Verify that it doesn't overlap with our flags.
39365         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39366         do not have the desired effect in multibyte locales; instead, use
39367         mbscasecmp.
39368         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39369         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39370         we don't require GNU fnmatch ourselves (if our users require it, they
39371         should do so explicitly).
39372
39373         Fix regex code so it doesn't rely on strcasecmp.
39374         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39375         Otherwise, include gnulib's langinfo.h.
39376         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39377         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39378         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39379         * modules/regex (FILES): Remove m4/codeset.m4.
39380         (Depends-on): Add localcharset.  Remove strcase.
39381
39382 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39383
39384         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39385         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39386
39387 2007-02-13  Bruno Haible  <bruno@clisp.org>
39388
39389         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39390         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39391
39392 2007-02-12  Bruno Haible  <bruno@clisp.org>
39393
39394         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39395         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39396         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39397         time warning rather than a link error.
39398
39399 2007-02-12  Bruno Haible  <bruno@clisp.org>
39400
39401         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39402         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39403         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39404
39405 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39406
39407         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39408         args, not 2.
39409
39410 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39411
39412         New module 'time', so that apps can include <time.h> as per
39413         POSIX and GNU instead of separate include files like time_r.h
39414         and timegm.h.  This implementation tries out a simpler approach
39415         for replacing decls in standard include files (as compared to
39416         the string module), somewhat as an experiment.
39417
39418         * config/srclist.txt: Comment out mktime.c for now.
39419         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39420         since it doesn't apply any more.  Use generic wording instead.
39421         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39422         'time'.
39423         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39424         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39425         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39426         Don't include <sys/types.h>; no longer needed since we assume C89.
39427         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39428         * lib/strftime.c: Likewise.
39429         * lib/time_r.c: Likewise.
39430         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39431         * lib/nanosleep.c: Include <time.h> first, to check interface.
39432         * lib/strptime.c: Likewise.
39433         * lib/time_r.c: Likewise.
39434         * lib/timegm.c: Likewise.
39435         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39436         needed.
39437         * lib/timegm.c: Don't include timegm.h; no longer needed.
39438         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39439         time.h now handles any problems in that area.
39440         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39441         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39442         that time.h defines struct timespec.
39443         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39444         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39445         handles that.
39446         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39447         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39448         needed.  Set REPLACE_LOCALTIME.
39449         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39450         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39451         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39452         nanosleep; time_h.m4 now does that.  Don't require
39453         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39454         module handles this now.
39455         * modules/getdate (Depends-on): Remove timespec.  Add time.
39456         * modules/nanosleep (Depends-on): Likewise.
39457         * modules/stat-time (Depends-on): Likewise.
39458         * modules/nanosleep (Include): Include time.h, not timespec.h.
39459         * modules/strptime (Files): Remove lib/strptime.h.
39460         (Depends-on): Add extensions, time.
39461         (Include): Include time.h, not strptime.h.
39462         * modules/time_r (Files): Remove lib/time_r.h.
39463         (Depends-on): Add time.
39464         (Include): Include time.h, not time_r.h.
39465         * modules/timegm: Likewise.
39466         * modules/timespec (Description): Now does timespec-related decls
39467         of our own, instead of struct timespec itself.
39468         (Depends-on): Add time; remove extensions.
39469         (Maintainer): Add self.
39470         * modules/utimecmp (Depends-on): Add time; remove timespec.
39471         * modules/utimens (Depends-on): Likewise.
39472         * modules/xnanosleep (Depends-on): Likewise.
39473
39474 2007-02-11  Bruno Haible  <bruno@clisp.org>
39475
39476         * lib/c-strstr.c: Include allocsa.h.
39477         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39478         * lib/c-strcasestr.c: Include allocsa.h.
39479         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39480         * lib/strcasestr.c: Include allocsa.h.
39481         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39482         * lib/mbsstr.c: Include allocsa.h.
39483         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39484         allocsa/freesa instead of malloc/free.
39485         * lib/mbscasestr.c: Include allocsa.h.
39486         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39487         allocsa/freesa instead of malloc/free.
39488         * modules/c-strstr (Depends-on): Add allocsa.
39489         * modules/c-strcasestr (Depends-on): Likewise.
39490         * modules/strcasestr (Depends-on): Likewise.
39491         * modules/mbsstr (Depends-on): Likewise.
39492         * modules/mbscasestr (Depends-on): Likewise.
39493
39494 2007-02-11  Bruno Haible  <bruno@clisp.org>
39495
39496         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39497
39498         * modules/mbsspn-tests: New file.
39499         * tests/test-mbsspn.sh: New file.
39500         * tests/test-mbsspn.c: New file.
39501
39502 2007-02-11  Bruno Haible  <bruno@clisp.org>
39503
39504         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39505
39506         * modules/mbspbrk-tests: New file.
39507         * tests/test-mbspbrk.sh: New file.
39508         * tests/test-mbspbrk.c: New file.
39509
39510 2007-02-11  Bruno Haible  <bruno@clisp.org>
39511
39512         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39513         unneeded cast.
39514
39515         * modules/mbscspn-tests: New file.
39516         * tests/test-mbscspn.sh: New file.
39517         * tests/test-mbscspn.c: New file.
39518
39519 2007-02-11  Bruno Haible  <bruno@clisp.org>
39520
39521         * modules/mbscasecmp-tests: New file.
39522         * tests/test-mbscasecmp.sh: New file.
39523         * tests/test-mbscasecmp.c: New file.
39524
39525 2007-02-11  Bruno Haible  <bruno@clisp.org>
39526
39527         Ensure O(n) worst-case complexity of mbscasestr.
39528         * lib/mbscasestr.c: Include stdbool.h.
39529         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39530         functions.
39531         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39532         the bookkeeping indicates that it's worth it.
39533         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39534
39535         * modules/mbscasestr-tests: New file.
39536         * tests/test-mbscasestr1.c: New file.
39537         * tests/test-mbscasestr2.sh: New file.
39538         * tests/test-mbscasestr2.c: New file.
39539         * tests/test-mbscasestr3.sh: New file.
39540         * tests/test-mbscasestr3.c: New file.
39541         * tests/test-mbscasestr4.sh: New file.
39542         * tests/test-mbscasestr4.c: New file.
39543         * m4/locale-tr.m4: New file.
39544
39545 2007-02-11  Bruno Haible  <bruno@clisp.org>
39546
39547         Ensure O(n) worst-case complexity of mbsstr.
39548         * lib/mbsstr.c: Include stdbool.h.
39549         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39550         functions.
39551         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39552         bookkeeping indicates that it's worth it.
39553         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39554
39555         * modules/mbsstr-tests: New file.
39556         * tests/test-mbsstr1.c: New file.
39557         * tests/test-mbsstr2.sh: New file.
39558         * tests/test-mbsstr2.c: New file.
39559         * tests/test-mbsstr3.sh: New file.
39560         * tests/test-mbsstr3.c: New file.
39561         * m4/locale-fr.m4: New file.
39562
39563 2007-02-11  Bruno Haible  <bruno@clisp.org>
39564
39565         * lib/mbsrchr.c (mbsrchr): Fix bug.
39566
39567         * modules/mbsrchr-tests: New file.
39568         * tests/test-mbsrchr.sh: New file.
39569         * tests/test-mbsrchr.c: New file.
39570
39571 2007-02-11  Bruno Haible  <bruno@clisp.org>
39572
39573         * lib/mbschr.c (mbschr): Fix bug.
39574
39575         * modules/mbschr-tests: New file.
39576         * tests/test-mbschr.sh: New file.
39577         * tests/test-mbschr.c: New file.
39578         * m4/locale-zh.m4: New file.
39579
39580 2007-02-11  Bruno Haible  <bruno@clisp.org>
39581
39582         Support for copying multibyte string iterators.
39583         * lib/mbiter.h: Include <string.h>.
39584         (mbiter_multi_copy): New function.
39585         (mbi_copy): New macro.
39586         * lib/mbuiter.h: Include <string.h>.
39587         (mbuiter_multi_copy): New function.
39588         (mbui_copy): New macro.
39589
39590 2007-02-11  Bruno Haible  <bruno@clisp.org>
39591
39592         New module mbslen.
39593         * modules/mbslen: New file.
39594         * lib/mbslen.c: New file.
39595         * lib/string_.h (mbslen): New declaration.
39596         * m4/mbslen.m4: New file.
39597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39598         GNULIB_MBSLEN.
39599         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39600         * MODULES.html.sh (Internationalization functions): Add mbslen.
39601
39602 2007-02-11  Bruno Haible  <bruno@clisp.org>
39603
39604         Ensure O(n) worst-case complexity of strcasestr substitute.
39605         * lib/strcasestr.c: Include stdbool.h.
39606         (knuth_morris_pratt): New function.
39607         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39608         bookkeeping indicates that it's worth it.
39609         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39610
39611         * modules/strcasestr-tests: New file.
39612         * tests/test-strcasestr.c: New file.
39613
39614 2007-02-11  Bruno Haible  <bruno@clisp.org>
39615
39616         Ensure O(n) worst-case complexity of c_strcasestr.
39617         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39618         (knuth_morris_pratt): New function.
39619         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39620         the bookkeeping indicates that it's worth it.
39621         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39622
39623         * modules/c-strcasestr-tests: New file.
39624         * tests/test-c-strcasestr.c: New file.
39625
39626 2007-02-11  Bruno Haible  <bruno@clisp.org>
39627
39628         Ensure O(n) worst-case complexity of c_strstr.
39629         * lib/c-strstr.c: Include stdbool.h, string.h.
39630         (knuth_morris_pratt): New function.
39631         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39632         bookkeeping indicates that it's worth it.
39633         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39634
39635         * lib/c-strstr.c: Complete rewrite for maintainability.
39636
39637         * modules/c-strstr-tests: New file.
39638         * tests/test-c-strstr.c: New file.
39639
39640 2007-02-11  Bruno Haible  <bruno@clisp.org>
39641
39642         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39643         5.2.1 and earlier, whereby \055 was treated just like the range
39644         delimiter '-'.
39645         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39646
39647 2007-02-08  Bruno Haible  <bruno@clisp.org>
39648
39649         * modules/regex (Depends-on): Add stdbool.
39650         Reported by Dalibor Topic <robilad@kaffe.org>.
39651
39652 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39653
39654         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39655         Prefer returning from main to exiting from it.
39656         Remove unnecessary parens after sizeof.
39657
39658 2007-02-05  Bruno Haible  <bruno@clisp.org>
39659
39660         New module mbssep.
39661         * modules/mbssep: New file.
39662         * lib/mbssep.c: New file.
39663         * lib/string_.h (strsep): Add a conditional link warning.
39664         (mbssep): New declaration.
39665         * m4/mbssep.m4: New file.
39666         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39667         GNULIB_MBSSEP.
39668         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39669         * MODULES.html.sh (Internationalization functions): Add mbssep.
39670
39671 2007-02-05  Bruno Haible  <bruno@clisp.org>
39672
39673         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39674         Optimize search in case of 1 delimiter.
39675
39676 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39677
39678         * lib/acl.h: Include sys/types.h before sys/acl.h.
39679
39680 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39681
39682         Merge upstream fix for glibc bugzilla #3957:
39683
39684         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39685
39686         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39687         bit for RE_HAT_LISTS_NOT_NEWLINE.
39688         (build_charclass_op): Remove bogus comment.
39689
39690 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39691
39692         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39693
39694 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39695
39696         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39697         * lib/memmem.c [!defined _LIBC]: Include config.h.
39698
39699 2007-02-04  Bruno Haible  <bruno@clisp.org>
39700
39701         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39702         warning message.
39703
39704 2007-02-04  Bruno Haible  <bruno@clisp.org>
39705
39706         New module mbstok_r.
39707         * modules/mbstok_r: New file.
39708         * lib/mbstok_r.c: New file.
39709         * lib/string_.h (strtok_r): Change argument names to match the
39710         comments. Add a conditional link warning.
39711         (mbstok_r): New declaration.
39712         * m4/mbstok_r.m4: New file.
39713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39714         GNULIB_MBSTOK_R.
39715         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39716         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39717
39718 2007-02-04  Bruno Haible  <bruno@clisp.org>
39719
39720         New module mbsspn.
39721         * modules/mbsspn: New file.
39722         * lib/mbsspn.c: New file.
39723         * lib/string_.h (strspn): Add a conditional link warning.
39724         (mbsspn): New declaration.
39725         * m4/mbsspn.m4: New file.
39726         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39727         GNULIB_MBSSPN.
39728         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39729         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39730
39731 2007-02-04  Bruno Haible  <bruno@clisp.org>
39732
39733         New module mbspbrk.
39734         * modules/mbspbrk: New file.
39735         * lib/mbspbrk.c: New file.
39736         * lib/string_.h (strpbrk): Add a conditional link warning.
39737         (mbspbrk): New declaration.
39738         * m4/mbspbrk.m4: New file.
39739         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39740         GNULIB_MBSPBRK.
39741         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39742         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39743
39744 2007-02-04  Bruno Haible  <bruno@clisp.org>
39745
39746         New module mbscspn.
39747         * modules/mbscspn: New file.
39748         * lib/mbscspn.c: New file.
39749         * lib/string_.h (strcspn): Add a conditional link warning.
39750         (mbscspn): New declaration.
39751         * m4/mbscspn.m4: New file.
39752         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39753         GNULIB_MBSCSPN.
39754         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39755         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39756
39757 2007-02-04  Bruno Haible  <bruno@clisp.org>
39758
39759         New module mbscasestr, reduced goal of strcasestr.
39760         * modules/mbscasestr: New file.
39761         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39762         (mbscasestr): Renamed from strcasestr.
39763         * lib/strcasestr.c: Don't include mbuiter.h.
39764         (strcasestr): Remove support for multibyte locales.
39765         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39766         Change the conditional link warning.
39767         (mbscasestr): New declaration.
39768         * m4/mbscasestr.m4: New file.
39769         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39770         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39771         REPLACE_STRCASESTR.
39772         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39773         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39774         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39775         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39776         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39777         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39778         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39779         (Depends-on): Remove mbuiter.
39780         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39781
39782 2007-02-04  Bruno Haible  <bruno@clisp.org>
39783
39784         Simplify handling of strncasecmp.
39785         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39786         the conditional link warning.
39787         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39788         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39789         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39790         * modules/strcase (configure.ac): Don't invoke
39791         gl_STRING_MODULE_INDICATOR.
39792         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39793
39794 2007-02-04  Bruno Haible  <bruno@clisp.org>
39795
39796         New module mbscasecmp, reduced goal of strcasecmp.
39797         * modules/mbscasecmp: New file.
39798         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39799         (mbscasecmp): Renamed from strcasecmp.
39800         * lib/strcasecmp.c: Don't include mbuiter.h.
39801         (strcasecmp): Remove support for multibyte locales.
39802         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39803         Change the conditional link warning.
39804         (mbscasecmp): New declaration.
39805         * m4/mbscasecmp.m4: New file.
39806         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39807         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39808         REPLACE_STRCASECMP.
39809         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39810         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39811         GNULIB_MBSCASECMP.
39812         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39813         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39814         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39815         (Depends-on): Remove mbuiter.
39816         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39817
39818 2007-02-04  Bruno Haible  <bruno@clisp.org>
39819
39820         New module mbsstr. Remove module strstr.
39821         * modules/mbsstr: New file.
39822         * modules/strstr: Remove file.
39823         * lib/mbsstr.c: Renamed from lib/strstr.c.
39824         (mbsstr): Renamed from strstr.
39825         * lib/string_.h (strstr): Remove declaration. Change the conditional
39826         link warning.
39827         (mbsstr): New declaration.
39828         * m4/mbsstr.m4: New file.
39829         * m4/strstr.m4: Remove file.
39830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39831         REPLACE_STRSTR.
39832         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39833         Don't initialize GNULIB_STRSTR.
39834         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39835         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39836         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39837         (Support for systems lacking ANSI C 89): Remove strstr.
39838
39839 2007-02-04  Bruno Haible  <bruno@clisp.org>
39840
39841         New module mbsrchr.
39842         * modules/mbsrchr: New file.
39843         * lib/mbsrchr.c: New file.
39844         * lib/string_.h (strrchr): Add a conditional link warning.
39845         (mbsrchr): New declaration.
39846         * m4/mbsrchr.m4: New file.
39847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39848         GNULIB_MBSRCHR.
39849         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39850         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39851
39852 2007-02-04  Bruno Haible  <bruno@clisp.org>
39853
39854         New module mbschr.
39855         * modules/mbschr: New file.
39856         * lib/mbschr.c: New file.
39857         * lib/string_.h (strchr): Add a conditional link warning.
39858         (mbschr): New declaration.
39859         * m4/mbschr.m4: New file.
39860         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39861         GNULIB_MBSCHR.
39862         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39863         * MODULES.html.sh (Internationalization functions): Add mbschr.
39864
39865 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39866
39867         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39868
39869         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39870
39871 2007-02-04  Bruno Haible  <bruno@clisp.org>
39872
39873         New module description section 'configure.ac-early'.
39874         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39875         (func_get_autoconf_early_snippet): New function.
39876         (func_import, func_create_testdir): Use it. Remove special cases for
39877         modules 'extensions' and 'lock'.
39878         * modules/extensions (configure.ac-early): Require
39879         gl_USE_SYSTEM_EXTENSIONS.
39880         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39881
39882 2007-02-04  Bruno Haible  <bruno@clisp.org>
39883
39884         Make use of gcj-4.3's -fsource and -ftarget option.
39885         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39886         and if so try the options -fsource and -ftarget.
39887         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39888         source_version, ftarget_option, target_version arguments.
39889         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39890         (is_envjavac_oldgcj_14_14_usable): Renamed from
39891         is_envjavac_gcj_14_14_usable.
39892         (is_envjavac_oldgcj_14_13_usable): Renamed from
39893         is_envjavac_gcj_14_13_usable.
39894         (is_gcj_present): Update.
39895         (is_gcj_43, is_gcj43_usable): New functions.
39896         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39897         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39898         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39899         try the options -fsource and -ftarget.
39900
39901 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39902
39903         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39904         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39905         larger value.
39906
39907 2007-02-03  Jim Meyering  <jim@meyering.net>
39908
39909         Give tools a better chance to allocate space for very large buffers.
39910         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39911
39912         Make pwd and readlink work also when run with an unreadable parent dir
39913         on systems with openat support.
39914         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39915         provided getcwd function, even when we have openat support.
39916         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39917
39918 2007-02-02  Bruno Haible  <bruno@clisp.org>
39919
39920         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39921         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39922         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39923         portability problems if one of these functions is only used on specific
39924         platforms.
39925         Reported by Paul Eggert.
39926
39927 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39928
39929         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39930         is causing more trouble than it's curing.
39931         * lib/regex_internal.h (__mempcpy): Remove.
39932         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39933         (and make the code a tad smaller to boot).
39934         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39935
39936 2007-02-02  Jim Meyering  <jim@meyering.net>
39937
39938         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39939         section, not in the Makefile.am: one.
39940
39941 2007-02-02  Eric Blake  <ebb9@byu.net>
39942
39943         * lib/strchrnul.c: Always include config.h first.
39944
39945         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39946         gnulib strstr is not necessary here.
39947
39948 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39949
39950         * m4/socklen.m4: Fix typo.
39951
39952 2007-02-02  Eric Blake  <ebb9@byu.net>
39953
39954         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39955         * modules/netinet_in (Makefile.am): Likewise.
39956
39957 2007-02-01  Bruno Haible  <bruno@clisp.org>
39958
39959         * lib/string_.h (GL_LINK_WARNING): New macro.
39960         (strcasecmp, strstr, strcasestr): If provided by the system,
39961         conditionally define as a macro that leads to a warning instead of to
39962         an error.
39963         (strncasecmp): Conditionally define as a macro that leads to a warning.
39964
39965 2007-02-01  Karl Berry  <karl@gnu.org>
39966
39967         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39968
39969 2007-02-01  Bruno Haible  <bruno@clisp.org>
39970
39971         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39972         renamings.
39973
39974 2007-02-01  Eric Blake  <ebb9@byu.net>
39975
39976         * modules/regex (Depends-on): Revert dependence on mempcpy.
39977         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39978         module's definition of mempcpy.
39979         Reported by Paul Eggert.
39980
39981 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39982
39983         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39984         the symbol XYZ before redefining it.  This fixes a problem with
39985         programs that don't use XYZ, when compiled on systems that define
39986         XYZ to something else.
39987
39988 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39989
39990         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39991         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39992         writeable to group or other and (2) is intended to have a special
39993         mode bit that is set or cleared.  In such a case, the directory
39994         should be neither group- nor other-writeable until the special
39995         mode bits are right.
39996
39997 2007-01-31  Eric Blake  <ebb9@byu.net>
39998
39999         * modules/mountlist (Depends-on): Add strstr.
40000
40001         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
40002         bug.
40003         * modules/string (Makefile.am): Remove redundant replacement.
40004         * modules/regex (Depends-on): Add mempcpy.
40005
40006 2007-01-31  Bruno Haible  <bruno@clisp.org>
40007
40008         New module description field 'Link'.
40009         * gnulib-tool (func_usage): Document --extract-link-directive.
40010         (sed_extract_prog): Recognize 'Link' directive.
40011         (func_get_link_directive): New function.
40012         (func_import): Show summary of link directives.
40013         Handle --extract-link-directive option.
40014         * modules/acl (Link): New section.
40015         * modules/clock-time (Link): New section.
40016         * modules/euidaccess (Link): New section.
40017         * modules/gettext (Link): New section.
40018         * modules/iconv (Link): New section.
40019         * modules/lock (Link): New section.
40020         * modules/nanosleep (Link): New section.
40021         * modules/readline (Link): New section.
40022
40023 2007-01-27  Bruno Haible  <bruno@clisp.org>
40024
40025         Enforce the use of gnulib modules for unportable <string.h> functions.
40026         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40027         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40028         (gl_HEADER_STRING_H_BODY): Require it.
40029         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40030         the symbol XYZ to one that gives a link error.
40031         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40032         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40033         * modules/mempcpy (configure.ac): Likewise.
40034         * modules/memrchr (configure.ac): Likewise.
40035         * modules/stpcpy (configure.ac): Likewise.
40036         * modules/stpncpy (configure.ac): Likewise.
40037         * modules/strcase (configure.ac): Likewise.
40038         * modules/strcasestr (configure.ac): Likewise.
40039         * modules/strchrnul (configure.ac): Likewise.
40040         * modules/strdup (configure.ac): Likewise.
40041         * modules/strndup (configure.ac): Likewise.
40042         * modules/strnlen (configure.ac): Likewise.
40043         * modules/strpbrk (configure.ac): Likewise.
40044         * modules/strsep (configure.ac): Likewise.
40045         * modules/strstr (configure.ac): Likewise.
40046         * modules/strtok_r (configure.ac): Likewise.
40047
40048 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40049
40050         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40051
40052 2007-01-30  Jim Meyering  <jim@meyering.net>
40053
40054         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40055
40056 2007-01-29  Bruno Haible  <bruno@clisp.org>
40057
40058         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40059         * lib/execute.c: Likewise.
40060         * lib/pipe.c: Likewise.
40061         * lib/printf-args.h: Likewise.
40062         * lib/printf-args.c: Likewise.
40063         * lib/printf-parse.c: Likewise.
40064         * lib/vasnprintf.c: Likewise.
40065
40066 2007-01-29  Eric Blake  <ebb9@byu.net>
40067
40068         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40069         declaration.
40070
40071 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40072
40073         * lib/strptime.h (strptime): Use 'restrict' for args where
40074         POSIX requires this.
40075         * lib/strptime.c (strptime): Likewise.
40076         Change license notice from LGPL to GPL, since gnulib-tool will
40077         change this as needed.
40078         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40079         defined.
40080         Include "strptime.h" first, to check interface.
40081         Do not #undef _LIBC and _NL_CURRENT.
40082         Do not include <stdlib.h>; no longer needed.
40083         Include "time_r.h" and declare ptime_locale_status
40084         only if _LIBC is not defined.
40085         (__P): Remove unused macro.
40086         (match_string): Bring back glibc version, but use it only if _LIBC
40087         is defined.
40088         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40089         Remove unnecessary assertion and abort() call.
40090         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40091         * m4/strptime.m4: Fix serial number comment.
40092         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40093         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40094         (Depends-on): Add time_r.
40095
40096 2007-01-29  Bruno Haible  <bruno@clisp.org>
40097
40098         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40099         strptime.
40100         * modules/strptime (Depends-on): Add stdbool.
40101         * lib/strptime.h: Include <time.h> always. Add comments.
40102
40103 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40104
40105         * modules/strptime: New file.
40106         * lib/strptime.h: New file.
40107         * lib/strptime.c: New file.
40108         * m4/strptime.m4: New file.
40109
40110 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40111
40112         * MODULES.html.sh: New module mpsort.
40113         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40114
40115         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40116         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40117         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40118         All uses changed.
40119         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40120         All uses changed.
40121         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40122         to _Restrict_.
40123         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40124         the parameter matches the prototype.
40125
40126 2007-01-28  Jim Meyering  <jim@meyering.net>
40127
40128         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40129         sys/time.h here, reverting that part of the previous patch:
40130         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40131
40132 2007-01-28  Bruno Haible  <bruno@clisp.org>
40133
40134         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40135         value of $(SYS_TIME_H).
40136         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40137         remove it conditionally, too. [added by Jim Meyering]
40138         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40139         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40140         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40141         GETTIMEOFDAY_REPLACEMENT to 1.
40142
40143 2007-01-28  Bruno Haible  <bruno@clisp.org>
40144
40145         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40146         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40147         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40148         Set UNISTD_H instead of UNISTD_H2.
40149         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40150
40151 2007-01-28  Bruno Haible  <bruno@clisp.org>
40152
40153         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40154         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40155
40156 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40157
40158         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40159         (func_create_testdir): Ensure C locale for `grep' and `tr'
40160         character ranges.
40161         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40162         ACLOCAL_AMFLAGS parsing state machine.
40163
40164 2007-01-27  Bruno Haible  <bruno@clisp.org>
40165
40166         * modules/unistr/base: Update.
40167
40168 2007-01-27  Bruno Haible  <bruno@clisp.org>
40169
40170         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40171         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40172         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40173         modules/unistr/u32-mbtouc.
40174         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40175         * lib/unistr.h: Update.
40176         * lib/linebreak.c: Update.
40177         * modules/unistr/u32-mbtouc: Renamed from
40178         modules/unistr/u32-mbtouc-safe.
40179         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40180         * lib/unistr.h: Update.
40181         * lib/unistr/u32-to-u8.c: Update.
40182         * lib/unistr/u32-to-u16.c: Update.
40183
40184 2007-01-27  Bruno Haible  <bruno@clisp.org>
40185
40186         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40187         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40188         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40189         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40190         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40191         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40192         modules/unistr/u16-mbtouc.
40193         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40194         * lib/unistr.h: Update.
40195         * lib/linebreak.c: Update.
40196         * modules/linebreak: Update.
40197         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40198         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40199         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40200         * modules/unistr/u16-mbtouc: Renamed from
40201         modules/unistr/u16-mbtouc-safe.
40202         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40203         * lib/unistr.h: Update.
40204         * lib/unistr/u16-to-u8.c: Update.
40205         * modules/unistr/u16-to-u8: Update.
40206         * lib/unistr/u16-to-u32.c: Update.
40207         * modules/unistr/u16-to-u32: Update.
40208
40209 2007-01-27  Bruno Haible  <bruno@clisp.org>
40210
40211         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40212         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40213         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40214         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40215         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40216         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40217         modules/unistr/u8-mbtouc.
40218         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40219         * lib/unistr.h: Update.
40220         * lib/striconveh.c: Update.
40221         * modules/striconveh: Update.
40222         * lib/linebreak.c: Update.
40223         * modules/linebreak: Update.
40224         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40225         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40226         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40227         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40228         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40229         * lib/unistr.h: Update.
40230         * lib/striconveh.c: Update.
40231         * modules/striconveh: Update.
40232         * lib/unistr/u8-to-u16.c: Update.
40233         * modules/unistr/u8-to-u16: Update.
40234         * lib/unistr/u8-to-u32.c: Update.
40235         * modules/unistr/u8-to-u32: Update.
40236
40237 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40238
40239         Sync from Libtool.
40240         * lib/argz.c: Do not include strings.h nor memory.h, include
40241         string.h unconditionally.  Patch by Simon Josefsson.
40242
40243 2007-01-27  Bruno Haible  <bruno@clisp.org>
40244
40245         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40246         from gl_HEADER_STRING_H_BODY.
40247         (gl_HEADER_STRING_H_BODY): Require it.
40248         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40249         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40250         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40251         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40252         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40253         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40254         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40255         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40256         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40257         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40258         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40259         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40260         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40261         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40262         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40263
40264 2007-01-27  Bruno Haible  <bruno@clisp.org>
40265
40266         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40267         check_PROGRAMS into noinst_PROGRAMS.
40268         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40269         check_PROGRAMS in this case.
40270         (func_import): Set for_test to false.
40271         (func_create_testdir): Set for_test to true.
40272
40273 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40274             Bruno Haible  <bruno@clisp.org>
40275
40276         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40277         (Depends-on): Add string.
40278         (Includes): Use <string.h> instead of strcasestr.h.
40279         * modules/string (Makefile.am): Also substitute the value of
40280         REPLACE_STRCASESTR.
40281         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40282         assume strcasestr is declared in <string.h> not <strings.h>. Also
40283         set REPLACE_STRCASESTR.
40284         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40285         REPLACE_STRCASESTR.
40286         * lib/strcasestr.h: Remove file.
40287         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40288         * lib/string_.h (strcasestr): New declaration.
40289
40290 2007-01-27  Bruno Haible  <bruno@clisp.org>
40291
40292         * lib/string_.h: Use 'extern'.
40293
40294 2007-01-27  Jim Meyering  <jim@meyering.net>
40295
40296         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40297         of set-but-not-used local, "q".
40298
40299         * lib/mempcpy.c: Include <config.h> before <string.h>.
40300         This fixes a compilation error on HP-UX, due to the system's
40301         "restrict"-using mempcpy prototype.
40302
40303 2007-01-26  Bruno Haible  <bruno@clisp.org>
40304
40305         Small optimization.
40306         * lib/javacomp.c: Include c-strstr.h.
40307          (is_envjavac_gcj): Use c_strstr instead of strstr.
40308         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40309
40310 2007-01-26  Bruno Haible  <bruno@clisp.org>
40311
40312         * MODULES.html.sh (Unicode string functions): Add the new modules.
40313
40314         * modules/uniconv/u32-strconv-to-locale: New file.
40315         * lib/uniconv/u32-strconv-to-locale.c: New file.
40316
40317         * modules/uniconv/u16-strconv-to-locale: New file.
40318         * lib/uniconv/u16-strconv-to-locale.c: New file.
40319
40320         * modules/uniconv/u8-strconv-to-locale: New file.
40321         * lib/uniconv/u8-strconv-to-locale.c: New file.
40322
40323         * modules/uniconv/u32-strconv-from-locale: New file.
40324         * lib/uniconv/u32-strconv-from-locale.c: New file.
40325
40326         * modules/uniconv/u16-strconv-from-locale: New file.
40327         * lib/uniconv/u16-strconv-from-locale.c: New file.
40328
40329         * modules/uniconv/u8-strconv-from-locale: New file.
40330         * lib/uniconv/u8-strconv-from-locale.c: New file.
40331
40332         * modules/uniconv/u32-strconv-to-enc: New file.
40333         * lib/uniconv/u32-strconv-to-enc.c: New file.
40334         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40335         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40336
40337         * modules/uniconv/u16-strconv-to-enc: New file.
40338         * lib/uniconv/u16-strconv-to-enc.c: New file.
40339         * lib/uniconv/u-strconv-to-enc.h: New file.
40340         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40341         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40342
40343         * modules/uniconv/u8-strconv-to-enc: New file.
40344         * lib/uniconv/u8-strconv-to-enc.c: New file.
40345         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40346         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40347
40348         * modules/uniconv/u32-strconv-from-enc: New file.
40349         * lib/uniconv/u32-strconv-from-enc.c: New file.
40350         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40351         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40352
40353         * modules/uniconv/u16-strconv-from-enc: New file.
40354         * lib/uniconv/u16-strconv-from-enc.c: New file.
40355         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40356         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40357
40358         * modules/uniconv/u8-strconv-from-enc: New file.
40359         * lib/uniconv/u8-strconv-from-enc.c: New file.
40360         * lib/uniconv/u-strconv-from-enc.h: New file.
40361         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40362         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40363
40364         * modules/uniconv/u32-conv-from-enc: New file.
40365         * lib/uniconv/u32-conv-from-enc.c: New file.
40366         * modules/uniconv/u32-conv-from-enc-tests: New file.
40367         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40368
40369         * modules/uniconv/u16-conv-from-enc: New file.
40370         * lib/uniconv/u16-conv-from-enc.c: New file.
40371         * lib/uniconv/u-conv-from-enc.h: New file.
40372         * modules/uniconv/u16-conv-from-enc-tests: New file.
40373         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40374
40375         * modules/uniconv/u8-conv-from-enc: New file.
40376         * lib/uniconv/u8-conv-from-enc.c: New file.
40377         * modules/uniconv/u8-conv-from-enc-tests: New file.
40378         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40379
40380         * modules/uniconv/base: New file.
40381         * lib/uniconv.h: New file.
40382
40383 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40384
40385         * doc/gnulib-tool.texi (Initial import): Update to match current
40386         behavior with strdup module.
40387         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40388         * lib/memmem.h: Remove; all uses removed.  This is now done
40389         by <string.h>.
40390         * lib/mempcpy.h: Likewise.
40391         * lib/memrchr.h: Likewise.
40392         * lib/stpcpy.h: Likewise.
40393         * lib/stpncpy.h: Likewise.
40394         * lib/strcase.h: Likewise.
40395         * lib/strchrnul.h: Likewise.
40396         * lib/strdup.h: Likewise.
40397         * lib/strndup.h: Likewise.
40398         * lib/strnlen.h: Likewise.
40399         * lib/strpbrk.h: Likewise.
40400         * lib/strsep.h: Likewise.
40401         * lib/strstr.h: Likewise.
40402         * lib/strtok_r.h: Likewise.
40403         * lib/string_.h: New file.
40404         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40405         Rely on <string.h> instead.
40406         * lib/canon-host.c: Likewise.
40407         * lib/chdir-long.c: Likewise.
40408         * lib/concatpath.c: Likewise.
40409         * lib/exclude.c: Likewise.
40410         * lib/fchdir.c: Likewise.
40411         * lib/getaddrinfo.c: Likewise.
40412         * lib/getcwd.c: Likewise.
40413         * lib/getsubopt.c: Likewise.
40414         * lib/glob.c: Likewise.
40415         * lib/hard-locale.c: Likewise.
40416         * lib/iconvme.c: Likewise.
40417         * lib/javacomp.c: Likewise.
40418         * lib/mempcpy.c: Likewise.
40419         * lib/memrchr.c: Likewise.
40420         * lib/regex_internal.h: Likewise.
40421         * lib/stpncpy.c: Likewise.
40422         * lib/strcasecmp.c: Likewise.
40423         * lib/strchrnul.c: Likewise.
40424         * lib/strdup.c: Likewise.
40425         * lib/striconv.c: Likewise.
40426         * lib/striconveh.c: Likewise.
40427         * lib/striconveha.c: Likewise.
40428         * lib/strncasecmp.c: Likewise.
40429         * lib/strndup.c: Likewise.
40430         * lib/strnlen.c: Likewise.
40431         * lib/strsep.c: Likewise.
40432         * lib/strstr.c: Likewise.
40433         * lib/strtok_r.c: Likewise.
40434         * lib/userspec.c: Likewise.
40435         * lib/w32spawn.h: Likewise.
40436         * lib/xstrndup.c: Likewise.
40437         * lib/mountlist.c (strstr): Remove decl.
40438         * m4/string_h.m4: New file.
40439         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40440         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40441         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40442         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40443         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40444         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40445         Set REPLACE_STRCASECMP if necessary.
40446         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40447         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40448         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40449         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40450         HAVE_DECL_STRDUP if necessary.
40451         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40452         since gl_FUNC_STRNDUP does that now.
40453         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40454         Check for decl here...
40455         (gl_PREREQ_STRNLEN): ... not here.
40456         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40457         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40458         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40459         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40460         necessary.
40461         * modules/string: New file.
40462         * modules/memmem (Files): Remove special-purpose include file.
40463         (Depends-on): Add string.
40464         (Include): Include <string.h>, not the removed file.
40465         * modules/mempcpy: Likewise.
40466         * modules/memrchr: Likewise.
40467         * modules/stpcpy: Likewise.
40468         * modules/stpncpy: Likewise.
40469         * modules/strcase: Likewise.
40470         * modules/strchrnul: Likewise.
40471         * modules/strdup: Likewise.
40472         * modules/strndup: Likewise.
40473         * modules/strnlen: Likewise.
40474         * modules/strpbrk: Likewise.
40475         * modules/strsep: Likewise.
40476         * modules/strstr: Likewise.
40477         * modules/strtok_r: Likewise.
40478         * tests/test-dirname.c: Don't include "strdup.h", since
40479         <string.h> now suffices.
40480         * tests/test-memmem.c: Don't include "memmem.h", since
40481         <string.h> now suffices.
40482
40483 2007-01-25  Bruno Haible  <bruno@clisp.org>
40484
40485         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40486         *resultp is 0.
40487
40488         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40489         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40490         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40491         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40492
40493         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40494         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40495         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40496         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40497         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40498         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40499
40500 2007-01-24  Bruno Haible  <bruno@clisp.org>
40501
40502         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40503         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40504         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40505         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40506         gl_FUNC_FTS_CORE.
40507         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40508         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40509         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40510         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40511         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40512         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40513         gl_FUNC_FCHOWNAT.
40514         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40515         gl_FUNC_STRFTIME.
40516         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40517         Reported by Ralf Wildenhues.
40518
40519 2007-01-24  Bruno Haible  <bruno@clisp.org>
40520
40521         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40522         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40523         gl_GETADDRINFO.
40524         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40525         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40526         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40527
40528 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40529
40530         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40531         Don't use 'exit'; just return from 'main'.
40532         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40533
40534         * lib/fnmatch_.h: Readjust white space and comments to match
40535         glibc, to avoid spurious diffs.
40536
40537 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40538
40539         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40540         2004-12-01 change by Jakub Jelinek, since this code won't compile
40541         if !LIBC.  Problem reported by Bob Proulx.
40542
40543 2007-01-23  Bruno Haible  <bruno@clisp.org>
40544
40545         * lib/striconveh.c: Include c-strcaseeq.h.
40546         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40547         * modules/striconveh (Depends-on): Add c-strcaseeq.
40548
40549 2007-01-23  Bruno Haible  <bruno@clisp.org>
40550
40551         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40552
40553         * modules/c-strcaseeq: New file.
40554         * lib/c-strcaseeq.h: New file.
40555
40556         * modules/streq: New file.
40557         * lib/streq.h: New file.
40558
40559 2007-01-23  Bruno Haible  <bruno@clisp.org>
40560
40561         * modules/striconveha-tests: New file.
40562         * tests/test-striconveha.c: New file.
40563
40564         * lib/striconveha.h: Include <stdbool.h>.
40565         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40566         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40567         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40568         (mem_iconveha): New function.
40569         (str_iconveha_notranslit): Renamed from str_iconveha.
40570         (str_iconveha): New function.
40571         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40572         c-strcase.
40573
40574 2007-01-23  Bruno Haible  <bruno@clisp.org>
40575
40576         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40577         encodings without forgiving before trying any encoding with handler.
40578         (str_iconveha): Try all encodings without forgiving before trying any
40579         encoding with handler.
40580
40581 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40582
40583         Import the following changes from libc.
40584
40585         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40586
40587         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40588
40589         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40590
40591         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40592         normal_bracket label.
40593
40594         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40595
40596         [BZ #361]
40597         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40598         to normal_bracket after fetching the next character.
40599
40600 2007-01-22  Bruno Haible  <bruno@clisp.org>
40601
40602         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40603         argument.
40604         * lib/striconveh.c (iconv_carefully_1): New function.
40605         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40606         argument.
40607         (str_cd_iconveh): Update.
40608         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40609         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40610         * tests/test-striconveh.c (MAGIC): New macro.
40611         (new_offsets): New function.
40612         (main): Test call with and without offsets.
40613
40614 2007-01-22  Bruno Haible  <bruno@clisp.org>
40615
40616         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40617         * modules/sys_select (Makefile.am): Likewise.
40618         * modules/sys_socket (Makefile.am): Likewise.
40619         * modules/sys_time (Makefile.am): Likewise.
40620
40621 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40622
40623         * modules/gettimeofday (License): Change from GPL to LGPL, since
40624         gettimeofday is a library function.
40625
40626 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40627
40628         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40629
40630 2007-01-21  Bruno Haible  <bruno@clisp.org>
40631
40632         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40633
40634 2007-01-21  Bruno Haible  <bruno@clisp.org>
40635
40636         * modules/striconveha: New file.
40637         * lib/striconveha.h: New file.
40638         * lib/striconveha.c: New file.
40639         * MODULES.html.sh (Internationalization functions): Add striconveha.
40640         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40641         string.
40642         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40643
40644 2007-01-21  Bruno Haible  <bruno@clisp.org>
40645
40646         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40647         * lib/striconveh.c (str_iconveh): Likewise.
40648
40649 2007-01-21  Bruno Haible  <bruno@clisp.org>
40650
40651         * lib/striconveh.h (mem_iconveh): New declaration.
40652         * lib/striconveh.c (mem_iconveh): New function.
40653         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40654
40655 2007-01-21  Bruno Haible  <bruno@clisp.org>
40656
40657         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40658
40659         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40660         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40661         original result buffer.
40662         (str_cd_iconveh): Update.
40663         * tests/test-striconveh.c (main): Update.
40664
40665         * lib/striconv.h (mem_cd_iconv): Change specification.
40666         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40667         result buffer.
40668         (str_cd_iconv): Update.
40669         * tests/test-striconv.c (main): Update.
40670
40671 2007-01-21  Bruno Haible  <bruno@clisp.org>
40672
40673         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40674
40675 2007-01-20  Jim Meyering  <jim@meyering.net>
40676
40677         * lib/userspec.c (parse_with_separator): If a user or group string
40678         starts with "+", skip the corresponding name-to-ID look-up, since
40679         such a look-up must fail: user and group names may not include "+".
40680
40681 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40682
40683         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40684         since we now assume the sys_time module.
40685         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40686         check for sys/time.h; no longer needed.
40687         * modules/poll (Depends-on): Depend on sys_time.
40688
40689 2007-01-18  Bruno Haible  <bruno@clisp.org>
40690
40691         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40692         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40693
40694         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40695         gettimeofday.
40696
40697         * tests/test-gettimeofday.c: Include <time.h>.
40698         (dummy): Remove variable.
40699
40700         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40701         gl_HEADER_SYS_TIME_H.
40702         (gl_HEADER_SYS_TIME_H): New macro.
40703
40704         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40705         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40706         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40707         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40708         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40709         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40710         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40711         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40712         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40713         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40714         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40715
40716         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40717         last change; it caused a compilation error when cross-compiling to
40718         Cygwin.
40719
40720 2007-01-18  Jim Meyering  <jim@meyering.net>
40721
40722         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40723         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40724         than the race-prone "test -d sys || mkdir sys".
40725         (configure.ac): Use AC_PROG_MKDIR_P.
40726         * modules/sys_select: Likewise.
40727         * modules/sys_socket: Likewise.
40728         * modules/sys_time: Likewise.
40729
40730 2007-01-18  Eric Blake  <ebb9@byu.net>
40731
40732         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40733         replace gettimeofday.
40734         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40735         name, to avoid infinite recursion.
40736
40737 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40738
40739         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40740         module sys_time.
40741         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40742         assume timespec.h defines struct timeval.
40743         * lib/settime.c: Likewise.
40744         * lib/utimens.c: Likewise.
40745         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40746         since we now assume the gettimeofday module.
40747         * lib/tempname.c (__gen_tempname): Likewise.
40748         * lib/gettimeofday.h: Remove.
40749         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40750         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40751         Include <time.h>, for 'time()'.
40752         (localtime_buffer_addr): Also use this workaround if
40753         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40754         to simplify the uses.  All uses changed.
40755         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40756         that #undef is inside {}, and 'const' follows type name consistently.
40757         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40758         (gettimeofday): Do not use the maximum possible value for
40759         tv->tv_usec, since that might break usages other than ls.c.
40760         Instead, we'll leave ls.c alone.  This undoes today's patch
40761         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40762         we've never observed the problem but might as well keep the
40763         canary.
40764         * lib/nanosleep.c: Include timespec.h first, for interface check.
40765         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40766         now assume the sys_time module.
40767         * lib/tempname.c: Likewise.
40768         * lib/timespec.h: Likewise.
40769         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40770         needed.
40771         * lib/strftime.c: Likewise.
40772         * lib/timespec.h: Likewise.
40773         * lib/posixtm.c: Include posixtm.h first, for interface check.
40774         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40775         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40776         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40777         * lib/sys_time_.h: New file.
40778         * lib/timespec.h (struct timespec): Use long int, not long.
40779         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40780         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40781         Remove obsolescent call to AC_HEADER_TIME.
40782         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40783         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40784         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40785         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40786         Likewise.
40787         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40788         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40789         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40790         into the sys_time module.  Check for gettimeofday just once.
40791         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40792         for gettimeofday signature to just check the signature.  Merely
40793         compile it, since linking doesn't test signature.  Improve test for
40794         whether gettimeofday.o is actually needed.
40795         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40796         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40797         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40798         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40799         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40800         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40801         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40802         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40803         than worrying about sys/time.h.
40804         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40805         Don't bother worrying about TIME_WITH_SYS_TIME.
40806         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40807         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40808         * m4/sys_time_h.m4: New file.
40809         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40810         Don't include sys/time.h.  Return from main rather than exiting.
40811         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40812         all uses changed.
40813         * modules/gethrxtime (Depends-on): Add sys_time.
40814         * modules/gettime (Depends-on): Likewise.
40815         * modules/gettimeofday (Depends-on): Likewise.
40816         * modules/nanosleep (Depends-on): Likewise.
40817         * modules/settime (Depends-on): Likewise.
40818         * modules/tempname (Depends-on): Likewise.
40819         * modules/utimens (Depends-on): Likewise.
40820         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40821         (Include:) Change back to <sys/time.h>.
40822         (Maintainer:) Add self.
40823         * modules/sys_time: New file.
40824         * modules/tempname (Depends-on): Add gettimeofday.
40825         * tests/test-gettimeofday.c: Include <sys/time.h>
40826         rather than gettimeofday.h.
40827
40828 2007-01-17  Bruno Haible  <bruno@clisp.org>
40829
40830         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40831         the license default to GPL.
40832         (func_create_testdir): Don't complain if a module is LGPL and its
40833         tests module depends on GPLed modules.
40834
40835 2007-01-17  Bruno Haible  <bruno@clisp.org>
40836
40837         * lib/gettimeofday.c (gettimeofday): Add code for the case
40838         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40839         maximum possible value for tv->tv_usec, rather than the minimum one.
40840
40841 2005-10-08  Martin Lambers  <marlam@marlam.de>
40842 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40843 2007-01-16  Bruno Haible  <bruno@clisp.org>
40844
40845         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40846         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40847         gl_FUNC_GETTIMEOFDAY.
40848         (Include): Add gettimeofday.h.
40849         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40850         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40851         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40852         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40853         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40854         * lib/gettimeofday.h: New file.
40855         * lib/gettimeofday.c: Include <sys/timeb.h>.
40856         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40857         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40858         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40859         fall back on time().
40860
40861         * tests/test-gettimeofday.c: New file.
40862         * modules/gettimeofday-tests: New file.
40863
40864 2007-01-16  Eric Blake  <ebb9@byu.net>
40865
40866         * modules/fnmatch (Depends-on): Depend on wchar.
40867         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40868         * m4/fnmatch.m4: Likewise.
40869         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40870         * m4/mbchar.m4: Likewise.
40871         * modules/mbswidth (Depends-on): Depend on wchar.
40872         * lib/mbswidth.c: Assume <wchar.h>.
40873         * m4/mbswidth.m4: Likewise.
40874         * modules/quotearg (Depends-on): Depend on wchar.
40875         * lib/quotearg.c: Assume <wchar.h>.
40876         * m4/quotearg.m4: Likewise.
40877         * modules/regex (Depends-on): Depend on wchar.
40878         * lib/regex_internal.h: Assume <wchar.h>.
40879         * m4/regex.m4: Likewise.
40880         * modules/stdint (Depends-on): Depend on wchar.
40881         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40882         * m4/stdint.m4: Likewise.
40883         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40884         * modules/strftime (Depends-on): Depend on wchar.
40885         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40886         * modules/strtol (Depends-on): Depend on wchar.
40887         * lib/strtol.c: Assume <wchar.h>.
40888         * modules/wcwidth (Depends-on): Depend on wchar.
40889         * lib/wcwidth.h: Assume <wchar.h>.
40890         * m4/wcwidth.m4: Likewise.
40891
40892 2007-01-16  Bruno Haible  <bruno@clisp.org>
40893
40894         * modules/csharpexec-script: New, created from...
40895         * modules/csharpexec: ... this.
40896
40897 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40898
40899         * modules/javaexec-script: New, created from...
40900         * modules/javaexec: ... this.
40901
40902 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40903
40904         * modules/poll (Dependencies): Add sys_select.
40905
40906 2007-01-15  Jim Meyering  <jim@meyering.net>
40907
40908         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40909         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40910         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40911         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40912
40913 2007-01-15  Bruno Haible  <bruno@clisp.org>
40914
40915         * modules/striconveh: New file.
40916         * lib/striconveh.h: New file.
40917         * lib/striconveh.c: New file.
40918         * MODULES.html.sh (Internationalization functions): Add striconveh.
40919
40920         * modules/striconveh-tests: New file.
40921         * tests/test-striconveh.c: New file.
40922
40923 2007-01-15  Bruno Haible  <bruno@clisp.org>
40924
40925         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40926         not from GNU libiconv or GNU libc.
40927
40928 2007-01-15  Bruno Haible  <bruno@clisp.org>
40929
40930         * doc/gnulib-intro.texi (Copyright): Explain the different license
40931         terms for module descriptions, autoconf macros, tests, documentation.
40932
40933 2007-01-14  Bruno Haible  <bruno@clisp.org>
40934
40935         * modules/striconv-tests: New file.
40936         * tests/test-striconv.c: New file.
40937
40938 2007-01-14  Bruno Haible  <bruno@clisp.org>
40939
40940         * modules/iconv-tests: New file.
40941         * tests/test-iconv.c: New file.
40942
40943 2007-01-14  Bruno Haible  <bruno@clisp.org>
40944
40945         * gnulib-tool (func_get_license): For test modules, use the license of
40946         the main module.
40947
40948 2007-01-14  Bruno Haible  <bruno@clisp.org>
40949
40950         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40951         if iconv is found to exist.
40952
40953 2007-01-14  Bruno Haible  <bruno@clisp.org>
40954
40955         * modules/c-ctype-tests: New file.
40956         * tests/test-c-ctype.c: New file.
40957
40958 2007-01-14  Bruno Haible  <bruno@clisp.org>
40959
40960         * modules/binary-io-tests: New file.
40961         * tests/test-binary-io.sh: New file.
40962         * tests/test-binary-io.c: New file.
40963
40964 2007-01-14  Bruno Haible  <bruno@clisp.org>
40965
40966         * modules/array-oset-tests: New file.
40967         * tests/test-array_oset.c: New file.
40968
40969 2007-01-14  Bruno Haible  <bruno@clisp.org>
40970
40971         * modules/array-list-tests: New file.
40972         * tests/test-array_list.c: New file.
40973
40974 2007-01-14  Bruno Haible  <bruno@clisp.org>
40975
40976         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40977         and make.
40978         Reported by Simon Josefsson in
40979         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40980
40981 2007-01-14  Bruno Haible  <bruno@clisp.org>
40982
40983         * modules/allocsa-tests: New file.
40984         * tests/test-allocsa.c: New file.
40985
40986 2007-01-14  Bruno Haible  <bruno@clisp.org>
40987
40988         * modules/fchdir (Depends-on): Add absolute-header.
40989         * modules/unistd (Depends-on): Likewise.
40990
40991 2006-12-30  Bruno Haible  <bruno@clisp.org>
40992
40993         * modules/fchdir: New file.
40994         * modules/unistd (Files): Add lib/unistd_.h.
40995         (Makefile.am): Generate unistd.h from unistd_.h.
40996         * lib/fchdir.c: New file.
40997         * lib/dirent_.h: New file.
40998         * lib/unistd_.h: New file.
40999         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
41000         * m4/fchdir.m4: New file.
41001         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
41002         (gl_HEADER_UNISTD): Invoke it.
41003         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
41004         function.
41005         * lib/backupfile.c (opendir, closedir): Undefine.
41006         * lib/chown.c (open, close): Undefine.
41007         * lib/clean-temp.c (open, close): Undefine.
41008         * lib/copy-file.c (open, close): Undefine.
41009         * lib/execute.c (open, close): Undefine.
41010         * lib/fsusage.c (open, close): Undefine.
41011         * lib/gc-gnulib.c (open, close): Undefine.
41012         * lib/getcwd.c (opendir, closedir): Undefine.
41013         * lib/glob.c (opendir, closedir): Undefine.
41014         * lib/javacomp.c (open, close): Undefine.
41015         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41016         * lib/openat-proc.c (open, close): Undefine.
41017         * lib/pagealign_alloc.c (open, close): Undefine.
41018         * lib/pipe.c (open, close): Undefine.
41019         * lib/progreloc.c (open, close): Undefine.
41020         * lib/savedir.c (opendir, closedir): Undefine.
41021         * lib/utime.c (open, close): Undefine.
41022         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41023
41024 2007-01-10  Bruno Haible  <bruno@clisp.org>
41025
41026         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41027
41028 2007-01-12  Eric Blake  <ebb9@byu.net>
41029
41030         Provide a robust <wchar.h>.  Further simplifications are now
41031         possible in other modules, but not included here.
41032         * modules/wchar: New module.
41033         * m4/wchar.m4: New file.
41034         * lib/wchar_.h: Likewise.
41035         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41036         of the new module.
41037         * MODULES.html.sh (Extended multibyte and wide character utilities):
41038         New section.
41039
41040 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41041
41042         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41043         to a reasonable default for memory allocation.
41044         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41045         file system that reports garbage st_size values for symlinks.
41046         Problem reported by Liyang Hu.
41047
41048 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41049
41050         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41051         Emacs .#* auto-save files).
41052
41053 2007-01-11  Bruno Haible  <bruno@clisp.org>
41054
41055         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41056         directory.
41057
41058 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41059
41060         Use @...@ consistently in lib/wctype_.h.
41061         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41062         on it being set to 1 or 0.
41063         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41064         go back to AC_SUBSTing it.
41065         * modules/wctype (Makefile.am): Undo previous change.
41066
41067 2007-01-10  Eric Blake  <ebb9@byu.net>
41068
41069         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41070         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41071         * modules/wctype (Makefile.am): Likewise.
41072         Reported by Chris McGuire.
41073
41074 2007-01-10  Jim Meyering  <jim@meyering.net>
41075
41076         fts.c: a small readability/maintainability improvement
41077         * lib/fts.c (fts_read): Make this code slightly more readable and
41078         maintainable by hoisting the "sp->fts_cur = p" assignments to
41079         immediately follow the statements that set P.  Derived from
41080         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41081
41082 2007-01-10  Eric Blake  <ebb9@byu.net>
41083
41084         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41085         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41087         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41088         Reported by Chris McGuire.
41089
41090 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41091
41092         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41093         in sed script.
41094
41095 2007-01-09  Bruno Haible  <bruno@clisp.org>
41096
41097         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41098         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41099         variables.
41100         (func_module): Use them.
41101
41102 2007-01-09  Bruno Haible  <bruno@clisp.org>
41103
41104         * modules/unistr/base: New file.
41105         * lib/unistr.h: New file.
41106
41107         * modules/unistr/u8-to-u16: New file.
41108         * lib/unistr/u8-to-u16.c: New file.
41109
41110         * modules/unistr/u8-to-u32: New file.
41111         * lib/unistr/u8-to-u32.c: New file.
41112
41113         * modules/unistr/u16-to-u8: New file.
41114         * lib/unistr/u16-to-u8.c: New file.
41115
41116         * modules/unistr/u16-to-u32: New file.
41117         * lib/unistr/u16-to-u32.c: New file.
41118
41119         * modules/unistr/u32-to-u8: New file.
41120         * lib/unistr/u32-to-u8.c: New file.
41121
41122         * modules/unistr/u32-to-u16: New file.
41123         * lib/unistr/u32-to-u16.c: New file.
41124
41125         * modules/unistr/u8-check: New file.
41126         * modules/unistr/u16-check: New file.
41127         * modules/unistr/u32-check: New file.
41128         * lib/unistr/u8-check.c: New file.
41129         * lib/unistr/u16-check.c: New file.
41130         * lib/unistr/u32-check.c: New file.
41131
41132         * modules/unistr/u8-chr: New file.
41133         * modules/unistr/u16-chr: New file.
41134         * modules/unistr/u32-chr: New file.
41135         * lib/unistr/u8-chr.c: New file.
41136         * lib/unistr/u16-chr.c: New file.
41137         * lib/unistr/u32-chr.c: New file.
41138
41139         * modules/unistr/u8-cmp: New file.
41140         * modules/unistr/u16-cmp: New file.
41141         * modules/unistr/u32-cmp: New file.
41142         * lib/unistr/u8-cmp.c: New file.
41143         * lib/unistr/u16-cmp.c: New file.
41144         * lib/unistr/u32-cmp.c: New file.
41145
41146         * modules/unistr/u8-cpy: New file.
41147         * modules/unistr/u16-cpy: New file.
41148         * modules/unistr/u32-cpy: New file.
41149         * lib/unistr/u8-cpy.c: New file.
41150         * lib/unistr/u16-cpy.c: New file.
41151         * lib/unistr/u32-cpy.c: New file.
41152         * lib/unistr/u-cpy.h: New file.
41153
41154         * modules/unistr/u8-cpy-alloc: New file.
41155         * modules/unistr/u16-cpy-alloc: New file.
41156         * modules/unistr/u32-cpy-alloc: New file.
41157         * lib/unistr/u8-cpy-alloc.c: New file.
41158         * lib/unistr/u16-cpy-alloc.c: New file.
41159         * lib/unistr/u32-cpy-alloc.c: New file.
41160         * lib/unistr/u-cpy-alloc.h: New file.
41161
41162         * modules/unistr/u8-endswith: New file.
41163         * modules/unistr/u16-endswith: New file.
41164         * modules/unistr/u32-endswith: New file.
41165         * lib/unistr/u8-endswith.c: New file.
41166         * lib/unistr/u16-endswith.c: New file.
41167         * lib/unistr/u32-endswith.c: New file.
41168         * lib/unistr/u-endswith.h: New file.
41169
41170         * modules/unistr/u8-mblen: New file.
41171         * modules/unistr/u16-mblen: New file.
41172         * modules/unistr/u32-mblen: New file.
41173         * lib/unistr/u8-mblen.c: New file.
41174         * lib/unistr/u16-mblen.c: New file.
41175         * lib/unistr/u32-mblen.c: New file.
41176
41177         * modules/unistr/u8-mbtouc: New file.
41178         * modules/unistr/u16-mbtouc: New file.
41179         * modules/unistr/u32-mbtouc: New file.
41180         * lib/unistr/u8-mbtouc.c: New file.
41181         * lib/unistr/u16-mbtouc.c: New file.
41182         * lib/unistr/u32-mbtouc.c: New file.
41183
41184         * modules/unistr/u8-mbtouc-safe: New file.
41185         * modules/unistr/u16-mbtouc-safe: New file.
41186         * modules/unistr/u32-mbtouc-safe: New file.
41187         * lib/unistr/u8-mbtouc-safe.c: New file.
41188         * lib/unistr/u16-mbtouc-safe.c: New file.
41189         * lib/unistr/u32-mbtouc-safe.c: New file.
41190
41191         * modules/unistr/u8-move: New file.
41192         * modules/unistr/u16-move: New file.
41193         * modules/unistr/u32-move: New file.
41194         * lib/unistr/u8-move.c: New file.
41195         * lib/unistr/u16-move.c: New file.
41196         * lib/unistr/u32-move.c: New file.
41197         * lib/unistr/u-move.h: New file.
41198
41199         * modules/unistr/u8-next: New file.
41200         * modules/unistr/u16-next: New file.
41201         * modules/unistr/u32-next: New file.
41202         * lib/unistr/u8-next.c: New file.
41203         * lib/unistr/u16-next.c: New file.
41204         * lib/unistr/u32-next.c: New file.
41205
41206         * modules/unistr/u8-prev: New file.
41207         * modules/unistr/u16-prev: New file.
41208         * modules/unistr/u32-prev: New file.
41209         * lib/unistr/u8-prev.c: New file.
41210         * lib/unistr/u16-prev.c: New file.
41211         * lib/unistr/u32-prev.c: New file.
41212
41213         * modules/unistr/u8-set: New file.
41214         * modules/unistr/u16-set: New file.
41215         * modules/unistr/u32-set: New file.
41216         * lib/unistr/u8-set.c: New file.
41217         * lib/unistr/u16-set.c: New file.
41218         * lib/unistr/u32-set.c: New file.
41219         * lib/unistr/u-set.h: New file.
41220
41221         * modules/unistr/u8-startswith: New file.
41222         * modules/unistr/u16-startswith: New file.
41223         * modules/unistr/u32-startswith: New file.
41224         * lib/unistr/u8-startswith.c: New file.
41225         * lib/unistr/u16-startswith.c: New file.
41226         * lib/unistr/u32-startswith.c: New file.
41227         * lib/unistr/u-startswith.h: New file.
41228
41229         * modules/unistr/u8-stpcpy: New file.
41230         * modules/unistr/u16-stpcpy: New file.
41231         * modules/unistr/u32-stpcpy: New file.
41232         * lib/unistr/u8-stpcpy.c: New file.
41233         * lib/unistr/u16-stpcpy.c: New file.
41234         * lib/unistr/u32-stpcpy.c: New file.
41235         * lib/unistr/u-stpcpy.h: New file.
41236
41237         * modules/unistr/u8-stpncpy: New file.
41238         * modules/unistr/u16-stpncpy: New file.
41239         * modules/unistr/u32-stpncpy: New file.
41240         * lib/unistr/u8-stpncpy.c: New file.
41241         * lib/unistr/u16-stpncpy.c: New file.
41242         * lib/unistr/u32-stpncpy.c: New file.
41243         * lib/unistr/u-stpncpy.h: New file.
41244
41245         * modules/unistr/u8-strcat: New file.
41246         * modules/unistr/u16-strcat: New file.
41247         * modules/unistr/u32-strcat: New file.
41248         * lib/unistr/u8-strcat.c: New file.
41249         * lib/unistr/u16-strcat.c: New file.
41250         * lib/unistr/u32-strcat.c: New file.
41251         * lib/unistr/u-strcat.h: New file.
41252
41253         * modules/unistr/u8-strchr: New file.
41254         * modules/unistr/u16-strchr: New file.
41255         * modules/unistr/u32-strchr: New file.
41256         * lib/unistr/u8-strchr.c: New file.
41257         * lib/unistr/u16-strchr.c: New file.
41258         * lib/unistr/u32-strchr.c: New file.
41259
41260         * modules/unistr/u8-strcmp: New file.
41261         * modules/unistr/u16-strcmp: New file.
41262         * modules/unistr/u32-strcmp: New file.
41263         * lib/unistr/u8-strcmp.c: New file.
41264         * lib/unistr/u16-strcmp.c: New file.
41265         * lib/unistr/u32-strcmp.c: New file.
41266
41267         * modules/unistr/u8-strcpy: New file.
41268         * modules/unistr/u16-strcpy: New file.
41269         * modules/unistr/u32-strcpy: New file.
41270         * lib/unistr/u8-strcpy.c: New file.
41271         * lib/unistr/u16-strcpy.c: New file.
41272         * lib/unistr/u32-strcpy.c: New file.
41273         * lib/unistr/u-strcpy.h: New file.
41274
41275         * modules/unistr/u8-strcspn: New file.
41276         * modules/unistr/u16-strcspn: New file.
41277         * modules/unistr/u32-strcspn: New file.
41278         * lib/unistr/u8-strcspn.c: New file.
41279         * lib/unistr/u16-strcspn.c: New file.
41280         * lib/unistr/u32-strcspn.c: New file.
41281         * lib/unistr/u-strcspn.h: New file.
41282
41283         * modules/unistr/u8-strdup: New file.
41284         * modules/unistr/u16-strdup: New file.
41285         * modules/unistr/u32-strdup: New file.
41286         * lib/unistr/u8-strdup.c: New file.
41287         * lib/unistr/u16-strdup.c: New file.
41288         * lib/unistr/u32-strdup.c: New file.
41289         * lib/unistr/u-strdup.h: New file.
41290
41291         * modules/unistr/u8-strlen: New file.
41292         * modules/unistr/u16-strlen: New file.
41293         * modules/unistr/u32-strlen: New file.
41294         * lib/unistr/u8-strlen.c: New file.
41295         * lib/unistr/u16-strlen.c: New file.
41296         * lib/unistr/u32-strlen.c: New file.
41297         * lib/unistr/u-strlen.h: New file.
41298
41299         * modules/unistr/u8-strmblen: New file.
41300         * modules/unistr/u16-strmblen: New file.
41301         * modules/unistr/u32-strmblen: New file.
41302         * lib/unistr/u8-strmblen.c: New file.
41303         * lib/unistr/u16-strmblen.c: New file.
41304         * lib/unistr/u32-strmblen.c: New file.
41305
41306         * modules/unistr/u8-strmbtouc: New file.
41307         * modules/unistr/u16-strmbtouc: New file.
41308         * modules/unistr/u32-strmbtouc: New file.
41309         * lib/unistr/u8-strmbtouc.c: New file.
41310         * lib/unistr/u16-strmbtouc.c: New file.
41311         * lib/unistr/u32-strmbtouc.c: New file.
41312
41313         * modules/unistr/u8-strncat: New file.
41314         * modules/unistr/u16-strncat: New file.
41315         * modules/unistr/u32-strncat: New file.
41316         * lib/unistr/u8-strncat.c: New file.
41317         * lib/unistr/u16-strncat.c: New file.
41318         * lib/unistr/u32-strncat.c: New file.
41319         * lib/unistr/u-strncat.h: New file.
41320
41321         * modules/unistr/u8-strncmp: New file.
41322         * modules/unistr/u16-strncmp: New file.
41323         * modules/unistr/u32-strncmp: New file.
41324         * lib/unistr/u8-strncmp.c: New file.
41325         * lib/unistr/u16-strncmp.c: New file.
41326         * lib/unistr/u32-strncmp.c: New file.
41327
41328         * modules/unistr/u8-strncpy: New file.
41329         * modules/unistr/u16-strncpy: New file.
41330         * modules/unistr/u32-strncpy: New file.
41331         * lib/unistr/u8-strncpy.c: New file.
41332         * lib/unistr/u16-strncpy.c: New file.
41333         * lib/unistr/u32-strncpy.c: New file.
41334         * lib/unistr/u-strncpy.h: New file.
41335
41336         * modules/unistr/u8-strnlen: New file.
41337         * modules/unistr/u16-strnlen: New file.
41338         * modules/unistr/u32-strnlen: New file.
41339         * lib/unistr/u8-strnlen.c: New file.
41340         * lib/unistr/u16-strnlen.c: New file.
41341         * lib/unistr/u32-strnlen.c: New file.
41342         * lib/unistr/u-strnlen.h: New file.
41343
41344         * modules/unistr/u8-strpbrk: New file.
41345         * modules/unistr/u16-strpbrk: New file.
41346         * modules/unistr/u32-strpbrk: New file.
41347         * lib/unistr/u8-strpbrk.c: New file.
41348         * lib/unistr/u16-strpbrk.c: New file.
41349         * lib/unistr/u32-strpbrk.c: New file.
41350         * lib/unistr/u-strpbrk.h: New file.
41351
41352         * modules/unistr/u8-strrchr: New file.
41353         * modules/unistr/u16-strrchr: New file.
41354         * modules/unistr/u32-strrchr: New file.
41355         * lib/unistr/u8-strrchr.c: New file.
41356         * lib/unistr/u16-strrchr.c: New file.
41357         * lib/unistr/u32-strrchr.c: New file.
41358
41359         * modules/unistr/u8-strspn: New file.
41360         * modules/unistr/u16-strspn: New file.
41361         * modules/unistr/u32-strspn: New file.
41362         * lib/unistr/u8-strspn.c: New file.
41363         * lib/unistr/u16-strspn.c: New file.
41364         * lib/unistr/u32-strspn.c: New file.
41365         * lib/unistr/u-strspn.h: New file.
41366
41367         * modules/unistr/u8-strstr: New file.
41368         * modules/unistr/u16-strstr: New file.
41369         * modules/unistr/u32-strstr: New file.
41370         * lib/unistr/u8-strstr.c: New file.
41371         * lib/unistr/u16-strstr.c: New file.
41372         * lib/unistr/u32-strstr.c: New file.
41373         * lib/unistr/u-strstr.h: New file.
41374
41375         * modules/unistr/u8-strtok: New file.
41376         * modules/unistr/u16-strtok: New file.
41377         * modules/unistr/u32-strtok: New file.
41378         * lib/unistr/u8-strtok.c: New file.
41379         * lib/unistr/u16-strtok.c: New file.
41380         * lib/unistr/u32-strtok.c: New file.
41381         * lib/unistr/u-strtok.h: New file.
41382
41383         * modules/unistr/u8-uctomb: New file.
41384         * modules/unistr/u16-uctomb: New file.
41385         * modules/unistr/u32-uctomb: New file.
41386         * lib/unistr/u8-uctomb.c: New file.
41387         * lib/unistr/u16-uctomb.c: New file.
41388         * lib/unistr/u32-uctomb.c: New file.
41389
41390         * MODULES.html.sh (Unicode string functions): Add the new modules.
41391
41392 2007-01-08  Bruno Haible  <bruno@clisp.org>
41393
41394         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41395         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41396         subdirectories.
41397
41398 2007-01-08  Karl Berry  <karl@gnu.org>
41399
41400         * doc/error.texi: mention that main() fns must set program_name
41401         when progname is used.
41402
41403 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41404
41405         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41406         WCTYPE_H is empty, for the benefit of builds from non-distclean
41407         directories.  Problem reported by Eric Blake in
41408         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41409
41410 2007-01-08  Bruno Haible  <bruno@clisp.org>
41411
41412         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41413         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41414         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41415         PROVIDE_CANONICALIZE_FILENAME_MODE.
41416         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41417
41418 2007-01-08  Bruno Haible  <bruno@clisp.org>
41419
41420         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41421         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41422         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41423         * lib/fts.c: Likewise.
41424         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41425
41426 2006-12-25  Bruno Haible  <bruno@clisp.org>
41427
41428         * modules/utf8-ucs4-safe: New file.
41429         * lib/utf8-ucs4-safe.h: New file.
41430         * lib/unistr/utf8-ucs4-safe.c: New file.
41431
41432         * modules/utf16-ucs4-safe: New file.
41433         * lib/utf16-ucs4-safe.h: New file.
41434         * lib/unistr/utf16-ucs4-safe.c: New file.
41435
41436         * MODULES.html.sh (Unicode string functions): Add the new modules.
41437
41438 2007-01-08  Bruno Haible  <bruno@clisp.org>
41439
41440         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41441         (Depends-on): Add unitypes.
41442         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41443         (u8_mbtouc_aux): Move out to separate file.
41444         (u8_mbtouc): Use ucs4_t, uint8_t types.
41445         * lib/unistr/utf8-ucs4.c: New file.
41446
41447         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41448         (Depends-on): Add unitypes.
41449         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41450         (u16_mbtouc_aux): Move out to separate file.
41451         (u16_mbtouc): Use ucs4_t, uint16_t types.
41452         * lib/unistr/utf16-ucs4.c: New file.
41453
41454         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41455         (Depends-on): Add unitypes.
41456         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41457         (u8_uctomb_aux): Move out to separate file.
41458         (u8_uctomb): Use ucs4_t, uint8_t types.
41459         * lib/unistr/ucs4-utf8.c: New file.
41460
41461         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41462         (Depends-on): Add unitypes.
41463         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41464         (u16_uctomb_aux): Move out to separate file.
41465         (u16_uctomb): Use ucs4_t, uint16_t types.
41466         * lib/unistr/ucs4-utf16.c: New file.
41467
41468 2006-12-25  Bruno Haible  <bruno@clisp.org>
41469
41470         * modules/unitypes: New file.
41471         * lib/unitypes.h: New file.
41472         * MODULES.html.sh (func_all_modules): New section "Unicode string
41473         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41474         this section. Add unitypes.
41475
41476 2007-01-08  Bruno Haible  <bruno@clisp.org>
41477
41478         Avoid variable names that conflict with those from libtool.
41479         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41480         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41481         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41482         library_names_spec to acl_library_names_spec, hardcode_* to
41483         acl_hardcode_*.
41484         Reported by Ralf Wildenhues.
41485
41486 2007-01-08  Bruno Haible  <bruno@clisp.org>
41487
41488         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41489         definition.
41490         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41491         definition.
41492         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41493         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41494         definition.
41495         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41496         definition.
41497         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41498         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41499         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41500         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41501         definition.
41502         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41503         definition.
41504         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41505         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41506         GC_USE_<algorithm>.
41507         * lib/gc-libgcrypt.c: Likewise.
41508         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41509         * modules/gc-arctwo (configure.ac): Likewise.
41510         * modules/gc-des (configure.ac): Likewise.
41511         * modules/gc-hmac-md5 (configure.ac): Likewise.
41512         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41513         * modules/gc-md2 (configure.ac): Likewise.
41514         * modules/gc-md4 (configure.ac): Likewise.
41515         * modules/gc-md5 (configure.ac): Likewise.
41516         * modules/gc-random (configure.ac): Likewise.
41517         * modules/gc-rijndael (configure.ac): Likewise.
41518         * modules/gc-sha1 (configure.ac): Likewise.
41519
41520 2007-01-08  Bruno Haible  <bruno@clisp.org>
41521
41522         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41523         macro definition.
41524         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41525         definition.
41526         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41527         definition.
41528         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41529         * modules/fcntl-safer (configure.ac): Likewise.
41530         * modules/fopen-safer (configure.ac): Likewise.
41531         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41532         GNULIB_FWRITEERROR macro definition.
41533
41534 2007-01-08  Bruno Haible  <bruno@clisp.org>
41535
41536         * m4/gnulib-common.m4: New file.
41537         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41538         (func_get_filelist): Add m4/gnulib-common.m4.
41539
41540 2007-01-08  Bruno Haible  <bruno@clisp.org>
41541
41542         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41543         command.
41544
41545 2007-01-08  Jim Meyering  <jim@meyering.net>
41546
41547         Use a more robust test for a "can't happen" condition.
41548         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41549         narrowed the st_size value.  Presuming the "can't happen" condition
41550         is true, that narrowing could conceivably convert an invalid st_size
41551         value into a valid one.  Instead, use a change based on Matthew
41552         Woehlke's original patch.
41553
41554         Slight readability improvement: use an assert-like macro
41555         in place of literal "abort ()" uses.
41556         * lib/fts.c (fts_assert): Define.
41557         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41558         Use this macro instead of a bare 'abort'.
41559
41560 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41561
41562         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41563         simply work around them.
41564         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41565         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41566         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41567         declaring.
41568         Don't bother to define as macros, since the standard doesn't require it.
41569         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41570         longer worry about IRIX 5.3.
41571         (HAVE_WCTYPE_CTMP_BUG): Remove.
41572
41573 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41574
41575         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41576         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41577         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41578         Problems reported by Georg Schwarz for IRIX 5.3.
41579
41580         * gnulib-tool (autoconf_minversion): Take the maximum version number
41581         found, not the minimum.  Problem reported by James Youngman.
41582
41583 2007-01-03  Karl Berry  <karl@gnu.org>
41584
41585         * doc/error.texi: new file, explaining interaction with progname.
41586         * doc/gnulib.texi: include it.  Update copyright.
41587
41588 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41589
41590         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41591         AC_CANONICAL_HOST, to improve autobuild outputs.
41592
41593 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41594             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41595
41596         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41597         sockets, server sockets, and other file descriptors.  Count errors
41598         to compute the return value.  Reorder the code a bit to be easier
41599         to follow.  Don't set event bits that were not requested (except
41600         POLLERR and POLLHUP).
41601
41602 2007-01-01  Bruno Haible  <bruno@clisp.org>
41603
41604         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41605
41606 2007-01-03  Jim Meyering  <jim@meyering.net>
41607
41608         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41609
41610 2007-01-02  Bruno Haible  <bruno@clisp.org>
41611
41612         * modules/settime (Include): Require timespec.h.
41613         * modules/nanosleep (Include): Likewise.
41614
41615 2007-01-01  Bruno Haible  <bruno@clisp.org>
41616
41617         * gnulib-tool (func_emit_copyright_notice): Bump year.
41618         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41619
41620 2007-01-01  Bruno Haible  <bruno@clisp.org>
41621
41622         Improve support for OpenBSD.
41623         * build-aux/config.rpath (libname_spec): Export.
41624         (library_names_spec): New variable. Export.
41625         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41626         library_names_spec from the config.rpath output. Locate shared library
41627         through the name pattern in library_names_spec.
41628
41629 2007-01-01  Eric Blake  <ebb9@byu.net>
41630
41631         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41632
41633 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41634
41635         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41636         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41637         assume the C locale, and avoid an "eval" that could cause trouble.
41638         Problem with SORT reported by Bob Proulx.
41639
41640         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41641         Define.  Trivial patch from Henning Nielsen Lund, originally
41642         sent to bug-grep@gnu.org today.
41643
41644 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41645
41646         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41647         struct stat.  Problem reported by Henning Nielsen Lund.
41648         * lib/acl.c: Include acl.h first, to check interface.  Don't
41649         bother to include sys/types.h and sys/stat.h again.
41650
41651 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41652
41653         Import the following change from libc; problem reported by
41654         Sven Verdoolaege.
41655
41656         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41657
41658         [BZ #1373]
41659         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41660
41661 2006-12-28  Jim Meyering  <jim@meyering.net>
41662
41663         * build-aux/announce-gen: Do not assume that the package
41664         builds any of tar.gz, tar.bz2, and .xdelta files.
41665         Suggestion from Simon Josefsson.
41666
41667 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41668
41669         * modules/announce-gen: New file.
41670
41671 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41672
41673         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41674         handles its gotchas now.
41675         * lib/mbswidth.c: Likewise.
41676         * lib/wcwidth.h: Likewise.
41677         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41678         and iswcntrl; the wctype module does this stuff now.
41679         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41680         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41681         * modules/mbchar (Depends-on): Add wctype.
41682         * modules/mbswidth (Depends-on): Likewise.
41683         * modules/wcwidth (Depends-on): Likewise.
41684
41685 2006-12-27  Eric Blake  <ebb9@byu.net>
41686
41687         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41688         module uses more than what <wctype.h> is required to provide.
41689
41690 2006-12-26  Eric Blake  <ebb9@byu.net>
41691
41692         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41693
41694 2006-12-26  Eric Blake  <ebb9@byu.net>
41695
41696         * modules/absolute-header: New module.
41697         * modules/fcntl (Depends-on): Depend on it.
41698         * modules/inttypes (Depends-on): Likewise.
41699         * modules/stdint (Depends-on): Likewise.
41700         * modules/sys_stat (Depends-on): Likewise.
41701         * modules/wctype (Depends-on): Likewise.
41702         * MODULES.html.sh (Support for building libraries and
41703         executables): Document it.
41704
41705 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41706
41707         * gnulib-tool (SED): Remove, undoing previous change.
41708         The problem was that it broke coreutils on Solaris, because
41709         "sed --posix" leaked into a makefile.
41710         (sed): New alias, if 'alias' and GNU sed.
41711
41712 2006-12-24  Jim Meyering  <jim@meyering.net>
41713
41714         Work around an fchownat bug in glibc-2.4:
41715         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41716         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41717         in spite of the -P option.
41718         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41719         New macros.
41720         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41721         * modules/openat (Files): Add lib/fchownat.c.
41722         * lib/openat.c (fchownat): Don't define here.  Move to...
41723         * lib/fchownat.c: ...this new file.
41724
41725 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41726
41727         Fix bug reported by Bruno Haible in
41728         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41729         where quotearg.c didn't compile on Mac OS X 10.2 because it
41730         lacks <wchar.h> and wint_t.
41731         * lib/wctype_.h (__wctype_wint_t): New type.
41732         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41733         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41734         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41735         Arg is now of type __wctype_wint_t, not wint_t.
41736         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41737         substitute HAVE_WINT_T.
41738         * modules/wctype (Files): Add m4/wint_t.m4.
41739         (wctype.h): Substitute HAVE_WINT_T.
41740
41741 2006-12-23  Bruno Haible  <bruno@clisp.org>
41742
41743         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41744
41745 2006-12-23  Bruno Haible  <bruno@clisp.org>
41746
41747         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41748         S_ISLNK.
41749         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41750         mingw.
41751
41752 2006-12-22  Bruno Haible  <bruno@clisp.org>
41753
41754         * lib/copy-file.c: Include acl.h.
41755         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41756         Close the file descriptors only after being done with copy_acl.
41757         * modules/copy-file (Depends-on): Add acl.
41758
41759 2006-12-22  Bruno Haible  <bruno@clisp.org>
41760
41761         * gnulib-tool (SED): New variable.
41762         Use $SED instead of sed everywhere.
41763
41764 2006-12-22  Bruno Haible  <bruno@clisp.org>
41765
41766         * modules/no-c++: New file.
41767         * m4/no-c++.m4: New file.
41768         * MODULES.html.sh (Support for building libraries and executables):
41769         Add no-c++.
41770
41771 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41772
41773         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41774         Include <limits.h>, and use its INT_MAX to rewrite the
41775         j loop so that it does not overflow 'int'.  Problem reported by
41776         Ralf Wildenhues in
41777         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41778         Play it safe by shifting left by 1 rather than multiplying by 2,
41779         as GCC is less likely to optimize this away when the value
41780         is signed (when it assumes overflow leads to undefined behavior).
41781         Also, don't assume time_t uses two's complement.
41782
41783 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41784
41785         * MODULES.html.sh: New module wctype.
41786         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41787         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41788         <wctype.h>, since the new wctype module should fix this.
41789         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41790         the wctype module should arrange for it.
41791         * lib/regex_internal.h: Likewise.
41792         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41793         since the wctype module should handle this now.
41794         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41795         * modules/fnmatch (Depends-on): Add wctype.
41796         * modules/quotearg (Depends-on): Likewise.
41797         * modules/regex (Depends-on): Likewise.
41798
41799 2006-12-19  Bruno Haible  <bruno@clisp.org>
41800
41801         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41802         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41803
41804 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41805
41806         * modules/savewd (Depends-on): Fix dependency on fcntl.
41807
41808 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41809
41810         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41811         conforms to C99, rather than relying on the user's environment
41812         setting of STDINT_H.
41813
41814 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41815         and Eric Blake  <ebb9@byu.net>
41816
41817         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41818         This is more consistent with the other defines here.
41819         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41820         Port to z/OS.  Problem reported by Paul Gilmartin.
41821         Change local vars to use gl_ prefix rather than ac_.
41822         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41823         with other defines.
41824         * modules/double-slash-root: New module.
41825         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41826         (Depends-on): Add double-slash-root.
41827         * MODULES.html.sh (File system functions): Mention new module.
41828
41829 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41830
41831         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41832         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41833         This is for the benefit of gzip, which doesn't do i18n.
41834
41835 2006-12-12  Jim Meyering  <jim@meyering.net>
41836
41837         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41838         Reported by Andreas Schwab <schwab@suse.de>.
41839
41840 2006-12-12  Bruno Haible  <bruno@clisp.org>
41841
41842         Merge these changes.
41843         2006-09-05  Bruno Haible  <bruno@clisp.org>
41844         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41845         iconv_alloc succeeded.
41846         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41847         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41848         test for " && dest " at the end - dest is always != NULL there. Call
41849         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41850         with 2xNULL arguments, also to flush the state storage. Handle the
41851         IRIX iconv behaviour. Realloc the final result, to throw away unused
41852         memory.
41853
41854 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41855
41856         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41857         and fchmodat unconditionally, since glibc 2.4 has them.
41858         Problem reported by Arkadiusz Miskiewicz.
41859
41860 2006-12-10  Bruno Haible  <bruno@clisp.org>
41861
41862         * gnulib-tool (func_import): Show the include files only for those
41863         modules that are copied and specified.
41864         Reported by Karl Berry.
41865
41866 2006-12-08  Jim Meyering  <jim@meyering.net>
41867
41868         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41869         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41870
41871         * build-aux/announce-gen: Add two new options, both optional:
41872         --bootstrap-tools=TOOL_LIST
41873               a comma-separated list of tools, e.g.,
41874               autoconf,automake,bison,gnulib
41875         --gnulib-snapshot-date=DATE
41876               if gnulib is in the bootstrap tool list,
41877               then report this as the snapshot date.
41878               If not specified, use the current date/time.
41879               If you specify a date here, be sure it's UTC.
41880
41881 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41882
41883         * tests/test-argp-2.sh: Fix test to match actual output.
41884         (func_compare): Fix sed script to be portable.
41885
41886 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41887
41888         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41889         workaround for this case.  It is not autoconfigured now; offhand
41890         it's hard to see how to autoconfigure it.
41891
41892 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41893
41894         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41895         a directory that is about to be chowned.  Such a directory's
41896         initial file permissions should permit the owner only and this
41897         should not be changed until after the chown, since the group and
41898         other bits would be incorrect if they granted permission before
41899         the chown.
41900
41901         Fix porting problem for iswctype reported by Georg Schwarz in:
41902         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41903         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41904         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41905         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41906         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41907
41908 2006-12-03  Jim Meyering  <jim@meyering.net>
41909
41910         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41911         p->fts_statp may not yet be defined.
41912         (fts_read): Instead, set it in the caller, once p->fts_statp is
41913         sure to be defined, and corresponds to a top-level directory.
41914         This bug made du -x fail.  Here's the coreutils test case:
41915         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41916         Reported by Mike Frysinger.
41917
41918 2006-12-01  Jim Meyering  <jim@meyering.net>
41919
41920         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41921         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41922         Reported by Simon Josefsson.
41923
41924 2006-11-30  Jim Meyering  <jim@meyering.net>
41925
41926         * m4/warning.m4: Use the all-permissive copyright notice
41927         recommended by RMS (rather than LGPL).
41928         * m4/vararrays.m4: Likewise.
41929         * m4/flexmember.m4: Likewise.
41930
41931 2006-11-29  Bruno Haible  <bruno@clisp.org>
41932
41933         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41934         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41935         using +=.
41936         Reported by Simon Josefsson <simon@josefsson.org>.
41937
41938 2006-11-28  James Youngman <jay@gnu.org>
41939
41940         * README: Advise users that they might find the bug-gnulib@gnu.org
41941         and autotools-announce@gnu.org mailing lists useful.
41942
41943 2006-11-28  Bruno Haible  <bruno@clisp.org>
41944
41945         * m4/ptrdiff_max.m4: Remove file.
41946
41947 2006-11-21  Bruno Haible  <bruno@clisp.org>
41948
41949         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41950         _AC_COMPUTE_INT.
41951         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41952         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41953         _AC_COMPUTE_INT.
41954         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41955         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41956         _AC_COMPUTE_INT.
41957         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41958
41959 2006-11-28  Jim Meyering  <jim@meyering.net>
41960
41961         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41962         warning from "gcc -Wshadow" about shadowing the builtin.
41963
41964 2006-11-27  Bruno Haible  <bruno@clisp.org>
41965
41966         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41967         _AC_COMPUTE_INT.
41968         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41969
41970 2006-11-27  Bruno Haible  <bruno@clisp.org>
41971             Paul Eggert  <eggert@cs.ucla.edu>
41972
41973         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41974
41975 2006-11-26  Bruno Haible  <bruno@clisp.org>
41976
41977         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41978         noinst_LTLIBRARIES.
41979
41980 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41981             Bruno Haible  <bruno@clisp.org>
41982
41983         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41984         if compiling with "gcc -ansi".
41985
41986 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41987
41988         Fix some incompatibilities with gcc -ansi -pedantic.
41989         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41990         if compiling pedantically with GCC, unless it's C99 or later.
41991         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41992         it mishandles gcc -ansi -pedantic as well.
41993         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41994         if gcc -pedantic.
41995         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41996         initializers for struct if -pedantic, unless it's C99 or later.
41997
41998 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41999
42000         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
42001         Don't close an fd more than once. Identical atimes indicate
42002         success, not failure.
42003
42004 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42005
42006         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42007
42008 2006-11-23  Jim Meyering  <jim@meyering.net>
42009
42010         * build-aux/announce-gen: New file.  From coreutils.
42011
42012 2006-11-22  Jim Meyering  <jim@meyering.net>
42013
42014         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42015         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42016         (fts_read): Use a temporary to narrow the overused st_size member
42017         before using it in a switch statement.  Reported by Matthew Woehlke.
42018
42019         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42020         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42021
42022 2006-11-20  Bruno Haible  <bruno@clisp.org>
42023
42024         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42025         changequote instead of pairs of brackets.
42026         Reported by Andreas Schwab <schwab@suse.de>.
42027
42028 2006-11-21  Jim Meyering  <jim@meyering.net>
42029
42030         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42031         so as to remain compatible with older compilers.
42032         Patch from Michael Deutschmann.
42033
42034 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42035
42036         * MODULES.html.sh (File system functions): Add openat.
42037
42038         * lib/openat.h (rpl_fstatat): New macro, if
42039         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42040         (fstatat): Define to rpl_fstatat under the same conditions,
42041         unless COMPILING_FSTATAT.
42042         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42043         seems to have the bug.
42044         * lib/fstatat.c: New file.
42045         * modules/openat (Files): Add it.
42046
42047 2006-11-20  Bruno Haible  <bruno@clisp.org>
42048
42049         * Makefile: New file.
42050
42051 2006-11-20  Jim Meyering  <jim@meyering.net>
42052
42053         The beginnings of syntax-related checks for gnulib.
42054         * lib/Makefile: New file.
42055         * lib/t-idcache: New script.  Ensure that the two halves of
42056         idcache.c stay in sync.
42057
42058         * lib/idcache.c: Adjust comments in user- and group- portions to
42059         be more accurate, and to be consistent with one another.
42060
42061 2006-11-20  Jim Meyering  <jim@meyering.net>
42062
42063         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42064         continue using the flexible array member (thus, this module performs
42065         half as many malloc calls), with the addition that...
42066         (getgroup, getuser): Consistently record a non-match via an empty
42067         "name" string, and map an empty string match to a NULL return value.
42068         * modules/idcache (Depends-on): Re-add flexmember.
42069
42070         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42071         (getuidbyname, getgroup, getgidbyname): Likewise.
42072
42073         Use cleaner syntax: NULL rather than 0.
42074         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42075
42076 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42077
42078         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42079         It mishandled the case where the group was missing.
42080         Problem reported by Greg Schafer.
42081         * modules/idcache: Likewise.
42082
42083 2006-11-18  Jim Meyering  <jim@meyering.net>
42084
42085         * check-module (%exempt_header): Add exception for some
42086         conditionally-included headers.
42087
42088         * modules/i-ring (Depends-on): Add verify.
42089         (License): Change to LGPL.
42090
42091 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42092
42093         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42094         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42095         and inttostr.h.  Use snprintf rather than uinttostr, so that
42096         LGPLed code doesn't depend on GPLed.
42097
42098 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42099
42100         * modules/inline (License): Change from GPL to LGPL.
42101
42102 2006-11-17  Jim Meyering  <jim@meyering.net>
42103
42104         * modules/d-type (License): Switch to LGPL.
42105
42106 2006-11-15  Bruno Haible  <bruno@clisp.org>
42107
42108         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42109
42110 2006-11-15  Eric Blake  <ebb9@byu.net>
42111
42112         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42113         the module dependency.
42114
42115 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42116             Bruno Haible  <bruno@clisp.org>
42117
42118         * gnulib-tool (func_create_testdir): Add license consistency check.
42119
42120 2006-11-15  Eric Blake  <ebb9@byu.net>
42121
42122         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42123         random "(cached)" in configure output.
42124
42125 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42126
42127         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42128         test for conforming inttypes.h is both announced and cached.
42129
42130         * MODULES.html.sh (seen_modules, seen_files): New variables.
42131         (func_module): Rewrite to use a few less gnulib-tool and sed
42132         invocations.  Avoid a couple of quadratic algorithms for ...
42133         (missed_modules, missed_files): ... these, with ...
42134         (func_append, func_tmpdir): ... these new functions, from
42135         gnulib-tool.  Analogously, install traps for cleanup.
42136
42137         * tests/test-gc.c (main): Remove unused variables.
42138         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42139
42140 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42141
42142         * modules/inttostr (License): Change to LGPL.
42143
42144 2006-11-14  Eric Blake  <ebb9@byu.net>
42145
42146         * modules/tempname (License): Change to LGPL.
42147
42148 2006-11-14  Eric Blake  <ebb9@byu.net>
42149
42150         * doc/functions.texi (Function Portability): *printf functions on
42151         Cygwin now understand all POSIX size specifiers.
42152
42153 2006-11-14  Bruno Haible  <bruno@clisp.org>
42154
42155         * modules/c-ctype (License): Change to LGPL.
42156
42157 2006-11-12  Bruno Haible  <bruno@clisp.org>
42158
42159         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42160         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42161         for GNOME libraries, for which the include files are installed in
42162         subdirectories of $prefix/include.
42163
42164 2006-11-12  Bruno Haible  <bruno@clisp.org>
42165
42166         * m4/lib-link.m4: Require at least autoconf-2.54.
42167         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42168         name to underscores for the --with option.
42169
42170 2006-11-13  Bruno Haible  <bruno@clisp.org>
42171
42172         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42173         the tests directory.
42174         Reported by Ralf Wildenhues.
42175
42176 2006-11-13  Bruno Haible  <bruno@clisp.org>
42177
42178         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42179         (func_emit_initmacro_end): Undo the override here.
42180         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42181         Works around the famous automake error in coreutils.
42182
42183 2006-11-13  Eric Blake  <ebb9@byu.net>
42184
42185         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42186         element, not its node.
42187
42188 2006-11-12  Bruno Haible  <bruno@clisp.org>
42189
42190         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42191         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42192
42193 2006-11-12  Bruno Haible  <bruno@clisp.org>
42194
42195         * gnulib-tool: New option --local-symlink.
42196         (func_usage): Document it.
42197         (lsymbolic): New variable.
42198         (func_import, func_create_testdir): If --symlink was not specified,
42199         test whether --local-symlink was specified and the file comes from
42200         the local_gnulib_dir.
42201
42202 2006-11-12  Bruno Haible  <bruno@clisp.org>
42203
42204         * gnulib-tool (func_ln): New function.
42205         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42206
42207 2006-11-12  Bruno Haible  <bruno@clisp.org>
42208
42209         Finish support for source files in subdirectories.
42210         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42211         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42212         AUTOMAKE_OPTIONS.
42213         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42214
42215 2006-11-12  Bruno Haible  <bruno@clisp.org>
42216
42217         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42218         EXTRA_lib_SOURCES augmentation.
42219         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42220
42221 2006-11-12  Jim Meyering  <jim@meyering.net>
42222
42223         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42224         file descriptors.  This also averts a failure on systems with
42225         native openat support when a traversed directory lacks "x" access.
42226         * lib/fts_.h: Include "i-ring.h"
42227         (struct FTS) [fts_fd_ring]: New member.
42228         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42229         (FCHDIR): Add parentheses.
42230         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42231         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42232         When descending, rather than simply closing the previous
42233         fts_cwd_fd value, push that file descriptor onto the ring.
42234         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42235         (fts_open): Initialize the new fd_ring member.
42236         (fts_close): Clear the ring.
42237         (fts_safe_changedir): When possible, use our new fd_ring to skip
42238         the diropen and fstat and dev/ino comparison that would normally
42239         accompany a virtual `chdir ("..")'.
42240
42241         * modules/fts (Depends-on): Add i-ring.
42242         * modules/i-ring: New module.
42243         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42244         * m4/i-ring.m4: New file.
42245
42246 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42247
42248         * gnulib-tool (func_create_testdir): Fix replacement of
42249         `build-aux' in configure.ac.  Run autotools in gltests
42250         subdirectory.
42251         (func_create_testdir, func_create_megatestdir, test): There is
42252         no need for '--force' in most autotool invocations in a new
42253         tree.  Actually fail the whole test if any of the tools, or the
42254         configure or make stages fail.
42255
42256         Sync from Automake.
42257         * build-aux/gnupload: Revert last change.  Add pointer to upload
42258         instructions of the GNU Maintenance Instructions.
42259         Suggestion by Karl Berry.
42260
42261 2006-11-10  Jim Meyering  <jim@meyering.net>
42262
42263         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42264
42265 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42266
42267         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42268         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42269         (bind_textdomain_codeset) [! ENABLE_NLS]:
42270         Evaluate all the arguments.  That way, callers get compatible behavior
42271         if the arguments have side effects.  Also, it avoids some GCC
42272         diagnostics in some cases; Joel E. Denny reported problems when Bison
42273         was configured with --enable-gcc-warnigs.
42274
42275 2006-11-10  Jim Meyering  <jim@meyering.net>
42276
42277         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42278         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42279         account.
42280
42281 2006-11-10  Jim Meyering  <jim@meyering.net>
42282
42283         * modules/inline: New file/module.
42284         * modules/xalloc (Files): Remove m4/inline.m4.
42285         (Depends-on): Add inline, instead.
42286         * modules/oset: Likewise.
42287         * modules/list: Likewise.
42288
42289 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42290
42291         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42292         Problem reported by Matthew Woehlke.
42293
42294 2006-11-09  Bruno Haible  <bruno@clisp.org>
42295
42296         * lib/tempname.c (gen_tempname): Remove variant that invokes
42297         __gen_tempname.
42298         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42299         __gen_tempname.
42300
42301 2006-11-08  Bruno Haible  <bruno@clisp.org>
42302
42303         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42304         to 'yes' instead of 'cross-compiling'.
42305
42306 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42307
42308         * lib/quotearg.h (quotearg_free): New decl.
42309         * lib/quotearg.c (quotearg_free): New function.
42310         (slot0, nslots, slotvec0, slotvec):
42311         Now file-scope so that quotearg_free can get at them.
42312
42313 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42314
42315         Sync from Automake.
42316         * build-aux/gnupload: Add missing 'gnu' to example URL.
42317         Report by Karl Berry.
42318
42319 2006-11-08  Bruno Haible  <bruno@clisp.org>
42320
42321         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42322         Suggested by Paul Eggert.
42323
42324 2006-11-08  Jim Meyering  <jim@meyering.net>
42325
42326         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42327         It's already included if !_LIBC.
42328         (fts_safe_changedir): Add a comment.
42329
42330 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42331
42332         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42333         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42334         Matthew Woehlke.
42335
42336         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42337         definitions up, to avoid colliding with change below.
42338         (static_inline) [HAVE_INLINE]: New macro.
42339         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42340         Provide extern decls when !HAVE_INLINE.  Do not define unless
42341         static_inline is defined, either by us or by xmalloc.c.  Use
42342         static_inline rather than static inline.
42343         (XCALLOC): Optimize sizeof(T) = 1 case.
42344         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42345
42346 2006-11-07  Bruno Haible  <bruno@clisp.org>
42347
42348         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42349         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42350         AC_C_INLINE.
42351         * modules/xalloc (Files): Add m4/inline.m4.
42352
42353 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42354
42355         * README: Fix typo.
42356         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42357         (Miscellanous Notes): ...from this.
42358
42359 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42360
42361         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42362         Mention that offsetof should be used instead of sizeof.
42363         From Bruno Haible.
42364
42365 2006-11-07  Bruno Haible  <bruno@clisp.org>
42366
42367         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42368
42369 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42370
42371         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42372         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42373         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42374         (gl_tree_add_before, gl_tree_add_after):
42375         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42376         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42377         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42378         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42379         (gl_linked_add_after, gl_linked_add_at): Likewise.
42380         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42381         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42382         (gl_tree_add_before, gl_tree_add_after): Likewise.
42383         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42384         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42385         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42386
42387 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42388
42389         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42390
42391 2006-11-06  Bruno Haible  <bruno@clisp.org>
42392
42393         * m4/inline.m4: New file.
42394         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42395         * modules/list (Files): Add m4/inline.m4.
42396         * modules/oset (Files): Likewise.
42397
42398 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42399
42400         * lib/idcache.c: Include <stddef.h>, for offsetof.
42401         (struct userid.name): Change from char * to a flexible array member.
42402         All uses changed.
42403         * modules/idcache (Depends-on): Add flexmember.
42404
42405         * MODULES.html.sh (Core language properties): New module flexmember.
42406         * modules/flexmember, m4/flexmember.m4: New files.
42407
42408         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42409         inline functions that are identical with the old xnmalloc_inline,
42410         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42411         that we can avoid some unnecessary integer multiplications and
42412         divisions in the common case where the element size is known at
42413         compile time.
42414         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42415         needed.
42416         (xnboundedmalloc): Remove.
42417         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42418         arguments, for consistency with rest of this header.
42419         (xcharalloc): Rewrite using XNMALLOC.
42420         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42421         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42422         versions have been moved to lib/xalloc.h and renamed to be the
42423         non-*_inline versions.
42424         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42425         and xnrealloc functions, since those functions are now inline and
42426         now call us.
42427         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42428         renaming described above.
42429         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42430         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42431         captures the dependency in AC_C_INLINE.
42432
42433         New module canonicalize-lgpl, proposed by Charles Wilson in
42434         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42435         with a few small changes afterwards.
42436         * MODULES.html.sh (File system functions): New module
42437         canonicalize-lgpl.
42438         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42439         and canonicalize_file_name.
42440         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42441         * modules/canonicalize-lgpl: New files.
42442
42443 2006-11-05  Bruno Haible  <bruno@clisp.org>
42444
42445         * gnulib-tool (func_import, func_create_testdir): Create directories
42446         also for files in subdirectories of lib/.
42447
42448 2006-11-05  Bruno Haible  <bruno@clisp.org>
42449
42450         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42451         ANSI C compliant.
42452
42453 2006-11-03  Bruno Haible  <bruno@clisp.org>
42454
42455         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42456         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42457         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42458         (xnboundedmalloc): New inline function.
42459         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42460         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42461         xmalloc.
42462         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42463         xmalloc.
42464         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42465         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42466         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42467         xmalloc.
42468         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42469         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42470         xmalloc.
42471         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42472         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42473         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42474         xmalloc.
42475         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42476         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42477         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42478         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42479         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42480         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42481         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42482
42483 2006-11-03  Bruno Haible  <bruno@clisp.org>
42484
42485         * lib/c-ctype.h [C++]: Define functions without name mangling.
42486         * lib/fwriteerror.h [C++]: Likewise.
42487         * lib/gcd.h [C++]: Likewise.
42488         * lib/linebreak.h [C++]: Likewise.
42489
42490 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42491
42492         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42493         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42494         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42495         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42496         Check for functions and headers just once.
42497         Check for declaration of canonicalize_file_name.
42498         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42499
42500 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42501
42502         * gnulib-tool (func_import): Fix typo in actioncmd.
42503
42504 2006-11-02  Bruno Haible  <bruno@clisp.org>
42505
42506         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42507         newline sequence in the Makefile.am snippet as a space, like "make"
42508         does.
42509         Reported by Roger Persson <perrog@gmail.com>.
42510
42511 2006-11-01  Bruno Haible  <bruno@clisp.org>
42512
42513         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42514         already declared in <string.h>.
42515         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42516
42517 2006-11-01  Bruno Haible  <bruno@clisp.org>
42518
42519         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42520         * lib/strcase.h: Include <string.h>.
42521         (strcasecmp): Define to rpl_strcasecmp here.
42522
42523 2006-11-01  Bruno Haible  <bruno@clisp.org>
42524
42525         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42526
42527 2006-11-01  Eric Blake  <ebb9@byu.net>
42528
42529         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42530
42531         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42532
42533 2006-10-29  Bruno Haible  <bruno@clisp.org>
42534
42535         Make it compile in C++ mode.
42536         * lib/full-write.c (full_rw): Add a cast.
42537
42538 2006-11-01  Bruno Haible  <bruno@clisp.org>
42539
42540         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42541         be POSIX compliant.
42542         Reported by Roger Persson <perrog@gmail.com>.
42543
42544 2006-11-01  Eric Blake  <ebb9@byu.net>
42545
42546         * lib/getopt_.h: Fix comments.
42547
42548 2006-10-31  Eric Blake  <ebb9@byu.net>
42549
42550         * modules/tmpdir (Depends-on): Add sys_stat.
42551         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42552         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42553         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42554         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42555         tempname.
42556
42557 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42558
42559         Avoid some C++ diagnostics reported by Bruno Haible.
42560         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42561         xmalloc.
42562         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42563         (struct slotvec): Move to top level.
42564         (quotearg_n_options): Rewrite to avoid xmalloc.
42565         * lib/xalloc.h (xcharalloc): New function.
42566         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42567         [defined __cplusplus]: Add function template that provides result
42568         type propagation.  This part of the change is from Bruno Haible.
42569
42570 2006-10-29  Bruno Haible  <bruno@clisp.org>
42571
42572         Make it compile in C++ mode.
42573         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42574         * lib/strnlen1.c (strnlen1): Cast memchr result.
42575         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42576         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42577         (create_temp_dir): Rename local variable 'template'.
42578         (compile_csharp_using_sscli): Add cast.
42579         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42580         * lib/findprog.c (find_in_path): Likewise.
42581         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42582         * lib/wait-process.c (register_slave_subprocess): Likewise.
42583
42584 2006-10-22  Bruno Haible  <bruno@clisp.org>
42585
42586         * modules/tsearch: New file.
42587         * lib/tsearch.h: New file.
42588         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42589         * m4/tsearch.m4: New file.
42590         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42591
42592 2006-10-29  Eric Blake  <ebb9@byu.net>
42593
42594         * lib/arcfour.c: Assume config.h.
42595         * lib/arctwo.c: Likewise.
42596         * lib/base64.c: Likewise.
42597         * lib/check-version.c: Likewise.
42598         * lib/crc.c: Likewise.
42599         * lib/des.c: Likewise.
42600         * lib/gc-gnulib.c: Likewise.
42601         * lib/gc-libgcrypt.c: Likewise.
42602         * lib/gc-pbkdf2-sha1.c: Likewise.
42603         * lib/getaddrinfo.c: Likewise.
42604         * lib/getdelim.c: Likewise.
42605         * lib/getline.c: Likewise.
42606         * lib/hmac-md5.c: Likewise.
42607         * lib/hmac-sha1.c: Likewise.
42608         * lib/iconvme.c: Likewise.
42609         * lib/md2.c: Likewise.
42610         * lib/md4.c: Likewise.
42611         * lib/memxor.c: Likewise.
42612         * lib/read-file.c: Likewise.
42613         * lib/readline.c: Likewise.
42614         * lib/rijndael-alg-fst.c: Likewise.
42615         * lib/rijndael-api-fst.c: Likewise.
42616         * lib/xgetdomainname.c: Likewise.
42617
42618 2006-10-28  Eric Blake  <ebb9@byu.net>
42619
42620         * lib/xstrndup.c: Assume config.h.
42621
42622 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42623
42624         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42625         stat-macros.h is now for our own macros, whereas stat_h is for
42626         macros in the <sys/stat.h> name space.
42627         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42628         (STAT_MACROS_H): Remove.
42629         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42630         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42631         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42632         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42633         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42634         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42635         Move these macros to ...
42636         * lib/stat_.h: here.  Don't include stat-macros.h.
42637         * lib/canonicalize.c: Don't include stat-macros.h.
42638         * lib/chown.c: Likewise.
42639         * lib/euidaccess.c: Likewise.
42640         * lib/file-type.c: Likewise.
42641         * lib/filemode.c: Likewise.
42642         * lib/glob.c: Likewise.
42643         * lib/isapipe.c: Likewise.
42644         * lib/lchown.c: Likewise.
42645         * lib/lstat.c: Likewise.
42646         * lib/mkdir-p.c: Likewise.
42647         * lib/rmdir.c: Likewise.
42648         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42649         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42650         unless mkdir isn't declared, to speed up 'configure'.
42651         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42652         would define all the S_* symbols.
42653         * modules/canonicalize (Depends-on):
42654         Depend on sys_stat, not stat-macros.
42655         * modules/chown: Likewise.
42656         * modules/euidaccess: Likewise.
42657         * modules/filemode: Likewise.
42658         * modules/file-type: Likewise.
42659         * modules/glob: Likewise.
42660         * modules/isapipe: Likewise.
42661         * modules/lchown: Likewise.
42662         * modules/lstat: Likewise.
42663         * modules/mkancesdirs: Likewise.
42664         * modules/rmdir: Likewise.
42665         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42666         * modules/modechange: Likewise.
42667         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42668         (configure.ac): Remove gl_STAT_MACROS.
42669         * modules/sys_stat (Depends-on): Remove stat-macros.
42670
42671 2006-10-27  Bruno Haible  <bruno@clisp.org>
42672
42673         * m4/signed.m4: Remove file.
42674         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42675         invocation.
42676         * modules/vasnprintf (Files): Remove m4/signed.m4.
42677
42678 2006-10-27  Bruno Haible  <bruno@clisp.org>
42679
42680         Update to GNU gettext 0.16.
42681         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42682         m4/inttypes-h.m4, m4/signed.m4.
42683         * m4/gettext.m4: Update to GNU gettext 0.16.
42684         * m4/intl.m4: New file, from GNU gettext.
42685         * m4/intldir.m4: New file, from GNU gettext.
42686         * config/srclist.txt: Update
42687
42688 2006-10-27  Eric Blake  <ebb9@byu.net>
42689
42690         * MODULES.html.sh: Document tempname.
42691         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42692         dependencies.
42693         (Files): Move lib/tempname.c...
42694         * modules/tempname: ...to this new module.
42695         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42696         (gl_PREREQ_TEMPNAME): Move...
42697         * m4/tempname.m4: ...to this new file.
42698         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42699         * modules/sys_stat (Depends-on): Add stat-macros.
42700         * lib/stat_.h (includes): Pick up stat macros.
42701         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42702         if stat macros are broken.
42703         * lib/tempname.c (includes): No need to include "stat-macros.h".
42704         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42705         (direxists, __path_search) [!_LIBC]: Don't compile these in
42706         gnulib; the tmpdir module covers that.
42707         * lib/tempname.h: New file.
42708
42709 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42710
42711         * COPYING: Explain how gnulib-tool converts licence headers.
42712         Almost all wording by Eric Blake.
42713
42714 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42715
42716         * lib/mbchar.h (is_basic_table): Make read-only.
42717         * lib/mbchar.c (is_basic_table): Likewise.
42718         Reported by John Darrington.
42719
42720 2006-10-25  Bruno Haible  <bruno@clisp.org>
42721
42722         * lib/progname.h (set_program_name): Undefine before defining.
42723
42724 2006-10-25  Bruno Haible  <bruno@clisp.org>
42725
42726         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42727         false for non-gcc C++ compilers.
42728         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42729
42730 2006-10-24  Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42733         iconv implementations like Irix iconv.
42734
42735 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42736
42737         * modules/vararrays: New file.
42738         * m4/vararrays.m4: New file, taken from diffutils.
42739         * MODULES.html.sh: New module vararrays.
42740
42741 2006-10-24  Karl Berry  <karl@gnu.org>
42742
42743         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42744         Don't call GNU Unix.
42745
42746 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42747
42748         * users.txt: Add Libtool.
42749
42750         Sync from Libtool:
42751
42752         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42753
42754         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42755         to gnulib's policy of including config.h unconditionally.
42756
42757 2006-10-24  Bruno Haible  <bruno@clisp.org>
42758
42759         * modules/wcwidth (Files): Add m4/wint_t.m4.
42760         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42761         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42762
42763 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42764
42765         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42766         to pacify GCC with some -W flags enabled.  Problem reported by
42767         Bruno Haible.
42768
42769 2006-10-24  Jim Meyering  <jim@meyering.net>
42770
42771         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42772         Reported by Karl Berry.
42773
42774 2006-10-23  Bruno Haible  <bruno@clisp.org>
42775
42776         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42777
42778 2006-10-24  Bruno Haible  <bruno@clisp.org>
42779
42780         * lib/gl_list.h: Use C comment style, not C++ comment style.
42781
42782 2006-10-23  Eric Blake  <ebb9@byu.net>
42783
42784         * lib/getaddrinfo.c (includes): Add missing include.
42785
42786 2006-10-23  Bruno Haible  <bruno@clisp.org>
42787             Paul Eggert  <eggert@cs.ucla.edu>
42788
42789         Ability to rename obstack_free.
42790         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42791         obstack_free.
42792         (obstack_free): Invoke the __obstack_free macro.
42793         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42794
42795 2006-10-23  Bruno Haible  <bruno@clisp.org>
42796             Paul Eggert  <eggert@cs.ucla.edu>
42797
42798         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42799         __argc, __argv from the declaration. (They are defined as macros on
42800         mingw.)
42801
42802 2006-10-22  Bruno Haible  <bruno@clisp.org>
42803
42804         * doc/gnulib-intro.texi: New file.
42805         * doc/gnulib.texi: Include it.
42806
42807 2006-10-21  Bruno Haible  <bruno@clisp.org>
42808
42809         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42810         "Introduction", "Miscellanous Notes", "Particular Modules".
42811
42812 2006-10-21  Bruno Haible  <bruno@clisp.org>
42813
42814         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42815         Change mostlyclean-local rule to avoid sh syntax error from bash
42816         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42817
42818 2006-10-23  Jim Meyering  <jim@meyering.net>
42819
42820         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42821         in place of snprintf.
42822
42823         * modules/inttostr (Files): Add lib/uinttostr.c.
42824         * lib/uinttostr.c (inttostr): New file/function.
42825         * lib/inttostr.h (uinttostr): Declare.
42826         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42827         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42828         Add uinttostr.
42829         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42830
42831 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42832
42833         * lib/canonicalize.c (ELOOP): Define if not already defined.
42834         Problem reported by Bruno Haible in
42835         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42836
42837 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42838
42839         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42840         Problem reported by Perry Smith and Ville Laurikari.
42841
42842         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42843         uses.
42844
42845 2006-10-19  Bruno Haible  <bruno@clisp.org>
42846
42847         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42848         for mingw.
42849
42850 2006-10-19  Bruno Haible  <bruno@clisp.org>
42851
42852         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42853         Needed for mingw.
42854
42855 2006-10-19  Bruno Haible  <bruno@clisp.org>
42856
42857         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42858
42859 2006-10-19  Bruno Haible  <bruno@clisp.org>
42860
42861         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42862         it.
42863
42864 2006-10-19  Bruno Haible  <bruno@clisp.org>
42865
42866         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42867         invocation.
42868
42869 2006-10-19  Bruno Haible  <bruno@clisp.org>
42870
42871         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42872         mountlist by default.
42873
42874 2006-10-16  Bruno Haible  <bruno@clisp.org>
42875
42876         * lib/c-strstr.c: Include c-strstr.h.
42877
42878 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42879
42880         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42881         in a slash.
42882
42883 2006-10-18  Bruno Haible  <bruno@clisp.org>
42884
42885         * lib/lock.h [C++]: Wrap definitions in extern "C".
42886
42887 2006-10-18  Bruno Haible  <bruno@clisp.org>
42888
42889         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42890         gl_LIBOBJS list.
42891
42892 2006-10-18  Bruno Haible  <bruno@clisp.org>
42893
42894         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42895
42896 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42897
42898         * lib/xstrtol.h: Include gettext.h.
42899         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42900         Problem reported by Eric Blake.
42901         * modules/xstrtol (Depends-on): Add gettext-h.
42902
42903 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42904
42905         * lib/strftime.c (advance): New macro.
42906         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42907         incomplete type, so you can't add 0 to it.  Problem and patch
42908         reported by Eelco Dolstra for dietlibc.
42909
42910 2006-10-18  Jim Meyering  <jim@meyering.net>
42911
42912         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42913         type for a local, and rename it: s/up/user_proc/.
42914
42915 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42916
42917         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42918         READ_UTMP_USER_PROCESS.
42919         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42920
42921 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42922
42923         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42924         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42925
42926 2006-10-17  Eric Blake  <ebb9@byu.net>
42927
42928         * lib/sigprocmask.c (sigprocmask): Fix typo.
42929
42930         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42931
42932         * modules/clean-temp (Makefile.am): Don't add to make output...
42933         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42934         config.h.
42935
42936 2006-10-17  Bruno Haible  <bruno@clisp.org>
42937
42938         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42939         differently if DEFAULT_TEXT_DOMAIN is set.
42940
42941 2006-10-16  Bruno Haible  <bruno@clisp.org>
42942
42943         * lib/clean-temp.c: Include fwriteerror.h.
42944
42945 2006-10-16  Bruno Haible  <bruno@clisp.org>
42946
42947         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42948
42949 2006-10-16  Bruno Haible  <bruno@clisp.org>
42950
42951         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42952         * lib/sigprocmask.h: Include <sys/types.h>.
42953         (sigset_t): Use the system's definition if present.
42954
42955 2006-10-17  Eric Blake  <ebb9@byu.net>
42956
42957         * lib/xvasprintf.c (includes): Assume config.h.
42958         * lib/xasprintf.c (includes): Likewise.
42959
42960 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42961
42962         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42963         at least as wide as intmax_t.
42964
42965 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42966
42967         (Imported from Automake.)
42968         * build-aux/gnupload: Update to version 1.1 of directive file.
42969
42970 2006-10-16  Eric Blake  <ebb9@byu.net>
42971
42972         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42973         match Automake 1.10a.
42974
42975 2006-10-14  Bruno Haible  <bruno@clisp.org>
42976
42977         * modules/sigprocmask: New file.
42978         * lib/sigprocmask.h: New file.
42979         * lib/sigprocmask.c: New file.
42980         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42981         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42982         request sigprocmask.o.
42983         (gl_PREREQ_SIGPROCMASK): New macro.
42984         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42985         (Depends-on): Add sigprocmask.
42986         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42987         gt_SIGNALBLOCKING. Test for 'raise' only once.
42988         * lib/fatal-signal.c: Include sigprocmask.h.
42989         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42990         unblock_fatal_signals): Define always.
42991         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42992         sigprocmask.
42993
42994 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42995
42996         Sync from Automake.
42997         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42998         which incorrectly sets the mode of an existing destination
42999         directory.  In some cases the unpatched install-sh could do the
43000         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
43001         system.  We hope this is rare in practice, but it's clearly worth
43002         fixing.  Problem reported by Alex Unleashed in
43003         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
43004         Also, don't bother to check for -m bugs unless we're using -m;
43005         suggested by Stepan Kasal.
43006
43007 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43008
43009         Sync from Automake.
43010         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43011         `-c' flag, so they appear at the same position as in %FASTDEP%
43012         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43013         which ignores unknown options only after the first non-option.
43014         Bug report against M4 by Nelson H. F. Beebe.
43015
43016 2006-10-13  Jim Meyering  <jim@meyering.net>
43017
43018         Fix a bug in yesterday's change.
43019         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43020         p->fts_statp->st_dev would be used uninitialized.
43021         Ensures that we always call fts_stat on the very first entry.
43022         Miklos Szeredi reported that find -xdev stopped working.
43023
43024 2006-10-12  Bruno Haible  <bruno@clisp.org>
43025
43026         * gnulib-tool (func_get_automake_snippet): Append an automatically
43027         computed EXTRA_DIST augmentation.
43028         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43029         * modules/alloca-opt (Makefile.am): Likewise.
43030         * modules/allocsa (Makefile.am): Likewise.
43031         * modules/arcfour (Makefile.am): Likewise.
43032         * modules/arctwo (Makefile.am): Likewise.
43033         * modules/argmatch (Makefile.am): Likewise.
43034         * modules/argz (Makefile.am): Likewise.
43035         * modules/atexit (Makefile.am): Likewise.
43036         * modules/backupfile (Makefile.am): Likewise.
43037         * modules/byteswap (Makefile.am): Likewise.
43038         * modules/c-strtod (Makefile.am): Likewise.
43039         * modules/c-strtold (Makefile.am): Likewise.
43040         * modules/calloc (Makefile.am): Likewise.
43041         * modules/canon-host (Makefile.am): Likewise.
43042         * modules/canonicalize (Makefile.am): Likewise.
43043         * modules/chdir-long (Makefile.am): Likewise.
43044         * modules/chdir-safer (Makefile.am): Likewise.
43045         * modules/check-version (Makefile.am): Likewise.
43046         * modules/chown (Makefile.am): Likewise.
43047         * modules/cloexec (Makefile.am): Likewise.
43048         * modules/close-stream (Makefile.am): Likewise.
43049         * modules/closeout (Makefile.am): Likewise.
43050         * modules/crc (Makefile.am): Likewise.
43051         * modules/csharpexec (Makefile.am): Likewise.
43052         * modules/cycle-check (Makefile.am): Likewise.
43053         * modules/des (Makefile.am): Likewise.
43054         * modules/dev-ino (Makefile.am): Likewise.
43055         * modules/dirfd (Makefile.am): Likewise.
43056         * modules/dirname (Makefile.am): Likewise.
43057         * modules/dup2 (Makefile.am): Likewise.
43058         * modules/eealloc (Makefile.am): Likewise.
43059         * modules/error (Makefile.am): Likewise.
43060         * modules/euidaccess (Makefile.am): Likewise.
43061         * modules/exclude (Makefile.am): Likewise.
43062         * modules/exitfail (Makefile.am): Likewise.
43063         * modules/fcntl-safer (Makefile.am): Likewise.
43064         * modules/fcntl (Makefile.am): Likewise.
43065         * modules/file-type (Makefile.am): Likewise.
43066         * modules/fileblocks (Makefile.am): Likewise.
43067         * modules/filemode (Makefile.am): Likewise.
43068         * modules/filenamecat (Makefile.am): Likewise.
43069         * modules/fnmatch (Makefile.am): Likewise.
43070         * modules/fopen-safer (Makefile.am): Likewise.
43071         * modules/fpending (Makefile.am): Likewise.
43072         * modules/fprintftime (Makefile.am): Likewise.
43073         * modules/free (Makefile.am): Likewise.
43074         * modules/fsusage (Makefile.am): Likewise.
43075         * modules/ftruncate (Makefile.am): Likewise.
43076         * modules/fts (Makefile.am): Likewise.
43077         * modules/gc-arcfour (Makefile.am): Likewise.
43078         * modules/gc-des (Makefile.am): Likewise.
43079         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43080         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43081         * modules/gc-md4 (Makefile.am): Likewise.
43082         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43083         * modules/gc-sha1 (Makefile.am): Likewise.
43084         * modules/gc (Makefile.am): Likewise.
43085         * modules/getaddrinfo (Makefile.am): Likewise.
43086         * modules/getcwd (Makefile.am): Likewise.
43087         * modules/getdelim (Makefile.am): Likewise.
43088         * modules/getdomainname (Makefile.am): Likewise.
43089         * modules/getgroups (Makefile.am): Likewise.
43090         * modules/gethostname (Makefile.am): Likewise.
43091         * modules/gethrxtime (Makefile.am): Likewise.
43092         * modules/getline (Makefile.am): Likewise.
43093         * modules/getloadavg (Makefile.am): Likewise.
43094         * modules/getlogin_r (Makefile.am): Likewise.
43095         * modules/getndelim2 (Makefile.am): Likewise.
43096         * modules/getopt (Makefile.am): Likewise.
43097         * modules/getpagesize (Makefile.am): Likewise.
43098         * modules/getpass-gnu (Makefile.am): Likewise.
43099         * modules/getpass (Makefile.am): Likewise.
43100         * modules/getsubopt (Makefile.am): Likewise.
43101         * modules/gettime (Makefile.am): Likewise.
43102         * modules/gettimeofday (Makefile.am): Likewise.
43103         * modules/getugroups (Makefile.am): Likewise.
43104         * modules/getusershell (Makefile.am): Likewise.
43105         * modules/glob (Makefile.am): Likewise.
43106         * modules/group-member (Makefile.am): Likewise.
43107         * modules/hard-locale (Makefile.am): Likewise.
43108         * modules/hash (Makefile.am): Likewise.
43109         * modules/hmac-md5 (Makefile.am): Likewise.
43110         * modules/hmac-sha1 (Makefile.am): Likewise.
43111         * modules/human (Makefile.am): Likewise.
43112         * modules/idcache (Makefile.am): Likewise.
43113         * modules/imaxabs (Makefile.am): Likewise.
43114         * modules/imaxdiv (Makefile.am): Likewise.
43115         * modules/inet_ntop (Makefile.am): Likewise.
43116         * modules/inet_pton (Makefile.am): Likewise.
43117         * modules/intprops (Makefile.am): Likewise.
43118         * modules/inttostr (Makefile.am): Likewise.
43119         * modules/inttypes (Makefile.am): Likewise.
43120         * modules/isapipe (Makefile.am): Likewise.
43121         * modules/javaversion (Makefile.am): Likewise.
43122         * modules/lchmod (Makefile.am): Likewise.
43123         * modules/lchown (Makefile.am): Likewise.
43124         * modules/localcharset (Makefile.am): Likewise.
43125         * modules/long-options (Makefile.am): Likewise.
43126         * modules/lstat (Makefile.am): Likewise.
43127         * modules/malloc (Makefile.am): Likewise.
43128         * modules/mathl (Makefile.am): Likewise.
43129         * modules/mbchar (Makefile.am): Likewise.
43130         * modules/md2 (Makefile.am): Likewise.
43131         * modules/md4 (Makefile.am): Likewise.
43132         * modules/md5 (Makefile.am): Likewise.
43133         * modules/memcasecmp (Makefile.am): Likewise.
43134         * modules/memchr (Makefile.am): Likewise.
43135         * modules/memcmp (Makefile.am): Likewise.
43136         * modules/memcoll (Makefile.am): Likewise.
43137         * modules/memcpy (Makefile.am): Likewise.
43138         * modules/memmem (Makefile.am): Likewise.
43139         * modules/memmove (Makefile.am): Likewise.
43140         * modules/mempcpy (Makefile.am): Likewise.
43141         * modules/memrchr (Makefile.am): Likewise.
43142         * modules/memset (Makefile.am): Likewise.
43143         * modules/memxor (Makefile.am): Likewise.
43144         * modules/mkancesdirs (Makefile.am): Likewise.
43145         * modules/mkdir-p (Makefile.am): Likewise.
43146         * modules/mkdir (Makefile.am): Likewise.
43147         * modules/mkdtemp (Makefile.am): Likewise.
43148         * modules/mkstemp (Makefile.am): Likewise.
43149         * modules/mktime (Makefile.am): Likewise.
43150         * modules/modechange (Makefile.am): Likewise.
43151         * modules/mountlist (Makefile.am): Likewise.
43152         * modules/nanosleep (Makefile.am): Likewise.
43153         * modules/obstack (Makefile.am): Likewise.
43154         * modules/openat (Makefile.am): Likewise.
43155         * modules/pagealign_alloc (Makefile.am): Likewise.
43156         * modules/pathmax (Makefile.am): Likewise.
43157         * modules/physmem (Makefile.am): Likewise.
43158         * modules/poll (Makefile.am): Likewise.
43159         * modules/posixtm (Makefile.am): Likewise.
43160         * modules/posixver (Makefile.am): Likewise.
43161         * modules/putenv (Makefile.am): Likewise.
43162         * modules/quote (Makefile.am): Likewise.
43163         * modules/quotearg (Makefile.am): Likewise.
43164         * modules/raise (Makefile.am): Likewise.
43165         * modules/read-file (Makefile.am): Likewise.
43166         * modules/readline (Makefile.am): Likewise.
43167         * modules/readlink (Makefile.am): Likewise.
43168         * modules/readtokens (Makefile.am): Likewise.
43169         * modules/readutmp (Makefile.am): Likewise.
43170         * modules/realloc (Makefile.am): Likewise.
43171         * modules/regex (Makefile.am): Likewise.
43172         * modules/rename-dest-slash (Makefile.am): Likewise.
43173         * modules/rename (Makefile.am): Likewise.
43174         * modules/rijndael (Makefile.am): Likewise.
43175         * modules/rmdir (Makefile.am): Likewise.
43176         * modules/rpmatch (Makefile.am): Likewise.
43177         * modules/safe-read (Makefile.am): Likewise.
43178         * modules/safe-write (Makefile.am): Likewise.
43179         * modules/same-inode (Makefile.am): Likewise.
43180         * modules/same (Makefile.am): Likewise.
43181         * modules/save-cwd (Makefile.am): Likewise.
43182         * modules/savedir (Makefile.am): Likewise.
43183         * modules/setenv (Makefile.am): Likewise.
43184         * modules/settime (Makefile.am): Likewise.
43185         * modules/sha1 (Makefile.am): Likewise.
43186         * modules/sig2str (Makefile.am): Likewise.
43187         * modules/snprintf (Makefile.am): Likewise.
43188         * modules/stat-macros (Makefile.am): Likewise.
43189         * modules/stat-time (Makefile.am): Likewise.
43190         * modules/stdbool (Makefile.am): Likewise.
43191         * modules/stdint (Makefile.am): Likewise.
43192         * modules/stdlib-safer (Makefile.am): Likewise.
43193         * modules/stpcpy (Makefile.am): Likewise.
43194         * modules/stpncpy (Makefile.am): Likewise.
43195         * modules/strcase (Makefile.am): Likewise.
43196         * modules/strcasestr (Makefile.am): Likewise.
43197         * modules/strchrnul (Makefile.am): Likewise.
43198         * modules/strcspn (Makefile.am): Likewise.
43199         * modules/strdup (Makefile.am): Likewise.
43200         * modules/strerror (Makefile.am): Likewise.
43201         * modules/strftime (Makefile.am): Likewise.
43202         * modules/strndup (Makefile.am): Likewise.
43203         * modules/strnlen (Makefile.am): Likewise.
43204         * modules/strpbrk (Makefile.am): Likewise.
43205         * modules/strsep (Makefile.am): Likewise.
43206         * modules/strstr (Makefile.am): Likewise.
43207         * modules/strtod (Makefile.am): Likewise.
43208         * modules/strtoimax (Makefile.am): Likewise.
43209         * modules/strtok_r (Makefile.am): Likewise.
43210         * modules/strtol (Makefile.am): Likewise.
43211         * modules/strtoll (Makefile.am): Likewise.
43212         * modules/strtoul (Makefile.am): Likewise.
43213         * modules/strtoull (Makefile.am): Likewise.
43214         * modules/strtoumax (Makefile.am): Likewise.
43215         * modules/strverscmp (Makefile.am): Likewise.
43216         * modules/sys_socket (Makefile.am): Likewise.
43217         * modules/sys_stat (Makefile.am): Likewise.
43218         * modules/sysexits (Makefile.am): Likewise.
43219         * modules/time_r (Makefile.am): Likewise.
43220         * modules/timegm (Makefile.am): Likewise.
43221         * modules/timespec (Makefile.am): Likewise.
43222         * modules/tmpfile-safer (Makefile.am): Likewise.
43223         * modules/trim (Makefile.am): Likewise.
43224         * modules/unistd-safer (Makefile.am): Likewise.
43225         * modules/unlinkdir (Makefile.am): Likewise.
43226         * modules/unlocked-io (Makefile.am): Likewise.
43227         * modules/userspec (Makefile.am): Likewise.
43228         * modules/utime (Makefile.am): Likewise.
43229         * modules/utimecmp (Makefile.am): Likewise.
43230         * modules/utimens (Makefile.am): Likewise.
43231         * modules/vasnprintf (Makefile.am): Likewise.
43232         * modules/vasprintf (Makefile.am): Likewise.
43233         * modules/vsnprintf (Makefile.am): Likewise.
43234         * modules/xalloc (Makefile.am): Likewise.
43235         * modules/xgetcwd (Makefile.am): Likewise.
43236         * modules/xnanosleep (Makefile.am): Likewise.
43237         * modules/xreadlink (Makefile.am): Likewise.
43238         * modules/xstrtod (Makefile.am): Likewise.
43239         * modules/xstrtol (Makefile.am): Likewise.
43240         * modules/xstrtold (Makefile.am): Likewise.
43241         * modules/yesno (Makefile.am): Likewise.
43242         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43243
43244 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43245
43246         * modules/error (Makefile.am): Distribute files through
43247         EXTRA_DIST, not lib_SOURCES.
43248
43249 2006-10-12  Eric Blake  <ebb9@byu.net>
43250
43251         * modules/error (Makefile.am): Distribute files in /lib.
43252         * modules/obstack (Makefile.am): Likewise.
43253
43254 2006-10-12  Bruno Haible  <bruno@clisp.org>
43255
43256         * modules/acl (Makefile.am): Distribute all files in lib/ through
43257         EXTRA_DIST.
43258         * modules/arcfour (Makefile.am): Likewise.
43259         * modules/arctwo (Makefile.am): Likewise.
43260         * modules/argmatch (Makefile.am): Likewise.
43261         * modules/argz (Makefile.am): Likewise.
43262         * modules/atexit (Makefile.am): Likewise.
43263         * modules/backupfile (Makefile.am): Likewise.
43264         * modules/c-strtod (Makefile.am): Likewise.
43265         * modules/c-strtold (Makefile.am): Likewise.
43266         * modules/calloc (Makefile.am): Likewise.
43267         * modules/canon-host (Makefile.am): Likewise.
43268         * modules/canonicalize (Makefile.am): Likewise.
43269         * modules/chdir-long (Makefile.am): Likewise.
43270         * modules/chdir-safer (Makefile.am): Likewise.
43271         * modules/check-version (Makefile.am): Likewise.
43272         * modules/chown (Makefile.am): Likewise.
43273         * modules/cloexec (Makefile.am): Likewise.
43274         * modules/close-stream (Makefile.am): Likewise.
43275         * modules/closeout (Makefile.am): Likewise.
43276         * modules/crc (Makefile.am): Likewise.
43277         * modules/cycle-check (Makefile.am): Likewise.
43278         * modules/des (Makefile.am): Likewise.
43279         * modules/dirfd (Makefile.am): Likewise.
43280         * modules/dirname (Makefile.am): Likewise.
43281         * modules/dup2 (Makefile.am): Likewise.
43282         * modules/euidaccess (Makefile.am): Likewise.
43283         * modules/exclude (Makefile.am): Likewise.
43284         * modules/exitfail (Makefile.am): Likewise.
43285         * modules/fcntl-safer (Makefile.am): Likewise.
43286         * modules/file-type (Makefile.am): Likewise.
43287         * modules/fileblocks (Makefile.am): Likewise.
43288         * modules/filemode (Makefile.am): Likewise.
43289         * modules/filenamecat (Makefile.am): Likewise.
43290         * modules/fnmatch (Makefile.am): Likewise.
43291         * modules/fopen-safer (Makefile.am): Likewise.
43292         * modules/fpending (Makefile.am): Likewise.
43293         * modules/fprintftime (Makefile.am): Likewise.
43294         * modules/free (Makefile.am): Likewise.
43295         * modules/fsusage (Makefile.am): Likewise.
43296         * modules/ftruncate (Makefile.am): Likewise.
43297         * modules/fts (Makefile.am): Likewise.
43298         * modules/gc (Makefile.am): Likewise.
43299         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43300         * modules/getaddrinfo (Makefile.am): Likewise.
43301         * modules/getcwd (Makefile.am): Likewise.
43302         * modules/getdelim (Makefile.am): Likewise.
43303         * modules/getdomainname (Makefile.am): Likewise.
43304         * modules/getgroups (Makefile.am): Likewise.
43305         * modules/gethostname (Makefile.am): Likewise.
43306         * modules/gethrxtime (Makefile.am): Likewise.
43307         * modules/getline (Makefile.am): Likewise.
43308         * modules/getloadavg (Makefile.am): Likewise.
43309         * modules/getlogin_r (Makefile.am): Likewise.
43310         * modules/getopt (Makefile.am): Likewise.
43311         * modules/getpass (Makefile.am): Likewise.
43312         * modules/getpass-gnu (Makefile.am): Likewise.
43313         * modules/getsubopt (Makefile.am): Likewise.
43314         * modules/gettime (Makefile.am): Likewise.
43315         * modules/gettimeofday (Makefile.am): Likewise.
43316         * modules/getugroups (Makefile.am): Likewise.
43317         * modules/getusershell (Makefile.am): Likewise.
43318         * modules/glob (Makefile.am): Likewise.
43319         * modules/group-member (Makefile.am): Likewise.
43320         * modules/hard-locale (Makefile.am): Likewise.
43321         * modules/hash (Makefile.am): Likewise.
43322         * modules/hmac-md5 (Makefile.am): Likewise.
43323         * modules/hmac-sha1 (Makefile.am): Likewise.
43324         * modules/human (Makefile.am): Likewise.
43325         * modules/idcache (Makefile.am): Likewise.
43326         * modules/imaxabs (Makefile.am): Likewise.
43327         * modules/imaxdiv (Makefile.am): Likewise.
43328         * modules/inet_ntop (Makefile.am): Likewise.
43329         * modules/inet_pton (Makefile.am): Likewise.
43330         * modules/inttostr (Makefile.am): Likewise.
43331         * modules/isapipe (Makefile.am): Likewise.
43332         * modules/lchown (Makefile.am): Likewise.
43333         * modules/long-options (Makefile.am): Likewise.
43334         * modules/lstat (Makefile.am): Likewise.
43335         * modules/malloc (Makefile.am): Likewise.
43336         * modules/mathl (Makefile.am): Likewise.
43337         * modules/mbchar (Makefile.am): Likewise.
43338         * modules/md2 (Makefile.am): Likewise.
43339         * modules/md4 (Makefile.am): Likewise.
43340         * modules/md5 (Makefile.am): Likewise.
43341         * modules/memcasecmp (Makefile.am): Likewise.
43342         * modules/memchr (Makefile.am): Likewise.
43343         * modules/memcmp (Makefile.am): Likewise.
43344         * modules/memcoll (Makefile.am): Likewise.
43345         * modules/memcpy (Makefile.am): Likewise.
43346         * modules/memmem (Makefile.am): Likewise.
43347         * modules/memmove (Makefile.am): Likewise.
43348         * modules/mempcpy (Makefile.am): Likewise.
43349         * modules/memrchr (Makefile.am): Likewise.
43350         * modules/memset (Makefile.am): Likewise.
43351         * modules/memxor (Makefile.am): Likewise.
43352         * modules/mkancesdirs (Makefile.am): Likewise.
43353         * modules/mkdir (Makefile.am): Likewise.
43354         * modules/mkdir-p (Makefile.am): Likewise.
43355         * modules/mkdtemp (Makefile.am): Likewise.
43356         * modules/mkstemp (Makefile.am): Likewise.
43357         * modules/mktime (Makefile.am): Likewise.
43358         * modules/modechange (Makefile.am): Likewise.
43359         * modules/mountlist (Makefile.am): Likewise.
43360         * modules/nanosleep (Makefile.am): Likewise.
43361         * modules/openat (Makefile.am): Likewise.
43362         * modules/pagealign_alloc (Makefile.am): Likewise.
43363         * modules/physmem (Makefile.am): Likewise.
43364         * modules/poll (Makefile.am): Likewise.
43365         * modules/posixtm (Makefile.am): Likewise.
43366         * modules/posixver (Makefile.am): Likewise.
43367         * modules/putenv (Makefile.am): Likewise.
43368         * modules/quote (Makefile.am): Likewise.
43369         * modules/quotearg (Makefile.am): Likewise.
43370         * modules/raise (Makefile.am): Likewise.
43371         * modules/read-file (Makefile.am): Likewise.
43372         * modules/readline (Makefile.am): Likewise.
43373         * modules/readlink (Makefile.am): Likewise.
43374         * modules/readtokens (Makefile.am): Likewise.
43375         * modules/readutmp (Makefile.am): Likewise.
43376         * modules/realloc (Makefile.am): Likewise.
43377         * modules/regex (Makefile.am): Likewise.
43378         * modules/rename (Makefile.am): Likewise.
43379         * modules/rename-dest-slash (Makefile.am): Likewise.
43380         * modules/rijndael (Makefile.am): Likewise.
43381         * modules/rmdir (Makefile.am): Likewise.
43382         * modules/rpmatch (Makefile.am): Likewise.
43383         * modules/safe-read (Makefile.am): Likewise.
43384         * modules/safe-write (Makefile.am): Likewise.
43385         * modules/same (Makefile.am): Likewise.
43386         * modules/save-cwd (Makefile.am): Likewise.
43387         * modules/savedir (Makefile.am): Likewise.
43388         * modules/setenv (Makefile.am): Likewise.
43389         * modules/settime (Makefile.am): Likewise.
43390         * modules/sha1 (Makefile.am): Likewise.
43391         * modules/sig2str (Makefile.am): Likewise.
43392         * modules/snprintf (Makefile.am): Likewise.
43393         * modules/stdlib-safer (Makefile.am): Likewise.
43394         * modules/stpcpy (Makefile.am): Likewise.
43395         * modules/stpncpy (Makefile.am): Likewise.
43396         * modules/strcase (Makefile.am): Likewise.
43397         * modules/strcasestr (Makefile.am): Likewise.
43398         * modules/strchrnul (Makefile.am): Likewise.
43399         * modules/strcspn (Makefile.am): Likewise.
43400         * modules/strdup (Makefile.am): Likewise.
43401         * modules/strerror (Makefile.am): Likewise.
43402         * modules/strftime (Makefile.am): Likewise.
43403         * modules/strndup (Makefile.am): Likewise.
43404         * modules/strnlen (Makefile.am): Likewise.
43405         * modules/strpbrk (Makefile.am): Likewise.
43406         * modules/strsep (Makefile.am): Likewise.
43407         * modules/strstr (Makefile.am): Likewise.
43408         * modules/strtod (Makefile.am): Likewise.
43409         * modules/strtoimax (Makefile.am): Likewise.
43410         * modules/strtok_r (Makefile.am): Likewise.
43411         * modules/strtol (Makefile.am): Likewise.
43412         * modules/strtoll (Makefile.am): Likewise.
43413         * modules/strtoul (Makefile.am): Likewise.
43414         * modules/strtoull (Makefile.am): Likewise.
43415         * modules/strtoumax (Makefile.am): Likewise.
43416         * modules/strverscmp (Makefile.am): Likewise.
43417         * modules/time_r (Makefile.am): Likewise.
43418         * modules/timegm (Makefile.am): Likewise.
43419         * modules/tmpfile-safer (Makefile.am): Likewise.
43420         * modules/unistd-safer (Makefile.am): Likewise.
43421         * modules/unlinkdir (Makefile.am): Likewise.
43422         * modules/userspec (Makefile.am): Likewise.
43423         * modules/utime (Makefile.am): Likewise.
43424         * modules/utimecmp (Makefile.am): Likewise.
43425         * modules/utimens (Makefile.am): Likewise.
43426         * modules/vasnprintf (Makefile.am): Likewise.
43427         * modules/vasprintf (Makefile.am): Likewise.
43428         * modules/vsnprintf (Makefile.am): Likewise.
43429         * modules/xalloc (Makefile.am): Likewise.
43430         * modules/xgetcwd (Makefile.am): Likewise.
43431         * modules/xnanosleep (Makefile.am): Likewise.
43432         * modules/xreadlink (Makefile.am): Likewise.
43433         * modules/xstrtod (Makefile.am): Likewise.
43434         * modules/xstrtol (Makefile.am): Likewise.
43435         * modules/xstrtold (Makefile.am): Likewise.
43436         * modules/yesno (Makefile.am): Likewise.
43437
43438 2006-10-12  Jim Meyering  <jim@meyering.net>
43439
43440         * m4/getloadavg.m4: Revert the change below.
43441
43442         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43443         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43444         fail with a symlink, which is what coreutils' ./bootstrap now
43445         creates by default.
43446
43447 2006-10-12  Bruno Haible  <bruno@clisp.org>
43448
43449         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43450         mingw.
43451         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43452         MSVC and mingw explicitly.
43453
43454 2006-10-11  Simon Josefsson  <jas@extundo.com>
43455             Bruno Haible  <bruno@clisp.org>
43456
43457         Add support for multiple gnulib-tool invocations in the scope of a
43458         single configure.ac file.
43459         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43460         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43461         with the same contents as the _LIBADD variable.
43462         (func_emit_initmacro_start, func_emit_initmacro_end,
43463         func_emit_initmacro_done): New functions.
43464         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43465         gl_LIBOBJS and gl_LTLIBOBJS.
43466
43467 2006-10-11  Bruno Haible  <bruno@clisp.org>
43468
43469         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43470         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43471         autoreconf. Instead, invoke autopoint explicitly but move back the
43472         *.m4 files from gnulib.
43473
43474 2006-10-11  Bruno Haible  <bruno@clisp.org>
43475
43476         * gnulib-tool (func_usage): Make module names after --create-testdir
43477         optional.
43478         (func_create_testdir): If no module was specified, use nearly all
43479         modules.
43480
43481 2006-10-12  Jim Meyering  <jim@meyering.net>
43482
43483         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43484         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43485         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43486         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43487         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43488         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43489         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43490         (fts_set_stat_required): New function.
43491         (fts_open): Defer the calls to fts_stat, if possible or requested.
43492         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43493         into fts_stat itself.
43494         (fts_read): Perform any required (deferred) fts_stat call.
43495         (fts_build): Likewise, for the directory we're about to open and read.
43496         In the readdir loop, carefully decide whether each entry will require
43497         an eventual call to fts_stat, using dirent.d_type info if available.
43498         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43499         a command line argument into this function.  Update all callers.
43500         Map a return value of FTS_DOT to FTS_D for a command line argument.
43501         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43502         Thanks to Miklos Szeredi for his tenacity and for the initial
43503         bug report about "find" failing on a FUSE-based file system.
43504
43505         * lib/fts.c (fts_open): Use consistent indentation.
43506
43507 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43508
43509         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43510         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43511         reported by Jim Meyering.  All uses of cache variables renamed
43512         to match Autoconf's.
43513         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43514         the other one.
43515
43516         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43517         Fix misspelling in diagnostic.
43518
43519 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43520
43521         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43522         defined.  Problem reported by Matthew Woehlke.
43523
43524         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43525         Add support for Tandem NonStop R series.
43526         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43527         Use new macro.
43528
43529         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43530         (has_trailing_slash): Omit size arg; all callers changed.
43531         Omit 'inline', since it doesn't help performance and we'd
43532         need to configure it.
43533         Don't count //, ///, etc. as having a trailing slash.
43534         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43535         (rpl_rename_dest_slash): On failure, use rename's errno rather
43536         than (in some cases) an incorrect or junk errno.
43537         Simplify code by removing need to compute length; this does
43538         cause it to make two passes instead of one over the file name,
43539         but it's worth it.
43540
43541         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43542         change, since Autoconf's version may no longer be appropriate now
43543         that we are using CVS Autoconf's version.  Add support for Tandem.
43544
43545 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43546             Bruno Haible  <bruno@clisp.org>
43547
43548         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43549         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43550         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43551         gl_AC_TYPE_LONG_LONG.
43552
43553         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43554         instead of HAVE_LONG_LONG.
43555         * lib/printf-args.c (printf_fetchargs): Likewise.
43556         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43557         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43558         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43559         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43560         gl_AC_TYPE_LONG_LONG.
43561
43562 2006-10-11  Bruno Haible  <bruno@clisp.org>
43563
43564         * m4/longlong.m4: Add comments.
43565         * m4/ulonglong.m4: Likewise.
43566
43567 2006-10-10  Bruno Haible  <bruno@clisp.org>
43568
43569         Make it possible to #define stpcpy, strdup to aliases.
43570         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43571         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43572
43573 2006-10-10  Bruno Haible  <bruno@clisp.org>
43574
43575         Make it possible to #define gcd to an alias.
43576         * lib/gcd.c: Include config.h.
43577
43578 2006-10-10  Bruno Haible  <bruno@clisp.org>
43579
43580         Make it possible to #define c_isascii to an alias.
43581         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43582         defined. Undefine the macros before defining them, to avoid gcc
43583         warnings.
43584         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43585         define NO_C_CTYPE_MACROS early.
43586
43587 2006-10-10  Bruno Haible  <bruno@clisp.org>
43588
43589         Make it possible to #define set_program_name to an alias.
43590         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43591         ENABLE_RELOCATABLE early.
43592
43593 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43594
43595         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43596         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43597         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43598         More generally, don't assume that 64-bit signed int is available
43599         if unsigned int is, and vice versa.
43600         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43601         unsigned symbols, not on their signed counterparts.
43602         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43603         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43604         (UINT64_C, UINTMAX_C):
43605         Likewise.
43606         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43607         unsigned counterparts.
43608         (Have_long_long, Unsigned): New macros.
43609         (Int): Renamed from INT.
43610         (strtoimax): Use the new macros.
43611         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43612         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43613         * modules/inttypes (inttypes.h): Substitute
43614         HAVE_UNSIGNED_LONG_LONG_INT.
43615         * modules/stdint (stdint.h): Likewise.
43616         (Files): Add m4/ulonglong.m4.
43617
43618 2006-10-10  Bruno Haible  <bruno@clisp.org>
43619
43620         Fix a gcc -Wshadow warning.
43621         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43622         to 'bucket'.
43623         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43624         gl_linked_indexof_from_to): Likewise.
43625         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43626         Likewise.
43627         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43628         Likewise.
43629         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43630         Reported by Eric Blake.
43631
43632 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43633
43634         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43635         for NetBSD.  Problem reported by Bruno Haible.
43636
43637 2006-10-09  Jim Meyering  <jim@meyering.net>
43638
43639         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43640         Patch from Bruno Haible.
43641
43642 2006-10-09  Jim Meyering  <jim@meyering.net>
43643
43644         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43645         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43646         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43647
43648 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43649
43650         Don't include <config.h> twice; this doesn't work in some cases,
43651         e.g., when config.h has "#define intmax_t long long int" and
43652         we include <config.h>, <inttypes.h>, <config.h> in that order.
43653         Problem reported by Matthew Woehlke in:
43654         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43655         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43656         * lib/fts-cycle.c: Don't include config.h.
43657         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43658         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43659         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43660         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43661         inttypes.h.
43662         * lib/xstrtoumax.c: Likewise.
43663         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43664         __strtol and the like, so that this module is more like its siblings.
43665         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43666         Remove; no longer needed now that we assume gnulib inttypes.h.
43667
43668 2006-10-08  Bruno Haible  <bruno@clisp.org>
43669
43670         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43671         option.
43672
43673 2006-10-07  Jim Meyering  <jim@meyering.net>
43674
43675         * modules/inttypes (inttypes.h): Revert what seems to have been
43676         an inadvertent part of today's change: use "|", not "/" in the
43677         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43678
43679 2006-10-07  Bruno Haible  <bruno@clisp.org>
43680
43681         * modules/sublist: New file.
43682
43683 2006-10-07  Bruno Haible  <bruno@clisp.org>
43684
43685         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43686         * modules/argz (argz.h): Likewise.
43687         * modules/arpa_inet (arpa/inet.h): Likewise.
43688         * modules/byteswap (byteswap.h): Likewise.
43689         * modules/configmake (configmake.h): Likewise.
43690         * modules/fcntl (fcntl.h): Likewise.
43691         * modules/fnmatch (fnmatch.h): Likewise.
43692         * modules/getopt (getopt.h): Likewise.
43693         * modules/glob (glob.h): Likewise.
43694         * modules/inttypes (inttypes.h): Likewise.
43695         * modules/netinet_in (netinet/in.h): Likewise.
43696         * modules/poll (poll.h): Likewise.
43697         * modules/stdbool (stdbool.h): Likewise.
43698         * modules/stdint (stdint.h): Likewise.
43699         * modules/sys_select (sys/select.h): Likewise.
43700         * modules/sys_socket (sys/socket.h): Likewise.
43701         * modules/sys_stat (sys/stat.h): Likewise.
43702         * modules/sysexits (sysexits.h): Likewise.
43703         * modules/unistd (unistd.h): Likewise.
43704         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43705         Add a "DO NOT EDIT" comment to the generated file.
43706         (func_import): Likewise for gnulib-comp.m4.
43707
43708 2006-10-07  Bruno Haible  <bruno@clisp.org>
43709
43710         * lib/gl_sublist.h: New file.
43711         * lib/gl_sublist.c: New file.
43712
43713 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43714
43715         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43716         name (relative to the original working directory) and the file
43717         name component (relative to the temporary working directory).  All
43718         callers changed.
43719         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43720         * lib/mkdir-p.c (make_dir_parents): Likewise.
43721         * lib/mkdir-p.h (make_dir_parents): Likewise.
43722
43723 2006-10-06  Eric Blake  <ebb9@byu.net>
43724
43725         Define several macros for use by the clean-temp module.
43726         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43727         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43728         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43729
43730         * lib/clean-temp.h (close_stream_temp): New declaration.
43731         * lib/clean-temp.c (includes): Pull in headers according to what
43732         other modules are in use.
43733         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43734
43735 2006-10-06  Bruno Haible  <bruno@clisp.org>
43736
43737         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43738         instead of fopen, fwriteerror.
43739
43740 2006-10-06  Bruno Haible  <bruno@clisp.org>
43741
43742         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43743         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43744         int.
43745         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43746         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43747         Return an error indicator.
43748         Suggested by Eric Blake.
43749
43750 2006-10-06  Bruno Haible  <bruno@clisp.org>
43751
43752         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43753         Reported by Eric Blake.
43754
43755 2006-10-06  Bruno Haible  <bruno@clisp.org>
43756
43757         * modules/closeout (Description): Mention stderr too.
43758
43759 2006-10-06  Bruno Haible  <bruno@clisp.org>
43760         and Paul Eggert  <eggert@cs.ucla.edu>
43761
43762         * lib/closeout.c (close_stdout): Also close stderr.
43763         * lib/closeout.h: Update comment.
43764
43765 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43766
43767         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43768         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43769         * lib/dirchownmod.c: Include lchown.h.
43770         * lib/lchown.c: Don't include files that lchown.h now includes.
43771         Don't declare chown, since lchown.h now does that.
43772         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43773         (lchown): Define to rpl_chown if lchown is declared but
43774         does not exist.  Declare using a prototype if lchown is not
43775         declared.  Add a copyright notice.
43776         * lib/mkstemp.h: Include <unistd.h>.
43777         * lib/openat.c: Include lchown.h.
43778
43779         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43780         we now test for that separately.
43781         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43782         rather than O_NOFOLLOW, when testing whether it's possible to
43783         avoid a race condition reliably.
43784         * lib/savewd.c (savewd_chdir): Likewise.
43785
43786         Remove macros that are no longer needed now that stdint.h is
43787         reliable.
43788         * lib/fsusage.c (UINTMAX_MAX): Remove.
43789         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43790         * lib/utimecmp.c (SIZE_MAX): Remove.
43791
43792         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43793
43794         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43795         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43796         O_NOATIME works.
43797
43798 2006-10-05  Bruno Haible  <bruno@clisp.org>
43799
43800         * lib/gl_list.h (gl_sortedlist_search_from_to,
43801         gl_sortedlist_indexof_from_to): New declarations.
43802         (gl_list_implementation): New fields sortedlist_search_from_to,
43803         sortedlist_indexof_from_to.
43804         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43805         inline functions.
43806         * lib/gl_list.c (gl_sortedlist_search_from_to,
43807         gl_sortedlist_indexof_from_to): New functions.
43808         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43809         function.
43810         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43811         (gl_array_sortedlist_search_from_to): New function.
43812         (gl_array_list_implementation): Update.
43813         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43814         function.
43815         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43816         (gl_carray_sortedlist_search_from_to): New function.
43817         (gl_carray_list_implementation): Update.
43818         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43819         gl_linked_sortedlist_indexof_from_to): New functions.
43820         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43821         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43822         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43823         gl_tree_sortedlist_indexof_from_to): New functions.
43824         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43825         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43826         Update.
43827         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43828         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43829         Update.
43830
43831 2006-10-05  Bruno Haible  <bruno@clisp.org>
43832
43833         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43834         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43835         (struct gl_list_implementation): Add fields search_from_to,
43836         indexof_from_to. Remove fields search, indexof.
43837         (gl_list_search): Use the search_from_to method.
43838         (gl_list_search_from, gl_list_search_from_to): New functions.
43839         (gl_list_indexof): Use the indexof_from_to method.
43840         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43841         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43842         (gl_list_search_from, gl_list_search_from_to): New functions.
43843         (gl_list_indexof): Use the indexof_from_to method.
43844         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43845         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43846         gl_array_indexof. Add start_index, end_index arguments.
43847         (gl_array_search_from_to): Renamed from gl_array_search. Add
43848         start_index, end_index arguments.
43849         (gl_array_remove, gl_array_list_implementation): Update.
43850         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43851         gl_carray_indexof. Add start_index, end_index arguments.
43852         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43853         start_index, end_index arguments.
43854         (gl_carray_remove, gl_carray_list_implementation): Update.
43855         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43856         gl_linked_search. Add start_index, end_index arguments.
43857         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43858         start_index, end_index arguments.
43859         (gl_linked_remove): Update.
43860         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43861         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43862         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43863         field to 'size_t'.
43864         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43865         gl_tree_search. Add start_index, end_index arguments.
43866         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43867         start_index, end_index arguments.
43868         (gl_tree_remove): Update.
43869         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43870         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43871         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43872         function.
43873         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43874         gl_tree_search. Add start_index, end_index arguments.
43875         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43876         start_index, end_index arguments.
43877         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43878         Update.
43879         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43880
43881 2006-10-05  Bruno Haible  <bruno@clisp.org>
43882
43883         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43884
43885         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43886         fwriteerror_temp): New declarations.
43887         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43888         (descriptors): New variable.
43889         (cleanup): First, close the descriptors.
43890         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43891         fclose_temp, fwriteerror_temp): New functions.
43892
43893 2006-10-04  Jim Meyering  <jim@meyering.net>
43894
43895         * lib/fts.c (fts_open): Tiny comment change.
43896
43897 2006-10-04  Bruno Haible  <bruno@clisp.org>
43898
43899         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43900         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43901         gl_LOCK_BODY.
43902         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43903         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43904         gl_LOCK_EARLY_BODY.
43905         (gl_LOCK): Require gl_LOCK_BODY.
43906
43907 2006-10-04  Bruno Haible  <bruno@clisp.org>
43908
43909         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43910         (gl_oset_search_atleast): New declaration.
43911         (struct gl_oset_implementation): Add field 'search_atleast'.
43912         (gl_oset_search_atleast): New inline function.
43913         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43914         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43915         (gl_array_oset_implementation): Update.
43916         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43917         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43918         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43919
43920 2006-10-04  Bruno Haible  <bruno@clisp.org>
43921
43922         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43923
43924 2006-10-03  Bruno Haible  <bruno@clisp.org>
43925
43926         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43927         from gl_avltreehash_list_implementation.
43928
43929 2006-10-03  Bruno Haible  <bruno@clisp.org>
43930
43931         * lib/gl_oset.c (gl_oset_add): Fix return type.
43932
43933 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43934
43935         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43936
43937 2006-10-02  Eric Blake  <ebb9@byu.net>
43938
43939         * modules/strnlen (Depends-on): Add extensions.
43940
43941 2006-10-02  Eric Blake  <ebb9@byu.net>
43942
43943         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43944         definition in 2.60+.
43945
43946 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43947
43948         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43949         checks.
43950
43951 2006-10-02  Bruno Haible  <bruno@clisp.org>
43952
43953         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43954         to the AUTOMAKE_OPTIONS.
43955         Reported by Jim Meyering.
43956
43957 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43958
43959         Work around bug in Solaris 10 /proc file system:
43960         /proc/self/fd/NNN/.. isn't the parent directory of
43961         the directory whose file descriptor is NNN.  This needs to
43962         be worked around at run time, not compile time, since a
43963         program might be built on Solaris 8, where things work, and
43964         run on Solaris 10.
43965         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43966         to use the following interface instead:
43967         (OPENAT_BUFFER_SIZE): New macro.
43968         (openat_proc_name): New function.
43969         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43970         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43971         Likewise.
43972         * lib/openat-proc.c: New file.
43973         * modules/openat (Files): Add lib/openat-proc.c.
43974         (Depends-on): Add same-inode, stdbool.
43975         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43976
43977 2006-09-29  Bruno Haible  <bruno@clisp.org>
43978
43979         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43980         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43981         argument. Set stdout_closed before testing for ferror, not after.
43982         (fwriteerror, fwriteerror_no_ebadf): New functions.
43983
43984 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43985
43986         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43987
43988 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43989
43990         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43991         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43992
43993 2006-09-28  Jim Meyering  <jim@meyering.net>
43994
43995         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43996         Include <unistd.h>.
43997
43998 2006-09-28  Bruno Haible  <bruno@clisp.org>
43999
44000         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
44001         * modules/linkedhash-list (Depends-on): Likewise.
44002         * modules/rbtreehash-list (Depends-on): Likewise.
44003
44004 2006-09-28  Bruno Haible  <bruno@clisp.org>
44005
44006         * lib/strndup.h: Simplify the redefinition of strndup.
44007         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44008         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44009
44010 2006-09-28  Bruno Haible  <bruno@clisp.org>
44011
44012         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44013         * lib/gl_linkedhash_list.c: Likewise.
44014         * lib/gl_rbtreehash_list.c: Likewise.
44015
44016 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44017
44018         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44019         getaddrinfo.
44020
44021         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44022         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44023         it causes <stdio_ext.h> to cause a compile-time error.
44024         Problem reported by Nelson H. F. Beebe.
44025         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44026         of HAVE_DECL___PENDING.
44027
44028         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44029         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44030         declaration.
44031
44032 2006-09-27  Jim Meyering  <jim@meyering.net>
44033
44034         This file could end up with a definition for a function
44035         named __strndup, rather than rpl_strndup on a system with
44036         incomplete weak_alias support.
44037         * lib/strndup.c (strndup): Rename from __strndup.
44038         Remove #defines that used to map __strndup to strndup.
44039         Don't use K&R prototypes.
44040         Remove LIBC-related code, since this file is not sync'd with glibc.
44041         * lib/strndup.h: Revamp, accordingly.
44042         * m4/strndup.m4: Modernize.
44043
44044 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44045
44046         * modules/savewd (Depends-on): Add 'raise'.
44047         * lib/savewd.c: Include <signal.h>, for 'raise'.
44048
44049 2006-09-26  Jim Meyering  <jim@meyering.net>
44050
44051         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44052         when we detect Darwin 8.7.0's acl_get_file bug.
44053         Rearrange to perform the new (below) run-test while $LIBS
44054         contains any acl-related library.  Set USE_ACL at the end.
44055         (gl_ACL_GET_FILE): New function.
44056
44057 2006-09-26  Eric Blake  <ebb9@byu.net>
44058
44059         * lib/verror.c: Include <config.h> unconditionally.
44060
44061 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44062
44063         * modules/clock-time (Maintainer): Add self.
44064         * modules/getlogin_r (Depends-on): Add extensions.
44065
44066 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44067
44068         * modules/clock-time: New module.
44069         * modules/nanosleep (Depends-on): Add clock-time.
44070         * modules/gethrxtime (Depends-on): Likewise.
44071         * modules/gettime (Depends-on): Likewise.
44072         * modules/settime (Depends-on): Likewise.
44073
44074         * modules/fts-lgpl: Depend on openat.
44075         * modules/mkancesdirs: Depend on savewd.
44076         * modules/mkdir-p: Likewise.
44077
44078 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44079
44080         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44081
44082         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44083         `gl_have_arbitrary_file_name_length_limit' to
44084         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44085         actually works between configure runs.
44086
44087 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44088             Bruno Haible  <bruno@clisp.org>
44089
44090         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44091
44092 2006-09-25  Jim Meyering  <jim@meyering.net>
44093
44094         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44095         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44096
44097 2006-09-25  Eric Blake  <ebb9@byu.net>
44098
44099         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44100         exec's in 2006-09-18 patch when shuffling fds.
44101
44102 2006-09-25  Bruno Haible  <bruno@clisp.org>
44103
44104         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44105         Reported by Jim Meyering.
44106
44107 2006-09-24  Jim Meyering  <jim@meyering.net>
44108
44109         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44110         compare a pointer against a literal "0".  That caused failures with
44111         at least HP-UX's hpcc.
44112
44113 2006-09-22  Simon Josefsson  <jas@extundo.com>
44114
44115         * modules/gc-sha1:
44116         * modules/gc-md4:
44117         * modules/gc-hmac-sha1:
44118         * modules/gc-hmac-md5:
44119         * modules/gc-des:
44120         * modules/gc-arcfour: Distribute more files.
44121
44122 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44123
44124         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44125         (gl_linked_iterator_from_to): Initialize struct completely.
44126         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44127         (gl_tree_iterator_from_to): Likewise
44128         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44129         * lib/gl_array_list.c [lint] (gl_array_iterator)
44130         (gl_array_iterator_from_to): Likewise.
44131         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44132         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44133         (gl_carray_iterator_from_to): Likewise.
44134
44135         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44136         * lib/md4.c (md4_process_block): Remove unused variable.
44137         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44138         parentheses for clarity.
44139
44140 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44141
44142         * modules/bison-i18n (Depends-on): Add gettext.
44143
44144 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44145
44146         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44147         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44148         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44149         also add missing comma that caused broken test.
44150         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44151         stdlib.h, for `abort'.
44152         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44153         variables.
44154         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44155         include unistd.h if present, for `rmdir'.
44156         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44157         variables.
44158         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44159         in the process include standard headers for prototypes.
44160         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44161         gets declared on GNU/Linux.
44162         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44163         unistd.h, for `rmdir'.
44164         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44165
44166         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44167         always true.
44168         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44169
44170         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44171
44172 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44173
44174         * gnulib-tool (func_version): Create output all at once.  This
44175         may help avoid triggering unnecessary SIGPIPEs, and at any
44176         rate it doesn't hurt.
44177
44178 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44179             Bruno Haible  <bruno@clisp.org>
44180
44181         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44182         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44183         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44184
44185         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44186         (gl_FUNC_VASPRINTF): Invoke it.
44187
44188 2006-09-22  Bruno Haible  <bruno@clisp.org>
44189
44190         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44191         getloadavg.c as first argument.
44192
44193 2006-09-22  Bruno Haible  <bruno@clisp.org>
44194
44195         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44196         at the beginning of the gl_INIT macro.
44197         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44198         gl_GETLOADAVG.
44199
44200 2006-09-22  Bruno Haible  <bruno@clisp.org>
44201
44202         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44203         module.
44204         Suggested by Ralf Wildenhues.
44205
44206 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44207
44208         Import this patch from libc:
44209
44210         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44211
44212         * lib/regex_internal.c (re_string_reconstruct): Handle
44213         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44214         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44215         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44216         re_string_context_at.
44217
44218         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44219         now requires it.
44220         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44221         gl_REGEX now does it for us.
44222         (gl_REGEX): Add test taken from
44223         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44224
44225         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44226         Check that large offsets work.  Modernize Autoconf usages.
44227         Prefer "yes" to mean a good thing rather than a bad.
44228         Don't put "#define mkstemp" in config.h, as this might interfere
44229         with standard system headers that "#define mkstemp mkstemp64".
44230
44231         * modules/mkstemp (Depends-on): Add extensions, so that
44232         mkstemp is visible on some platforms.
44233         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44234         (Include): Change to "mkstemp.h" from <stdlib.h>.
44235         (Files): Add mkstemp.h.
44236
44237         * lib/mkstemp.h: New file, since some standard headers
44238         #define mkstemp.
44239         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44240         Include "mkstemp.h".
44241         Make the _LIBC code resemble glibc original more,
44242         e.g., use K&R style.
44243         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44244         (mkstemp): Remove, since mkstemp.h does this for us.
44245         * lib/stdlib--.h: Include mkstemp.h.
44246
44247         Import this patch from libc:
44248
44249         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44250
44251         * lib/tempname.c (__gen_tempname): Change attempts_min
44252         into a macro.  Use preprocessor to decide how to initialize
44253         attempts [Coverity CID 67].
44254
44255 2006-09-20  Bruno Haible  <bruno@clisp.org>
44256
44257         * lib/mkdtemp.c: Import from libc.
44258         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44259                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44260                 attempts_min into a macro.  Use preprocessor to decide how to
44261                 initialize attempts [Coverity CID 67].
44262         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44263                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44264                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44265
44266 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44267
44268         * gnulib-tool (func_exit): New function, to allow to pass the
44269         exit status portably through the trap.  Use everywhere.
44270         (--help, --version): Signal a write error.
44271         (trap): catch SIGPIPE, for write errors.
44272         Exit at the end of the trap, with the correct exit status.
44273
44274 2006-09-19  Karl Berry  <karl@gnu.org>
44275
44276         * doc/gnulib.texi: note about the license texinfo files.
44277
44278 2006-09-19  Eric Blake  <ebb9@byu.net>
44279
44280         * gnulib-tool: Avoid space-tab.
44281
44282 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44283
44284         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44285         that prevented coreutils 6.1 from building.  Problem reported
44286         by Petter Reinholdtsen.
44287
44288 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44289
44290         * gnulib-tool (avoidlist): Fix typo that broke options like
44291         --avoid=lock that are used by coreutils bootstrap.
44292
44293 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44294
44295         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44296         more systematically.
44297
44298 2006-09-18  Jim Meyering  <jim@meyering.net>
44299
44300         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44301
44302 2006-09-18  Bruno Haible  <bruno@clisp.org>
44303
44304         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44305
44306 2006-09-18  Bruno Haible  <bruno@clisp.org>
44307
44308         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44309         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44310         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44311         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44312         * m4/gettext.m4: Require autoconf >= 2.52.
44313         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44314         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44315         of gl_cv_header_inttypes_h.
44316
44317 2006-09-18  Bruno Haible  <bruno@clisp.org>
44318
44319         * lib/javaversion.c: Include configmake.h.
44320
44321 2006-09-18  Bruno Haible  <bruno@clisp.org>
44322
44323         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44324         avoid that the while loops be executed in a subshell.
44325
44326 2006-09-18  Bruno Haible  <bruno@clisp.org>
44327
44328         * MODULES.html.sh (func_module): Break long lines.
44329         Suggested by Bruce Korb <bkorb@gnu.org>.
44330
44331 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44332
44333         Speed up by a factor of 1.12.
44334         * gnulib-tool (nl): New variable.
44335         (func_import): Rewrite include directive extraction to only read each
44336         directive once.
44337
44338 2006-09-17  Bruno Haible  <bruno@clisp.org>
44339
44340         * modules/javaversion (Makefile.am): Remove DEFS setting.
44341         (Depends-on): Add configmake, for PKGDATADIR definition.
44342
44343 2006-09-17  Bruno Haible  <bruno@clisp.org>
44344
44345         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44346
44347 2006-09-17  Bruno Haible  <bruno@clisp.org>
44348
44349         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44350         (func_modules_transitive_closure, func_modules_add_dummy,
44351         func_modules_to_filelist, func_import, func_create_testdir,
44352         func_create_megatestdir, ...): Use it wherever possible.
44353         Suggested by Ralf Wildenhues.
44354
44355 2006-09-16  Karl Berry  <karl@gnu.org>
44356
44357         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44358         to avoid sectioning errors.
44359         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44360         [ifinfo]: blank line after @center-ed titles.
44361         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44362         Spell FSF address consistently with others.
44363         (These changes approved by rms.)
44364
44365 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44366
44367         Speed up by a factor of 1.61.
44368         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44369         already checked module names again.
44370
44371 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44372
44373         Speed up by a factor of 1.13.
44374         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44375         for new_files, and the input to func_add_or_update.
44376
44377 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44378
44379         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44380         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44381
44382 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44383
44384         * modules/mkancesdirs (Depends-on): Add fcntl.
44385         * modules/savewd: New file.
44386         * MODULES.html.sh (File system functions): Add savewd.
44387
44388         * modules/configmake (Makefile.am): Add support for the
44389         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44390
44391 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44392
44393         * m4/savewd.m4: New file.
44394
44395 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44396
44397         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44398         (dirchownmod): New arg FD.  All callers changed.
44399         Use FD rather than opening the directory ourself, as opening is
44400         now the caller's responsibility.
44401         * lib/dirchownmod.h: Likewise.
44402         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44403         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44404         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44405         (test_dir): Remove.
44406         (mkancesdirs): Return length of prefix of FILE that has already
44407         been made, or -2 if there is a child doing the work.  Redo
44408         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44409         ".", and treat ".." specially since it might stray back into
44410         already-created areas.  Use a subprocess if necessary.  New arg
44411         WD; all users changed.  MAKE_DIR function should now return 1
44412         if it creates a directory that is not readable.  Return -2 if
44413         a child process is spun off.
44414         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44415         Adjust signature to match code.
44416         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44417         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44418         all users changed.
44419         * lib/savewd.c, lib/savewd.h: New files.
44420
44421 2006-09-15  Jim Meyering  <jim@meyering.net>
44422
44423         * modules/rename-dest-slash: New module.
44424         * MODULES.html.sh (posix_compat): Add it here.
44425
44426         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44427
44428 2006-09-15  Jim Meyering  <jim@meyering.net>
44429
44430         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44431         file.
44432
44433         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44434
44435 2006-09-15  Jim Meyering  <jim@meyering.net>
44436
44437         * lib/rename-dest-slash.c (has_trailing_slash): Use
44438         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44439         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44440         test before testing whether SRC is a directory.
44441         Suggestions from Bruno Haible.
44442
44443         Avoid a warning about an unused variable.
44444         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44445         into the #ifdef block where it's used.
44446
44447         * lib/rename-dest-slash.c: New file.
44448
44449 2006-09-14  Bruno Haible  <bruno@clisp.org>
44450
44451         * lib/allocsa.c: Include <config.h> unconditionally.
44452         * lib/asnprintf.c: Likewise.
44453         * lib/asprintf.c: Likewise.
44454         * lib/c-strcasecmp.c: Likewise.
44455         * lib/c-strcasestr.c: Likewise.
44456         * lib/c-strncasecmp.c: Likewise.
44457         * lib/c-strstr.c: Likewise.
44458         * lib/classpath.c: Likewise.
44459         * lib/clean-temp.c: Likewise.
44460         * lib/concatpath.c: Likewise.
44461         * lib/copy-file.c: Likewise.
44462         * lib/csharpcomp.c: Likewise.
44463         * lib/csharpexec.c: Likewise.
44464         * lib/execute.c: Likewise.
44465         * lib/fatal-signal.c: Likewise.
44466         * lib/findprog.c: Likewise.
44467         * lib/fwriteerror.c: Likewise.
44468         * lib/gl_array_list.c: Likewise.
44469         * lib/gl_array_oset.c: Likewise.
44470         * lib/gl_avltree_list.c: Likewise.
44471         * lib/gl_avltree_oset.c: Likewise.
44472         * lib/gl_avltreehash_list.c: Likewise.
44473         * lib/gl_carray_list.c: Likewise.
44474         * lib/gl_linked_list.c: Likewise.
44475         * lib/gl_linkedhash_list.c: Likewise.
44476         * lib/gl_list.c: Likewise.
44477         * lib/gl_oset.c: Likewise.
44478         * lib/gl_rbtree_list.c: Likewise.
44479         * lib/gl_rbtree_oset.c: Likewise.
44480         * lib/gl_rbtreehash_list.c: Likewise.
44481         * lib/imaxabs.c: Likewise.
44482         * lib/imaxdiv.c: Likewise.
44483         * lib/javacomp.c: Likewise.
44484         * lib/javaexec.c: Likewise.
44485         * lib/javaversion.c: Likewise.
44486         * lib/linebreak.c: Likewise.
44487         * lib/localcharset.c: Likewise.
44488         * lib/lock.c: Likewise.
44489         * lib/mbchar.c: Likewise.
44490         * lib/mbswidth.c: Likewise.
44491         * lib/mkdtemp.c: Likewise.
44492         * lib/pipe.c: Likewise.
44493         * lib/printf-args.c: Likewise.
44494         * lib/printf-parse.c: Likewise.
44495         * lib/progname.c: Likewise.
44496         * lib/progreloc.c: Likewise.
44497         * lib/readlink.c: Likewise.
44498         * lib/sh-quote.c: Likewise.
44499         * lib/stpcpy.c: Likewise.
44500         * lib/stpncpy.c: Likewise.
44501         * lib/strcasecmp.c: Likewise.
44502         * lib/strcasestr.c: Likewise.
44503         * lib/strcspn.c: Likewise.
44504         * lib/striconv.c: Likewise.
44505         * lib/strncasecmp.c: Likewise.
44506         * lib/strnlen1.c: Likewise.
44507         * lib/strstr.c: Likewise.
44508         * lib/strtok_r.c: Likewise.
44509         * lib/tls.c: Likewise.
44510         * lib/tmpdir.c: Likewise.
44511         * lib/unicodeio.c: Likewise.
44512         * lib/unsetenv.c: Likewise.
44513         * lib/vasnprintf.c: Likewise.
44514         * lib/vasprintf.c: Likewise.
44515         * lib/wait-process.c: Likewise.
44516         * lib/xallocsa.c: Likewise.
44517         * lib/xsetenv.c: Likewise.
44518         * lib/xstriconv.c: Likewise.
44519
44520 2006-09-13  Simon Josefsson  <jas@extundo.com>
44521
44522         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44523         that internally, suggested by Ralf Wildenhues
44524         <Ralf.Wildenhues@gmx.de>.
44525
44526 2006-09-13  Simon Josefsson  <jas@extundo.com>
44527
44528         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44529         @LIBOBJS@.
44530         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44531
44532 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44533
44534         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44535         longer worry about uses that don't define HAVE_CONFIG_H.
44536         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44537         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44538         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44539         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44540         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44541         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44542         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44543         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44544         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44545         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44546         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44547         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44548         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44549         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44550         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44551         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44552         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44553         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44554         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44555         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44556         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44557         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44558         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44559         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44560         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44561         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44562         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44563         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44564         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44565         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44566         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44567         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44568         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44569         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44570         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44571         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44572         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44573         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44574         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44575         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44576         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44577         Likewise.
44578
44579 2006-09-13  Eric Blake  <ebb9@byu.net>
44580
44581         * lib/getopt.c: Fix typo in last commit.
44582
44583 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44584
44585         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44586         dgettext.
44587
44588 2006-09-12  Jim Meyering  <jim@meyering.net>
44589
44590         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44591         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44592         Reported by Nelson H. F. Beebe.
44593
44594 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44595
44596         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44597         program_invocation_name and program_invocation_short_name are
44598         initialized.
44599         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44600         and program_invocation_short_name to argp.h, so they are visible
44601         to user programs.
44602         * lib/argp.h: Likewise
44603
44604 2006-09-10  Bruno Haible  <bruno@clisp.org>
44605
44606         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44607         m4/inttypes_h.m4, m4/uintmax_t.m4.
44608
44609 2006-09-10  Bruno Haible  <bruno@clisp.org>
44610
44611         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44612         gl_AC_TYPE_UINTMAX_T.
44613
44614 2006-09-10  Bruno Haible  <bruno@clisp.org>
44615
44616         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44617
44618 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44619
44620         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44621         convention.  Text proposed by Bruno Haible.
44622         (struct argp_option): Document the use of N_() wrappers.
44623
44624         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44625         '\v', and translate the two parts separately, instead of feeding
44626         the whole string to gettext.  This allows to exclude
44627         '\v' from the strings visible to the translator by writing doc
44628         strings as N_("..") "\v" N_("..").
44629
44630 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44631
44632         * config/srclist.txt: Undo latest change; the bug was fixed.
44633
44634 2006-09-09  Bruno Haible  <bruno@clisp.org>
44635
44636         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44637         assignments if building a library without libtool.
44638         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44639         in func_emit_lib_Makefile_am.
44640         (func_import): When building a static library libfoo.a, arrange to
44641         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44642         (func_create_testdir): Likewise.
44643         * modules/gc (configure.ac, Makefile.am): If building statically,
44644         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44645         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44646         * modules/striconv (configure.ac, Makefile.am): Likewise.
44647         Based on a suggestion by Ralf Wildenhues.
44648
44649 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44650
44651         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44652         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44653         Also:
44654
44655         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44656         Add year_2050_test to catch glibc bug 2821
44657         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44658
44659         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44660         Prefer #ifdef to #if.
44661
44662         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44663         Return from 'main' instead of calling 'exit'.
44664
44665 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44666
44667         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44668         returned the maximum time_t value rather than (time_t) -1.
44669         Problem originally reported by William Bardwell
44670         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44671
44672         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44673         Moved to here ...
44674         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44675         ... from here.
44676
44677 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44678
44679         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44680         2821 is fixed.
44681
44682 2006-09-08  Jim Meyering  <jim@meyering.net>
44683
44684         Don't make generated files read-only.  That would bother too many
44685         people.  However, do retain the ability to work when targets are
44686         read-only: remove the destination and temporary files before writing
44687         them (when generated via sed or echo), or by using the -f option for
44688         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44689         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44690         * modules/byteswap, modules/configmake, modules/fcntl:
44691         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44692         * modules/localcharset, modules/netinet_in, modules/poll:
44693         * modules/stdbool, modules/stdint, modules/sys_select:
44694         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44695
44696 2006-09-08  Jim Meyering  <jim@meyering.net>
44697
44698         Avoid new build failure on FreeBSD 6.0.
44699         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44700         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44701         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44702
44703 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44704
44705         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44706
44707 2006-09-07  Jim Meyering  <jim@meyering.net>
44708
44709         Fix global typo in last change: use chmod u-w, not chmod u-x.
44710         Spotted by Paul Eggert and Bruce Korb.
44711         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44712         * modules/byteswap, modules/configmake, modules/fcntl:
44713         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44714         * modules/localcharset, modules/netinet_in, modules/poll:
44715         * modules/stdbool, modules/stdint, modules/sys_select:
44716         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44717
44718 2006-09-06  Jim Meyering  <jim@meyering.net>
44719
44720         Make generated files be read-only.
44721         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44722         Ensure that each generated file is now read-only.
44723         * modules/argz: Likewise.
44724         * modules/arpa_inet: Likewise.
44725         * modules/byteswap: Likewise.
44726         * modules/configmake: Likewise.
44727         * modules/fcntl: Likewise.
44728         * modules/fnmatch: Likewise.
44729         * modules/getopt: Likewise.
44730         * modules/glob: Likewise.
44731         * modules/inttypes: Likewise.
44732         * modules/netinet_in: Likewise.
44733         * modules/poll: Likewise.
44734         * modules/stdbool: Likewise.
44735         * modules/stdint: Likewise.
44736         * modules/sys_select: Likewise.
44737         * modules/sys_socket: Likewise.
44738         * modules/sys_stat: Likewise.
44739         * modules/sysexits: Likewise.
44740         * modules/localcharset: Same as above, but continue using temporary
44741         file named "t-$@" (why different?) rather than the "$@-t" used
44742         everywhere else.
44743
44744         * modules/sysexits (Makefile.am): Replace literal occurrences
44745         of "sysexit.h" more readable, and more consistent, "$@".
44746
44747 2006-09-06  Bruno Haible  <bruno@clisp.org>
44748
44749         * modules/striconv: New file.
44750         * modules/xstriconv: New file.
44751         * MODULES.html.sh (Internationalization functions): Add striconv,
44752         xstriconv.
44753
44754 2006-09-06  Bruno Haible  <bruno@clisp.org>
44755
44756         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44757         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44758         not using libtool correctly.
44759
44760 2006-09-06  Bruno Haible  <bruno@clisp.org>
44761
44762         * lib/striconv.h: New file.
44763         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44764         iconvstring.c.
44765         * lib/xstriconv.h: New file.
44766         * lib/xstriconv.c: New file.
44767
44768 2006-09-06  Bruno Haible  <bruno@clisp.org>
44769
44770         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44771         lib_..._LDFLAGS.
44772
44773 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44774
44775         * lib/argz_.h: Sync from Libtool.
44776
44777         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44778                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44779
44780         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44781
44782 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44783
44784         * modules/trim: New file.
44785
44786 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44787
44788         * lib/trim.h: New file.
44789         * lib/trim.c: New file.
44790
44791 2006-09-05  Bruno Haible  <bruno@clisp.org>
44792
44793         * MODULES.html.sh (String handling): Add trim.
44794
44795 2006-09-04  Karl Berry  <karl@gnu.org>
44796
44797         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44798         until next release.
44799
44800 2006-09-03  Bruno Haible  <bruno@clisp.org>
44801
44802         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44803         correctly.
44804
44805 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44806
44807         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44808         not gl_GETLOADAVG.  Omit unneeded semicolons.
44809         Problems reported by Ralf Wildenhues in
44810         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44811         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44812         at the end, which is the usual gnulib style.
44813
44814         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44815         of doing all the work ourselves.
44816         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44817         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44818
44819 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44820
44821         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44822         Problem reported by Ralf Wildenhues in
44823         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44824
44825         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44826         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44827
44828 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44829
44830         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44831         yesterday's patch by changing test -n to test -z.
44832
44833 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44834
44835         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44836         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44837         the former is now obsolescent.
44838
44839         * modules/chdir-long (Depends-on): Add fcntl.
44840
44841 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44842
44843         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44844         obsolescent, and programs should use gnulib instead.
44845         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44846         but with prefixes changed.
44847
44848 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44849
44850         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44851         or stdbool.h, because they might not exist while configuring.
44852
44853         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44854         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44855         does that for us.
44856         (O_DIRECTORY): Remove.
44857
44858 2006-08-31  Eric Blake  <ebb9@byu.net>
44859
44860         * gnulib-tool: Don't let emacs change spaces to TAB.
44861
44862 2006-08-31  Bruno Haible  <bruno@clisp.org>
44863
44864         * gnulib-tool: When calling func_import more than once, do it in a
44865         subshell.
44866         Reported by Eric Blake <ebb9@byu.net>.
44867
44868 2006-08-31  Bruno Haible  <bruno@clisp.org>
44869
44870         * gnulib-tool (nl): Remove variable.
44871         (sed_transform_lib_file): Use more robust test for config-h module.
44872         (func_import): Fix typo in 2006-08-25 patch.
44873
44874 2006-08-31  Bruno Haible  <bruno@clisp.org>
44875
44876         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44877         specified, augment Makefile.am variables instead of assigning them.
44878
44879 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44880
44881         Work around a bug in both the Linux and SunOS 64-bit kernels:
44882         nanosleep mishandles sleeps for longer than 2**31 seconds.
44883         Problem reported by Frank v Waveren in
44884         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44885         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44886         Check for nanosleep bug.
44887         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44888
44889 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44890
44891         Work around a bug in both the Linux and SunOS 64-bit kernels:
44892         nanosleep mishandles sleeps for longer than 2**31 seconds.
44893         Problem reported by Frank v Waveren in
44894         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44895         * lib/nanosleep.c (BILLION): New constant.
44896         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44897         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44898         implementation.
44899
44900 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44901
44902         * modules/nanosleep (Depends-on): Add gettime.
44903
44904 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44905         and Simon Josefsson  <jas@extundo.com>
44906         and Oskar Liljeblad  <oskar@osk.mine.nu>
44907
44908         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44909         * gnulib-tool (func_import): New license type 'unmodifiable license
44910         text'.
44911         * modules/fdl: Use it.  Longer description.
44912         * module/gpl, module/lgpl: New files.
44913
44914 2006-08-30  Jim Meyering  <jim@meyering.net>
44915
44916         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44917         shadowing the parameter.
44918
44919 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44920
44921         Sync from Libtool:
44922
44923         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44924
44925         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44926         sharing with gnulib.  Report by Eric Blake.
44927
44928 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44929
44930         * modules/isapipe: New file.
44931         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44932
44933 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44934
44935         * modules/configmake (Makefile.am): Add a comment, and omit
44936         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44937         by Bruno Haible.
44938
44939 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44940
44941         * m4/isapipe.m4: New file.
44942
44943 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44944
44945         * lib/isapipe.c, lib/isapipe.h: New files.
44946
44947 2006-08-29  Jim Meyering  <jim@meyering.net>
44948
44949         * modules/configmake (Makefile.am): Make configmake.h depend on
44950         Makefile.  Otherwise, a stale configmake.h could hang around.
44951
44952 2006-08-29  Eric Blake  <ebb9@byu.net>
44953
44954         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44955         resolution of upstream bug 3044.
44956
44957 2006-08-29  Bruno Haible  <bruno@clisp.org>
44958
44959         * modules/localcharset (Depends-on): Add configmake.
44960         (Makefile.am): Remove setting of LIBDIR through DEFS.
44961
44962 2006-08-29  Bruno Haible  <bruno@clisp.org>
44963
44964         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44965         defined.
44966
44967 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44968
44969         * modules/fcntl: New file.
44970         * modules/chdir-safer (Depends-on): Add fcntl.
44971         * modules/fts: Likewise.
44972         * modules/mkdir-p: Likewise.
44973
44974         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44975         This undoes the most recent change, since we're now addressing the
44976         problem in a different way.
44977
44978         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44979         into output, since the output might be called Makefile.am even
44980         if $makefile_name is something different.
44981         (func_import): Use $makefile_am rather than
44982         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44983         empty.
44984
44985         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44986
44987 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44988
44989         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44990         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44991         recent change to stdint.m4, since we're now addressing the problem in a
44992         different way.
44993
44994 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44995
44996         * m4/fcntl_h.m4: New file.
44997
44998 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44999
45000         * lib/fcntl_.h: New file.
45001         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
45002         the fcntl module.
45003         * lib/dirchownmod.c: Likewise.
45004         * lib/fts.c: Likewise.
45005
45006         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45007         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45008         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45009         just before including <inttypes.h>, to avoid circular inclusion.
45010
45011 2006-08-28  Jim Meyering  <jim@meyering.net>
45012
45013         * doc/visibility.texi: Actually read and correct the grammar of the
45014         sentence affected by yesterday's change.
45015
45016 2006-08-28  Eric Blake  <ebb9@byu.net>
45017
45018         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45019         needs wrapper.
45020
45021 2006-08-28  Eric Blake  <ebb9@byu.net>
45022
45023         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45024
45025 2006-08-28  Eric Blake  <ebb9@byu.net>
45026
45027         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45028
45029 2006-08-28  Bruno Haible  <bruno@clisp.org>
45030
45031         * modules/c-strstr: New file, from GNU gettext.
45032         * MODULES.html.sh (String handling): Add c-strstr.
45033
45034 2006-08-28  Bruno Haible  <bruno@clisp.org>
45035
45036         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45037         macros.
45038         Reported by Eric Blake.
45039
45040 2006-08-28  Bruno Haible  <bruno@clisp.org>
45041
45042         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45043         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45044         * lib/vasprintf.c: Include errno.h, limits.h.
45045         (EOVERFLOW): New fallback definition.
45046         (vasprintf): Test here whether the string length is > INT_MAX.
45047         * lib/vsnprintf.c: Include errno.h, limits.h.
45048         (EOVERFLOW): New fallback definition.
45049         (vsnprintf): Fix bug when generated string was too long for the buffer.
45050         Test here whether the string length is > INT_MAX.
45051
45052 2006-08-28  Bruno Haible  <bruno@clisp.org>
45053
45054         * lib/inttypes_.h (SCNX*): Remove definitions.
45055         Reported by Eric Blake.
45056
45057 2006-08-28  Bruno Haible  <bruno@clisp.org>
45058
45059         * lib/c-strstr.h: New file, from GNU gettext.
45060         * lib/c-strstr.c: New file, from GNU gettext.
45061
45062 2006-08-28  Bruno Haible  <bruno@clisp.org>
45063
45064         * gnulib-tool: Reorder some statements.
45065
45066 2006-08-28  Bruno Haible  <bruno@clisp.org>
45067
45068         * gnulib-tool: New option --makefile-name.
45069         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45070         $makefile_name.
45071         (func_import): Write $makefile_name to the cache file, and read it from
45072         there unless explicitly specified. Use $makefile_name as file name
45073         instead of Makefile.am. Adjust the recommendations accordingly.
45074
45075 2006-08-28  Bruno Haible  <bruno@clisp.org>
45076
45077         * gnulib-tool (func_verify_module): Check against misapplying patch.
45078
45079 2006-08-28  Bruno Haible  <bruno@clisp.org>
45080
45081         * gnulib-tool (func_relativize, func_relconcat): New functions.
45082         Give an error if --local-dir is given with --update.
45083         Remove trailing slashes from $local_gnulib_dir.
45084         (func_import): Store the relativized $local_gnulib_dir in
45085         gnulib-cache.m4, and read it from there if not specified explicitly.
45086
45087 2006-08-28  Bruno Haible  <bruno@clisp.org>
45088
45089         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45090         is the current directory. Respect also $local_gnulib_dir.
45091
45092 2006-08-28  Bruno Haible  <bruno@clisp.org>
45093             Simon Josefsson  <jas@extundo.com>
45094
45095         BeOS portability.
45096         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45097
45098 2006-08-27  Jim Meyering  <jim@meyering.net>
45099
45100         * doc/visibility.texi: Remove duplicate word: "pointer".
45101
45102 2006-08-26  Bruno Haible  <bruno@clisp.org>
45103
45104         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45105         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45106         (Makefile.am): Create inttypes.h from inttypes_.h.
45107         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45108
45109         * modules/imaxabs: New file.
45110
45111         * modules/imaxdiv: New file.
45112
45113 2006-08-26  Bruno Haible  <bruno@clisp.org>
45114
45115         * m4/inttypes.m4: New file.
45116         * m4/_inttypes_h.m4: Remove file.
45117         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45118         PRI_MACROS_BROKEN.
45119         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45120
45121         * m4/imaxabs.m4: New file.
45122
45123         * m4/imaxdiv.m4: New file.
45124
45125 2006-08-26  Bruno Haible  <bruno@clisp.org>
45126
45127         * lib/inttypes_.h: New file.
45128         * lib/inttypes.h: Remove file.
45129         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45130
45131         * lib/imaxabs.c: New file.
45132
45133         * lib/imaxdiv.c: New file.
45134
45135 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45136
45137         New config-h module, so that "make" output needn't be cluttered
45138         by -DHAVE_CONFIG_H.
45139         * MODULES.html.sh (Support for building libraries and executables):
45140         Add config-h.
45141         * modules/config-h: New file.
45142         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45143         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45144         the config-h module is used.
45145
45146         New configmake module, so that "make" output needn't be cluttered
45147         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45148         * MODULES.html.sh (Support for building libraries and executables):
45149         Add configmake.
45150         * modules/configmake: New file.
45151
45152 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45153
45154         * m4/config-h.m4: New file.
45155
45156 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45157
45158         * config/srclist.txt: Add elisp-comp.
45159
45160 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45161
45162         * MODULES.html.sh (Support for building libraries and executables):
45163         Add elisp-comp.
45164         * build-aux/elisp-comp: New file.
45165         * modules/elisp-comp: New file.
45166
45167 2006-08-24  Bruno Haible  <bruno@clisp.org>
45168
45169         * gnulib-tool (func_create_testdir): Use non-default values of
45170         sourcebase and m4base.
45171
45172 2006-08-24  Bruno Haible  <bruno@clisp.org>
45173
45174         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45175         HTML structure.
45176
45177 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45178
45179         * modules/openat (Depends-on): Add lchown.
45180
45181 2006-08-23  Bruno Haible  <bruno@clisp.org>
45182
45183         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45184         of gl_LOCK_EARLY instead of gl_LOCK.
45185
45186 2006-08-23  Bruno Haible  <bruno@clisp.org>
45187
45188         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45189         on OSF/1 to no.
45190         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45191
45192 2006-08-23  Bruno Haible  <bruno@clisp.org>
45193
45194         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45195         as unusable.
45196
45197         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45198         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45199         (gl_LOCK): New macro.
45200
45201 2006-08-22  Simon Josefsson  <jas@extundo.com>
45202
45203         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45204         to md5 module.
45205
45206 2006-08-22  Simon Josefsson  <jas@extundo.com>
45207
45208         * MODULES.html.sh: Add "Support for maintaining and release
45209         projects".
45210
45211         * build-aux/gnupload: New file, from coreutils.
45212
45213 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45214
45215         Avoid the need for AC_LIBSOURCES in m4 macros.
45216         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45217         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45218         * modules/check-version (EXTRA_DIST): Add check-version.h.
45219         * modules/crc (EXTRA_DIST): Add crc.h.
45220         * modules/des (EXTRA_DIST): Add des.h.
45221         * modules/gc (EXTRA_DIST): Add gc.h.
45222         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45223         * modules/getline (EXTRA_DIST): Add getline.h.
45224         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45225         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45226         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45227         * modules/md2 (EXTRA_DIST): Add md2.h.
45228         * modules/md4 (EXTRA_DIST): Add md4.h.
45229         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45230         * modules/read-file (EXTRA_DIST): Add read-file.h.
45231         * modules/readline (EXTRA_DIST): Add readline.h.
45232         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45233         rijndael-api-fst.h.
45234
45235 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45236
45237         * m4/rijndael.m4 (gl_ARCFOUR):
45238         * m4/arctwo.m4 (gl_ARCTWO):
45239         * m4/check-version.m4 (gl_CHECK_VERSION):
45240         * m4/crc.m4 (gl_CRC):
45241         * m4/des.m4 (gl_DES):
45242         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45243         * m4/gc.m4 (gl_GC):
45244         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45245         * m4/getline.m4 (gl_FUNC_GETLINE):
45246         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45247         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45248         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45249         * m4/md2.m4 (gl_MD2):
45250         * m4/md4.m4 (gl_MD4):
45251         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45252         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45253         * m4/readline.m4 (gl_FUNC_READLINE):
45254         * m4/rijndael.m4 (gl_RIJNDAEL):
45255         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45256         to get the necessary .h files and whatnot.
45257
45258 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45259
45260         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45261         gnulib rather than the other way around.
45262         * config/srclistvars.sh (COREUTILS): Remove.
45263
45264 2006-08-22  Jim Meyering  <jim@meyering.net>
45265
45266         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45267
45268         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45269
45270 2006-08-22  Eric Blake  <ebb9@byu.net>
45271
45272         * modules/regexprops-generic: New file.
45273         * MODULES.html.sh (Support for building documentation): List it.
45274
45275 2006-08-22  Eric Blake  <ebb9@byu.net>
45276
45277         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45278         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45279         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45280         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45281
45282 2006-08-22  Bruno Haible  <bruno@clisp.org>
45283
45284         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45285         and lib_LTLIBRARIES like the other lib_* variables.
45286
45287 2006-08-22  Bruno Haible  <bruno@clisp.org>
45288
45289         * build-aux/x-to-1.in: New file, from GNU gettext.
45290
45291 2006-08-22  Bruno Haible  <bruno@clisp.org>
45292
45293         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45294         <utmpx.h> exists.
45295
45296 2006-08-22  Bruno Haible  <bruno@clisp.org>
45297
45298         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45299         <utmpx.h> exists.
45300
45301 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45302
45303         BeOS portability.
45304         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45305         exist.
45306         Problem reported by Bruno Haible.
45307
45308 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45309
45310         Avoid the need for AC_LIBSOURCES in m4 macros.
45311         * modules/acl (EXTRA_DIST): Add acl.h.
45312         * modules/argmatch (Files): Add m4/argmatch.m4.
45313         (configure.ac): Add gl_ARGMATCH.
45314         (EXTRA_DIST): Renamed from lib_SOURCES, for
45315         consistency with the other modules.  Remove argmatch.c.
45316         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45317         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45318         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45319         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45320         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45321         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45322         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45323         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45324         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45325         * modules/closeout (EXTRA_DIST): Add closeout.h.
45326         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45327         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45328         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45329         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45330         dirname.h; remove basename.c and stripslash.c.
45331         * modules/exclude (EXTRA_DIST): Add exclude.h.
45332         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45333         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45334         * modules/file-type (EXTRA_DIST): Add file-type.h.
45335         * modules/filemode (EXTRA_DIST): Add filemode.h.
45336         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45337         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45338         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45339         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45340         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45341         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45342         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45343         * modules/getdate (EXTRA_DIST): Add getdate.c.
45344         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45345         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45346         * modules/getpass (EXTRA_DIST): Add getpass.h.
45347         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45348         * modules/group-member (EXTRA_DIST): Add group-member.h.
45349         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45350         * modules/hash (EXTRA_DIST): Add hash.h.
45351         * modules/human (EXTRA_DIST): Add human.h.
45352         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45353         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45354         * modules/lchown (EXTRA_DIST): Add lchown.h.
45355         * modules/long-options (EXTRA_DIST): Add long-options.h.
45356         * modules/lstat (EXTRA_DIST): Add lstat.h.
45357         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45358         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45359         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45360         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45361         * modules/memxor (EXTRA_DIST): Add memxor.h.
45362         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45363         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45364         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45365         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45366         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45367         * modules/physmem (EXTRA_DIST): Add physmem.h.
45368         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45369         * modules/posixver (EXTRA_DIST): Add posixver.h.
45370         * modules/quote (EXTRA_DIST): Add quote.h.
45371         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45372         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45373         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45374         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45375         regex_internal.h regexec.c.
45376         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45377         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45378         * modules/same (EXTRA_DIST): Add same.h.
45379         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45380         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45381         * modules/savedir (EXTRA_DIST): Add savedir.h.
45382         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45383         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45384         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45385         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45386         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45387         * modules/strdup (EXTRA_DIST): Add strdup.h.
45388         * modules/strftime (EXTRA_DIST): Add strftime.h.
45389         * modules/strndup (EXTRA_DIST): Add strndup.h.
45390         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45391         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45392         * modules/time_r (EXTRA_DIST): Add time_r.h.
45393         * modules/timespec (EXTRA_DIST): Add timespec.h.
45394         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45395         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45396         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45397         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45398         * modules/userspec (EXTRA_DIST): Add userspec.h.
45399         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45400         * modules/utimens (EXTRA_DIST): Add utimens.h.
45401         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45402         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45403         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45404         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45405         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45406         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45407         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45408         * modules/yesno (EXTRA_DIST): Add yesno.h.
45409
45410 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45411
45412         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45413
45414         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45415         * m4/dev-ino.m4, same-inode.m4: Remove.
45416
45417         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45418         * m4/acl.m4 (AC_FUNC_ACL):
45419         * m4/backupfile.m4 (gl_BACKUPFILE):
45420         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45421         * m4/canon-host.m4 (gl_CANON_HOST):
45422         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45423         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45424         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45425         * m4/cloexec.m4 (gl_CLOEXEC):
45426         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45427         * m4/closeout.m4 (gl_CLOSEOUT):
45428         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45429         * m4/dirname.m4 (gl_DIRNAME):
45430         * m4/exclude.m4 (gl_EXCLUDE):
45431         * m4/exitfail.m4 (gl_EXITFAIL):
45432         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45433         * m4/file-type.m4 (gl_FILE_TYPE):
45434         * m4/filemode.m4 (gl_FILEMODE):
45435         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45436         * m4/fpending.m4 (gl_FUNC_FPENDING):
45437         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45438         * m4/fts.m4 (gl_FUNC_FTS):
45439         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45440         * m4/getdate.m4 (gl_GETDATE):
45441         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45442         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45443         * m4/getpass.m4 (gl_FUNC_GETPASS):
45444         * m4/gettime.m4 (gl_GETTIME):
45445         * m4/getugroups.m4 (gl_GETUGROUPS):
45446         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45447         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45448         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45449         * m4/hash.m4 (gl_HASH):
45450         * m4/idcache.m4 (gl_IDCACHE):
45451         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45452         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45453         * m4/long-options.m4 (gl_LONG_OPTIONS):
45454         * m4/lstat.m4 (gl_FUNC_LSTAT):
45455         * m4/md5.m4 (gl_MD5):
45456         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45457         * m4/memcoll.m4 (gl_MEMCOLL):
45458         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45459         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45460         * m4/memxor.m4 (gl_MEMXOR):
45461         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45462         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45463         * m4/modechange.m4 (gl_MODECHANGE):
45464         * m4/mountlist.m4 (gl_MOUNTLIST):
45465         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45466         * m4/openat.m4 (gl_FUNC_OPENAT):
45467         * m4/pathmax.m4 (gl_PATHMAX):
45468         * m4/physmem.m4 (gl_PHYSMEM):
45469         * m4/posixtm.m4 (gl_POSIXTM):
45470         * m4/posixver.m4 (gl_POSIXVER):
45471         * m4/quote.m4 (gl_QUOTE):
45472         * m4/quotearg.m4 (gl_QUOTEARG):
45473         * m4/readtokens.m4 (gl_READTOKENS):
45474         * m4/readutmp.m4 (gl_READUTMP):
45475         * m4/regex.m4 (gl_REGEX):
45476         * m4/safe-read.m4 (gl_SAFE_READ):
45477         * m4/safe-write.m4 (gl_SAFE_WRITE):
45478         * m4/same.m4 (gl_SAME):
45479         * m4/save-cwd.m4 (gl_SAVE_CWD):
45480         * m4/savedir.m4 (gl_SAVEDIR):
45481         * m4/settime.m4 (gl_SETTIME):
45482         * m4/sha1.m4 (gl_SHA1):
45483         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45484         * m4/stat-macros.m4 (gl_STAT_MACROS):
45485         * m4/stat-time.m4 (gl_STAT_TIME):
45486         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45487         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45488         * m4/strdup.m4 (gl_FUNC_STRDUP):
45489         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45490         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45491         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45492         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45493         * m4/time_r.m4 (gl_TIME_R):
45494         * m4/timespec.m4 (gl_TIMESPEC):
45495         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45496         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45497         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45498         * m4/userspec.m4 (gl_USERSPEC):
45499         * m4/utimecmp.m4 (gl_UTIMECMP):
45500         * m4/utimens.m4 (gl_UTIMENS):
45501         * m4/xalloc.m4 (gl_XALLOC):
45502         * m4/xgetcwd.m4 (gl_XGETCWD):
45503         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45504         * m4/xreadlink.m4 (gl_XREADLINK):
45505         * m4/xstrtod.m4 (gl_XSTRTOD):
45506         * m4/yesno.m4 (gl_YESNO):
45507         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45508         to get the necessary .h files and whatnot.
45509
45510 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45511             Bruno Haible  <bruno@clisp.org>
45512
45513         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45514         /bin/sh understanding of '!' conditional negation.
45515
45516 2006-08-21  Jim Meyering  <jim@meyering.net>
45517
45518         * modules/openat (Depends-on): Really alphabetize.
45519
45520         * modules/acl (Depends-on): Add error and quote.
45521
45522         * check-module (find_included_lib_files): Add at-func.c to the
45523         ok-to-include-more-than-once white list.
45524
45525         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45526
45527 2006-08-21  Bruno Haible  <bruno@clisp.org>
45528
45529         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45530         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45531         Reported by Martin Lambers <marlam@marlam.de>.
45532
45533 2006-08-21  Bruno Haible  <bruno@clisp.org>
45534
45535         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45536         specify an installation location, don't emit a noinst_LIBRARIES or
45537         noinst_LTLIBRARIES assignment.
45538
45539 2006-08-21  Bruno Haible  <bruno@clisp.org>
45540
45541         BeOS portability.
45542         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45543         BeOS has mbrtowc() but no <wctype.h>.
45544
45545 2006-08-21  Bruno Haible  <bruno@clisp.org>
45546
45547         BeOS portability.
45548         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45549         exist.
45550
45551 2006-08-21  Bruno Haible  <bruno@clisp.org>
45552
45553         BeOS portability.
45554         * lib/mbchar.h: Include <wctype.h> only if it exists.
45555
45556 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45557
45558         Remove files that are no longer needed by their respective modules.
45559         * m4/obstack.m4: Remove.
45560         * m4/strerror_r.m4: Remove.
45561         * m4/uint32_t.m4: Remove.
45562         * m4/uintptr_t.m4: Remove.
45563         * m4/ullong_max.m4: Remove.
45564         * m4/xstrtoimax.m4: Remove.
45565         * m4/xstrtoumax.m4: Remove.
45566
45567         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45568         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45569         dependencies now capture this.
45570
45571         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45572         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45573         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45574         * m4/human.m4 (gl_HUMAN): Likewise.
45575         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45576         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45577
45578         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45579
45580         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45581         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45582         stdint.
45583         * m4/human.m4 (gl_HUMAN): Likewise.
45584         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45585         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45586         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45587         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45588         * m4/xstrtol (gl_XSTRTOL): Likewise.
45589
45590         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45591         AC_TYPE_LONG_LONG_INT.
45592         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45593         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45594         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45595         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45596
45597         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45598         on stdbool.
45599
45600         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45601         (gl_PREREQ_XSTRTOUL): Remove.
45602
45603         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45604
45605         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45606         mode.
45607
45608 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45609
45610         Add and change modules to make it easier for coreutils to use
45611         gnulib-tool.
45612         * modules/backupfile (Files): Remove m4/d-ino.m4.
45613         (Depends-on): Add d-ino.
45614         * modules/cycle-check (Depends-on): Add stdint.
45615         (lib_SOURCES): Add cycle-check.h.
45616         * modules/d-ino: New module.
45617         * modules/d-type: New module.
45618         * modules/error (Files): Remove m4/strerror_r.m4.
45619         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45620         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45621         m4/inttypes_h.m4, m4/uintmax_t.m4.
45622         (Depends-on): Add stdint.
45623         (lib_SOURCES): Add fsusage.h.
45624         * modules/getcwd (Files): Remove d-ino.m4.
45625         (Depends-on): Add d-ino.
45626         * modules/getndelim2 (Depends-on): Add stdint.
45627         * modules/glob (Files): Remove m4/d-type.m4.
45628         (Depends-on): Add d-type.
45629         * modules/host-os: New module.
45630         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45631         m4/inttypes_h.m4, m4/uintmax_t.m4.
45632         * Depends-on: Add stdint.
45633         (lib_SOURCES): Add human.h.
45634         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45635         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45636         m4/uintmax_t.m4, m4/ulonglong.m4.
45637         (Depends-on): Add stdint.
45638         (EXTRA_DIST): Add inttostr.h.
45639         * modules/lchmod: New module.
45640         * modules/link-follow: New module.
45641         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45642         (Depends-on): Add lchmod.
45643         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45644         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45645         (Depends-on): Add stdint.
45646         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45647         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45648         (Depends-on): Add stdint.
45649         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45650         * modules/perl: New module.
45651         * modules/regex (Depends-on): Add stdint.
45652         * modules/rmdir-errno: New module.
45653         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45654         m4/intmax_t.m4.
45655         (Depends-on): Add stdint.
45656         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45657         m4/uintmax_t.m4.
45658         (Depends-on): Add stdint.
45659         * modules/unlink-busy: New module.
45660         * modules/utimecmp (Depends-on): Add stdint.
45661         * modules/uptime: New module.
45662         * modules/winsz-ioctl: New module.
45663         * modules/winsz-termios: New module.
45664         * modules/xnanosleep (Depends-on): Add nanosleep.
45665         * modules/ullong_max: Remove.
45666         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45667         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45668         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45669         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45670         (Depends-on): Add inttypes.
45671         (lib_SOURCES): Add xstrtol.h.
45672         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45673         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45674         * MODULES.html.sh: Move 'assert' into the assert section.
45675         Move 'dummy' into the linking section.
45676         Remove ullong_max.
45677         Add section for compatibility checks for POSIX:2001 functions,
45678         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45679         winsz-ioctl, and winsz-termios into it.
45680         Add lchmod.
45681         Add top-level Misc section and put host-os, perl, and uptime
45682         into it.
45683
45684 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45685
45686         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45687         now assume the stdint module.  Do not include inttypes.h.
45688         * lib/fsusage.h: Likewise.
45689         * lib/getndelim2.c: Likewise.
45690         * lib/human.h: Likewise.
45691         * lib/inttostr.h: Likewise.
45692         * lib/obstack.c: Likewise.
45693         * lib/regex_internal.h: Likewise.
45694         * lib/tempname.c: Likewise.
45695         * lib/utimecmp.c: Likewise.
45696         * lib/xstrtol.h: Likewise.
45697
45698         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45699
45700         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45701         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45702         * lib/xtime.h: Likewise.
45703
45704 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45705
45706         * modules/openat (Files): Add lib/fchmodat.c.
45707         Fixes problem reported by Jay Youngman.
45708
45709 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45710
45711         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45712         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45713
45714 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45715             Bruno Haible  <bruno@clisp.org>
45716
45717         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45718         and is a script that invokes bison. Tighten the code. Add comments.
45719
45720 2006-08-18  Jim Meyering  <jim@meyering.net>
45721
45722         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45723         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45724         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45725         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45726
45727 2006-08-18  Bruno Haible  <bruno@clisp.org>
45728
45729         * modules/bison-i18n: New file.
45730         * MODULES.html.sh (Internationalization functions): Add it.
45731
45732 2006-08-18  Bruno Haible  <bruno@clisp.org>
45733
45734         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45735         sys/statvfs.h. When getmntinfo was found, check its declaration and
45736         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45737
45738 2006-08-18  Bruno Haible  <bruno@clisp.org>
45739
45740         * m4/bison-i18n.m4: New file, from bison.
45741
45742 2006-08-18  Bruno Haible  <bruno@clisp.org>
45743
45744         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45745         (ME_DUMMY): Treat "kernfs" as a dummy.
45746         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45747
45748 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45749
45750         Update from coreutils.
45751
45752         2006-08-15  Jim Meyering  <jim@meyering.net>
45753
45754         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45755
45756         2006-01-17  Jim Meyering  <jim@meyering.net>
45757
45758         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45759
45760         2006-01-11  Jim Meyering  <jim@meyering.net>
45761
45762         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45763         Check for the lchmod function.
45764
45765 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45766
45767         Update from coreutils.
45768
45769         * lib/__fpending.h: Add copyright notice.
45770         * lib/fprintftime.h: Likewise.
45771         * lib/savedir.c: Use (C) in copyright notice.
45772         * lib/savedir.h: Likewise.
45773
45774         2006-08-15  Jim Meyering  <jim@meyering.net>
45775
45776         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45777         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45778         in support of the EXPECTED_ERRNO macro.
45779         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45780         definitions.  Instead, define the appropriate symbols and include
45781         "at-func.c".
45782         * lib/mkdirat.c (mkdirat): Likewise.
45783         * lib/fchmodat.c (fchmodat): Likewise.
45784         (ENOSYS): Remove definition.
45785         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45786         it.  Don't include "unistd--.h" -- it wasn't ever used.
45787
45788         2006-01-17  Jim Meyering  <jim@meyering.net>
45789
45790         Rewrite fts.c not to change the current working directory,
45791         by using openat, fstatat, fdopendir, etc..
45792
45793         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45794         (HAVE_OPENAT_SUPPORT): Define.
45795         [_LIBC] (fchdir): Don't undef or define; no longer used.
45796         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45797         Now, this `function' always succeeds, and consumes its file descriptor
45798         parameter -- so callers must not close such FDs.  Update callers.
45799         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45800         (diropen): Add parameter, SP.  Adjust all callers.
45801         Implement using diropen_fd, rather than open.
45802         (fts_open): Initialize new member, fts_cwd_fd.
45803         Remove fts_rft-setting code.
45804         (fts_close): Close fts_cwd_fd, if necessary.
45805         (__opendir2): Define in terms of opendir or opendirat,
45806         depending on whether the FST_NOCHDIR flag is set.
45807         (fts_build): Since fts_safe_changedir consumes its FD, and since
45808         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45809         and close the dup'd file descriptor upon failure.
45810         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45811         (fts_safe_changedir): Tweak semantics to reflect that this function
45812         now calls cwd_advance_fd and hence consumes its FD argument.
45813         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45814         [struct FTS] (fts_rft): Remove now-unused member.
45815         [struct FTS] (fts_cycle.state): Improve comment.
45816
45817         * lib/openat.c (openat_needs_fchdir): New function.
45818         * lib/openat.h (openat_needs_fchdir): Declare it.
45819
45820 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45821
45822         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45823         Problem and fix reported by Pádraig Brady in
45824         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45825
45826 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45827
45828         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45829
45830 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45831
45832         * lib/memcoll.c (memcoll): Optimize for the common case where the
45833         arguments are bytewise equal.
45834
45835 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45836
45837         * doc/regexprops-generic.texi: Add a copyright notice.
45838
45839 2006-08-15  Bruno Haible  <bruno@clisp.org>
45840
45841         * modules/tmpdir (License): Change to LGPL.
45842
45843 2006-08-15  Bruno Haible  <bruno@clisp.org>
45844
45845         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45846         module.
45847
45848 2006-08-14  Simon Josefsson  <jas@extundo.com>
45849
45850         * config/srclist.txt: Add gnupload.
45851
45852 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45853
45854         Change copyright notice from LGPL 2 to GPL 2, since that's the
45855         standard form used in the gnulib repository.
45856         * tests/test-lock.c: Likewise.
45857         * tests/test-stdint.c: Likewise.
45858         * tests/test-tls.c: Likewise.
45859
45860         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45861         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45862         Add copyright notice.
45863
45864         * check-module: Add copyright notice.  Output a copyright
45865         notice if "--version" is specified.
45866         * modules/COPYING: New file.
45867         * tests/test-getaddrinfo.c: Add copyright notice.
45868         * tests/test-verify.c: Likewise.
45869
45870 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45871
45872         Change copyright notice from LGPL 2 to GPL 2, since that's the
45873         standard form used in the gnulib repository.
45874         * lib/lock.c: LGPL -> GPL.
45875         * lib/lock.h: Likewise.
45876         * lib/strnlen1.c: Likewise.
45877         * lib/strnlen1.h: Likewise.
45878         * lib/tls.c: Likewise.
45879         * lib/tls.h: Likewise.
45880         * lib/tmpdir.c: Likewise.
45881
45882         * lib/TODO: Remove; this belongs only in coreutils.
45883
45884 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45885
45886         Add copyright notices to long-enough files that lack them, since
45887         otherwise the files aren't clearly free.  Use the same notice that
45888         getdate.texi already uses.
45889         * doc/alloca-opt.texi: Add copyright notice.
45890         * doc/alloca.texi: Likewise.
45891         * doc/ctime.texi: Likewise.
45892         * doc/functions.texi: Likewise.
45893         * doc/gcd.texi: Likewise.
45894         * doc/gnulib-tool.texi: Likewise.
45895         * doc/inet_ntoa.texi: Likewise.
45896         * doc/visibility.texi: Likewise.
45897
45898         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45899         * doc/quote.texi: Add copyright notice.
45900
45901         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45902         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45903         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45904         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45905         is now obsolete, and give a pointer to the Sun list.
45906         Add copyright notice.
45907
45908 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45909
45910         * config/srclistvars.sh: Add copyright notice.
45911
45912 2006-08-14  Eric Blake  <ebb9@byu.net>
45913
45914         Import the following change from libc:
45915
45916         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45917
45918         Upstream bug 2997.
45919         * lib/misc/error.c: Add space between program name and message if file
45920         name is missing.
45921
45922 2006-08-12  Karl Berry  <karl@gnu.org>
45923
45924         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45925         remove, these originate in gnulib now.
45926
45927 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45928
45929         * doc/Makefile (standards.info standards.html standards.dvi):
45930         Also depend on make-stds.texi.
45931
45932 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45933
45934         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45935         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45936
45937         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45938         in wchar_t.  Problem reported by Eric Blake.
45939
45940         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45941         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45942         Also, help the compiler to keep LEN in a register.
45943
45944 2006-08-11  Eric Blake  <ebb9@byu.net>
45945
45946         * users.txt: Sort.  Add tar.
45947
45948 2006-08-11  Bruno Haible  <bruno@clisp.org>
45949
45950         * users.txt: New file.
45951
45952 2006-08-11  Bruno Haible  <bruno@clisp.org>
45953
45954         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45955         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45956
45957 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45958
45959         * modules/snprintf (Depends-on): Remove minmax.
45960         (Maintainer): Add self and Bruno.
45961
45962 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45963
45964         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45965         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45966         (EOVERFLOW): Define if the system does not.
45967         Do not include "minmax.h"; it wasn't used.
45968         (snprintf): Don't assume size_t promotes to an unsigned type.
45969         Fix bug when generated string was too long for the buffer: the
45970         buffer's contents are supposed to be the initial prefix of the
45971         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45972         exceeds INT_MAX; do the check ourselves.
45973
45974         Import the following changes from libc:
45975
45976         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45977
45978         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45979         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45980         set wc to the byte which couldn't be converted.
45981         (re_string_reconstruct): Don't clear valid_raw_len before calling
45982         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45983         tip_context using re_string_context_at.
45984
45985         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45986
45987         * lib/posix/regex.h: g++ still cannot handled [restrict].
45988
45989         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45990
45991         * lib/posix/regex.h: Remove special handling for VMS.
45992
45993 2006-08-10  Jim Meyering  <jim@meyering.net>
45994
45995         * modules/same-inode: New module.
45996         * modules/dev-ino: New module.
45997         * modules/cycle-check: Depend on these modules, rather than simply
45998         including their .h files.
45999         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
46000         required via m4/cycle-check.m4.
46001         * modules/same: Depend on new same-inode module, rather than
46002         including same-inode.h.
46003         * modules/chdir-safer: New file.
46004
46005         * modules/chown (Depends-on): Add stat-macros.
46006
46007 2006-08-10  Jim Meyering  <jim@meyering.net>
46008
46009         * m4/cycle-check.m4: New file.
46010         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46011         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46012
46013 2006-08-10  Eric Blake  <ebb9@byu.net>
46014
46015         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46016         in from original proposal.
46017
46018 2006-08-10  Eric Blake  <ebb9@byu.net>
46019         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46020
46021         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46022         namespace.
46023
46024 2006-08-10  Bruno Haible  <bruno@clisp.org>
46025
46026         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46027         as well.
46028
46029 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46030
46031         Sync from coreutils.
46032
46033         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46034
46035         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46036         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46037
46038 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46039
46040         * modules/restrict: Remove; no longer needed now that we assume
46041         Autoconf 2.59 or later.
46042         * MODULES.html.sh: Remove 'restrict'.
46043         * modules/argp (Depends-on): Remove 'restrict'.
46044         * modules/base64 (Depends-on): Likewise.
46045         * modules/gc (Depends-on): Likewise.
46046         * modules/getaddrinfo (Depends-on): Likewise.
46047         * modules/glob (Depends-on): Likewise.
46048         * modules/inet_ntop (Depends-on): Likewise.
46049         * modules/inet_pton (Depends-on): Likewise.
46050         * modules/memxor (Depends-on): Likewise.
46051         * modules/regex (Depends-on): Likewise.
46052         * modules/strtok_r (Depends-on): Likewise.
46053         * modules/time_r (Depends-on): Likewise.
46054
46055 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46056
46057         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46058         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46059         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46060         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46061         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46062         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46063         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46064         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46065
46066         Merge from coreutils.
46067         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46068         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46069         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46070         * m4/time_r.m4 (gl_TIME_R): Likewise.
46071
46072 2006-08-09  Karl Berry  <karl@gnu.org>
46073
46074         * config/srclist.txt: no more gettext-tools, per Bruno.
46075
46076 2006-08-08  Eric Blake  <ebb9@byu.net>
46077
46078         * modules/verror: New module.
46079         * MODULES.html.sh: Document it.
46080
46081 2006-08-08  Eric Blake  <ebb9@byu.net>
46082
46083         * lib/verror.h, lib/verror.c: New files.
46084
46085 2006-08-08  Eric Blake  <ebb9@byu.net>
46086
46087         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46088         verror_at_line output complies with GNU Coding Standards even when
46089         file is NULL.
46090
46091 2006-08-07  Bruno Haible  <bruno@clisp.org>
46092
46093         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46094         versions of AIX.
46095         Reported by Ralf Wildenhues.
46096
46097 2006-08-07  Bruno Haible  <bruno@clisp.org>
46098
46099         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46100         in an AC_DEFUN. Needed so that the autoconf snippets can use
46101         AC_REQUIRE.
46102
46103 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46104
46105         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46106         Initialize pkgdata_DATA.
46107         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46108         overriding it.
46109
46110 2006-08-06  Eric Blake  <ebb9@byu.net>
46111
46112         * lib/error.h: Fold in some upstream changes from glibc.
46113         * lib/error.c: Likewise.
46114
46115 2006-08-04  Bruno Haible  <bruno@clisp.org>
46116
46117         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46118         Make the mostlyclean-local rule depend on mostlyclean-generic.
46119         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46120
46121 2006-07-31  Bruno Haible  <bruno@clisp.org>
46122
46123         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46124         <stdlib.h>, <string.h>.
46125
46126 2006-07-30  Bruno Haible  <bruno@clisp.org>
46127
46128         * modules/readlink (License): Change to LGPL.
46129
46130 2006-07-30  Bruno Haible  <bruno@clisp.org>
46131
46132         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46133         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46134         set PKGDATADIR to point to it.
46135
46136 2006-07-30  Bruno Haible  <bruno@clisp.org>
46137
46138         * modules/csharpexec (configure.ac): Comment out macro invocation.
46139         * modules/javaexec (configure.ac): Likewise.
46140         * modules/javacomp-script (configure.ac): Likewise.
46141
46142         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46143
46144 2006-07-30  Bruno Haible  <bruno@clisp.org>
46145
46146         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46147         linked-list.
46148
46149 2006-07-30  Bruno Haible  <bruno@clisp.org>
46150
46151         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46152
46153 2006-07-30  Bruno Haible  <bruno@clisp.org>
46154
46155         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46156         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46157         get removed.
46158
46159 2006-07-29  Bruno Haible  <bruno@clisp.org>
46160
46161         Make it possible for gnulib-tool to work with locally modified or
46162         augmented gnulib repositories.
46163         * gnulib-tool (func_usage): Document --local-dir option.
46164         (local_gnulib_dir): New variable.
46165         Handle --local-dir option.
46166         (func_lookup_file): New function.
46167         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46168         (func_get_description, func_get_filelist, func_get_description,
46169         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46170         func_get_automake_snippet, func_get_include_directive,
46171         func_get_license, func_get_maintainer): Use func_lookup_file.
46172         (func_import, func_create_testdir): Use func_lookup_file.
46173
46174 2006-07-29  Bruno Haible  <bruno@clisp.org>
46175
46176         * modules/setenv (Depends-on): Add unistd.
46177
46178 2006-07-29  Bruno Haible  <bruno@clisp.org>
46179
46180         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46181
46182 2006-07-29  Bruno Haible  <bruno@clisp.org>
46183
46184         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46185
46186 2006-07-29  Bruno Haible  <bruno@clisp.org>
46187
46188         * gnulib-tool (import, update): If there is no Makefile.am, look at
46189         aclocal.m4, instead of bailing out.
46190
46191 2006-07-29  Bruno Haible  <bruno@clisp.org>
46192
46193         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46194         Categorize the options by when they are useful.
46195
46196 2006-07-29  Bruno Haible  <bruno@clisp.org>
46197
46198         * gnulib-tool (func_usage): Document option --no-libtool.
46199         Handle option --no-libtool.
46200         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46201         for changed semantics of $libtool variable.
46202         (func_import): Likewise. If libtool is not used, show this through
46203         an option --no-libtool.
46204         (func_create_testdir): Update.
46205
46206 2006-07-29  Bruno Haible  <bruno@clisp.org>
46207
46208         * gnulib-tool (func_import): Extend error message about missing
46209         --doc-base.
46210
46211 2006-07-29  Bruno Haible  <bruno@clisp.org>
46212
46213         * gnulib-tool (func_import): Don't create the $docbase directory if
46214         there is no file to store there.
46215
46216 2006-07-29  Bruno Haible  <bruno@clisp.org>
46217
46218         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46219         relevant, look for configure.ac there, not in the current directory.
46220         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46221
46222 2006-07-29  Bruno Haible  <bruno@clisp.org>
46223
46224         * gnulib-tool (SORT): New variable.
46225         (func_usage): Undocument --assume-autoconf option.
46226         Remove --assume-autoconf option handling.
46227         (autoconf_minversion): Determine from the contents of configure.ac.
46228         (func_import): Remove autoconf_minversion handling.
46229         Suggested by Eric Blake.
46230
46231 2006-07-29  Bruno Haible  <bruno@clisp.org>
46232
46233         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46234
46235 2006-07-29  Bruno Haible  <bruno@clisp.org>
46236
46237         * config/srclist.txt (*setenv.[ch]): Remove rules.
46238
46239 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46240
46241         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46242
46243 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46244
46245         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46246         arpa/inet.h.
46247
46248 2006-07-28  Simon Josefsson  <jas@extundo.com>
46249
46250         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46251         * modules/inet_pton (Depends-on): Likewise.
46252
46253 2006-07-28  Simon Josefsson  <jas@extundo.com>
46254
46255         * m4/netinet_in_h.m4: New file.
46256
46257 2006-07-28  Simon Josefsson  <jas@extundo.com>
46258
46259         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46260         #include's.
46261
46262 2006-07-28  Simon Josefsson  <jas@extundo.com>
46263
46264         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46265         #include's.
46266
46267 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46268
46269         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46270         setgid on directories only if they set these bits.
46271         * lib/modechange.h: Remove obsolete comment about masks.
46272
46273 2006-07-28  Eric Blake  <ebb9@byu.net>
46274
46275         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46276         macro expansion.
46277
46278 2006-07-28  Bruno Haible  <bruno@clisp.org>
46279
46280         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46281
46282 2006-07-28  Bruno Haible  <bruno@clisp.org>
46283
46284         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46285
46286 2006-07-28  Bruno Haible  <bruno@clisp.org>
46287
46288         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46289         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46290         Define fallbacks.
46291         Avoids link error on FreeBSD 4.x.
46292         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46293
46294         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46295         encoding.
46296         * lib/mbswidth.c (iswcntrl): Likewise.
46297
46298 2006-07-27  Bruno Haible  <bruno@clisp.org>
46299
46300         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46301         test.
46302
46303 2006-07-27  Bruno Haible  <bruno@clisp.org>
46304
46305         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46306         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46307         defined.
46308
46309 2006-07-26  Eric Blake  <ebb9@byu.net>
46310
46311         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46312
46313 2006-07-26  Eric Blake  <ebb9@byu.net>
46314
46315         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46316         like mingw that lack mkstemp.
46317         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46318         avoid compilation warning on mingw.
46319
46320 2006-07-26  Bruno Haible  <bruno@clisp.org>
46321
46322         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46323         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46324         INT_FAST*_MIN, INTPTR_MIN.
46325
46326 2006-07-25  Bruno Haible  <bruno@clisp.org>
46327
46328         * modules/version-etc (Depends-on): Add stdarg.
46329
46330 2006-07-25  Bruno Haible  <bruno@clisp.org>
46331
46332         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46333         complex commands.
46334
46335 2006-07-25  Bruno Haible  <bruno@clisp.org>
46336
46337         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46338         defined in <stdarg.h> or config.h.
46339
46340 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46341
46342         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46343         (gl_STDIO_SAFER): Remove.
46344
46345 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46346
46347         * MODULES.html.sh (File stream based Input/Output):
46348         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46349         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46350         * modules/fopen-safer, modules/tmpfile-safer: New files.
46351         * modules/stdio-safer: Remove.
46352
46353 2006-07-24  Bruno Haible  <bruno@clisp.org>
46354
46355         * modules/tmpdir: New file.
46356         * MODULES.html.sh (File system functions): Add it.
46357
46358 2006-07-24  Bruno Haible  <bruno@clisp.org>
46359
46360         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46361         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46362
46363 2006-07-24  Bruno Haible  <bruno@clisp.org>
46364
46365         * modules/clean-temp: New file.
46366
46367 2006-07-24  Bruno Haible  <bruno@clisp.org>
46368
46369         * m4/tmpdir.m4: New file, from GNU gettext.
46370
46371 2006-07-24  Bruno Haible  <bruno@clisp.org>
46372
46373         * lib/tmpdir.h: New file, from GNU gettext.
46374         * lib/tmpdir.c: New file, from GNU gettext.
46375
46376 2006-07-24  Bruno Haible  <bruno@clisp.org>
46377
46378         * lib/clean-temp.h: New file, from GNU gettext.
46379         * lib/clean-temp.c: New file, from GNU gettext.
46380
46381 2006-07-23  Eric Blake  <ebb9@byu.net>
46382
46383         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46384         (Depends-on): Add binary-io.
46385
46386 2006-07-23  Eric Blake  <ebb9@byu.net>
46387
46388         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46389
46390 2006-07-23  Eric Blake  <ebb9@byu.net>
46391
46392         * lib/tmpfile-safer.c: New file.
46393         * lib/stdio-safer.h (fopen_safer): Add prototype.
46394         * lib/stdio--.h (tmpfile): Make safer.
46395
46396 2006-07-23  Bruno Haible  <bruno@clisp.org>
46397
46398         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46399         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46400         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46401         gl_linked_remove_at): Use it.
46402
46403 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46404         and Simon Josefsson <jas@extundo.com>
46405
46406         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46407
46408         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46409
46410 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46411
46412         * modules/close-stream: New file.
46413         * modules/closeout (Description): Make it clear that it exits
46414         with a diagnostic on error.
46415         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46416         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46417
46418 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46419
46420         * m4/close-stream.m4: New file.
46421
46422 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46423
46424         * lib/close-stream.c, lib/close-stream.h: New files.
46425
46426 2006-07-22  Bruno Haible  <bruno@clisp.org>
46427
46428         Merge from GNU gettext 0.15.
46429
46430         2006-05-01  Bruno Haible  <bruno@clisp.org>
46431
46432                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46433
46434         2006-07-22  Bruno Haible  <bruno@clisp.org>
46435
46436                 * modules/javaversion: New file.
46437                 * MODULES.html.sh (Java): Add javaversion.
46438
46439         2006-03-12  Bruno Haible  <bruno@clisp.org>
46440
46441                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46442
46443         2005-12-04  Bruno Haible  <bruno@clisp.org>
46444
46445                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46446                 (untested).
46447
46448         2006-06-21  Bruno Haible  <bruno@clisp.org>
46449
46450                 Avoid warnings from recent versions of mcs.
46451                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46452                 -o, -L, -r any more. Use options documented since mcs-1.0
46453                 instead. Similarly for -g.
46454
46455         2005-12-04  Bruno Haible  <bruno@clisp.org>
46456
46457                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46458                 .resources, not .resource.
46459
46460         2005-07-09  Bruno Haible  <bruno@clisp.org>
46461
46462                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46463                 add a .dll suffix.
46464                 Reported by Mark Junker <mjscod@gmx.de>.
46465
46466         2006-07-22  Bruno Haible  <bruno@clisp.org>
46467
46468                 * modules/gettext: Upgrade to gettext-0.15.
46469                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46470                 m4/visibility.m4.
46471                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46472
46473 2006-07-22  Bruno Haible  <bruno@clisp.org>
46474
46475         Merge from GNU gettext 0.15.
46476
46477         2006-03-25  Bruno Haible  <bruno@clisp.org>
46478
46479                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46480
46481         2006-07-21  Bruno Haible  <bruno@clisp.org>
46482
46483                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46484                 "1.1".
46485
46486         2006-05-09  Bruno Haible  <bruno@clisp.org>
46487
46488                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46489                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46490                 for the conftestver execution.
46491
46492         2006-05-01  Bruno Haible  <bruno@clisp.org>
46493
46494                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46495                 optional target-version argument. Verify that the compiler
46496                 groks source of the specified source-version, or add -source
46497                 option as necessary. Verify that the compiler produces
46498                 bytecode in the specified target-version, or add -target and
46499                 -source options as necessary. Make the result of the test
46500                 available as variable CONF_JAVAC. Also log error output in
46501                 config.log.
46502
46503         2006-03-11  Bruno Haible  <bruno@clisp.org>
46504
46505                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46506
46507         2006-05-09  Bruno Haible  <bruno@clisp.org>
46508
46509                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46510                 CLASSPATH_SEPARATOR to a semicolon.
46511
46512         2006-03-12  Bruno Haible  <bruno@clisp.org>
46513
46514                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46515                 available as variable CONF_JAVA, for subsequent autoconf
46516                 tests. Also log error output in config.log.
46517
46518         2006-07-19  Bruno Haible  <bruno@clisp.org>
46519
46520                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46521                 that getline works on glibc2 systems. Needed to avoid trouble
46522                 in relocatable.c.
46523                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46524
46525         2005-12-04  Bruno Haible  <bruno@clisp.org>
46526
46527                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46528                 launcher (untested).
46529
46530         2005-12-04  Bruno Haible  <bruno@clisp.org>
46531
46532                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46533
46534         2006-07-22  Bruno Haible  <bruno@clisp.org>
46535
46536                 * gettext.m4: Update from GNU gettext-0.15.
46537                 * nls.m4: Likewise.
46538                 * po.m4: Likewise.
46539                 * inttypes-pri.m4: Likewise.
46540                 * inttypes-h.m4: Renamed from inttypes.m4.
46541                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46542
46543 2006-07-22  Bruno Haible  <bruno@clisp.org>
46544
46545         Merge from GNU gettext 0.15.
46546
46547         2005-07-05  Bruno Haible  <bruno@clisp.org>
46548
46549                 * printf-args.c (printf_fetchargs): Work around broken
46550                 definition of wint_t on mingw.
46551
46552         2005-02-12  Bruno Haible  <bruno@clisp.org>
46553
46554                 * xallocsa.h: Add extern "C" for C++.
46555
46556         2006-05-17  Bruno Haible  <bruno@clisp.org>
46557
46558                 Cygwin portability.
46559                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46560
46561         2006-04-30  Bruno Haible  <bruno@clisp.org>
46562
46563                 * progreloc.c: Include <mach-o/dyld.h> if available.
46564                 (find_executable): Use _NSGetExecutablePath when possible.
46565
46566         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46567
46568                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46569                 function.
46570
46571         2005-12-29  Bruno Haible  <bruno@clisp.org>
46572
46573                 * progreloc.c (set_program_name_and_installdir): Fix
46574                 compilation error.
46575
46576         2005-12-04  Bruno Haible  <bruno@clisp.org>
46577
46578                 Cygwin portability.
46579                 * progreloc.c: Include <windows.h> also on Cygwin.
46580                 (find_executable): Add support for Cygwin.
46581                 (set_program_name_and_installdir): Handle also platforms with
46582                 nonempty EXEEXT.
46583
46584         2006-07-11  Bruno Haible  <bruno@clisp.org>
46585
46586                 * javacomp.c: Fix a comment.
46587                 Reported by Jim Meyering.
46588
46589         2006-04-30  Bruno Haible  <bruno@clisp.org>
46590
46591                 * javacomp.h (compile_java_class): Add source_version,
46592                 target_version arguments.
46593                 * javacomp.c: Rewritten to choose only a compiler that
46594                 respects the specified source_version and target_version.
46595
46596         2006-06-27  Bruno Haible  <bruno@clisp.org>
46597
46598                 Assume correct S_ISDIR macro.
46599                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46600
46601         2006-07-22  Bruno Haible  <bruno@clisp.org>
46602
46603                 * javaversion.h: New file, from GNU gettext.
46604                 * javaversion.c: New file, from GNU gettext.
46605                 * javaversion.java: New file, from GNU gettext.
46606                 * javaversion.class: New file, from GNU gettext.
46607
46608         2006-05-17  Bruno Haible  <bruno@clisp.org>
46609
46610                 Cygwin portability.
46611                 * javaexec.c (execute_java_class): Test for jview program
46612                 also on Cygwin.
46613
46614         2006-04-09  Bruno Haible  <bruno@clisp.org>
46615
46616                 * fatal-signal.c: Don't include string.h.
46617                 (at_fatal_signal): Use a copying loop instead of memcpy.
46618
46619         2005-12-04  Bruno Haible  <bruno@clisp.org>
46620
46621                 * csharpexec.c: Add support for 'clix' launcher (untested).
46622                 (execute_csharp_using_sscli): New function.
46623                 (execute_csharp_program): Call it.
46624
46625         2006-06-21  Bruno Haible  <bruno@clisp.org>
46626
46627                 Avoid warnings from recent versions of mcs.
46628                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46629                 -o, -L, -r any more. Use options documented since mcs-1.0
46630                 instead. Similarly for -g.
46631
46632         2005-07-09  Bruno Haible  <bruno@clisp.org>
46633
46634                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46635                 add a .dll suffix.
46636                 Reported by Mark Junker <mjscod@gmx.de>.
46637
46638         2006-06-17  Bruno Haible  <bruno@clisp.org>
46639
46640                 * config.charset: Update for NetBSD 3.0.
46641
46642         2006-05-17  Bruno Haible  <bruno@clisp.org>
46643
46644                 Cygwin portability.
46645                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46646
46647         2006-05-16  Bruno Haible  <bruno@clisp.org>
46648
46649                 * localcharset.c [CYGWIN]: Include <windows.h>.
46650                 (get_charset_aliases): For Cygwin, return the same CPxxx
46651                 aliases list as under WIN32.
46652                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46653                 the environment variables. Fall back to GetACP().
46654
46655         2006-04-05  Bruno Haible  <bruno@clisp.org>
46656
46657                 * config.charset: Update Juan Manuel Guerrero's address.
46658
46659         2005-02-12  Bruno Haible  <bruno@clisp.org>
46660
46661                 * allocsa.h: Add extern "C" for C++.
46662
46663         2005-02-10  Bruno Haible  <bruno@clisp.org>
46664
46665                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46666                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46667
46668         2006-07-22  Bruno Haible  <bruno@clisp.org>
46669
46670                 * gettext.h: Update to GNU gettext-0.15.
46671
46672 2006-07-22  Bruno Haible  <bruno@clisp.org>
46673
46674         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46675         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46676         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46677
46678 2006-07-21  Eric Blake  <ebb9@byu.net>
46679
46680         * modules/stdlib-safer: New file.
46681         * MODULES.html.sh (File stream based Input/Output): Add
46682         stdlib-safer.
46683
46684 2006-07-21  Eric Blake  <ebb9@byu.net>
46685
46686         * lib/stdlib-safer.h: New file from coreutils, required by
46687         stdlib--.h.
46688
46689 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46690
46691         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46692
46693 2006-07-20  Bruno Haible  <bruno@clisp.org>
46694
46695         * gnulib-tool: Recognize new option --assume-autoconf.
46696         (autoconf_minversion): New variable.
46697         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46698
46699 2006-07-20  Bruno Haible  <bruno@clisp.org>
46700
46701         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46702
46703 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46704
46705         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46706         Reindent and repaginate.
46707
46708 2006-07-19  Derek Price  <derek@ximbiot.com>
46709
46710         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46711         Correct grammar.
46712
46713 2006-07-17  Bruno Haible  <bruno@clisp.org>
46714
46715         * modules/list: New file.
46716         * modules/array-list: New file.
46717         * modules/carray-list, modules/carray-list-tests: New files.
46718         * modules/linked-list, modules/linked-list-tests: New files.
46719         * modules/avltree-list, modules/avltree-list-tests: New files.
46720         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46721         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46722         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46723         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46724         * modules/oset: New file.
46725         * modules/array-oset: New file.
46726         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46727         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46728         * tests/test-carray_list.c: New file.
46729         * tests/test-linked_list.c: New file.
46730         * tests/test-avltree_list.c: New file.
46731         * tests/test-rbtree_list.c: New file.
46732         * tests/test-linkedhash_list.c: New file.
46733         * tests/test-avltreehash_list.c: New file.
46734         * tests/test-rbtreehash_list.c: New file.
46735         * tests/test-avltree_oset.c: New file.
46736         * tests/test-rbtree_oset.c: New file.
46737         * MODULES.html.sh (Container data structures): New section.
46738
46739 2006-07-17  Bruno Haible  <bruno@clisp.org>
46740
46741         * m4/gl_list.m4: New file.
46742
46743 2006-07-17  Bruno Haible  <bruno@clisp.org>
46744
46745         * lib/gl_list.h: New file.
46746         * lib/gl_list.c: New file.
46747         * lib/gl_array_list.h: New file.
46748         * lib/gl_array_list.c: New file.
46749         * lib/gl_carray_list.h: New file.
46750         * lib/gl_carray_list.c: New file.
46751         * lib/gl_linked_list.h: New file.
46752         * lib/gl_linked_list.c: New file.
46753         * lib/gl_anylinked_list1.h: New file.
46754         * lib/gl_anylinked_list2.h: New file.
46755         * lib/gl_avltree_list.h: New file.
46756         * lib/gl_avltree_list.c: New file.
46757         * lib/gl_anyavltree_list1.h: New file.
46758         * lib/gl_anyavltree_list2.h: New file.
46759         * lib/gl_rbtree_list.h: New file.
46760         * lib/gl_rbtree_list.c: New file.
46761         * lib/gl_anyrbtree_list1.h: New file.
46762         * lib/gl_anyrbtree_list2.h: New file.
46763         * lib/gl_anytree_list1.h: New file.
46764         * lib/gl_anytree_list2.h: New file.
46765         * lib/gl_linkedhash_list.h: New file.
46766         * lib/gl_linkedhash_list.c: New file.
46767         * lib/gl_anyhash_list1.h: New file.
46768         * lib/gl_anyhash_list2.h: New file.
46769         * lib/gl_avltreehash_list.h: New file.
46770         * lib/gl_avltreehash_list.c: New file.
46771         * lib/gl_rbtreehash_list.h: New file.
46772         * lib/gl_rbtreehash_list.c: New file.
46773         * lib/gl_anytreehash_list1.h: New file.
46774         * lib/gl_anytreehash_list2.h: New file.
46775
46776         * lib/gl_oset.h: New file.
46777         * lib/gl_oset.c: New file.
46778         * lib/gl_array_oset.h: New file.
46779         * lib/gl_array_oset.c: New file.
46780         * lib/gl_avltree_oset.h: New file.
46781         * lib/gl_avltree_oset.c: New file.
46782         * lib/gl_rbtree_oset.h: New file.
46783         * lib/gl_rbtree_oset.c: New file.
46784         * lib/gl_anytree_oset.h: New file.
46785
46786 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46787
46788         * m4/mkancesdirs.m4: New file.
46789         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46790         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46791         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46792         it.
46793
46794 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46795
46796         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46797         * lib/mkancesdirs.h: New files.
46798         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46799         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46800         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46801         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46802         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46803         callers changed.  Revamp internals significantly, by not
46804         attempting to create directories that are temporarily more
46805         permissive than the final results.  Do not attempt to use
46806         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46807         This removes some race conditions, fixes some bugs, and simplifies
46808         things.  Use new dirchownmod function to do owner and mode changes.
46809         * lib/mkdir-p.h: Likewise.
46810         * lib/modechange.c (octal_to_mode): New function.
46811         (struct mode_change): New member mentioned.
46812         (make_node_op_equals): New arg mentioned.  All callers changed.
46813         (mode_compile): Keep track of which mode bits the user has explicitly
46814         mentioned.
46815         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46816         New arg PMODE_BITS, to keep track of which mode bits the user
46817         mentioned; it treats S_ISUID and S_ISGID speciall.
46818         All callers changed.
46819         * lib/modechange.h: Likewise.
46820
46821 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46822
46823         * MODULES.html.sh: Add mkancestors.
46824         * modules/mkancesdirs: New module.
46825         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46826         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46827         The chdir-safer and afs files are now orphans; I'll remove them
46828         unless someone speaks up.
46829         Add lib/dirchownmod.c, lib/dirchownmod.h.
46830         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46831         Add lchown, mkancesdirs.
46832         (Maintainer): Add self.
46833
46834 2006-07-15  Karl Berry  <karl@gnu.org>
46835
46836         * gnulib-tool: help message wording/arrangement.
46837
46838 2006-07-14  Simon Josefsson  <jas@extundo.com>
46839
46840         * doc/gnulib.texi (Libtool and Windows): New section.
46841
46842 2006-07-12  Simon Josefsson  <jas@extundo.com>
46843
46844         * modules/gendocs (License): Fix license, approved by Karl.
46845
46846 2006-07-12  Eric Blake  <ebb9@byu.net>
46847
46848         * MODULES.html.sh: Add gendocs.
46849
46850 2006-07-11  Eric Blake  <ebb9@byu.net>
46851
46852         * modules/fdl: New module, to install doc/fdl.texi.
46853         * MODULES.html.sh: Add new section for documentation modules.
46854         * gnulib-tool: Avoid space-tab.
46855         (--doc-base): New option, to manage files from doc.
46856
46857 2006-07-11  Eric Blake  <ebb9@byu.net>
46858
46859         * m4/absolute-header.m4: Fix comments to match recent change.
46860
46861 2006-07-11  Eric Blake  <ebb9@byu.net>
46862
46863         * gnulib-tool: List --doc-base before --tests-base.
46864
46865 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46866
46867         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46868
46869 2006-07-11  Bruno Haible  <bruno@clisp.org>
46870
46871         * README: Mention where to put documentation.
46872
46873 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46874
46875         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46876
46877 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46878
46879         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46880         to stdint.m4.
46881
46882 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46883
46884         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46885         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46886         "no/such/file/stdint.h" when there is no such file, so that
46887         the resulting C code can be parsed by dodgy compilers.
46888         Problems reported by Bob Proulx.
46889
46890 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46891
46892         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46893         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46894         macros into the GNU _D_EXACT_NAMLEN.
46895         * lib/savedir.c:  Likewise.
46896         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46897
46898 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46899         and Paul Eggert  <eggert@cs.ucla.edu>
46900
46901         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46902         * m4/savedir.m4:
46903         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46904         macros into the GNU _D_EXACT_NAMLEN.
46905
46906 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46907
46908         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46909         around the absolute name, to work around a problem with the HP-UX
46910         11.23 native C compiler, reported by Bob Proulx.
46911
46912 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46913
46914         * doc/maintain.texi, make-stds.texi: Sync from
46915         <http://savannah.gnu.org/projects/gnustandards>.
46916
46917 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46918
46919         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46920
46921 2006-07-09  Jim Meyering  <jim@meyering.net>
46922
46923         * m4/glob.m4: Remove a doubled word in a comment.
46924
46925 2006-07-09  Jim Meyering  <jim@meyering.net>
46926
46927         * lib/argp-pv.c: Remove a doubled word in a comment.
46928         * lib/check-version.c (check_version): Likewise.
46929         * lib/javacomp.c (compile_java_class): Likewise.
46930
46931 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46932
46933         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46934         for the benefit of people using Autoconf 2.60.  If you want to
46935         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46936         (or m4/onceonly.m4, if pre-2.57) manually.
46937
46938 2006-07-08  Jim Meyering  <jim@meyering.net>
46939
46940         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46941         comment.
46942         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46943         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46944         comment.
46945
46946 2006-07-08  Jim Meyering  <jim@meyering.net>
46947
46948         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46949
46950 2006-07-07  Simon Josefsson  <jas@extundo.com>
46951
46952         * tests/test-crc.c: Change expected crc value, the test vector
46953         were probably computed using the old broken crc.c?
46954
46955 2006-07-06  Simon Josefsson  <jas@extundo.com>
46956
46957         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46958         now the canonical place for the M4 file).
46959
46960         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46961         from the sys_socket dependency now.
46962
46963         * modules/inet_pton (Files): Ditto.
46964
46965         * modules/inet_ntop (Files): Ditto.
46966
46967 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46968
46969         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46970         not gl_PREREQ_GETUSERSHELL.
46971
46972 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46973
46974         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46975         with only one argument, for Autoconf 2.60.
46976         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46977         expand to nothing, so add a shell command to avoid syntax error.
46978         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46979
46980 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46981
46982         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46983
46984 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46985
46986         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46987         no longer needed.  Check for isblank decl.
46988         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46989         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46990         of existence.
46991
46992 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46993
46994         * lib/getloadavg.c: Use __VMS, not VMS.
46995         * lib/getopt.c: Likewise.
46996         * lib/getpagesize.h: Likewise.
46997         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46998         and probably does not work.
46999
47000 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47001
47002         * lib/.cppi-disable: Add wcwidth.
47003         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
47004         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47005         (ISGRAPH): Remove.  All uses changed to isgraph.
47006         (FOLD) [!defined _LIBC]: Remove special case.
47007         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47008         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47009         HAVE_ISBLANK.
47010         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47011         case.
47012
47013 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47014
47015         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47016         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47017         brackets.  Other minor changes to suppress some compiler
47018         warnings.
47019
47020 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47021         and Paul Eggert  <eggert@cs.ucla.edu>
47022
47023         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47024         of invoking obsolescent AC_HEADER_DIRENT macro.
47025         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47026         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47027         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47028         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47029         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47030         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47031         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47032         * m4/readdir.m4: Remove; no longer needed.
47033
47034 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47035         and Paul Eggert  <eggert@cs.ucla.edu>
47036
47037         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47038         Don't worry about this obsolete case any more.
47039         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47040         directories.
47041         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47042         worry about this obsolete case any more.
47043         * lib/fts.c: Likewise.
47044         * lib/getcwd.c: Likewise.
47045         * lib/glob.h: Likewise.
47046         * lib/savedir.c: Likewise.
47047
47048 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47049
47050         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47051         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47052         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47053         needed.
47054         All uses removed.
47055         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47056         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47057         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47058         needed.
47059         * m4/getdate.m4 (gl_GETDATE): Likewise.
47060         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47061         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47062         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47063         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47064         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47065         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47066         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47067         needed.
47068
47069 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47070
47071         * lib/memcasecmp.c: Include <limits.h>.
47072         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47073         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47074         Don't assume isdigit succeeds only on '0' through '9'.
47075
47076 2006-07-05  Eric Blake  <ebb9@byu.net>
47077
47078         * modules/getaddrinfo (Depends-on): Add snprintf.
47079
47080 2006-07-05  Eric Blake  <ebb9@byu.net>
47081
47082         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47083         to avoid 'header present but could not be compiled' on cygwin.
47084
47085 2006-07-05  Eric Blake  <ebb9@byu.net>
47086
47087         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47088         missing from netdb.h.
47089         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47090
47091 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47092
47093         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47094         no longer needed.
47095         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47096         * m4/getdate.m4 (gl_GETDATE): Likewise.
47097         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47098         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47099         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47100         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47101         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47102
47103 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47104
47105         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47106         All uses of is_space replaced by isspace.
47107         * lib/exit.h: Don't talk about STDC_HEADERS.
47108         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47109         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47110         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47111         replaced by isprint etc.
47112         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47113         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47114         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47115         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47116         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47117         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47118
47119 2006-07-05  Bruno Haible  <bruno@clisp.org>
47120
47121         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47122         the function exists, before testing against AIX.
47123         Reported by Martin Lambers <marlam@marlam.de>.
47124
47125 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47126
47127         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47128         From Mark D. Baushke.
47129
47130 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47131
47132         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47133         to the absolute name, not just one, to bypass Sun C 5.8's
47134         "warning: #include of /usr/include/... may be non-portable".
47135
47136 2006-07-04  Eric Blake  <ebb9@byu.net>
47137
47138         * modules/dirname-tests: New test module.
47139         * tests/test-dirname.c: New file, replacing dirname.c
47140         TEST_DIRNAME section that was recently deleted.
47141
47142 2006-07-04  Bruno Haible  <bruno@clisp.org>
47143
47144         Assume ANSI C header files and <ctype.h> functions.
47145         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47146         (mbsnwidth): Use isprint, iscntrl instead.
47147
47148 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47149
47150         Merge from coreutils.
47151         * MODULES.html.sh: Add xstrtold.
47152         * modules/xstrtold: New file.
47153         * modules/cycle-check (Files): Add lib/same-inode.h.
47154         * modules/dirname (Files): Add m4/double-slash-root.m4.
47155         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47156         * modules/mkdir-p (Files): Add lib/same-inode.h.
47157         * modules/same (Files): Add lib/same-inode.h.
47158
47159 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47160
47161         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47162         This is to keep the terminology clean; POSIX talks about
47163         "absolute pathnames", not "full pathnames", but the GNU
47164         Coding Standards say to use "path" for something else;
47165         so use "absolute" to keep both sides happy.
47166         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47167         Set gl_absolute_header, not gl_full_header_path.
47168         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47169         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47170         All uses changed.
47171
47172         Merge from coreutils.
47173
47174         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47175
47176         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47177         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47178         want to require the building of c-strtod.o.
47179         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47180         needs -lm directly.
47181         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47182
47183         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47184
47185         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47186         --as-needed option if available.  Problem reported by Albert Chin in
47187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47188         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47189         cc merely issues a bunch of annoying warnings for --as-needed
47190         (this problem was reported by Bob Proulx).  Also, try linking with
47191         -lm to detect a bug in binutils 2.16 (this problem was reported
47192         by Ralf Wildenhues).
47193
47194         2006-06-18  Jim Meyering  <jim@meyering.net>
47195
47196         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47197         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47198         macro.
47199         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47200         also check for glibc-2.4's abort-inducing bug.
47201
47202         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47203         Low-probability clean-up should be to use rmdir to get rid of
47204         the just-created directory, not unlink.
47205
47206         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47207         configure fail, and request a bug report to inform us about it.
47208         Add a comment that, barring reports to the contrary, in 2007 we'll
47209         assume ftruncate is universally available.
47210
47211         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47212
47213         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47214
47215         2006-03-12  Jim Meyering  <jim@meyering.net>
47216
47217         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47218         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47219         * m4/same.m4 (gl_SAME): Likewise.
47220         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47221
47222         2006-03-11  Eric Blake  <ebb9@byu.net>
47223
47224         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47225         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47226         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47227         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47228
47229 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47230
47231         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47232         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47233         reported by Mark D. Baushke, one in
47234         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47235
47236         Merge from coreutils.
47237
47238         * lib/.cppi-disable: Add stdint_.h.
47239         * lib/.cvsignore: Add stdint.h.
47240
47241         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47242
47243         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47244         both double and long double versions.
47245         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47246         * lib/xstrtold.c: New file.
47247         * lib/xstrtod.h (xstrtold): New decl.
47248
47249         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47250
47251         * lib/filemode.c (setst): Remove.
47252         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47253         (arguably) clearer, and the generated code is a bit smaller on my
47254         Debian GNU/Linux stable x86 host.
47255
47256         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47257
47258         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47259         Assume that filemode.h includes sys/types.h and sys/stat.h.
47260         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47261         (ftypelet): Reorder to put common cases first, for efficiency.
47262         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47263         to do 'M'.
47264         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47265         of 10, for compatibility with FreeBSD.  All callers changed.
47266         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47267         types that can't be deduced solely from st_mode.  First arg is now a
47268         const pointer.
47269         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47270         (strmode): Renamed from mode_string.
47271         (filemodestring): New decl.
47272         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47273         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47274         needed.
47275         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47276
47277         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47278
47279         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47280         fsusage.h now does that.  Include fsusage.h first, to test interface.
47281         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47282         at most one method (the old code could have generated decls that
47283         didn't conform to C89, not that this was ever exercised).
47284         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47285
47286         2006-03-19  Jim Meyering  <jim@meyering.net>
47287
47288         Work even in a chroot where d_ino values for entries in "/"
47289         don't match the stat.st_ino values for the same names.
47290         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47291         number, iterate through all entries again, using lstat instead.
47292         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47293         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47294
47295         * lib/getcwd.c (__getcwd): Clarify a comment.
47296         Use memcpy in place of a call to strcpy.
47297
47298         2006-03-12  Jim Meyering  <jim@meyering.net>
47299
47300         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47301         matches that of the current directory (which we're about to chdir ".."
47302         out of), then save the dev-ino of the parent, instead.
47303
47304         * lib/same-inode.h (SAME_INODE): New file/macro.
47305         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47306         Include "same-inode.h", instead.
47307         * lib/same.c: Likewise.
47308         * lib/cycle-check.h: Include "same-inode.h".
47309         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47310         * lib/cycle-check.c (SAME_INODE): Remove definition.
47311         * lib/root-dev-ino.h: Include "same-inode.h".
47312
47313         2006-03-11  Eric Blake  <ebb9@byu.net>
47314
47315         * lib/same.c (same_name): s/base_name/last_component/
47316         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47317         * lib/filenamecat.c (file_name_concat): Likewise.
47318
47319         2006-03-11  Eric Blake  <ebb9@byu.net>,
47320                     Paul Eggert  <eggert@cs.ucla.edu>
47321
47322         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47323         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47324         drive prefix.
47325         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47326         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47327         (last_component): New method.
47328         * lib/dirname.c (dir_len): Determine when drive letters need a
47329         subsequent slash.  Preserve // when it is special.
47330         (dir_name): Don't append dot when drive letter is absolute.
47331         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47332         * lib/basename.c (base_name): New semantics - malloc the result.
47333         Preserve // when it is special.  Preserve relative files that look
47334         like drive letters.
47335         (base_len): Preserve // when it is special.
47336         (last_component): New method, similar to old base_name semantics.
47337         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47338         base_name.  Strip redundant slashes from ///.
47339
47340 2006-07-03  Jim Meyering  <jim@meyering.net>
47341
47342         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47343         macro is used before the first cycle_check call.
47344
47345 2006-07-03  Eric Blake  <ebb9@byu.net>
47346
47347         * modules/dirname (Depends-on): Add xstrndup.
47348
47349 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47350
47351         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47352         test cases, so that config.log is a bit easier to follow.
47353
47354 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47355
47356         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47357         both are 64 bits, since this seems to be the tradition, and this
47358         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47359         we ever run into a host that prefers long long to long in this
47360         case, we'll need another configure-time test.  Problem reported by
47361         Jim Meyering.
47362
47363 2006-07-02  Eric Blake  <ebb9@byu.net>
47364
47365         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47366
47367 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47368
47369         * modules/inttypes (Depends-on): No longer depends on stdint.
47370         * modules/stdint (Description): Say more about assumptions.
47371         Say that the fast types might differ.  Say macros are used.
47372         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47373         (Makefile.am): Revise list of substituted symbols to match
47374         new stdint.m4.
47375         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47376         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47377         * tests/test-stdint.c (verify_same_types)
47378         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47379         the code conforms to C99/C89.
47380         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47381         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47382
47383 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47384
47385         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47386         but fix a bug, by requiring at least 64 bits.
47387         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47388         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47389         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47390         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47391
47392         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47393         changes.  Make 2.59 a prerequisite.  Check and substitute for
47394         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47395         inttypes.h.  Do not use special include files; just use the
47396         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47397         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47398         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47399         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47400         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47401         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47402         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47403         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47404         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47405         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47406         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47407         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47408         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47409         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47410         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47411         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47412         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47413         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47414         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47415         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47416         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47417         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47418         not check for things that C99 does not require, e.g., int8_t.  If
47419         a test isn't needed unless <stdint.h> isn't working, and is
47420         unlikely to be needed for any other reason, then don't do it
47421         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47422         size_t, since we assume C89 freestanding at least.  Do not check
47423         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47424         the right thing even if the types are not defined.  Instead use:
47425         (gl_STDINT_TYPE_PROPERTIES): New macro.
47426         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47427         testing whether <sys/types.h> clashes, as Autoconf does this for
47428         us now.  All uses removed.
47429         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47430         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47431         (gl_CHECK_TYPE_SAME):
47432         Remove; no longer needed.
47433         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47434         exists, since we'll return 0 anyway in that case.
47435         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47436
47437 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47438
47439         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47440         possible collision with system files.
47441         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47442         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47443         WCHAR_MIN and WCHAR_MAX in this case.
47444         (<stddef.h>): Do not include; no longer needed.
47445         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47446         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47447         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47448         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47449         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47450         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47451         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47452         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47453         !defined(__c99))]: Include in this case too, since it's harmless
47454         now.
47455         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47456         dangerous to do so.
47457         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47458         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47459         (_STDINT_MIN, _STDINT_MAX): New macros.
47460         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47461         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47462         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47463         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47464         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47465         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47466         macros, not typedefs; this simplifies things quite a bit.
47467         Use long int for all types narrower than int64_t.
47468         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47469         Define in terms of long long int or int64_t or long int,
47470         not int64_t or int32_t.  This saves some compile-time testing.
47471         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47472         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47473         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47474         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47475         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47476         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47477         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47478         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47479         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47480         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47481         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47482         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47483         undef any previous version and define our own version, for
47484         simplicity and consistency with the new macros for types.
47485         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47486         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47487         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47488         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47489         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47490         @WINT_T_SUFFIX@ to keep things simple here.
47491         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47492         Simplify by assuming typical 8/16/32/64 host, since we're
47493         already doing that elsewhere anyway.
47494         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47495         and assume long long int is 64 bits if available.  This
47496         speeds up 'configure'.
47497
47498 2006-07-01  Eric Blake  <ebb9@byu.net>
47499
47500         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47501         Reported by Andreas Buening.
47502
47503 2006-07-01  Eric Blake  <ebb9@byu.net>
47504
47505         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47506
47507 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47508
47509         * lib/getaddrinfo.c: fixed typo
47510
47511 2006-06-29  Jim Meyering  <jim@meyering.net>
47512
47513         * modules/strftime (Maintainer): Add my name, since with the
47514         FPRINTFTIME changes strftime.c has forked from glibc.
47515
47516 2006-06-29  Eric Blake  <ebb9@byu.net>
47517
47518         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47519
47520 2006-06-29  Eric Blake  <ebb9@byu.net>
47521
47522         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47523
47524 2006-06-29  Eric Blake  <ebb9@byu.net>
47525
47526         * lib/stat_.h: New file.
47527
47528 2006-06-29  Eric Blake  <ebb9@byu.net>
47529
47530         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47531         unused static function.
47532
47533 2006-06-29  Eric Blake  <ebb9@byu.net>
47534
47535         * doc/functions.texi (Function Portability): Document missing lstat
47536         on mingw.
47537
47538 2006-06-29  Eric Blake  <ebb9@byu.net>
47539
47540         * MODULES.html.sh: Add sys_stat.
47541         * modules/sys_stat: New module.
47542         * modules/mkstemp (Depends-on): Add sys_stat.
47543
47544 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47545
47546         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47547
47548 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47549
47550         * m4/c-bs-a.m4: Removed.
47551
47552 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47553
47554         * lib/strftime.c: Assume strftime() exists.
47555
47556 2006-06-29  Derek Price  <derek@ximbiot.com>
47557
47558         * modules/c-bs-a: Removed - \a is C89.
47559         * MODULES.html.sh: Remove c-bs-a.
47560
47561 2006-06-29  Bruno Haible  <bruno@clisp.org>
47562
47563         * modules/wcwidth (License): Change to LGPL.
47564
47565 2006-06-28  Simon Josefsson  <jas@extundo.com>
47566
47567         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47568         on _WIN32.
47569
47570         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47571         getnameinfo.
47572
47573 2006-06-28  Simon Josefsson  <jas@extundo.com>
47574
47575         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47576
47577 2006-06-28  Simon Josefsson  <jas@extundo.com>
47578
47579         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47580         functions there.  It will succeed on Windows XP, but on Windows
47581         2000 and (presumably) earlier, it will fail, and use the internal
47582         re-implementation.
47583         (use_win32_p): New function.
47584         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47585         Support AI_NUMERICSERV to disable getservbyname.
47586         (getnameinfo): New function, only supports
47587         NI_NUMERICHOST|NI_NUMERICSERV for now.
47588
47589         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47590         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47591         getnameinfo.
47592
47593 2006-06-28  Eric Blake  <ebb9@byu.net>
47594
47595         * modules/wcwidth: New file.
47596         * modules/mbchar (Depends-on): Add wcwidth.
47597         * modules/mbswidth (Depends-on): Add wcwidth.
47598         * MODULES.html.sh: Add wcwidth.
47599
47600 2006-06-28  Eric Blake  <ebb9@byu.net>
47601
47602         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47603         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47604
47605 2006-06-28  Eric Blake  <ebb9@byu.net>
47606
47607         * lib/xvasprintf.h: Fix comments.
47608
47609 2006-06-28  Eric Blake  <ebb9@byu.net>
47610
47611         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47612         * lib/mbswidth.c (wcwidth): Move from here...
47613         * lib/wcwidth.h: ...to this new file.
47614
47615 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47616
47617         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47618
47619         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47620         it's obsolete.
47621         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47622
47623 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47624
47625         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47626         Autoconf 2.60 says this stuff was obsolete.
47627
47628 2006-06-28  Bruno Haible  <bruno@clisp.org>
47629
47630         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47631
47632 2006-06-28  Bruno Haible  <bruno@clisp.org>
47633
47634         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47635         gt_TYPE_WCHAR_T.
47636
47637 2006-06-28  Bruno Haible  <bruno@clisp.org>
47638
47639         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47640         declaration for wcwidth.
47641         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47642
47643 2006-06-28  Bruno Haible  <bruno@clisp.org>
47644
47645         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47646         (mkdir): Define using _mkdir.
47647
47648 2006-06-28  Bruno Haible  <bruno@clisp.org>
47649
47650         * lib/getaddrinfo.h: Fix POSIX URL.
47651         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47652         _WIN32.
47653         (use_win32_p): Make static.
47654         (getaddrinfo): Reject service name if it is empty or does not consist
47655         solely of decimal digits, or if its value is > 65535.
47656         (getnameinfo): Remove useless casts.
47657
47658 2006-06-27  Simon Josefsson  <jas@extundo.com>
47659
47660         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47661         Eggert and Martin Lambers.
47662
47663 2006-06-27  Simon Josefsson  <jas@extundo.com>
47664
47665         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47666         Eggert and Martin Lambers.
47667
47668 2006-06-27  Bruno Haible  <bruno@clisp.org>
47669
47670         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47671         result to 0, not to empty.
47672         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47673
47674 2006-06-27  Bruno Haible  <bruno@clisp.org>
47675
47676         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47677
47678 2006-06-26  Simon Josefsson  <jas@extundo.com>
47679
47680         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47681         present.
47682
47683 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47684
47685         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47686         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47688
47689 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47690
47691         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47692
47693 2006-06-26  Bruno Haible  <bruno@clisp.org>
47694
47695         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47696
47697 2006-06-26  Bruno Haible  <bruno@clisp.org>
47698
47699         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47700
47701 2006-06-26  Bruno Haible  <bruno@clisp.org>
47702
47703         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47704         SGI C compiler in pre-C99 mode.
47705         Suggested by Mark D. Baushke and Larry Jones.
47706
47707 2006-06-26  Bruno Haible  <bruno@clisp.org>
47708
47709         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47710         WCHAR_MAX.
47711         Reported by Mark D. Baushke and Larry Jones.
47712
47713 2006-06-26  Bruno Haible  <bruno@clisp.org>
47714
47715         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47716         in pre-C99 mode.
47717         Suggested by Mark D. Baushke and Larry Jones.
47718
47719 2006-06-23  Simon Josefsson  <jas@extundo.com>
47720             Bruno Haible  <bruno@clisp.org>
47721
47722         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47723         Emit mostlyclean-local rule.
47724         (func_emit_tests_Makefile_am): Likewise.
47725         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47726
47727 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47728
47729         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47730
47731 2006-06-23  Bruno Haible  <bruno@clisp.org>
47732
47733         * tests/test-stdint.c: Update to match ISO C 99 Technical
47734         Corrigendum 1.
47735
47736 2006-06-23  Bruno Haible  <bruno@clisp.org>
47737
47738         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47739
47740 2006-06-23  Bruno Haible  <bruno@clisp.org>
47741
47742         * lib/stdint_.h: Treat IRIX like OpenBSD.
47743
47744 2006-06-23  Bruno Haible  <bruno@clisp.org>
47745
47746         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47747         ISO C 99 Technical Corrigendum 1.
47748
47749 2006-06-22  Simon Josefsson  <jas@extundo.com>
47750
47751         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47752         MinGW.
47753
47754 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47755
47756         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47757         needed.  Some compiler complained about some of them.  Problem reported
47758         by Larry Jones in
47759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47760
47761 2006-06-21  Simon Josefsson  <jas@extundo.com>
47762
47763         * tests/test-getaddrinfo.c: New file.
47764
47765         * modules/getaddrinfo-tests: New file.
47766
47767         * MODULES.html.sh: Add inet_pton.
47768
47769         * modules/inet_pton: New file.
47770
47771 2006-06-21  Simon Josefsson  <jas@extundo.com>
47772
47773         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47774         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47775         of using the (limited) gnulib implementation on Windows XP.
47776
47777         * m4/inet_pton.m4: New file.
47778
47779 2006-06-21  Simon Josefsson  <jas@extundo.com>
47780
47781         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47782         variable.
47783
47784         * lib/socket_.h: Don't define WINVER.
47785
47786         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47787         slightly modified to work in gnulib.
47788
47789 2006-06-21  Simon Josefsson  <jas@extundo.com>
47790
47791         * doc/gnulib.texi (Windows sockets): Add.
47792
47793 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47794
47795         * lib/read-file.c (fread_file): Start with buffer allocation of
47796         0 bytes rather than 1 byte; this simplifies the code.
47797         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47798         code to free buffer and save/restore errno.
47799         (internal_read_file): Remove unused local.
47800
47801 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47802
47803         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47804         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47805         Problem reported by Denis Excoffier in
47806         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47807
47808 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47809
47810         * modules/sys_socket, modules/socklen: Include sys/types since
47811         FreeBSD 4.x's sys/socket.h needs it.
47812
47813 2006-06-19  Simon Josefsson  <jas@extundo.com>
47814
47815         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47816
47817 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47818
47819         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47820
47821 2006-06-19  Bruno Haible  <bruno@clisp.org>
47822
47823         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47824         and FULL_PATH_INTTYPES_H in angle brackets.
47825         Reported by Mark D. Baushke <mdb@gnu.org>.
47826
47827 2006-06-17  Eric Blake  <ebb9@byu.net>
47828
47829         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47830         errno.
47831
47832 2006-06-17  Bruno Haible  <bruno@clisp.org>
47833
47834         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47835         <sys/inttypes.h>.
47836
47837 2006-06-17  Bruno Haible  <bruno@clisp.org>
47838
47839         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47840         whether errno is declared. Assume <errno.h> declares errno.
47841
47842 2006-06-17  Bruno Haible  <bruno@clisp.org>
47843
47844         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47845
47846 2006-06-17  Bruno Haible  <bruno@clisp.org>
47847
47848         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47849         problem on Solaris 2.5.1.
47850
47851 2006-06-16  Eric Blake  <ebb9@byu.net>
47852
47853         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47854         * lib/unicodeio.c [!defined errno]: Likewise.
47855         * lib/strtol.c [!defined errno]: Likewise.
47856         * lib/strtod.c [!defined errno]: Likewise.
47857
47858 2006-06-15  Eric Blake  <ebb9@byu.net>
47859
47860         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47861
47862 2006-06-15  Eric Blake  <ebb9@byu.net>
47863
47864         * config/srclist.txt (ssize_t.m4): Lose sync.
47865
47866 2006-06-15  Bruno Haible  <bruno@clisp.org>
47867
47868         * modules/stdint (Files): Include m4/full-header-path.m4,
47869         m4/size_max.m4, m4/wchar_t.m4.
47870         (Makefile.am): Many more substitutions.
47871         * modules/stdint-tests: New file.
47872         * tests/test-stdint.c: New file.
47873
47874 2006-06-15  Bruno Haible  <bruno@clisp.org>
47875
47876         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47877         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47878         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47879         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47880         gl_CHECK_TYPE_SAME): New macros.
47881
47882 2006-06-15  Bruno Haible  <bruno@clisp.org>
47883
47884         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47885
47886 2006-06-15  Bruno Haible  <bruno@clisp.org>
47887
47888         * lib/stdint_.h: Rewritten to be fully auto-configured.
47889         Fixes bug on HP-UX/IA64.
47890
47891 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47892
47893         * lib/getdate.y (__attribute__): Don't define if already defined.
47894         Problem reported by Larry Jones.
47895         * lib/utimens.c (__attribute__): Likewise.
47896
47897 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47898
47899         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47900         reported by Andreas Schwab.
47901
47902 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47903             Bruno Haible  <bruno@clisp.org>
47904
47905         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47906         check for the declaration of strnlen and a run test that exposes the
47907         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47908         rpl_strndup.
47909
47910 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47911             Bruno Haible  <bruno@clisp.org>
47912
47913         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47914
47915 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47916
47917         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47918         compile test, for Tru64 4.0D.
47919
47920 2006-05-28  Karl Berry  <karl@gnu.org>
47921
47922         * config/srclist.txt (printf-args.c): lose sync.
47923
47924 2006-05-26  Martin Lambers  <marlam@marlam.de>
47925
47926         * lib/getpass.c: Updates the test for the native W32 API, and adds
47927         missing includes, thus fixing compilation warnings.
47928
47929 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47930
47931         * lib/exclude.c (exclude_fnmatch): New function.
47932         (excluded_file_name): Call exclude_fnmatch.
47933         * lib/exclude.h (excluded_file_name): New prototype
47934
47935 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47936
47937         * lib/tempname.c (small_open, large_open): New macros.
47938         (__open, __open64) [!_LIBC]: Remove.
47939         (__gen_tempname): Use small_open and large_open instead of __open
47940         and __open64.  This fixes a portability bug on HP-UX 11.11i
47941         reported by Simon Wing-Tang in
47942         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47943
47944 2006-05-24  Bruno Haible  <bruno@clisp.org>
47945
47946         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47947         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47948         Reported by Thorsten Maerz <torte@netztorte.de> via
47949         Aaron Stone <aaron@serendipity.cx>.
47950
47951 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47952
47953         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47954         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47955         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47956         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47957         not really conditional on the cache.
47958         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47959
47960 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47961
47962         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47963         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47964         (my_usleep): Don't mishandle maximum value.
47965
47966 2006-05-19  Jim Meyering  <jim@meyering.net>
47967
47968         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47969
47970 2006-05-17  Bruno Haible  <bruno@clisp.org>
47971
47972         Cygwin portability.
47973         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47974
47975 2006-05-17  Bruno Haible  <bruno@clisp.org>
47976
47977         * lib/stdint_.h: Fix recognition of Cygwin.
47978
47979 2006-05-15  Bruno Haible  <bruno@clisp.org>
47980
47981         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47982         on libtool patch by Ralf Wildenhues.
47983
47984 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47985
47986         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47987         test for C99 conformance; (bool) 0.5 is an integer constant
47988         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47989         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47990
47991 2006-05-11  Simon Josefsson  <jas@extundo.com>
47992
47993         * m4/xvasprintf.m4: Fix obvious typo.
47994
47995 2006-05-11  Jim Meyering  <jim@meyering.net>
47996
47997         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47998         James Lemley.
47999
48000 2006-05-10  Simon Josefsson  <jas@extundo.com>
48001
48002         * lib/md4.c: Typo fix, update copyright years.
48003         (K1, K2): Don't use L because it turn computations into 64-bit on
48004         64-bit platforms.
48005
48006 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48007
48008         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48009         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48010         unwanted sign propagation, e.g., on hosts with 64-bit int.
48011         There still are some problems with reeelly weird theoretical hosts
48012         (e.g., 33-bit int) but it's not worth worrying about now.
48013         * lib/sha1.c (rol): Likewise.
48014         (K1, K2, K3, K4): Remove unnecessary L suffix.
48015
48016 2006-05-10  Bruno Haible  <bruno@clisp.org>
48017
48018         * lib/des.c: Cast to avoid warnings.
48019
48020 2006-05-09  Bruno Haible  <bruno@clisp.org>
48021
48022         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48023         (Depends-on): Depend also on xsize, stdarg.
48024         (configure.ac): Add gl_XVASPRINTF.
48025
48026 2006-05-09  Bruno Haible  <bruno@clisp.org>
48027
48028         * m4/xvasprintf.m4: New file.
48029
48030 2006-05-09  Bruno Haible  <bruno@clisp.org>
48031
48032         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48033         (EOVERFLOW): Define fallback value.
48034         (xstrcat): New function.
48035         (xvasprintf): Recognize the special case of a string concatenation.
48036
48037 2006-05-08  Eric Blake  <ebb9@byu.net>
48038
48039         * gnulib-tool (func_version): Base copyright year on CVS date.
48040         (func_emit_copyright_notice): New function.
48041         (func_emit_lib_Makefile_am): Use it.
48042         (func_emit_tests_Makefile_am): Likewise.
48043         (func_import): Likewise.
48044
48045 2006-05-08  Bruno Haible  <bruno@clisp.org>
48046
48047         * modules/stdarg: New file.
48048         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48049
48050 2006-05-08  Bruno Haible  <bruno@clisp.org>
48051
48052         * m4/stdarg.m4: New file, from GNU gettext.
48053
48054 2006-05-08  Bruno Haible  <bruno@clisp.org>
48055
48056         * config/srclist.txt (build-aux/config.rpath): different from latest
48057         release.
48058
48059 2006-05-08  Bruno Haible  <bruno@clisp.org>
48060
48061         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48062
48063 2006-05-05  Jim Meyering  <jim@meyering.net>
48064
48065         * m4/warning.m4: New file, derived from bison's file by the same name.
48066
48067 2006-05-03  Bruno Haible  <bruno@clisp.org>
48068
48069         * lib/stdint_.h: Shorter URL.
48070         * lib/inttypes.h: Likewise.
48071
48072 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48073
48074         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48075
48076 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48077
48078         * lib/verify.h: Document the internals better.  Most of this change
48079         was written by Bruno Haible.
48080
48081 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * doc/verify.texi: New file, partly based on a proposal by
48084         Bruno Haible.
48085
48086 2006-05-02  Bruno Haible  <bruno@clisp.org>
48087
48088         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48089         test from here...
48090         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48091
48092 2006-04-29  Bruno Haible  <bruno@clisp.org>
48093
48094         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48095         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48096
48097 2006-04-29  Bruno Haible  <bruno@clisp.org>
48098
48099         * gnulib-tool: Make --update option actually work.
48100
48101 2006-04-29  Bruno Haible  <bruno@clisp.org>
48102
48103         * doc/gcd.texi: New file.
48104         * doc/gnulib.texi: Include it.
48105
48106 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48107
48108         * lib/getdate.y (get_date): When adding relative date, start with the
48109         initial time, not with the result of the first mktime call.
48110
48111 2006-04-25  Bruno Haible  <bruno@clisp.org>
48112
48113         * gnulib-tool (func_import): Output the include directives in three
48114         blocks, sorted separately.
48115         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48116
48117 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48118
48119         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48120         to define main with arguments, for C++.  Reported by Eric Blake.
48121         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48122         Prefer 'int main ()' to 'int main (void)', for C++.
48123         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48124         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48125         for 'main', for C99 and C++.
48126
48127 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48128
48129         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48130         Don't assume that exit status -1 is valid.
48131         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48132         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48133         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48134         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48135         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48136         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48137         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48138         functions can be used without declaring them, or that you can
48139         exit with status -1.
48140         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48141
48142 2006-04-24  Karl Berry  <karl@gnu.org>
48143
48144         * config/srclist.txt (longdouble.m4): sync lost.
48145
48146 2006-04-24  Eric Blake  <ebb9@byu.net>
48147
48148         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48149
48150 2006-04-24  Bruno Haible  <bruno@clisp.org>
48151
48152         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48153         poll() implementation in AIX.
48154         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48155
48156 2006-04-24  Bruno Haible  <bruno@clisp.org>
48157
48158         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48159         assigned exactly once.
48160
48161 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48162             Bruno Haible  <bruno@clisp.org>
48163
48164         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48165         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48166         for AM_CPPFLAGS.
48167
48168 2006-04-23  Bruno Haible  <bruno@clisp.org>
48169
48170         * modules/copy-file: Depend on unistd.
48171         * modules/execute: Likewise.
48172         * modules/fatal-signal: Likewise.
48173         * modules/findprog: Likewise.
48174         * modules/mkdtemp : Likewise.
48175         * modules/pipe: Likewise.
48176         * modules/wait-process: Likewise.
48177
48178 2006-04-23  Bruno Haible  <bruno@clisp.org>
48179
48180         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48181         condition was already detected.
48182         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48183
48184 2006-04-23  Bruno Haible  <bruno@clisp.org>
48185
48186         * lib/copy-file.c: Include <unistd.h> unconditionally.
48187         * lib/execute.c: Likewise.
48188         * lib/fatal-signal.c: Likewise.
48189         * lib/findprog.c: Likewise.
48190         * lib/mkdtemp.c: Likewise.
48191         * lib/pipe.h: Likewise.
48192         * lib/pipe.c: Likewise.
48193         * lib/wait-process.h: Likewise.
48194
48195 2006-04-23  Bruno Haible  <bruno@clisp.org>
48196
48197         * gnulib-tool (func_usage): Fix --import description. Document
48198         --update.
48199         (func_import): Create temporary file in a temporary directory, if
48200         --dry-run is specified. Silence errors from 'grep' when there are no
48201         m4 files in $m4dir.
48202         (func_create_testdir): Silence errors from 'grep' when there are no
48203         m4 files in $m4dir.
48204         Reported by Karl Berry <karl@freefriends.org>.
48205
48206 2006-04-20  Bruno Haible  <bruno@clisp.org>
48207
48208         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48209         one argument, so that the code will be portable to Autoconf 2.60.
48210         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48211         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48212         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48213
48214 2006-04-19  Derek Price  <derek@ximbiot.com>
48215             Eric Blake  <ebb9@byu.net>
48216
48217         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48218         rather than "/full/path.h".  Update comment to match.  Shorten &
48219         generalize m4_translit call via AS_TR_CPP.
48220
48221 2006-04-19  Derek Price  <derek@ximbiot.com>
48222             Eric Blake  <ebb9@byu.net>
48223
48224         * lib/inttypes.h: Correct grammar in comment.
48225
48226 2006-04-18  Derek Price  <derek@ximbiot.com>
48227             Paul Eggert  <eggert@cs.ucla.edu>
48228
48229         * modules/inttypes: New file.
48230         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48231
48232 2006-04-18  Derek Price  <derek@ximbiot.com>
48233             Paul Eggert  <eggert@cs.ucla.edu>
48234
48235         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48236         New files.
48237
48238 2006-04-18  Derek Price  <derek@ximbiot.com>
48239             Paul Eggert  <eggert@cs.ucla.edu>
48240
48241         * lib/inttypes.h: New file.
48242         * lib/strtoimax.c: Assume <inttypes.h>.
48243
48244 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48245
48246         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48247         isn't mounted.  Problem reported by Kir Kolyshkin.
48248
48249 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48250
48251         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48252         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48253         Derek R. Price.
48254         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48255         implementation.
48256
48257 2006-04-12  Eric Blake  <ebb9@byu.net>
48258
48259         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48260         is now done automatically by the corresponding Autoconf macro.
48261
48262 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48263
48264         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48265         time_r.h.
48266
48267 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48268
48269         Merge regex changes from libc, removing some of our
48270         POSIX-conformance changes that were rejected and redoing them in a
48271         less-intrusive way.
48272
48273         * lib/regcomp.c (re_compile_internal, init_dfa):
48274         Length arg is now size_t, not Idx.  All uses changed.
48275         (peek_token): Forward decl now says internal_function.
48276         (__re_error_msgid, __re_error_msgid_idx):
48277         Now static rather than extern with attribute_hidden.
48278         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48279         For some reason libc prefers K&R style defns for external functions.
48280         (regerror) [!defined _LIBC]: Likewise.
48281         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48282         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48283         (build_range_exp, build_collating_symbol):
48284         Use K&R-style defn.
48285         (re_compile_fastmap): Use '\0' to memset, not 0.
48286         (utf8_sb_map): Make the calculations more obvious.
48287         (init_dfa, parse_bracket_exp, build_charclass_op):
48288         Call calloc and cast result, as glibc does.
48289         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48290         (build_range_exp, build_collating_symbol):
48291         Now internal functions.
48292
48293         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48294
48295         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48296         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48297         Don't depend on VMS; depend on __VMS instead, for POSIX
48298         namespace cleanness.
48299         (regoff_t): Define to ssize_t, not long int.
48300
48301         Remove the REG_ macros named below.  Instead, make the old names
48302         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48303         __USE_GNU_REGEX.
48304         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48305         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48306         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48307         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48308         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48309         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48310         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48311         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48312         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48313         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48314         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48315         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48316         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48317         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48318         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48319         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48320         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48321         (REG_NREGS):
48322         Remove.  All uses replaced by the old RE_* names.
48323         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48324         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48325         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48326         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48327         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48328         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48329         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48330         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48331         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48332         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48333         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48334         Don't bother having these macros be independent of each others'
48335         values, since they no longer exist in the POSIX name space.
48336
48337         Rename the following member names back to their old names,
48338         unless !__USE_GNU_REGEX.  All uses changed back.
48339         (buffer): Renamed from re_buffer.
48340         (allocated): Renamed from re_allocated.
48341         (used): Renamed from re_used.
48342         (syntax): Renamed from re_syntax.
48343         (fastmap): Renamed from re_fastmap.
48344         (translate): Renamed from re_translate.
48345         (can_be_null): Renamed from re_can_be_null.
48346         (regs_allocated): Renamed from re_regs_allocated.
48347         (fastmap_accurate): Renamed from re_fastmap_accurate.
48348         (no_sub): Renamed from re_no_sub.
48349         (not_bol): Renamed from re_not_bol.
48350         (not_eol): Renamed from re_not_eol.
48351         (newline_anchor): Renamed from re_newline_anchor.
48352         (num_regs): Renamed from rm_num_regs.
48353         (start): Renamed from rm_start.
48354         (end): Renamed from rm_end.
48355
48356         (free_state): Move up a bit.
48357
48358         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48359         #define to be empty.
48360         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48361         when that is what is intended.
48362         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48363         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48364         (MAX): New macro.
48365         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48366         All uses changed back to re_malloc, etc.  It's now the caller's
48367         responsibility to check for overflow; all callers changed.
48368         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48369         (re_x2nrealloc): Remove.
48370         (free_state): Remove decl.
48371
48372         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48373         (re_set_registers, re_exec):
48374         Use K&R-style defn.
48375
48376         2006-01-31  Roland McGrath  <roland@redhat.com>
48377
48378         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48379         Reported by Mike Frysinger <vapier@gentoo.org>.
48380
48381         2006-01-15  Andreas Jaeger  <aj@suse.de>
48382
48383         [BZ #1950]
48384         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48385         build_wcs_upper_buffer change.
48386         (build_wcs_upper_buffer): Change return type.
48387
48388         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48389
48390         * lib/regex_internal.h: Include <stdint.h> if available.
48391
48392         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48393
48394         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48395
48396         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48397
48398         * lib/regcomp.c: Adjust for changed secondary hash function.
48399
48400         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48401
48402         * lib/regex.h: Pretty printing.
48403         Clean up namespace a bit.
48404
48405         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48406
48407         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48408         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48409
48410         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48411                     Ulrich Drepper  <drepper@redhat.com>
48412
48413         [BZ #1302]
48414         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48415         changed.
48416         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48417
48418         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48419
48420         [BZ #281]
48421         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48422         * lib/regcomp.c: Remove unnecessary uses of
48423         unsigned RE_TRANSLATE_TYPE.
48424         * lib/regex_internal.h: Likewise.
48425         * lib/regex_internal.c: Likewise.
48426         * lib/regexec.c: Likewise.
48427         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48428
48429         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48430
48431         * lib/regexec.c (find_recover_state): Remove unnecessary
48432         initialization.
48433         (transit_state_bkref): Make DFA a const pointer.
48434         (get_subexp): Likewise.
48435         (check_arrival): Likewise.
48436         (update_cur_sifted_state): Likewise.
48437         (re_search_internal): Likewise.
48438         (prune_impossible_nodes): Likewise.
48439         (acquire_init_state_context): Likewise.
48440         (proceed_next_node): Likewise.
48441         (set_regs): Likewise.
48442         (free_fail_stack_return): Likewise.
48443         (check_arrival_expand_ecl): Mark DFA parameter as const.
48444         (check_arrival_expand_ecl_sub): Likewise.
48445         (check_subexp_limits): Likewise.
48446         (sub_epsilon_src_nodes):  Likewise.
48447         (add_epsilon_src_nodes):  Likewise.
48448         (merge_state_array): Likewise.
48449         (update_regs): Likewise.
48450         (build_trtable): Likewise.
48451         (sift_states_backward): Mark MCTX parameter as const.
48452         (build_sifted_states): Likewise.
48453         (update_cur_sifted_state): Likewise.
48454         (sift_states_mkref): Likewise.
48455         (check_arrival_expand_ecl): Mark eclosure as const.
48456         (check_dst_limits_calc_pos_1): Likewise.
48457         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48458         pointer.
48459
48460         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48461
48462         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48463         (transit_state_sb): Likewise.
48464         (transit_state_mb): Likewise.
48465         (sift_states_iter_mb): Likewise.
48466         (check_arrival_add_next_nodes): Likewise.
48467         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48468         [_LIBC] (re_search_2_stub): Use mempcpy.
48469
48470         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48471         mbrtowc for very simple UTF-8 case.
48472
48473         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48474         a pointer-to-const.
48475         (re_acquire_state_context): Likewise.
48476         * lib/regex_internal.h: Adjust prototypes.
48477
48478         * lib/regex.c: Prevent using C++ compilers.
48479
48480         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48481         (re_acquire_state_context): Likewise.
48482
48483 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48484
48485         * modules/regex (Depends-on): Add ssize_t.
48486
48487 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48488
48489         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48490         translation table.
48491
48492 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48493
48494         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48495
48496 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48497             Bruno Haible  <bruno@clisp.org>
48498
48499         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48500         <sys/types.h> and <inttypes.h>.
48501
48502 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48503
48504         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48505         `__error_t_defined', so argp.h will not typedef the former.
48506
48507 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48508
48509         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48510         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48511         glibc names.  Even if glibc is changed to conform to POSIX, the
48512         traditional names will be available anyway, since regex depends on
48513         the extensions module.  Also, fix a longstanding typo in the
48514         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48515         reported by Emanuele Giaquinta.  Also, change sense of cached
48516         variable, so that the message makes sense.
48517
48518 2006-03-24  Simon Josefsson  <jas@extundo.com>
48519
48520         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48521         including some doc fixes.
48522         (base64_encode_alloc): Fix +1 bug on allocation failures.
48523
48524 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48525
48526         * lib/base64.c (base64_encode): Do not read past end of array with
48527         unsanitized input on systems with CHAR_BIT > 8.
48528
48529 2006-03-24  Eric Blake  <ebb9@byu.net>
48530
48531         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48532
48533 2006-03-22  Karl Berry  <karl@gnu.org>
48534
48535         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48536         * config/srclistvars.sh (COREUTILS): new var.
48537
48538 2006-03-17  Jim Meyering  <jim@meyering.net>
48539
48540         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48541         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48542
48543 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48544
48545         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48546         no longer needs it.  Instead, check that regoff_t is as least
48547         as wide as ptrdiff_t.
48548
48549         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48550         so that our regex.h stays compatible with the installed regex.
48551         This is helpful for installers who configure --without-included-regex.
48552         Problem reported by Emanuele Giaquinta.
48553
48554 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48555
48556         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48557         Typedef to long int, not to off_, as POSIX will likely change
48558         in that direction.
48559
48560 2006-03-15  Eric Blake  <ebb9@byu.net>
48561
48562         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48563
48564 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48565
48566         * lib/argp-help.c (validate_uparams): Fix typo
48567         * lib/argp-parse.c (argp_default_options): Consistently begin help
48568         messages with a lowercase letter.
48569
48570 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48571
48572         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48573         overrun buffers and shouldn't be used (much as gets shouldn't be
48574         used).
48575         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48576
48577 2006-03-08  Simon Josefsson  <jas@extundo.com>
48578
48579         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48580         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48581
48582 2006-03-08  Simon Josefsson  <jas@extundo.com>
48583
48584         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48585         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48586
48587 2006-03-08  Simon Josefsson  <jas@extundo.com>
48588
48589         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48590         signal that configure disabled the device.
48591
48592 2006-03-08  Simon Josefsson  <jas@extundo.com>
48593
48594         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48595         languages.
48596
48597 2006-03-07  Simon Josefsson  <jas@extundo.com>
48598
48599         * modules/getopt (Depends-on): Add unistd.
48600
48601         * modules/unistd: New file.
48602
48603 2006-03-07  Simon Josefsson  <jas@extundo.com>
48604
48605         * modules/gc-random: New file.
48606
48607 2006-03-07  Simon Josefsson  <jas@extundo.com>
48608
48609         * m4/unistd_h.m4: New file.
48610
48611 2006-03-07  Simon Josefsson  <jas@extundo.com>
48612
48613         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48614         test to be side-effect free by storing the result in the cache
48615         variable gl_cv_lib_readline, and moving the assignment of
48616         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48617         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48618
48619 2006-03-07  Simon Josefsson  <jas@extundo.com>
48620
48621         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48622         error on missing devices (the functions will return an error).
48623
48624         * m4/gc.m4: Move random stuff to gc-random.m4
48625
48626 2006-03-07  Simon Josefsson  <jas@extundo.com>
48627
48628         * lib/unistd_.h: New file.
48629
48630 2006-03-07  Simon Josefsson  <jas@extundo.com>
48631
48632         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48633
48634 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48635
48636         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48637         Problem reported by Juan Manuel Guerrero.
48638
48639 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48640
48641         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48642         the unistd module.
48643         * lib/getlogin_r.c: Likewise.
48644         * lib/getlogin_r.h: Likewise.
48645         * lib/glob.c: Likewise.
48646         * lib/pagealign_alloc.c: Likewise.
48647         * lib/unistd_.h: Remove; no longer needed.
48648
48649 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48650
48651         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48652         Add unistd.
48653         * modules/c-stack (Depends-on): Add unistd.
48654         * modules/getlogin_r: Likewise.
48655         * modules/glob: Likewise.
48656         * modules/pagealign_alloc: Likewise.
48657         * modules/unistd (Files): Remove lib/unistd_.h.
48658         (EXTRA_DIST): Remove.
48659         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48660         need unistd_.h.
48661         (MOSTLYCLEANFILES): Remove unistd.h-t.
48662
48663 2006-03-03  Simon Josefsson  <jas@extundo.com>
48664
48665         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48666
48667 2006-03-03  Simon Josefsson  <jas@extundo.com>
48668
48669         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48670         libidn and bison.
48671
48672 2006-03-03  Simon Josefsson  <jas@extundo.com>
48673
48674         * build-aux/maint.mk: Add indent target.
48675
48676 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48677
48678         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48679         our replacement poll.h in any case, to avoid a differing
48680         declaration from a system header.  Seen on AIX.
48681
48682 2006-03-01  Simon Josefsson  <jas@extundo.com>
48683
48684         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48685         <kasal@ucw.cz>.
48686
48687 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48688
48689         * modules/gettime (Depends-on): Add extensions module.
48690         * modules/nanosleep (Depends-on): Likewise.
48691         * modules/settime (Depends-on): Likewise.
48692
48693 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48694
48695         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48696         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48697         pedantically.
48698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48699         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48700
48701         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48702         not "==".  Reported by Ralf Wildenhues.
48703
48704 2006-03-01  Karl Berry  <karl@gnu.org>
48705
48706         * doc/Copyright/request-*: new files, synced from gnuorg.
48707
48708 2006-03-01  Karl Berry  <karl@gnu.org>
48709
48710         * config/srclist.txt (Copyright/*): new entries.
48711
48712 2006-02-28  Simon Josefsson  <jas@extundo.com>
48713
48714         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48715
48716 2006-02-27  Simon Josefsson  <jas@extundo.com>
48717
48718         * lib/base64.h: Indent #define's.  From Jim Meyering
48719         <jim@meyering.net>.
48720
48721 2006-02-27  Jim Meyering  <jim@meyering.net>
48722
48723         Revert the change of 2006-02-24, so these files can continue
48724         to be sync'd from gettext.
48725         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48726         of `config.h'.
48727
48728 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48729
48730         * modules/intprops: New file.
48731         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48732         Add intprops.
48733         * modules/getloadavg (Files): Remove lib/intprops.h.
48734         (Depends-on): Add intprops.
48735         * modules/human: Likewise.
48736         * modules/inttostr: Likewise.
48737         * modules/openat: Likewise.
48738         * modules/sig2str: Likewise.
48739         * modules/userspec: Likewise.
48740         * modules/utimecmp: Likewise.
48741         * modules/xnanosleep: Likewise.
48742         * modules/xstrtol: Likewise.
48743
48744 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48745
48746         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48747         * modules/lock-tests (TESTS): Use $(EXEEXT).
48748         * modules/tls-tests: Likewise.
48749         * modules/argp-tests: Likewise.
48750         (check_PROGRAMS): New var, replacing...
48751         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48752
48753 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48754
48755         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48756         `config.h'.
48757
48758 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48759
48760         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48761
48762 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48763
48764         Sync from coreutils.
48765         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48766         gl_CHDIR_SAFER.
48767
48768 2006-02-22  Jim Meyering  <jim@meyering.net>
48769
48770         Sync from coreutils.
48771         * m4/chdir-safer.m4: New file.
48772
48773 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48774
48775         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48776         AT_FDCWD exceeds INT_MAX.
48777         * lib/openat.h (AT_FDCWD): Likewise.
48778
48779 2006-02-17  Eric Blake  <address@hidden>
48780
48781         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48782
48783 2006-02-16  Simon Josefsson  <jas@extundo.com>
48784
48785         * modules/getaddrinfo (Depends-on): Add sys_socket.
48786
48787 2006-02-15  Simon Josefsson  <jas@extundo.com>
48788
48789         * build-aux/maint.mk: Add dsyntax-check rule.
48790
48791 2006-02-15  Eric Blake  <ebb9@byu.net>
48792
48793         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48794         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48795         'present but cannot compile' warnings on cygwin.
48796         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48797         use ws2tcpip.h if sys/socket.h works.
48798         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48799         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48800
48801 2006-02-14  Simon Josefsson  <jas@extundo.com>
48802
48803         * modules/maintainer-makefile (Files): Rename.
48804
48805         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48806         and (the local) Makefile.cfg to maint-cfg.mk.
48807
48808         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48809         to the latter.
48810
48811         * modules/maintainer-makefile: New module.
48812
48813         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48814         severaly stripped to make it possible to build it up from scratch
48815         with reliable tests.
48816
48817         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48818         fixes to permit overriding the default actions when configure and
48819         makefile are not available.
48820
48821 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48822
48823         Sync from coreutils.
48824         * modules/lstat (Depends-on): Don't depend on xalloc.
48825         (License): Change from GPL to LGPL, since this is now simply a
48826         replacement for a libc function.
48827
48828 2006-02-14  Jim Meyering  <jim@meyering.net>
48829
48830         Sync from coreutils.
48831
48832         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48833         failure on deficient systems, and simplify gnulib lgpl dependencies.
48834         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48835         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48836
48837         * lib/xalloc-die.c: Remove unused definition of N_.
48838
48839 2006-02-14  Jim Meyering  <jim@meyering.net>
48840
48841         Sync from coreutils.
48842         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48843         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48844         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48845         double-quote uses of that variable, to accommodate the rare case in
48846         which getmntent is available in none of the libraries checked.  This
48847         happens at least on FreeBSD 5.0.
48848
48849 2006-02-13  Simon Josefsson  <jas@extundo.com>
48850
48851         * gnulib-tool (Usage): Fix --import, from
48852         karl@freefriends.org (Karl Berry).
48853
48854 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48855
48856         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48857
48858 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48859
48860         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48861         "autoupdate" on 2005-12-12.
48862
48863 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48864
48865         * modules/closeout (Depends-on): Remove atexit.
48866
48867 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48868
48869         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48870         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48871
48872 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48873
48874         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48875         __EXTENSIONS__ if this causes compilation to fail.  Problem
48876         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48877         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48878
48879 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48880
48881         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48882         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48883         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48884         All uses changed.
48885
48886 2006-01-26  Simon Josefsson  <jas@extundo.com>
48887
48888         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48889         prototype is visible on mingw32.
48890
48891         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48892         for mingw32.
48893
48894         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48895         mingw32).
48896
48897 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48898
48899         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48900         attempt to open for write; this always fails, at least on POSIX
48901         hosts.  This reinstates the 2006-01-09 change, which was
48902         inadvertently removed.
48903
48904 2006-01-26  Bruno Haible  <bruno@clisp.org>
48905
48906         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48907         Reported by Paul Eggert.
48908
48909 2006-01-26  Bruno Haible  <bruno@clisp.org>
48910             Paul Eggert  <eggert@cs.ucla.edu>
48911
48912         * lib/stdbool_.h (_Bool)
48913         [(! (defined __cplusplus || defined __BEOS__)
48914           && !defined __GNUC__
48915           && !(defined __HP_cc || defined __xlc__
48916                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48917                || defined __sgi))]:
48918         #define to signed char in these cases too; this simplifies
48919         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48920         etc., separately) and makes it more conservative.
48921
48922 2006-01-25  Simon Josefsson  <jas@extundo.com>
48923
48924         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48925         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48926         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48927
48928 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48929
48930         * lib/argp-namefrob.h: Bugfix. Remove stray #
48931
48932 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48933
48934         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48935         so that we test the test.
48936         Check for yet another HP-UX cc bug involving *bool |= bool.
48937
48938 2006-01-25  Karl Berry  <karl@gnu.org>
48939
48940         * config/srclist.txt (vasnprintf.c): sync lost.
48941
48942 2006-01-25  Jim Meyering  <jim@meyering.net>
48943
48944         Sync from the stable (b5) branch of coreutils:
48945
48946         * lib/fts.c (fts_children): Don't let close() clobber errno from
48947         failed fchdir().
48948
48949         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48950         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48951         a dangling symlink.  That can also happen at least for ELOOP.
48952         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48953         FYI, this bug predates the inclusion of fts.c in coreutils.
48954
48955         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48956         in their own block, so pre-c99 compilers don't object.
48957
48958         Avoid the double-free (first in fts_read, second in fts_close) that
48959         would occur when an `active' directory is made inaccessible (e.g.,
48960         via chmod a-x) during a traversal.
48961         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48962         before returning.  Reproduce this failure by
48963         mkdir -p a/b; cd a; chmod a-x . b
48964         Reported by Stavros Passas.
48965
48966 2006-01-25  Jim Meyering  <jim@meyering.net>
48967
48968         * lib/fileblocks.c: Remove more useless parentheses.
48969         * lib/readutmp.h: Likewise.
48970
48971 2006-01-25  Bruno Haible  <bruno@clisp.org>
48972
48973         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48974         warnings.
48975         Reported by Paul Eggert.
48976
48977 2006-01-25  Bruno Haible  <bruno@clisp.org>
48978
48979         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48980         rid of a trap command. For Solaris sh.
48981         Reported by Mark D. Baushke <mdb@gnu.org>.
48982
48983 2006-01-24  Simon Josefsson  <jas@extundo.com>
48984
48985         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48986         Bruno.
48987
48988 2006-01-24  Karl Berry  <karl@gnu.org>
48989
48990         * config/srclist.txt (argp-namefrob.h): sync lost.
48991
48992 2006-01-24  Jim Meyering  <jim@meyering.net>
48993
48994         * modules/openat (Files): Add lib/intprops.h.
48995         From Mark D. Baushke.
48996
48997 2006-01-24  Jim Meyering  <jim@meyering.net>
48998
48999         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
49000         Reported by Mark D. Baushke.
49001
49002 2006-01-24  Jim Meyering  <jim@meyering.net>
49003
49004         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49005
49006 2006-01-24  Bruno Haible  <bruno@clisp.org>
49007
49008         * modules/strnlen (Maintainer): Change from glibc to all.
49009
49010 2006-01-24  Bruno Haible  <bruno@clisp.org>
49011
49012         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49013         Patch by Paul Eggert.
49014
49015 2006-01-24  Bruno Haible  <bruno@clisp.org>
49016
49017         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49018         already has it.
49019         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49020         2005-11-26.
49021
49022         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49023         'signed char' to avoid problems with the built-in _Bool type.
49024         Reported by Paul Eggert on 2005-11-26.
49025
49026 2006-01-24  Bruno Haible  <bruno@clisp.org>
49027
49028         * gnulib-tool (func_import): Avoid constructing complicated sed
49029         expressions inside backquote.
49030         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49031
49032 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49033
49034         These changes imported from libc.
49035         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49036         test and two separate function calls.
49037         * lib/strndup.c (__strndup): Add libc_hidden_def.
49038
49039 2006-01-23  Simon Josefsson  <jas@extundo.com>
49040
49041         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49042         Remove the test_*_SOURCES variable: automake infers it by default.
49043         * modules/tls-tests: Likewise.
49044
49045 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49046
49047         Work around porting bugs reported by Dieter in
49048         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49049         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49050         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49051         Include "getopt.h" first, to check interface.
49052         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49053         !HAVE_DECL_GETENV.
49054         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49055         (__strndup): Revert to K&R-style function dfns, the glibc style.
49056         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49057         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49058         Include strnlen.h first, to get prototype properly.
49059         (strnlen): Renamed from __strnlen.
49060         Remove weak alias.
49061
49062 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49063
49064         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49065
49066 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49067
49068         * config/srclist.txt: Adjust to reflect glibc reorganization.
49069         This affects only comments.
49070
49071 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49072
49073          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49074          Reported by Bruce Korb <bkorb@gnu.org>.
49075
49076 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49077
49078         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49079         to pacify gcc -Wswitch-default.
49080
49081 2006-01-22  Bruno Haible  <bruno@clisp.org>
49082
49083         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49084         temporary buffer for sprintf, take into account the precision also
49085         for 'd', 'i', 'u', 'o', 'x', 'X'.
49086
49087 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49088
49089         * modules/argp-tests: New module
49090         * tests/test-argp.c: New file
49091         * tests/test-argp-2.sh: New file
49092
49093 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49094
49095         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49096         (__argp_base_name): Removed
49097         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49098         typo.
49099         (__argp_base_name): Provide macro definition or extern declaration
49100         depending on the configuration
49101
49102 2006-01-20  Simon Josefsson  <jas@extundo.com>
49103
49104         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49105
49106 2006-01-20  Simon Josefsson  <jas@extundo.com>
49107
49108         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49109
49110 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49111
49112         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49113         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49114         Suggested by Bruno Haible.
49115
49116 2006-01-20  Karl Berry  <karl@gnu.org>
49117
49118         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49119         until changes propagate, I guess.
49120
49121 2006-01-19  Simon Josefsson  <jas@extundo.com>
49122
49123         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49124
49125 2006-01-19  Simon Josefsson  <jas@extundo.com>
49126
49127         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49128
49129 2006-01-19  Simon Josefsson  <jas@extundo.com>
49130
49131         * gnulib-tool: Set check_PROGRAMS.
49132
49133         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49134         modules/des-tests, modules/gc-arcfour-tests,
49135         modules/gc-arctwo-tests, modules/gc-des-tests,
49136         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49137         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49138         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49139         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49140         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49141         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49142         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49143         test_*_SOURCES.
49144
49145 2006-01-18  Simon Josefsson  <jas@extundo.com>
49146
49147         * modules/socklen (Depends-on): Depend on sys_socket.
49148
49149 2006-01-18  Simon Josefsson  <jas@extundo.com>
49150
49151         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49152         modules/des-tests, modules/gc-arcfour-tests,
49153         modules/gc-arctwo-tests, modules/gc-des-tests,
49154         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49155         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49156         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49157         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49158         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49159         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49160         $(EXEEXT) to automake TESTS variable, for mingw32.
49161
49162 2006-01-17  Simon Josefsson  <jas@extundo.com>
49163
49164         * modules/socklen (Include): Need sys/socket.h.
49165
49166 2006-01-17  Bruno Haible  <bruno@clisp.org>
49167
49168         * modules/ssize_t (Include): Add <sys/types.h>.
49169
49170 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49171
49172         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49173         it's not portable and it doesn't work with cross-compiles.
49174         Problem reported by Bruno Haible.  Fix missing-$ typo in
49175         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49176         -zignore from being used with Sun's C compiler.
49177
49178 2006-01-12  Simon Josefsson  <jas@extundo.com>
49179
49180         * lib/base64.c: Fix warning, reported by Bruno Haible
49181         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49182
49183 2006-01-12  Bruno Haible  <bruno@clisp.org>
49184
49185         * modules/ldd: New file.
49186         * build-aux/ldd.sh.in: New file.
49187         * MODULES.html.sh (Support for building libraries and executables): Add
49188         ldd.
49189
49190 2006-01-12  Bruno Haible  <bruno@clisp.org>
49191
49192         * m4/ldd.m4: New file.
49193
49194 2006-01-12  Bruno Haible  <bruno@clisp.org>
49195
49196         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49197         endless loop while replacing $auxdir with build-aux.
49198
49199 2006-01-11  Simon Josefsson  <jas@extundo.com>
49200
49201         * lib/stdint_.h (SIZE_MAX): Add missing (.
49202
49203 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49204
49205         Sync from coreutils.
49206         * lib/md5.c: Fix commentary typos.
49207         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49208         * lib/md5.h (__attribute__): Remove; unused.
49209         * lib/sha1.c: Fix commentary to match md5 better.
49210         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49211         so that we don't need to worry about alignment.  All uses changed.
49212         This merges the 2005-10-28 md5 change into sha1.
49213
49214 2006-01-11  Jim Meyering  <jim@meyering.net>
49215
49216         Sync from coreutils.
49217         * lib/md5.c (OP): Fix spacing.
49218
49219 2006-01-11  Bruno Haible  <bruno@clisp.org>
49220
49221         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49222         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49223         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49224
49225 2006-01-11  Bruno Haible  <bruno@clisp.org>
49226
49227         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49228         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49229         the "early" section as well.
49230
49231 2006-01-11  Bruno Haible  <bruno@clisp.org>
49232
49233         Avoid "ar: no archive members specified" error on MacOS X.
49234         * gnulib-tool (func_modules_add_dummy): New function.
49235         (func_import, func_create_testdir): Invoke it.
49236
49237 2006-01-11  Bruno Haible  <bruno@clisp.org>
49238
49239         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49240         with $auxdir in AC_CONFIG_FILES statements.
49241
49242 2006-01-11  Bruno Haible  <bruno@clisp.org>
49243
49244         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49245         Initialize also noinst_HEADERS to empty.
49246
49247 2006-01-11  Bruno Haible  <bruno@clisp.org>
49248
49249         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49250         variables.
49251         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49252         autoreconf.
49253
49254 2006-01-11  Bruno Haible  <bruno@clisp.org>
49255
49256         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49257         overridable by the user.
49258         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49259
49260 2006-01-10  Simon Josefsson  <jas@extundo.com>
49261
49262         * modules/sys_socket: New file.
49263
49264 2006-01-10  Simon Josefsson  <jas@extundo.com>
49265
49266         * m4/sys_socket_h.m4: New file.
49267
49268 2006-01-10  Simon Josefsson  <jas@extundo.com>
49269
49270         * lib/socket_.h: New file.
49271
49272 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49273
49274         * modules/readutmp (Maintainer): Add myself.
49275
49276 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49277
49278         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49279         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49280         People who are still concerned with buggy memcmp implementations
49281         can invoke gl_FUNC_MEMCMP themselves.
49282
49283 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49284
49285         * lib/regex_internal.h (BITSET_WORD_BITS):
49286         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49287         preprocessor mishandles large unsigned values as if they were signed.
49288         Problem reported by Claudio Fontana in
49289         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49290
49291 2006-01-10  Jim Meyering  <jim@meyering.net>
49292
49293         Avoid the double-free (first in fts_read, second in fts_close) that
49294         would occur when an `active' directory is made inaccessible (e.g.,
49295         via chmod a-x) during a traversal.
49296         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49297         before returning.  Reproduce this failure by
49298         mkdir -p a/b; cd a; chmod a-x . b
49299         Reported by Stavros Passas.
49300
49301         Sync from coreutils.
49302         * lib/sha1.c: Tweak grammar in a comment.
49303
49304 2006-01-10  Jim Meyering  <jim@meyering.net>
49305
49306         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49307         Patch by Joerg Sonnenberger.
49308
49309 2006-01-10  Bruno Haible  <bruno@clisp.org>
49310
49311         * modules/readutmp: Depend on module free.
49312         * modules/strtok_r: Depend on module restrict.
49313
49314 2006-01-10  Bruno Haible  <bruno@clisp.org>
49315
49316         * modules/gettext (configure.ac): Add an invocation of
49317         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49318
49319 2006-01-10  Bruno Haible  <bruno@clisp.org>
49320
49321         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49322         Reported by Werner Lemberg <wl@gnu.org>.
49323
49324 2006-01-10  Bruno Haible  <bruno@clisp.org>
49325
49326         * lib/localcharset.c: Update from GNU gettext.
49327
49328 2006-01-10  Bruno Haible  <bruno@clisp.org>
49329
49330         * lib/argp.h (__const): Remove macro. Use const instead.
49331         * lib/argp-fmtstream.h (__const): Likewise.
49332         * lib/glob_.h (__const): Remove macro.
49333         * lib/glob-libc.h: Use const instead of __const.
49334
49335 2006-01-10  Bruno Haible  <bruno@clisp.org>
49336
49337         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49338         variable.
49339         Needed to avoid an automake error regarding the 'gettext' module.
49340
49341 2006-01-09  Simon Josefsson  <jas@extundo.com>
49342
49343         * modules/inet_ntop (Depends-on): Add restrict.
49344
49345 2006-01-09  Simon Josefsson  <jas@extundo.com>
49346
49347         * modules/gc-rijndael-tests (License): Put under LGPL.
49348
49349         * modules/gc-des-tests (License): Likewise.
49350
49351         * modules/gc-arcfour-tests (License): Likewise.
49352
49353         * modules/gc-arctwo-tests (License): Likewise.
49354
49355         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49356
49357         * modules/gc-hmac-sha1-tests (Files): Likewise.
49358
49359         * modules/gc-hmac-md5-tests (License): Likewise.
49360
49361         * modules/gc-sha1-tests (License): Likewise.
49362
49363         * modules/gc-md5-tests (License): Likewise.
49364
49365         * modules/gc-md4-tests (License): Likewise.
49366
49367         * modules/gc-md2-tests (License): Likewise.
49368
49369         * modules/gc-tests (License): Likewise.
49370
49371         * modules/des-tests (License): Likewise.
49372
49373         * modules/md4-tests (License): Likewise.
49374
49375         * modules/md2-tests (License): Likewise.
49376
49377 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49378
49379         Sync from coreutils:
49380
49381         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49382         * modules/lib-ignore: New file.
49383         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49384         chdir-safer.m4, lchmod.m4.
49385         * modules/openat: Add mkdirat.c, openat-priv.h.
49386
49387 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49388
49389         Sync from coreutils.
49390         * m4/lib-ignore.m4: New file.
49391         * m4/lchmod.m4: New file.
49392
49393 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49394
49395         Sync from coreutils.
49396         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49397         for write access: POSIX says that must fail.
49398         * lib/fts.c (diropen): Likewise.
49399         * lib/save-cwd.c (save_cwd): Likewise.
49400         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49401         well, for minor improvements on hosts that lack O_DIRECTORY.
49402         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49403         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49404         Fall back on chown if open failed with EACCES.
49405
49406         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49407         Report an error at compile-time if only a 1-second nominal clock
49408         resolution is found.
49409
49410         * lib/lchmod.h: New file.
49411         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49412         (make_dir_parents): Use lchown rather than chown, and
49413         lchmod rather than chmod.
49414
49415         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49416         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49417         "proc" reported by n0dalus.
49418
49419         * lib/mountlist.c: Include <limits.h>.
49420         (dev_from_mount_options)
49421         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49422         New function.  It no longer assumes "dev=" has the System V meaning
49423         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49424         (read_file_system_list)
49425         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49426         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49427         dev= in that case.
49428
49429         * lib/posixtm.h (PDS_PRE_2000): New macro.
49430         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49431         allow_century.  All usages changed.  Reject dates outside the range
49432         1969-1999 if PDS_PRE_2000 is used.
49433
49434 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49435
49436         Sync from coreutils.
49437         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49438         (Time of day items): Mention the possibility of leap seconds.
49439         Problem reported by Dr. David Alan Gilbert.
49440
49441 2006-01-09  Jim Meyering  <jim@meyering.net>
49442
49443         Sync from coreutils.
49444
49445         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49446
49447         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49448
49449         * lib/modechange.c (mode_compile): Reject an invalid mode string
49450         that starts with an octal digit.  From Andreas Gruenbacher.
49451
49452         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49453         and dup to open_safer and dup_safer, respectively.
49454         (openat_permissive): Fix typo in comment.
49455
49456         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49457         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49458         (_): Remove; no longer needed.
49459         (openat): Renamed from rpl_openat; no need for rpl_openat
49460         since openat.h renames openat for us.
49461         Replace most of the body with a call to openat_permissive,
49462         to avoid duplicate code.
49463         Port to (probably hypothetical) environments were mode_t is
49464         wider than int.
49465         (openat_permissive): Require mode arg, so that we can check
49466         types better.  Put it just after flags.  Change cwd failure
49467         indicator from pointer-to-bool to pointer-to-errno-value.
49468         All callers changed.
49469         Invoke openat_save_fail and/or openat_restore_fail if
49470         cwd_errno is null, so that openat can call us.
49471         (openat_permissive, fdopendir, fstatat, unlinkat):
49472         Simplify errno handling to avoid some duplicate code,
49473         as it's OK to set errno on success.
49474         * lib/openat.h: Revamp code so that function macros depend on
49475         __OPENAT_PREFIX only, not also on AT_FDCWD.
49476         (openat_ro): Remove.  Caller changed to use openat_permissive.
49477         (openat_permissive): Now a macro, if not a function.
49478         (openat_restore_fail, openat_save_fail): Now always functions,
49479         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49480
49481         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49482         and openat.c.
49483         * lib/mkdirat.c: Include openat-priv.h.
49484         Remove definitions of macros defined therein.
49485         * lib/openat.c: Likewise.
49486
49487         * lib/mkdirat.c (mkdirat): New file and function.
49488         * lib/openat.h (mkdirat): Declare.
49489
49490         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49491
49492         * lib/openat.h (openat_permissive): Declare.
49493         (openat_ro): Define.
49494
49495         * lib/openat.c (EXPECTED_ERRNO): New macro.
49496         (openat_permissive): New function -- used in remove.c rewrite.
49497         (all functions): Set errno just before returning, only if there
49498         was an actual failure.
49499         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49500
49501         Emulate openat-family functions using Linux's procfs, if possible.
49502         Idea and some code based on Ulrich Drepper's glibc changes.
49503
49504         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49505         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49506         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49507         before falling back on save_cwd and restore_cwd.
49508         (fdopendir, fstatat, unlinkat): Likewise.
49509
49510         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49511         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49512
49513         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49514         as second argument to va_arg.  Otherwise, some versions of gcc
49515         warn that `if this code is reached, the program will abort'.
49516
49517 2006-01-09  Jim Meyering  <jim@meyering.net>
49518
49519         Sync from coreutils.
49520         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49521         Require openat-priv.h.
49522
49523 2006-01-09  Bruno Haible  <bruno@clisp.org>
49524
49525         * modules/strnlen (Include): Use strnlen.h.
49526
49527 2006-01-09  Bruno Haible  <bruno@clisp.org>
49528
49529         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49530
49531 2006-01-09  Bruno Haible  <bruno@clisp.org>
49532
49533         * lib/sysexit_.h (EX_OK): New macro.
49534         Suggested by Martin Lambers <marlam@marlam.de>.
49535
49536 2006-01-09  Bruno Haible  <bruno@clisp.org>
49537
49538         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49539         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49540
49541 2006-01-09  Bruno Haible  <bruno@clisp.org>
49542
49543         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49544         numbers.
49545
49546 2006-01-09  Bruno Haible  <bruno@clisp.org>
49547
49548         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49549         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49550         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49551         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49552
49553 2006-01-09  Bruno Haible  <bruno@clisp.org>
49554
49555         * build-aux/javacomp.sh.in: New file, moved from lib/.
49556         * modules/javacomp-script (Files): Update.
49557         (configure.ac): Add AC_CONFIG_FILES invocation.
49558         (EXTRA_DIST): Remove variable.
49559
49560         * build-aux/javaexec.sh.in: New file, moved from lib/.
49561         * modules/javaexec (Files): Update.
49562         (configure.ac): Add AC_CONFIG_FILES invocation.
49563         (EXTRA_DIST): Remove javaexec.sh.in.
49564
49565         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49566         * modules/csharpcomp-script (Files): Update.
49567         (configure.ac): Add AC_CONFIG_FILES invocation.
49568         (EXTRA_DIST): Remove variable.
49569
49570         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49571         * modules/csharpexec (Files): Update.
49572         (configure.ac): Add AC_CONFIG_FILES invocation.
49573         (EXTRA_DIST): Remove csharpexec.sh.in.
49574
49575 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49576
49577         Sync from coreutils.
49578
49579         Add POSIX ACL support
49580         * lib/acl.h (copy_acl, set_acl): Add declarations.
49581         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49582         systems other than Linux.
49583         (chmod_or_fchmod): New function: use fchmod when possible,
49584         and chmod otherwise.
49585         (file_has_acl): Add a POSIX ACL implementation, with a
49586         Linux-specific subcase.
49587         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49588         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49589         acls are unsupported.
49590         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49591         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49592         are unsupported.
49593
49594 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49595
49596         Sync from coreutils.
49597         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49598
49599 2006-01-07  Bruno Haible  <bruno@clisp.org>
49600
49601         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49602         gl_EARLY.
49603
49604 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49605
49606         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49607         Problem reported for Mingw by Mark Junker.
49608
49609 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49610
49611         * README: Gnulib normally doesn't generate a tarball.
49612
49613 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49614
49615         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49616         long int, not int, for nanosecond counts, so that people who are
49617         used to POSIX struct timespec won't be surprised.  Reported by Jim
49618         Meyering.
49619
49620 2005-12-28  Bruno Haible  <bruno@clisp.org>
49621
49622         * build-aux/config.rpath: Update from GNU gettext.
49623
49624 2005-12-16  Jim Meyering  <jim@meyering.net>
49625
49626         * modules/fprintftime: New module.
49627         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49628
49629 2005-12-16  Jim Meyering  <jim@meyering.net>
49630
49631         * m4/fprintftime.m4: New file.
49632
49633 2005-12-16  Jim Meyering  <jim@meyering.net>
49634
49635         * lib/fprintftime.c, lib/fprintftime.h: New files.
49636
49637 2005-12-15  Simon Josefsson  <jas@extundo.com>
49638
49639         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49640         new m4/socklen.m4.
49641
49642 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49643
49644         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49645         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49646
49647 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49648
49649         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49650         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49651         struct uparams is valid. Fall back to the default values if it is
49652         not.
49653
49654 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49655
49656         * modules/argp (Files): Add argp-pin.c
49657         (Depends-on): dirname
49658         (lib_SOURCES): Add argp-pin.c
49659
49660 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49661
49662         * m4/argp.m4:  Check if program_invocation_name and
49663         program_invocation_short_name are declared and define appropriate
49664         macros if they are not.
49665
49666 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49667
49668         * lib/argp-help.c (__argp_base_name): New function
49669         (__argp_short_program_name): Rewrite using __argp_base_name
49670         * lib/argp-namefrob.h: Define program_invocation_name and
49671         program_invocation_short_name if requested
49672         (__argp_base_name): Add prototype
49673         * lib/argp-parse.c (argp_def): Use gettext wrappers
49674         (argp_default_parser): Use __argp_base_name
49675         * lib/argp-pin.c: New file. Defines program_invocation_name and
49676         program_invocation_short_name on systems that lack them.
49677
49678 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49679
49680         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49681         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49682         porting problem reported by Georg Schwarz in
49683         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49684
49685 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49686
49687         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49688         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49689         porting problem reported by Georg Schwarz in
49690         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49691
49692 2005-12-05  Bruno Haible  <bruno@clisp.org>
49693
49694         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49695         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49696         Reported by Mark Junker <mjscod@gmx.de>.
49697
49698 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49699
49700         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49701         Use implementation from Albert Chin, with some
49702         comments/corrections by Stepan Kasal and myself.
49703
49704 2005-12-02  Bruno Haible  <bruno@clisp.org>
49705
49706         * gnulib-tool (func_import): Accept GPLed build tool modules when
49707         --lgpl is given.
49708         * modules/csharpcomp-script: New file.
49709         * modules/csharpcomp: Depend on it.
49710         * modules/javacomp-script: New file.
49711         * modules/javacomp: Depend on it.
49712         Suggested by Simon Josefsson.
49713
49714 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49715
49716         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49717         statement, to work around an HP-UX 10.20 compiler bug reported by
49718         Peter O'Gorman.
49719
49720 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49721
49722         * modules/savedir (Depends-on): Add openat.
49723
49724 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49725
49726         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49727         (uintmax_t) [defined uintmax_t]: Do not declare.
49728         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49729         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49730         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49731         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49732         sake of portability to weird hosts that C allows (though we don't
49733         know of any practical examples).
49734
49735         * lib/savedir.h (fdsavedir): New decl.
49736         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49737         contains most of the former guts of savedir.
49738         (savedir): Use savedirstream.
49739         Include "openat.h".
49740
49741 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49742
49743         * modules/obstack (Files): Add m4/ulonglong.m4.
49744         Problem reported by Davide Angelocola.
49745
49746 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49747
49748         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49749         coreutils no longer futzes with rounding modes.
49750
49751 2005-11-14  Jim Meyering  <jim@meyering.net>
49752
49753         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49754         replacement of mkstemp.
49755
49756 2005-11-10  Simon Josefsson  <jas@extundo.com>
49757
49758         * lib/readline.c: Remove EOL.
49759
49760 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49761
49762         * modules/gethrxtime (Depends-on): Add gettime.
49763
49764 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49765
49766         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49767         or gettimeofday; no longer needed.
49768
49769 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49770
49771         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49772         time business.
49773         (gethrxtime) [! (HAVE_NANOUPTIME
49774         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49775         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49776         our own approximation.
49777
49778 2005-11-08  Eric Blake  <ebb9@byu.net>
49779
49780         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49781
49782 2005-11-08  Eric Blake  <ebb9@byu.net>
49783
49784         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49785
49786 2005-11-04  Bruno Haible  <bruno@clisp.org>
49787
49788         * gnulib-tool: Implement --update mode.
49789
49790 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49791
49792         Fix porting problem reported by Theodoros V. Kalamatianos.
49793         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49794         Don't assume that futimes failing means we must fail.
49795
49796 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49797
49798         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49799         variables to suggest the intended function of the PATH_MAX check.
49800
49801 2005-10-30  Kean Johnston  <jkj@sco.com>
49802
49803         Trivial changes to support SCO systems.
49804         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49805         as PATH_MAX.
49806         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49807         where __ptr is null when no I/O is pending.
49808
49809 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49810
49811         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49812         leave errno alone.  Problem reported by Dmitry V. Levin.
49813
49814 2005-10-28  Simon Josefsson  <jas@extundo.com>
49815
49816         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49817         Test more.
49818
49819         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49820
49821         * modules/md2, modules/md2-tests: New files.
49822
49823 2005-10-28  Simon Josefsson  <jas@extundo.com>
49824
49825         * m4/inet_ntop.m4: More tests.
49826
49827         * m4/gc-md2.m4, md2.m4: New file.
49828
49829 2005-10-28  Simon Josefsson  <jas@extundo.com>
49830
49831         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49832         "restrict" keywords, as per POSIX.  Protect the function
49833         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49834         Don't use K&R prototypes.  Check the sprintf return values.
49835         Re-define EAFNOSUPPORT if not present.  Indent.
49836
49837         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49838         suggested by Bruno Haible <bruno@clisp.org>.
49839
49840         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49841
49842         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49843
49844         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49845         libgcrypt).
49846
49847         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49848
49849         * lib/md2.h, lib/md2.c: New files.
49850
49851 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49852
49853         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49854         errno alone.  Problem reported by Frederic Jolliton.
49855
49856 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49857
49858         * modules/verify (License): Change from GPL to LGPL.  This is a
49859         tiny module and there are apparently near-equivalents that are
49860         under the BSD license.
49861
49862 2005-10-24  Simon Josefsson  <jas@extundo.com>
49863
49864         * modules/sha1: Relicense to LGPL.
49865
49866 2005-10-24  Simon Josefsson  <jas@extundo.com>
49867
49868         * lib/md4.h: Shrink buffer size, now that we changed the type.
49869
49870 2005-10-23  Simon Josefsson  <jas@extundo.com>
49871
49872         * gnulib-tool (func_import): Fix --tests-base.
49873
49874 2005-10-22  Simon Josefsson  <jas@extundo.com>
49875
49876         * modules/arcfour (Depends-on): Need stdint.
49877
49878 2005-10-22  Simon Josefsson  <jas@extundo.com>
49879
49880         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49881         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49882
49883 2005-10-22  Simon Josefsson  <jas@extundo.com>
49884
49885         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49886         suggested by Bruno Haible <bruno@clisp.org>.
49887
49888 2005-10-22  Simon Josefsson  <jas@extundo.com>
49889
49890         * lib/crc.h: Include stddef.h, for size_t.
49891
49892 2005-10-22  Simon Josefsson  <jas@extundo.com>
49893
49894         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49895         arcfour_context struct (simplify test vector testing in GNU
49896         Shishi).
49897
49898 2005-10-21  Simon Josefsson  <jas@extundo.com>
49899
49900         * modules/des, modules/des-tests: New files.
49901
49902         * modules/gc-des, modules/gc-des-tests: New files.
49903
49904         * tests/test-des.c, tests/test-gc-des.c: New file.
49905
49906 2005-10-21  Simon Josefsson  <jas@extundo.com>
49907
49908         * modules/arctwo, modules/arctwo-tests: New files.
49909
49910         * tests/test-arctwo.c: New file.
49911
49912         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49913
49914         * tests/test-gc-arctwo.c: New file.
49915
49916 2005-10-21  Simon Josefsson  <jas@extundo.com>
49917
49918         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49919         Bruno Haible <bruno@clisp.org>.
49920
49921         * m4/gc-des.m4: New file.
49922
49923 2005-10-21  Simon Josefsson  <jas@extundo.com>
49924
49925         * m4/arctwo.m4: New file.
49926
49927         * m4/gc-arctwo.m4: New file.
49928
49929 2005-10-21  Simon Josefsson  <jas@extundo.com>
49930
49931         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49932         block.
49933
49934 2005-10-21  Simon Josefsson  <jas@extundo.com>
49935
49936         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49937         <bruno@clisp.org>.
49938
49939         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49940
49941         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49942         Bruno Haible <bruno@clisp.org>.
49943
49944         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49945         <bruno@clisp.org>.
49946
49947 2005-10-21  Simon Josefsson  <jas@extundo.com>
49948
49949         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49950
49951 2005-10-21  Simon Josefsson  <jas@extundo.com>
49952
49953         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49954
49955 2005-10-21  Simon Josefsson  <jas@extundo.com>
49956
49957         * lib/des.h, lib/des.c: New files.
49958
49959         * lib/gc-gnulib.c: Support DES.c
49960
49961 2005-10-21  Simon Josefsson  <jas@extundo.com>
49962
49963         * lib/arctwo.h, lib/arctwo.c: New files.
49964
49965         * lib/gc-gnulib.c: Support ARCTWO.
49966
49967 2005-10-21  Simon Josefsson  <jas@extundo.com>
49968
49969         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49970         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49971
49972 2005-10-21  Simon Josefsson  <jas@extundo.com>
49973
49974         * gnulib-tool (func_import, func_create_testdir): Define automake
49975         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49976         Makefile.am snippet),
49977         suggested by Bruno Haible <bruno@clisp.org>.
49978
49979         * modules/gc (Makefile.am): Use it.
49980
49981 2005-10-21  Bruno Haible  <bruno@clisp.org>
49982
49983         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49984         patch.
49985
49986 2005-10-19  Simon Josefsson  <jas@extundo.com>
49987
49988         * tests/test-gc-rijndael.c: New file.
49989
49990         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49991
49992 2005-10-19  Simon Josefsson  <jas@extundo.com>
49993
49994         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49995         interface too.
49996
49997 2005-10-19  Simon Josefsson  <jas@extundo.com>
49998
49999         * tests/test-gc-arcfour.c: New file.
50000
50001         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
50002
50003 2005-10-19  Simon Josefsson  <jas@extundo.com>
50004
50005         * modules/gc-md4, modules/gc-md4-tests: New file.
50006
50007         * tests/test-gc-md4.c: New file.
50008
50009 2005-10-19  Simon Josefsson  <jas@extundo.com>
50010
50011         * m4/gc-md4.m4: New file.
50012
50013 2005-10-19  Simon Josefsson  <jas@extundo.com>
50014
50015         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50016         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50017         <kasal@ucw.cz>.
50018
50019 2005-10-19  Simon Josefsson  <jas@extundo.com>
50020
50021         * m4/gc-arcfour.m4: New file.
50022
50023         * m4/gc-rijndael.m4: New file.
50024
50025 2005-10-19  Simon Josefsson  <jas@extundo.com>
50026
50027         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50028
50029 2005-10-19  Simon Josefsson  <jas@extundo.com>
50030
50031         * lib/gc-gnulib.c: Support ARCFOUR.
50032
50033 2005-10-19  Simon Josefsson  <jas@extundo.com>
50034
50035         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50036         support.
50037
50038         * lib/gc.h: Add ECB enum type.
50039
50040         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50041
50042 2005-10-18  Simon Josefsson  <jas@extundo.com>
50043
50044         * tests/test-md5.c: New file.
50045
50046         * modules/md5-tests: New file.
50047
50048 2005-10-18  Simon Josefsson  <jas@extundo.com>
50049
50050         * tests/test-md4.c: New file.
50051
50052         * modules/md4, modules/md4-tests: New files.
50053
50054 2005-10-18  Simon Josefsson  <jas@extundo.com>
50055
50056         * m4/md4.m4: New file.
50057
50058 2005-10-18  Simon Josefsson  <jas@extundo.com>
50059
50060         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50061
50062 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50063
50064         * gnulib-tool (func_create_testdir): Omit the second check whether
50065         BUILT_SOURCES in nonempty.
50066
50067 2005-10-17  Simon Josefsson  <jas@extundo.com>
50068
50069         * tests/test-rijndael.c: New file.
50070
50071 2005-10-17  Simon Josefsson  <jas@extundo.com>
50072
50073         * modules/sha1: Depend on stdint instead of md5.
50074
50075         * modules/md5: Depend on stdint, remove uint32_t.
50076
50077 2005-10-17  Simon Josefsson  <jas@extundo.com>
50078
50079         * modules/gc-sha1-tests: New file.
50080
50081         * tests/test-gc-sha1.c: New file.
50082
50083 2005-10-17  Simon Josefsson  <jas@extundo.com>
50084
50085         * m4/md5.m4: Remove call to uint32_t.m4.
50086
50087 2005-10-17  Simon Josefsson  <jas@extundo.com>
50088
50089         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50090
50091         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50092         md5.h.
50093
50094         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50095
50096         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50097
50098 2005-10-17  Simon Josefsson  <jas@extundo.com>
50099
50100         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50101
50102 2005-10-17  Simon Josefsson  <jas@extundo.com>
50103
50104         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50105
50106 2005-10-17  Simon Josefsson  <jas@extundo.com>
50107
50108         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50109
50110         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50111
50112 2005-10-17  Bruno Haible  <bruno@clisp.org>
50113
50114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50115         that it can also be used in a test.
50116
50117 2005-10-16  Bruno Haible  <bruno@clisp.org>
50118
50119         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50120         TESTS_ENVIRONMENT, so that individual tests can augment it.
50121
50122         * gnulib-tool (func_create_testdir): Use an intermediate target for
50123         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50124         macros, like $(ALLOCA_H), which cannot be passed through the command
50125         line.
50126
50127 2005-10-15  Simon Josefsson  <jas@extundo.com>
50128
50129         * modules/rijndael-tests: New file.
50130
50131         * modules/rijndael: New file.
50132
50133 2005-10-15  Simon Josefsson  <jas@extundo.com>
50134
50135         * m4/rijndael.m4: New file.
50136
50137 2005-10-15  Simon Josefsson  <jas@extundo.com>
50138
50139         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50140
50141         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50142
50143 2005-10-14  Simon Josefsson  <jas@extundo.com>
50144
50145         * tests/test-arcfour.c: New file.
50146
50147         * modules/arcfour, modules/arcfour-tests: New files.
50148
50149 2005-10-14  Simon Josefsson  <jas@extundo.com>
50150
50151         * m4/arcfour.m4: New file.
50152
50153 2005-10-14  Simon Josefsson  <jas@extundo.com>
50154
50155         * lib/arcfour.h, lib/arcfour.c: New files.
50156
50157 2005-10-14  Roland McGrath  <roland@redhat.com>
50158
50159         Import from libc.  [BZ #1331]
50160         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50161         macro argument.
50162         Reported by Matej Vela <vela@debian.org>.
50163
50164 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50167         include <wchar.h>; no longer needed.
50168
50169 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50172
50173 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50174         and  Ulrich Drepper  <drepper@redhat.com>
50175
50176         Import from libc.
50177         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50178         instead of inline stream orientation test and two separate
50179         function calls.  Pay no attention to USE_IN_LIBIO.
50180
50181 2005-10-13  Simon Josefsson  <jas@extundo.com>
50182
50183         * modules/gc-hmac-md5-tests: New file.
50184
50185         * tests/test-gc-hmac-sha1.c: New file.
50186
50187         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50188
50189         * modules/gc-hmac-md5-tests: New file.
50190
50191         * tests/test-gc-md5.c: New file.
50192
50193         * modules/gc-md5-tests: New file.
50194
50195 2005-10-13  Simon Josefsson  <jas@extundo.com>
50196
50197         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50198         Move memory allocation outside of loop.
50199
50200 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50201
50202         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50203         intermediate directory is in a read-only file system.  Problem
50204         reported by Eric Blake.
50205
50206 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50207
50208         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50209
50210 2005-10-12  Simon Josefsson  <jas@extundo.com>
50211
50212         * tests/test-hmac-sha1.c: New file.
50213
50214         * modules/hmac-sha1-tests: New file.
50215
50216         * modules/hmac-sha1: New file.
50217
50218 2005-10-12  Simon Josefsson  <jas@extundo.com>
50219
50220         * modules/gc-sha1: New file.
50221
50222 2005-10-12  Simon Josefsson  <jas@extundo.com>
50223
50224         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50225
50226         * tests/test-gc-pbkdf2-sha1.c: New file.
50227
50228 2005-10-12  Simon Josefsson  <jas@extundo.com>
50229
50230         * modules/gc-md5, modules/gc-hmac-md5: New files.
50231
50232         * modules/gc (Files): Remove md5, memxor and hmac files.
50233
50234 2005-10-12  Simon Josefsson  <jas@extundo.com>
50235
50236         * m4/gc-pbkdf2-sha1.m4: New file.
50237
50238         * m4/gc-hmac-sha1.m4: New file.
50239
50240         * m4/gc-sha1: New file.
50241
50242         * m4/hmac-sha1.m4: New file.
50243
50244 2005-10-12  Simon Josefsson  <jas@extundo.com>
50245
50246         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50247
50248         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50249
50250 2005-10-12  Simon Josefsson  <jas@extundo.com>
50251
50252         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50253         suggested by Bruno Haible <bruno@clisp.org>.
50254
50255 2005-10-12  Simon Josefsson  <jas@extundo.com>
50256
50257         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50258
50259 2005-10-12  Simon Josefsson  <jas@extundo.com>
50260
50261         * lib/gc-pbkdf2-sha1.c: New file.
50262
50263         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50264
50265 2005-10-12  Simon Josefsson  <jas@extundo.com>
50266
50267         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50268
50269         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50270
50271 2005-10-12  Simon Josefsson  <jas@extundo.com>
50272
50273         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50274         GC_USE_HMAC_MD5, respectively.
50275
50276         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50277         (gc_md5): Fix typo.
50278
50279         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50280
50281         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50282
50283         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50284
50285 2005-10-12  Bruno Haible  <bruno@clisp.org>
50286
50287         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50288         Reported by Stepan Kasal <kasal@ucw.cz>.
50289
50290 2005-10-11  Simon Josefsson  <jas@extundo.com>
50291
50292         * tests/test-crc.c: New file.
50293
50294         * modules/crc, modules/crc-tests: New files.
50295
50296 2005-10-11  Simon Josefsson  <jas@extundo.com>
50297
50298         * m4/crc.m4: New file.
50299
50300 2005-10-11  Simon Josefsson  <jas@extundo.com>
50301
50302         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50303
50304         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50305
50306         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50307
50308 2005-10-11  Simon Josefsson  <jas@extundo.com>
50309
50310         * lib/crc.h, lib/crc.c: New files.
50311
50312         * lib/gc.h (gc_hash_buffer): Add doc.
50313
50314 2005-10-11  Bruno Haible  <bruno@clisp.org>
50315
50316         * modules/c-strcasestr: New file.
50317         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50318
50319 2005-10-11  Bruno Haible  <bruno@clisp.org>
50320
50321         * modules/c-strcase: New file.
50322         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50323
50324 2005-10-11  Bruno Haible  <bruno@clisp.org>
50325
50326         * lib/strcasecmp.c: Include limits.h.
50327         (strcasecmp): Avoid integer overflow on exotic platforms.
50328         * lib/strncasecmp.c: Include limits.h.
50329         (strncasecmp): Avoid integer overflow on exotic platforms.
50330         Reported by Paul Eggert.
50331
50332 2005-10-11  Bruno Haible  <bruno@clisp.org>
50333
50334         * lib/c-strcasestr.h: New file, from GNU gettext.
50335         * lib/c-strcasestr.c: New file, from GNU gettext.
50336
50337 2005-10-11  Bruno Haible  <bruno@clisp.org>
50338
50339         * lib/c-strcase.h: New file, from GNU gettext.
50340         * lib/c-strcasecmp.c: New file, from GNU gettext.
50341         * lib/c-strncasecmp.c: New file, from GNU gettext.
50342
50343 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50344
50345         * modules/mempcpy (License): GPL -> LGPL.
50346         * modules/strchrnul (License): Likewise.
50347         * modules/sysexits (License): Likewise.
50348
50349 2005-10-08  Simon Josefsson  <jas@extundo.com>
50350
50351         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50352
50353 2005-10-07  Simon Josefsson  <jas@extundo.com>
50354
50355         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50356
50357 2005-10-06  Simon Josefsson  <jas@extundo.com>
50358
50359         * tests/test-hmac-md5.c: New file.
50360
50361         * modules/hmac-md5-tests: New file.
50362
50363         * modules/hmac-md5: New file.
50364
50365 2005-10-06  Simon Josefsson  <jas@extundo.com>
50366
50367         * m4/hmac-md5.m4: New file.
50368
50369         * m4/memxor.m4: Require gl_C_RESTRICT.
50370
50371 2005-10-06  Simon Josefsson  <jas@extundo.com>
50372
50373         * lib/memxor.c (memxor): Avoid casts and warnings.
50374
50375 2005-10-06  Simon Josefsson  <jas@extundo.com>
50376
50377         * lib/hmac-md5.c: New file.
50378
50379         * lib/hmac.h: New file.
50380
50381 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50382
50383         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50384         promotes to int, not unsigned int, to catch the AIX 5.3
50385         compiler bug.
50386
50387 2005-10-05  Simon Josefsson  <jas@extundo.com>
50388
50389         * modules/memxor: New file.
50390
50391         * modules/iconv (Files): Move config.rpath to havelib, it is used
50392         there.
50393
50394         * modules/havelib (Files): Add config.rpath.
50395
50396 2005-10-05  Simon Josefsson  <jas@extundo.com>
50397
50398         * m4/memxor.m4: New file.
50399
50400 2005-10-05  Simon Josefsson  <jas@extundo.com>
50401
50402         * lib/memxor.c (memxor): Fix compiler error.
50403
50404         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50405         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50406
50407         * lib/memxor.h, lib/memxor.c: New files.
50408
50409         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50410         we assume all systems have it, suggested by Jim Meyering
50411         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50412         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50413         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50414         same reasons.
50415
50416 2005-10-05  Simon Josefsson  <jas@extundo.com>
50417
50418         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50419
50420 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50421
50422         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50423         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50424         needed, since the source code now assumes these .h files.
50425
50426 2005-10-05  Derek Price  <derek@ximbiot.com>
50427
50428         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50429
50430 2005-10-05  Bruno Haible  <bruno@clisp.org>
50431
50432         * modules/stdint (License): Change to LGPL.
50433
50434 2005-10-04  Simon Josefsson  <jas@extundo.com>
50435
50436         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50437         D. Baushke" <mdb@gnu.org>.
50438
50439 2005-10-04  Bruno Haible  <bruno@clisp.org>
50440
50441         * lib/verify.h (verify_true): Provide alternative definition for C++.
50442
50443 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50444
50445         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50446         (SSIZE_MAX): New macro, if not already defined.
50447         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50448         than 2 GiB.
50449
50450 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50451
50452         Sync from coreutils.
50453         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50454         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50455         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50456         ULLONG_MAX doesn't work with 2.7.2.1.
50457
50458 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50459
50460         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50461         From Ben Pfaff.
50462
50463         * modules/exclude (Depends-on): Depend on verify.
50464         * modules/strtoimax (Depends-on): Likewise.
50465         * modules/utimecmp (Depends-on): Likewise.
50466
50467 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50468
50469         * lib/exclude.c: Include verify.h.
50470         (verify): Remove.  All callers changed to use verify.h's version.
50471         * lib/strtoimax.c: Likewise.
50472         * lib/utimecmp.c: Likewis.e
50473
50474         Sync from coreutils.
50475         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50476         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50477         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50478         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50479         bother returning ENOSYS if settimeofday or stime fails; just let
50480         them return whatever errno they want to return.
50481         * lib/utimens.c: Include unistd.h, for dup2.
50482         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50483         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50484
50485 2005-10-02  Jim Meyering  <jim@meyering.net>
50486
50487         Sync from coreutils.
50488         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50489         from glibc-2.2.5 that fails for read-only files.
50490
50491 2005-10-02  Jim Meyering  <jim@meyering.net>
50492
50493         Sync from coreutils.
50494         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50495         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50496         `#if HAVE_CONFIG_H'.
50497         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50498         Remove AT_FDCWD test.
50499         Do not consume the fd unless successful.
50500         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50501         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50502         block, so that we don't even try to compile it if settimeofday is
50503         available.  This works around a compilation failure on OSF1 V5.1,
50504         due to stime requiring a `long int*' while tv_sec is `int'.
50505
50506 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50507
50508         Sync from coreutils.
50509         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50510         against `yes', rather than just testing for nonempty.
50511
50512 2005-10-01  Simon Josefsson  <jas@extundo.com>
50513
50514         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50515         and Darwin.
50516
50517         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50518         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50519         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50520         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50521         Check if struct addrinfo is declared.
50522
50523 2005-10-01  Simon Josefsson  <jas@extundo.com>
50524
50525         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50526         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50527         AI_* and EAI_* definitions.  Protect function declarations.
50528
50529 2005-10-01  Jim Meyering  <jim@meyering.net>
50530
50531         Sync from coreutils.
50532
50533         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50534         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50535         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50536         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50537         in the inet and nsl libraries.  Required on Solaris 5.7.
50538
50539 2005-10-01  Jim Meyering  <jim@meyering.net>
50540
50541         Sync from coreutils.
50542         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50543         in the inet and nsl libraries.  Required on Solaris 5.7.
50544
50545 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50546
50547         * lib/getdelim.c (getdelim): Remove unused variables.
50548
50549 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50550
50551         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50552         so that the code works even with ancient cpp.  Portability problem
50553         with GCC 2.7.2.1 reported by Thomas M.Ott.
50554
50555 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50556
50557         * modules/regex (Depends-on): Add strcase.
50558
50559         * modules/gethostname (Licence): Change from GPL to LGPL, since
50560         gethostname.c is a trivial implementation of a standard library
50561         function.
50562         * modules/poll (License): Change from GPL to LGPL, since it's
50563         derived from LGPL code.
50564
50565 2005-09-27  Jim Meyering  <jim@meyering.net>
50566
50567         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50568         HAVE_CONFIG_H.
50569
50570         * lib/intprops.h (signed_type_or_expr__): Define.
50571         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50572         for unsigned types.
50573
50574 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50575
50576         * lib/verify.h (verify_expr): Remove, replacing with:
50577         (verify_true): New macro that returns true instead of void.
50578         (verify_type__): Remove.
50579         (verify): Use verify_true rather than verify_type__.
50580
50581 2005-09-26  Bruno Haible  <bruno@clisp.org>
50582
50583         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50584         is necessary.
50585         (lib_SOURCES): Remove mbchar.c.
50586         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50587         (Files): Add m4/mbrtowc.m4.
50588         * modules/mbiter: Likewise.
50589         * modules/mbuiter: Likewise.
50590
50591 2005-09-26  Bruno Haible  <bruno@clisp.org>
50592
50593         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50594         compile mbchar.c if they are not both present.
50595         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50596         * m4/mbiter.m4 (gl_MBITER): Likewise.
50597         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50598         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50599         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50600
50601 2005-09-25  Jim Meyering  <jim@meyering.net>
50602
50603         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50604         also uses socklen_t.
50605
50606 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50607
50608         * lib/utimens.c (ENOSYS): Define if not already defined.
50609         (futimens): Support having a null PATH if the file descriptor
50610         is nonnegative.
50611
50612         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50613         Remove.
50614         (__attribute): Define to empty unless GCC 3.1 or later.
50615         This works around a core dump on OpenBSD 3.4, which has GCC
50616         2.95.3, which dumps core when given __attribute__(()).  It also
50617         simplifies other tests, since we really don't want to bother with
50618         worrying about which ancient version of GCC supported what.
50619         Original problem reported by Yoann Vandoorselaere, with part of
50620         the fix suggested by Derek Price.
50621
50622 2005-09-24  Jim Meyering  <jim@meyering.net>
50623
50624         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50625         so we can once again use a positive bitfield width of 1 -- now we
50626         don't have to explain why we were using a bitfield width of 2.
50627
50628 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50629
50630         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50631         and similarly for the other external symbols.  Problem reported
50632         by James Gallager.
50633
50634         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50635         bug reported by Jim Meyering.
50636
50637         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50638         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50639         not needed, since socklen is a prerequisite module.
50640
50641 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50642
50643         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50644         Problem reported by Eric Blake.
50645         (getaddrinfo): Initialize se so that it's not garbage.
50646         Redo internal storage allocation so that it doesn't make unportable
50647         assumptions about alignment.
50648         Fix a memory leak.
50649
50650         * lib/utimens.c (futimens): Use futimesat if available.
50651         Prefer it to futimes since it doesn't have the futimes bug.
50652
50653         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50654         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50655         Instead, declare a function that returns a pointer to an array,
50656         and use verify_type__ to declare the size of the array.
50657         Problem and germ of a solution reported by Bruno Haible.
50658         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50659         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50660
50661 2005-09-23  Jim Meyering  <jim@meyering.net>
50662
50663         Sync from coreutils.
50664         Correct build failure (socklen_t not defined) on at least
50665         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50666         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50667
50668 2005-09-23  Jim Meyering  <jim@meyering.net>
50669
50670         * modules/getaddrinfo (Depends-on): Add socklen.
50671
50672 2005-09-23  Bruno Haible  <bruno@clisp.org>
50673
50674         * tests/test-verify.c: New file.
50675
50676 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50677
50678         Sync from coreutils.
50679
50680         * modules/argmatch (Depends-on): Add verify.
50681         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50682         unistd-safer.
50683         * modules/save-cwd (Depends-on): Likewise.
50684
50685         * modules/openat (Files): Add lib/openat-die.c.
50686         (Depends-on): Remove error, exitfail.
50687         Add dirname.
50688
50689         * modules/verify: New file.
50690         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50691         with "verify" module.
50692
50693 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50694
50695         Sync from coreutils.
50696
50697         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50698         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50699         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50700         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50701         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50702         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50703         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50704         Don't bother checking for string.h, stdlib.h, unistd.h.
50705         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50706         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50707         module's job.
50708         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50709         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50710
50711         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50712         (gl_GETDATE): Use it.
50713
50714         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50715
50716 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50717
50718         Sync from coreutils.
50719
50720         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50721         stat-time.h.
50722         * lib/argmatch.h: Include verify.h
50723         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50724         (ARGMATCH_ASSERT): Remove; unused.
50725         * lib/canonicalize.c: Assume STDC_HEADERS.
50726         * lib/exclude.c: Include "strcase.h".
50727         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50728         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50729         and stdio-safer.h.
50730         (getusershell): Call fopen, not fopen_safer.
50731         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50732         Do not include unistd-safer.h.
50733         (save_cwd): Don't call fd_safer; no longer needed
50734         now that we include fcntl--.h.
50735
50736         * lib/getdate.y (relative_time): New type.
50737         (RELATIVE_TIME_0): New constant.
50738         (parser_control): Use relative_time instead of doing it ourselves.
50739         (%union): Add new relative_time rel member.
50740         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50741         Now typeless.
50742         (relunit, relunit_snumber): Now of type rel.
50743         (zone, rel, relunit, get_date): Adjust to above changes.
50744
50745         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50746         Do not include unistd-safer.h.
50747         (getloadavg): Don't call fd_safer; no longer needed
50748         now that we include fcntl--.h.
50749
50750         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50751         (make_dir_parents): Treat ENOSYS like EEXIST.
50752
50753         Improve quality of diagnostics on restore_cwd failure.
50754         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50755         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50756         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50757         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50758         each time through the loop.  Do not diagnose restore_cwd failure;
50759         that is the caller's job (and perhaps the caller does not care).
50760
50761         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50762         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50763         If the file already exists but is not a directory, don't bother
50764         to try to make its parents.
50765         Close potential file descriptor leak if we can't chdir("/") (!).
50766         Don't always return true if chdir($PWD) fails; return true only
50767         if the requested action was done successfully (except for the
50768         chdir($PWD)).
50769         Don't log final directory unless we actually made it.
50770         Refactor to avoid duplicate code to fix up permissions.
50771         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50772
50773         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50774         to make it a bit faster and (I hope) clearer.
50775         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50776         Fix bug in formats like %2N.
50777
50778         * lib/verify.h: New file.
50779
50780 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50781
50782         Sync from coreutils.
50783         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50784
50785 2005-09-22  Jim Meyering  <jim@meyering.net>
50786
50787         Sync from coreutils.
50788
50789         * m4/lstat.m4 (gl_FUNC_LSTAT):
50790         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50791         Remove obsolete comment.
50792         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50793         * m4/xstrtod.m4: Likewise.
50794
50795         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50796
50797 2005-09-22  Jim Meyering  <jim@meyering.net>
50798
50799         Sync from coreutils.
50800
50801         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50802
50803         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50804         the .tm_year member, since otherwise gcc-4.0 would now warn about
50805         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50806
50807         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50808         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50809
50810         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50811         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50812         when run in a time zone for which daylight savings time is in effect
50813         for the starting date.
50814
50815         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50816         stop us from restricting permissions of just-created absolute-named
50817         directories.
50818         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50819         to restore initial working directory.
50820         * lib/mkdir-p.c (make_dir_parents): New parameter:
50821         different_working_dir, to tell caller if/when we change the working
50822         directory and are unable to return to the initial one.
50823         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50824         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50825         `return false'.  This fixes a bug introduced on 2004-07-30.
50826
50827         * lib/openat.c (fdopendir): Be sure to close the supplied
50828         file descriptor before returning.  This makes our replacement
50829         implementation a little closer to Solaris's, where fdopendir
50830         ties the file descriptor to the returned DIR* pointer.
50831         * lib/openat.c (unlinkat): New function.
50832         * lib/openat.h (unlinkat): Add prototype.
50833         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50834         (openat_restore_fail): Rename from openat_restore_die.
50835         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50836
50837         Provide an alternative to exiting immediately upon save_cwd or
50838         restore_cwd failure.  Now, an application can arrange e.g.,
50839         to perform a longjump in that case.
50840         * lib/openat.c: Include dirname.h.
50841         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50842         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50843         and openat_restore_die rather than calling error directly.
50844         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50845
50846         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50847         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50848         define.
50849
50850         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50851         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50852                             int utc, int nanoseconds);
50853         Background:
50854         date should not have to allocate a megabyte of virtual memory to
50855         handle a format argument like +%1048575T.  When implemented with
50856         strftime, it must allocate such a buffer, use strftime to fill it
50857         in, print it, then free it.
50858         With fprintftime, it simply prints everything and exits.
50859         With no need for memory allocation, that's one fewer way to fail.
50860         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50861         optional field width, not before, so we accept %9:z, not %:9z.
50862         (my_strftime): Be sure to use L_('x') for literals.
50863
50864         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50865         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50866         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50867         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50868         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50869         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50870         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50871         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50872         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50873         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50874         * lib/xgethostname.c, lib/xreadlink.c:
50875         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50876
50877         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50878         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50879         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50880         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50881         and don't include <sys/file.h>).
50882
50883 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50884
50885         Sync from coreutils.
50886
50887         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50888         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50889         [!LDAV_DONE]: Avoid unused variable warning.
50890
50891 2005-09-21  Bruno Haible  <bruno@clisp.org>
50892
50893         * lib/unicodeio.h (unicode_to_mb): New declaration.
50894
50895 2005-09-20  Derek Price  <derek@ximbiot.com>
50896
50897         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50898         getaddrinfo.h.
50899
50900 2005-09-20  Bruno Haible  <bruno@clisp.org>
50901
50902         * gnulib-tool: Remove trailing slashes from the values specified for
50903         --source-base, --m4-base, --tests-base, --aux-dir.
50904         Suggested by Simon Josefsson <jas@extundo.com>.
50905
50906 2005-09-20  Bruno Haible  <bruno@clisp.org>
50907
50908         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50909         func_modules_to_filelist, func_import, func_create_testdir): Make all
50910         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50911         change when gnulib-tool is invoked in a different locale.
50912
50913 2005-09-19  Simon Josefsson  <jas@extundo.com>
50914
50915         * m4/socklen.m4: Fix typo.
50916
50917 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50918
50919         Use a consistent style for including <config.h>.
50920         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50921         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50922         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50923         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50924         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50925         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50926         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50927         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50928         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50929         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50930         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50931         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50932         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50933         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50934         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50935         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50936         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50937         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50938         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50939         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50940         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50941         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50942         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50943         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50944         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50945         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50946         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50947         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50948         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50949         lib/xstrtoumax.c, lib/yesno.c:
50950         Standardize inclusion of config.h.
50951         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50952         lib/inttostr.h:  Removed inclusion of config.h from header files.
50953         * lib/inttostr.c:  Adjusted in-tree users.
50954         * lib/timespec.h: Remove superfluous warning to include config.h.
50955         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50956         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50957         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50958         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50959         config.h with HAVE_CONFIG_H.
50960
50961 2005-09-19  Jim Meyering  <jim@meyering.net>
50962
50963         * modules/pathmax (License): Change to LGPL.
50964
50965 2005-09-19  Derek Price  <derek@ximbiot.com>
50966
50967         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50968
50969 2005-09-19  Bruno Haible  <bruno@clisp.org>
50970
50971         * gnulib-tool (import): Provide default for --tests-base.
50972
50973 2005-09-19  Bruno Haible  <bruno@clisp.org>
50974
50975         * doc/quote.texi: New file, extracted from gnulib.texi.
50976         * doc/ctime.texi: New file, extracted from gnulib.texi.
50977         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50978         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50979         * doc/gnulib.texi: Include them.
50980
50981 2005-09-18  Bruno Haible  <bruno@clisp.org>
50982
50983         Portability fix.
50984         * gnulib-tool (func_readlink): New function.
50985         (func_ln_if_changed): Use it.
50986
50987 2005-09-18  Bruno Haible  <bruno@clisp.org>
50988
50989         * gnulib-tool: Support --with-tests also with --import.
50990         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50991         (func_import): Use variables $testsbase and $inctests. Emit a
50992         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50993         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50994         SUBDIRS += $testsdir.
50995         (func_create_testdir): Update.
50996
50997 2005-09-18  Bruno Haible  <bruno@clisp.org>
50998
50999         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
51000         instead of $dry_run.
51001         (func_cp_if_changed, func_mv_if_changed): Remove functions.
51002         (func_ln_if_changed): Don't handle dry-run here.
51003         (func_import): In dry-run mode, detect more precisely which actions
51004         would be performed, and don't use "...ing" verbs.
51005
51006 2005-09-18  Bruno Haible  <bruno@clisp.org>
51007
51008         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51009         (func_import): Use join on two temporary files instead of three nested
51010         loops, in order to determine which files are new or old.
51011
51012 2005-09-18  Bruno Haible  <bruno@clisp.org>
51013
51014         * gnulib-tool (func_import): Comment out code that spits out the
51015         new files with --dry-run.
51016
51017 2005-09-18  Bruno Haible  <bruno@clisp.org>
51018
51019         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51020
51021 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51022
51023         * lib/stat-time.h: New file.
51024         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51025         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51026         in a different way.
51027         (timespec_cmp): New function.
51028         * lib/utimecmp.c: Include stat-time.h.
51029         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51030         members exist, not on the obsolescent ST_MTIM_NSEC.
51031         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51032
51033 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51034
51035         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51036
51037 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51038
51039         * MODULES.html.sh (File system functions): Add stat-time.
51040         * modules/stat-time: New file.
51041         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51042         is now done in a different way, by the stat-time module.
51043         * modules/utimecmp (Depends-on): Add stat-time.
51044
51045 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51046
51047         * m4/st_mtim.m4: Remove.  Superseded by...
51048         * m4/stat-time.m4: New file.
51049         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51050         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51051
51052 2005-09-15  Derek Price  <derek@ximbiot.com>
51053
51054         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51055
51056 2005-09-15  Derek Price  <derek@ximbiot.com>
51057
51058         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51059         * lib/regex_internal.c: Ditto, using this...
51060         (__GNUC_PREREQ): ...new macro.
51061         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51062         using...
51063         (__GNUC_PREREQ): ...this new macro.
51064
51065         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51066
51067 2005-09-15  Derek Price  <derek@ximbiot.com>
51068             Paul Eggert  <eggert@cs.ucla.edu>
51069
51070         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51071         changes, consolidating in...
51072         * lib/regex_internal.h: ...this file.
51073
51074 2005-09-13  Jim Meyering  <jim@meyering.net>
51075
51076         * lib/canon-host.c: Filter through gnu indent and reword comments
51077         slightly.
51078         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51079
51080 2005-09-13  Derek Price  <derek@ximbiot.com>
51081
51082         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51083         failure.
51084         Reported by Jim Meyering  <jim@meyering.net>.
51085
51086 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51087
51088         * lib/base64.c: Typo.
51089         (base64_encode): Put b64str in initialized data section.
51090
51091 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51092
51093         Merge glibc and coreutils changes into gnulib, plus a few
51094         extra fixes.
51095         * lib/md5.c: Use #error rather than a string.
51096         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51097         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51098         (__attribute__): Define to empty for non recent-GCC.
51099         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51100         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51101         Renamed from their non-__ counterparts, with new macros replacing
51102         them if not _LIBC.  Add __THROW attribute.
51103         (rol): Remove.
51104         (struct md5_ctx): Align buffer if using GCC.
51105         * lib/sha1.h (struct sha1_ctx): Likewise.
51106         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51107         The old name was backwards.
51108         (NOTSWAP): Remove; not used.
51109         (rol): New macro, moved here from md5.h.
51110         (sha1_process_block): Remove a FIXME that doesn't make sense.
51111
51112 2005-09-12  Derek Price  <derek@ximbiot.com>
51113
51114         Return usable errors from canon-host.
51115         * lib/canon-host.h: New file.
51116         * lib/canon-host.c (canon_host): Wrap...
51117         (canon_host_r): ...this new function, which now relies exclusively on
51118         getaddrinfo.
51119         (ch_strerror): New function.
51120         (last_cherror): New global.
51121         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51122         interface.
51123         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51124         void *.
51125         (freeaddrinfo): Free ai->ai_canonname when set.
51126
51127 2005-09-12  Derek Price  <derek@ximbiot.com>
51128
51129         Make canon-host require getaddrinfo.
51130         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51131         AC_LIBSOURCE canon-host.h.  Call...
51132         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51133         gl_GETADDRINFO.
51134         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51135
51136 2005-09-12  Derek Price  <derek@ximbiot.com>
51137
51138         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51139         LGPL.
51140         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51141
51142 2005-09-12  Derek Price  <derek@ximbiot.com>
51143
51144         * lib/gai_strerror.c: Include config.h when available.  Include
51145         getaddrinfo.h before other headers to test interface.
51146         Reported by Larry Jones <lawrence.jones@ugs.com>.
51147
51148 2005-09-12  Derek Price  <derek@ximbiot.com>
51149             Paul Eggert  <eggert@cs.ucla.edu>
51150
51151         * modules/glob (Files): Add glob-libc.h.
51152
51153 2005-09-12  Derek Price  <derek@ximbiot.com>
51154             Paul Eggert  <eggert@cs.ucla.edu>
51155
51156         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51157         glob_.h, glob-libc.h.
51158         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51159
51160 2005-09-12  Derek Price  <derek@ximbiot.com>
51161             Paul Eggert  <eggert@cs.ucla.edu>
51162
51163         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51164         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51165         protecting things that should be done only in gnulib contexts.
51166         * lib/glob_.h: New file, containing only the glob things needed for
51167         gnulib.
51168         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51169         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51170         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51171         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51172         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51173         and to respect the namespace rules better.
51174
51175 2005-09-08  Simon Josefsson  <jas@extundo.com>
51176
51177         * modules/socklen: New file.
51178
51179 2005-09-08  Simon Josefsson  <jas@extundo.com>
51180
51181         * m4/socklen.m4: New file.
51182
51183 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51184
51185         * modules/utimens (Files): Add m4/utimbuf.m4, since
51186         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51187         Reported by Sergey Poznyakoff.
51188
51189 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51190
51191         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51192         definitions, since that's the preferred style in glibc.
51193         Fix a minor spacing issue, and update copyright notice to match
51194         glibc's.
51195
51196 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51197
51198         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51199
51200 2005-09-06  Simon Josefsson  <jas@extundo.com>
51201
51202         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51203         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51204
51205 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51206
51207         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51208         warning.
51209
51210 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51211
51212         * config/srclist.txt: Add glibc bug 1302.
51213
51214 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51215
51216         Change bitset word type from unsigned int to unsigned long int,
51217         as this has better performance on typical 64-bit hosts.
51218         Port bitset code to hosts with unusual word sizes.
51219         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51220         (build_collating_symbol):
51221         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51222         argument is a bitset.  This is merely a style issue, but it makes
51223         it clearer that an entire array is expected.
51224         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51225         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51226         Port to the case where bitset_word is not the same as unsigned int.
51227         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51228         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51229         Likewise.
51230         * lib/regexec.c (check_dst_limits_calc_pos_1,
51231         check_subexp_matching_top):
51232         (build_trtable, group_nodes_into_DFAstates):
51233         Likewise.
51234         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51235         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51236         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51237         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51238         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51239         * lib/regcomp.c (optimize_subexps, lower_subexp):
51240         Work even if bitset_word has holes in its bitwise representation.
51241         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51242         * lib/regexec.c (check_dst_limits_calc_pos_1,
51243         check_subexp_matching_top):
51244         Likewise.
51245         * lib/regex_internal.c (re_string_reconstruct):
51246         Don't assume UCHAR_MAX == 255.
51247         * lib/regex_internal.h (bitset_set_all): Likewise.
51248         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51249         All uses changed.
51250         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51251         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51252         All uses changed.
51253         (BITSET_WORD_MAX): New macro.
51254         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51255         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51256         (bitset_empty, bitset_copy):
51257         Prefer sizeof (bitset) to multiplying it out ourselves.
51258         (bitset_not_merge): Remove; unused.
51259         (bitset_contain): Return bool, not unsigned int with one bit on.
51260         All callers changed.
51261         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51262         alignment than re_node_set; do this by defining a new internal
51263         type struct dests_alloc and using it to allocate memory.
51264
51265 2005-09-05  Bruno Haible  <bruno@clisp.org>
51266
51267         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51268         links.
51269
51270 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51271
51272         * modules/size_max (Makefile.am): Add size_max.h
51273
51274 2005-09-04  Derek Price  <derek@ximbiot.com>
51275
51276         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51277
51278 2005-09-03  Simon Josefsson  <jas@extundo.com>
51279
51280         * gnulib-tool: Fix typo.
51281
51282 2005-09-03  Simon Josefsson  <jas@extundo.com>
51283
51284         * config/srclist.txt: Add glibc bug 1293.
51285
51286 2005-09-03  Derek Price  <derek@ximbiot.com>
51287
51288         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51289         From Larry Jones <lawrence.jones@ugs.com>.
51290
51291 2005-09-02  Simon Josefsson  <jas@extundo.com>
51292
51293         * modules/socklen: New file.
51294
51295 2005-09-02  Simon Josefsson  <jas@extundo.com>
51296
51297         * modules/havelib: New module.
51298
51299         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51300         Use havelib.
51301
51302 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51303
51304         Check for arithmetic overflow when calculating sizes, to prevent
51305         some buffer-overflow issues.  These patches are conservative, in the
51306         sense that when I couldn't determine whether an overflow was possible,
51307         I inserted a run-time check.
51308         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51309         macros.
51310         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51311         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51312         (re_xnrealloc, re_x2nrealloc): New inline functions.
51313         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51314         parse_bracket_exp):
51315         (build_equiv_class, build_charclass): Check for arithmetic overflow
51316         in size expression calculations.
51317         * lib/regex_internal.c (re_string_realloc_buffers):
51318         (build_wcs_upper_buffer, re_node_set_add_intersect):
51319         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51320         (re_dfa_add_node, register_state): Likewise.
51321         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51322         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51323         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51324         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51325
51326 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51327
51328         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51329         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51330
51331 2005-09-02  Bruno Haible  <bruno@clisp.org>
51332
51333         Support for lib vs. lib64 distinction on biarch platforms.
51334         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51335         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51336         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51337
51338 2005-09-02  Bruno Haible  <bruno@clisp.org>
51339
51340         * gnulib-tool (import): In the other first-use case, provide defaults
51341         as well.
51342
51343 2005-09-02  Bruno Haible  <bruno@clisp.org>
51344
51345         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51346         patches not yet found in the latest gettext release.
51347
51348 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51349
51350         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51351         to avoid a collision with bits/local_lim.h in glibc.
51352         All uses changed.  Problem reported by Dmitry V. Levin in
51353         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51354
51355         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51356         bugs in int versus size_t comparisons.
51357         (re_string_context_at): Fix bug where the code assumed that
51358         Idx is signed.
51359
51360         Use bool where appropriate.
51361         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51362         All callers changed.
51363         (calc_eclosure_iter): Likewise, for ROOT arg.
51364         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51365         (build_charclass_op): Likewise, for NON_MATCH arg.
51366         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51367         (re_string_construct_common): Likewise, for ICASE arg.
51368         * lib/regexec.c (re_search_2_stub, re_search_stub):
51369         Likewise, for RET_LEN arg.
51370         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51371         (set_regs): Likewise, for FL_BACKTRACK arg.
51372         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51373         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51374         (calc_eclosure_iter, parse_bracket_exp):
51375         Use bool for internal variables that are booleans.
51376         * lib/regexec.c (re_search_internal, check_matching,
51377         proceed_next_node):
51378         (set_regs, build_sifted_states, sift_states_bkref):
51379         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51380         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51381         (find_collation_sequence_value):
51382         Likewise.
51383         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51384         (re_node_set_compare):
51385         Return bool, not int. All callers changed.
51386         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51387         (build_trtable, check_node_accept): Likewise.
51388         * lib/regex_internal.h: Include stdbool.h.
51389
51390         Fix bugs uncovered when converting to bool.
51391         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51392         failure instead of charging ahead blindly.
51393         * lib/regex_internal.c (register_state): Likewise.
51394         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51395         for freeing internal storage.
51396         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51397         bitset pieces used as boolean, to avoid undefined behavior
51398         on hosts that do int overflow checking.
51399
51400 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51401
51402         * config/srclist.txt: Add glibc bugs 1285-1287.
51403
51404 2005-09-01  Jim Meyering  <jim@meyering.net>
51405
51406         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51407         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51408         Require gl_STAT_MACROS, too.
51409
51410 2005-09-01  Bruno Haible  <bruno@clisp.org>
51411
51412         * gnulib-tool (import): In the first-use case, provide defaults.
51413
51414 2005-09-01  Bruno Haible  <bruno@clisp.org>
51415
51416         * gnulib-tool (func_import): Remove the .tmp files.
51417
51418 2005-09-01  Bruno Haible  <bruno@clisp.org>
51419
51420         * gnulib-tool (func_import): Fix handling of symbolic links.
51421
51422 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51423
51424         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51425         old glibc regex code mishandles strings longer than 2**31 bytes.
51426         This patch fixes this when the regex code is used in gnulib
51427         (i.e., outside glibc).
51428
51429         This patch should not affect the use of the regex code inside
51430         glibc.  No doubt this problem also needs to be handled for glibc
51431         as well, but the result will be an incompatible change to the
51432         glibc ABI, and the old ABI will have to be supported too.  That
51433         can be the the subject for another patch.
51434
51435         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51436         governing whether the rest of this patch is active.  By default,
51437         the macro is disabled and the patch has no effect.
51438         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51439         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51440         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51441         (re_match_2, re_set_registers): Use the new types.
51442         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51443         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51444         New macros.
51445         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51446         (re_string_context_at, bin_tree_t, re_dfastate_t):
51447         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51448         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51449         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51450         (re_string_char_size_at, re_string_wchar_at):
51451         (re_string_elem_size_at):
51452         Use the new types and macros to port to 64-bit hosts.
51453         Use unsigned types for internal values, so that the code
51454         mostly works even for arrays larger than SSIZE_MAX.
51455         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51456         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51457         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51458         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51459         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51460         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51461         (calc_inveclosure, parse_dup_op, build_range_exp):
51462         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51463         (fetch_number, create_token_tree, mark_opt_subexp):
51464         Likewise.
51465         * lib/regex_internal.c (re_string_construct_common,
51466         create_ci_newstate):
51467         (create_cd_newstate, re_string_allocate, re_string_construct):
51468         (re_string_realloc_buffers, build_wcs_upper_buffer):
51469         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51470         (re_string_reconstruct, re_string_peek_byte_case):
51471         (re_string_fetch_byte_case, re_string_context_at):
51472         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51473         (re_node_set_init_copy, re_node_set_add_intersect):
51474         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51475         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51476         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51477         (re_acquire_state, re_acquire_state_context, register_state):
51478         Likewise.
51479         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51480         search_cur_bkref_entry):
51481         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51482         (re_search_internal, re_search_2_stub, re_search_stub)
51483         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51484         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51485         (update_cur_sifted_state, check_dst_limits):
51486         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51487         (check_subexp_limits, sift_states_bkref, merge_state_array):
51488         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51489         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51490         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51491         (expand_bkref_cache, check_node_accept_bytes):
51492         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51493         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51494         (acquire_init_state_context, check_halt_node_context):
51495         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51496         (sift_states_backward, clean_state_log_if_needed):
51497         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51498         (find_recover_state, transit_state_sb, transit_state_mb):
51499         (transit_state_bkref, build_trtable, match_ctx_clean):
51500         Likewise.
51501         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51502         to work around an assumption that REG_MISSING is negative.
51503
51504         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51505         (seek_collating_symbol_entry) [defined _LIBC]:
51506         (lookup_collation_sequence_value) [defined _LIBC]:
51507         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51508         Use prototypes rather than old-style function definitions.
51509         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51510         (transit_state_sb) [0]:
51511         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51512
51513         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51514         rm_eo.
51515
51516         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51517         (optimize_subexps, lower_subexp):
51518         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51519         since the signed shift might overflow.  Use 1u<<31 instead.
51520         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51521         Likewise.
51522         * lib/regexec.c (check_dst_limits_calc_pos_1,
51523         check_subexp_matching_top): Likewise.
51524
51525         * lib/regcomp.c (optimize_subexps, lower_subexp):
51526         Use CHAR_BIT rather than 8, for clarity.
51527         * lib/regexec.c (check_dst_limits_calc_pos_1):
51528         (check_subexp_matching_top): Likewise.
51529         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51530         have to worry about portability issues when shifting it left.
51531         Remove no-longer-needed test for table_size > 0.
51532         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51533         in a word, as the resulting behavior is undefined.
51534         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51535         in one case, a <= should have been an <, and in another case the
51536         whole test was missing.
51537         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51538         the standard name CHAR_BIT.
51539         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51540         this is not true on one's complement and signed-magnitude hosts.
51541
51542         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51543         next_last_offset.
51544         (struct re_dfa_t): Remove unused member states_alloc.
51545         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51546
51547 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51548
51549         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51550         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51551         and large-file glibc and in 32-bit large-file Solaris.
51552
51553 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51554
51555         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51556         lengths fit in regoff_t; this isn't true if regoff_t is the same
51557         width as size_t.
51558         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51559         (= START + RANGE) instead of RANGE.  This avoids overflow
51560         problems when regoff_t is the same width as size_t.
51561         All callers changed.
51562         (re_search_2_stub): Check for overflow when adding the
51563         sizes of the two strings.
51564         (re_search_stub): Check for overflow when adding START
51565         to RANGE; if it occurs, substitute the extreme value.
51566
51567 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51568
51569         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51570
51571 2005-08-31  Jim Meyering  <jim@meyering.net>
51572
51573         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51574         a pointer-to-const.
51575         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51576         (register_state): Likewise.
51577         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51578         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51579         (group_nodes_into_DFAstates): Likewise.
51580
51581 2005-08-31  Jim Meyering  <jim@meyering.net>
51582
51583         * check-module: Add a FIXME comment.
51584
51585 2005-08-31  Eric Blake  <ebb9@byu.net>
51586
51587         * modules/unistd-safer (Files): Add unistd--.h.
51588         * modules/stdio-safer (Files): Add stdio--.h.
51589
51590 2005-08-31  Derek Price  <derek@ximbiot.com>
51591
51592         * lib/getdelim.c (getdelim): Return EOF on EOF.
51593         Reported by Larry Jones <lawrence.jones@ugs.com>.
51594
51595 2005-08-31  Bruno Haible  <bruno@clisp.org>
51596
51597         Avoid unnecessary diffs in the generated lib/Makefile.am.
51598         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51599         the generated files.
51600         (func_import): Don't set cmd.
51601
51602 2005-08-31  Bruno Haible  <bruno@clisp.org>
51603
51604         * lib/strstr.c: Include <stddef.h>, for NULL.
51605         * lib/strcasestr.c: Likewise.
51606         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51607
51608 2005-08-31  Bruno Haible  <bruno@clisp.org>
51609
51610         * gnulib-tool: New option --macro-prefix.
51611         (func_import): Use macro_prefix.
51612         (import): Handle option --macro-prefix.
51613
51614 2005-08-31  Bruno Haible  <bruno@clisp.org>
51615
51616         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51617         Also use new variables cached_lgpl, cached_libtool.
51618
51619 2005-08-31  Bruno Haible  <bruno@clisp.org>
51620
51621         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51622         always instantiating them.
51623
51624 2005-08-31  Bruno Haible  <bruno@clisp.org>
51625
51626         * gnulib-tool (func_import): Read the previous cached settings
51627         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51628         earlier added by gnulib but are now dropped. Warn when a gnulib file
51629         overwrites a non-gnulib file.
51630
51631 2005-08-31  Bruno Haible  <bruno@clisp.org>
51632
51633         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51634         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51635         projects that don't keep autogenerated files in CVS. Put into
51636         actioncmd only the specified modules, not the transitive closure.
51637
51638 2005-08-31  Bruno Haible  <bruno@clisp.org>
51639
51640         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51641         Create directories that shall be filled.
51642         (import): Don't look for gl_* macros in configure.ac. Recurse across
51643         all directories containing a gnulib-cache.m4 files, if meaningful.
51644
51645 2005-08-31  Bruno Haible  <bruno@clisp.org>
51646
51647         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51648         (import): Set seen_libtool when we see gl_LIBTOOL.
51649
51650 2005-08-31  Bruno Haible  <bruno@clisp.org>
51651
51652         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51653         declaration macro definitions from generated gnulib.m4.
51654
51655 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51656
51657         * lib/iconvme.h: Add prototype for iconv_alloc.
51658
51659 2005-08-29  Simon Josefsson  <jas@extundo.com>
51660
51661         * lib/iconvme.c: Fix errno.
51662
51663 2005-08-29  Bruno Haible  <bruno@clisp.org>
51664
51665         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51666         that it works when the directory contains spaces.
51667
51668 2005-08-29  Bruno Haible  <bruno@clisp.org>
51669
51670         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51671
51672 2005-08-29  Bruno Haible  <bruno@clisp.org>
51673
51674         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51675         Emit more advice.
51676
51677 2005-08-29  Bruno Haible  <bruno@clisp.org>
51678         and Stepan Kasal  <kasal@ucw.cz>
51679
51680         * check-module: If more parameters are given, check each of them
51681         separately; add more exceptions, as noted by Jim Meyering.
51682         (check_module): New procedure.
51683         (%exempt_header): Now contains all exceptions.
51684
51685 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51686
51687         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51688
51689 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51690
51691         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51692
51693 2005-08-28  Bruno Haible  <bruno@clisp.org>
51694
51695         * m4/gnulib-tool.m4: New file.
51696
51697 2005-08-27  Jim Meyering  <jim@meyering.net>
51698
51699         * modules/unistd-safer (Files): Add pipe-safer.c.
51700         * modules/fcntl-safer (Files): Add creat-safer.c.
51701
51702 2005-08-27  Jim Meyering  <jim@meyering.net>
51703
51704         * m4/stdlib-safer.m4: New file.  From coreutils.
51705         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51706         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51707         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51708         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51709         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51710
51711 2005-08-27  Jim Meyering  <jim@meyering.net>
51712
51713         * lib/fopen-safer.c: Merge minor changes from coreutils.
51714         * lib/dup-safer.c: Likewise.
51715         * lib/fd-safer.c: Likewise.
51716
51717         Merge from coreutils.
51718         * lib/stdio--.h: New file.
51719         * lib/stdlib--.h: New file.
51720         * lib/mkstemp-safer.c: New file.
51721
51722         GNU tar needs these.
51723         * lib/pipe-safer.c: New file.
51724         * lib/creat-safer.c: New file.
51725         * lib/fcntl--.h (creat): Define to creat_safer.
51726         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51727         * lib/unistd--.h (pipe): Define to pipe_safer.
51728         * lib/unistd-safer.h: Declare pipe_safer.
51729
51730 2005-08-26  Simon Josefsson  <jas@extundo.com>
51731
51732         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51733         Haible <bruno@clisp.org>.
51734
51735 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51736
51737         * lib/regex_internal.h: Remove all references to
51738         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51739         or better.
51740         (bitset_not, bitset_merge, bitset_not_merge):
51741         (bitset_mask, re_string_allocate, re_string_construct):
51742         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51743         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51744         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51745         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51746         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51747         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51748         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51749         (re_acquire_state_context):
51750         Remove unnecessary forward decls.
51751         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51752         Put __attribute at function definition,
51753         now that the function decl has been removed.
51754         * lib/regex_internal.c (re_string_peek_byte_case):
51755         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51756         Likewise.
51757
51758 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51759
51760         * m4/regex.m4: Add AC_PREREQ(2.50).
51761         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51762
51763 2005-08-25  Simon Josefsson  <jas@extundo.com>
51764
51765         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51766         __fsetlocking.
51767
51768 2005-08-25  Simon Josefsson  <jas@extundo.com>
51769
51770         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51771         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51772         GLIBC specific code.
51773
51774 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51775
51776         Make regex safe for g++.  This fixes one real bug (an "err"
51777         that should have been "*err").  g++ problem reported by
51778         Sam Steingold.
51779         * lib/regex_internal.h (re_calloc): New macro, consistent with
51780         re_malloc etc.  All callers of calloc changed to use re_calloc.
51781         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51782         not int.  All callers changed.
51783         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51784         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51785         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51786         (find_recover_state): Change "err" to "*err"; this fixes what
51787         appears to be a real bug.
51788         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51789         versus int.
51790
51791 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51792
51793         * modules/regex (Depends-on): Add malloc, since the code
51794         assumes that !malloc(0) means failure.
51795
51796 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51797
51798         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51799
51800         alloca modernization/simplification for regex.
51801         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51802         needs to be at the start of the file, and can be moved into
51803         regex_internal.h and simplified.
51804         * lib/regex_internal.h: Include <alloca.h>.
51805         (__libc_use_alloca) [!defined _LIBC]: New macro.
51806         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51807         now works outside glibc.
51808
51809 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51810
51811         * config/srclist.txt: Add glibc bugs 1241, 1245.
51812
51813 2005-08-25  Jim Meyering  <jim@meyering.net>
51814
51815         * lib/open-safer.c: Include <config.h>.
51816         Otherwise, we'd lose LARGEFILE support in any file using
51817         e.g. "fcntl--.h"
51818
51819 2005-08-25  Bruno Haible  <bruno@clisp.org>
51820
51821         * m4/minmax.m4: Require autoconf 2.52.
51822         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51823         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51824         alternatives of translit over the alphabet.
51825         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51826
51827 2005-08-24  Simon Josefsson  <jas@extundo.com>
51828
51829         * tests/test-getpass.c: New file.
51830
51831 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51832
51833         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51834         for GNU regex features.
51835
51836 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51839         * lib/regex.h (regerror): Likewise.
51840
51841         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51842         requires this.  (The code never needed it.)
51843
51844         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51845         All uses of recently-renamed identifiers changed to use the new,
51846         POSIX-compliant names.  The code will build and run just fine
51847         without these changes, but it's better to eat our own dog food
51848         and use the standard-conforming names.
51849
51850         * lib/regex.h: Fix a multitude of POSIX name space violations.
51851         These changes have an effect only for programs that define
51852         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51853         do not change anything for programs compiled in the normal way.
51854         Also, there is no effect on the ABI.
51855
51856         (_REGEX_SOURCE): New macro.
51857         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51858         defined and _GNU_SOURCE is not; this fixes a name space violation.
51859
51860         Rename the following macros to obey POSIX requirements.
51861         The old names are still visible as macros if _REGEX_SOURCE is defined.
51862         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51863         RE_BACKSLASH_ESCAPE_IN_LISTS.
51864         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51865         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51866         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51867         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51868         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51869         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51870         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51871         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51872         (REG_INTERVALS): renamed from RE_INTERVALS.
51873         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51874         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51875         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51876         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51877         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51878         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51879         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51880         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51881         RE_UNMATCHED_RIGHT_PAREN_ORD.
51882         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51883         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51884         (REG_DEBUG): renamed from RE_DEBUG.
51885         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51886         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51887         unusual, since we can't clash with the POSIX REG_ICASE.
51888         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51889         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51890         (REG_NO_SUB): renamed from RE_NO_SUB.
51891         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51892         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51893         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51894         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51895         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51896         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51897         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51898         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51899         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51900         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51901         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51902         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51903         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51904         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51905         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51906         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51907         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51908         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51909         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51910         (REG_FIXED): Renamed from REGS_FIXED.
51911         (REG_NREGS): Renamed from RE_NREGS.
51912
51913         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51914         of other REG_* macros, since POSIX says the user is allowed to
51915         #undef these macros selectively.
51916
51917         (reg_errcode_t): Update comment stating what other tables need
51918         to be consistent.
51919
51920         Rename the following enum values to obey POSIX requirements.
51921         The old names are still visible as macros.
51922         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51923         is not defined, since GNU is supposed to be a superset of POSIX as
51924         much as possible, and since we want reg_errcode_t to be a signed
51925         type for implementation consistency.
51926         (_REG_NOERROR): Renamed from REG_NOERROR.
51927         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51928         (_REG_BADPAT): Renamed from REG_BADPAT.
51929         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51930         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51931         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51932         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51933         (_REG_EBRACK): Renamed from REG_EBRACK.
51934         (_REG_EPAREN): Renamed from REG_EPAREN.
51935         (_REG_EBRACE): Renamed from REG_EBRACE.
51936         (_REG_BADBR): Renamed from REG_BADBR.
51937         (_REG_ERANGE): Renamed from REG_ERANGE.
51938         (_REG_ESPACE): Renamed from REG_ESPACE.
51939         (_REG_BADRPT): Renamed from REG_BADRPT.
51940         (_REG_EEND): Renamed from REG_EEND.
51941         (_REG_ESIZE): Renamed from REG_ESIZE.
51942         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51943         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51944         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51945         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51946         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51947
51948         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51949         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51950         changed.  But support the old name if the new one is not defined
51951         and if _REGEX_SOURCE.
51952
51953         Change the following member names in struct re_pattern_buffer.
51954         The old names are still supported if !_REGEX_SOURCE.
51955         The new names are always supported, regardless of _REGEX_SOURCE.
51956         (re_buffer): Renamed from buffer.
51957         (re_allocated): Renamed from allocated.
51958         (re_used): Renamed from used.
51959         (re_syntax): Renamed from syntax.
51960         (re_fastmap): Renamed from fastmap.
51961         (re_translate): Renamed from translate.
51962         (re_can_be_null): Renamed from can_be_null.
51963         (re_regs_allocated): Renamed from regs_allocated.
51964         (re_fastmap_accurate): Renamed from fastmap_accurate.
51965         (re_no_sub): Renamed from no_sub.
51966         (re_not_bol): Renamed from not_bol.
51967         (re_not_eol): Renamed from not_eol.
51968         (re_newline_anchor): Renamed from newline_anchor.
51969
51970         Change the following member names in struct re_registers.
51971         The old names are still supported if !_REGEX_SOURCE.
51972         The new names are always supported, regardless of _REGEX_SOURCE.
51973         (rm_num_regs): Renamed from num_regs.
51974         (rm_start): Renamed from start.
51975         (rm_end): Renamed from end.
51976
51977         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51978         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51979         Prepend __ to parameter names.
51980
51981         Undo yesterday's changes.
51982
51983 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51984
51985         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51986         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51987         lib/regex.c.
51988
51989 2005-08-24  Jim Meyering  <jim@meyering.net>
51990
51991         Sync from coreutils.
51992         * m4/fcntl-safer.m4: New file.
51993
51994         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51995         and object files for this module.
51996
51997 2005-08-24  Jim Meyering  <jim@meyering.net>
51998
51999         Sync from coreutils.
52000         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
52001
52002 2005-08-24  Jim Meyering  <jim@meyering.net>
52003
52004         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52005         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52006
52007 2005-08-24  Jim Meyering  <jim@meyering.net>
52008
52009         * modules/fcntl-safer: New module.
52010         * modules/fts (Depends-on): Add fcntl-safer.
52011         * MODULES.html.sh (File descriptor based Input/Output):
52012         Add fcntl-safer.
52013
52014 2005-08-24  Bruno Haible  <bruno@clisp.org>
52015
52016         Support for unit test modules.
52017         * modules/README: Mention tests modules.
52018         * modules/TEMPLATE-TESTS: New file.
52019         * gnulib-tool: New options --extract-tests-module, --with-tests and
52020         --tests-base (unused for the moment).
52021         (testsbase, inctests): New variables.
52022         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52023         (func_verify_module): Exclude TEMPLATE-TESTS.
52024         (func_verify_nontests_module, func_verify_tests_module): New functions.
52025         (func_get_dependencies): Add implicit dependency for tests modules.
52026         (func_get_tests_module): New function.
52027         (func_modules_transitive_closure): When --with-tests was specified,
52028         include the unit tests as well, unless explicitly avoided.
52029         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52030         (func_emit_tests_Makefile_am): New function.
52031         (func_create_testdir): When --with-tests was specified, emit a
52032         tests/ directory.
52033         * MODULES.html.sh (Future developments): Update.
52034
52035 2005-08-24  Bruno Haible  <bruno@clisp.org>
52036
52037         * modules/tls-tests: New file.
52038         * tests/test-tls.c: New file, from GNU gettext.
52039
52040 2005-08-24  Bruno Haible  <bruno@clisp.org>
52041
52042         * modules/lock-tests: New file.
52043         * tests/test-lock.c: New file, from GNU gettext.
52044
52045 2005-08-24  Bruno Haible  <bruno@clisp.org>
52046
52047         * lib/lock.h: Add multiple inclusion guard.
52048         * lib/tls.h: Add multiple inclusion guard.
52049
52050 2005-08-24  Bruno Haible  <bruno@clisp.org>
52051
52052         * gnulib-tool: Add support for the --aux-dir option to
52053         --create-testdir, --create-megatestdir, --test, --megatest.
52054         (func_create_testdir, func_create_megatestdir): Optionally emit a
52055         AC_CONFIG_AUX_DIR directive.
52056         (create-testdir, create-megatestdir, test, megatest): Provide a
52057         default value for $auxdir.
52058
52059 2005-08-24  Bruno Haible  <bruno@clisp.org>
52060
52061         * gnulib-tool (import): Use compound statement instead of subshell
52062         where possible.
52063
52064 2005-08-24  Bruno Haible  <bruno@clisp.org>
52065
52066         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52067
52068 2005-08-24  Bruno Haible  <bruno@clisp.org>
52069
52070         * gnulib-tool (func_version): Update.
52071
52072 2005-08-24  Bruno Haible  <bruno@clisp.org>
52073
52074         * gnulib-tool (func_import, func_create_testdir,
52075         func_create_megatestdir): Quote all autoconf macro arguments.
52076
52077 2005-08-24  Bruno Haible  <bruno@clisp.org>
52078
52079         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52080         option --force, because --force causes the aclocal.m4 of each
52081         subdirectory to be newer than the corresponding config.h.in.
52082
52083 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52084
52085         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52086         All contents moved to gl_REGEX.
52087         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52088         assume that it does.
52089
52090 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52091
52092         * lib/regex.h (REG_NOSYS)
52093         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52094         Define, since POSIX requires it as of 2001.
52095         (_REG_ENOSYS)
52096         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52097         New private symbol, used to keep the enum signed in all cases.
52098         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52099         Youngman in
52100         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52101
52102         * lib/regex_internal.c (re_string_skip_chars, register_state):
52103         (calc_state_hash):
52104         Remove forward decls; no longer needed now that we use prototypes.
52105         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52106         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52107         (clean_state_log_if_needed): Likewise.
52108
52109 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52110
52111         * config/srclist.txt: Add glibc bugs 1231-1233.
52112
52113 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52114
52115         Fix problems reported by Sam Steingold in
52116         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52117         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52118         assumed that reg_errcode_t is a signed type, which is not
52119         necessarily true if _XOPEN_SOURCE is not defined.
52120         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52121         since some compilers warn about it otherwise.
52122
52123 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52124
52125         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52126         (init_word_char, create_initial_state, duplicate_node_closure):
52127         (fetch_token, peek_token_bracket, build_range_exp):
52128         (build_collating_symbol): Remove forward decls; no longer needed
52129         now that we use prototypes.
52130
52131         * lib/regcomp.c:
52132         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52133         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52134         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52135         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52136         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52137         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52138         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52139         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52140         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52141         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52142         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52143         (build_charclass, build_charclass_op, fetch_number, create_tree):
52144         (create_token_tree, mark_opt_subexp, duplicate_tree):
52145         Use prototypes rather than old-style definitions.
52146
52147         * lib/regex_internal.c:
52148         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52149         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52150         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52151         (re_string_reconstruct, re_string_peek_byte_case):
52152         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52153         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52154         (re_node_set_init_copy, re_node_set_add_intersect):
52155         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52156         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52157         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52158         (re_acquire_state, re_acquire_state_context, register_state):
52159         (create_ci_newstate, create_cd_newstate, free_state):
52160         Likewise.
52161         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52162         re_search_2):
52163         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52164         (re_search_internal, prune_impossible_nodes):
52165         (acquire_init_state_context, check_matching, static):
52166         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52167         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52168         (update_regs, sift_states_backward, build_sifted_states):
52169         (clean_state_log_if_needed, merge_state_array):
52170         (update_cur_sifted_state, add_epsilon_src_nodes):
52171         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52172         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52173         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52174         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52175         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52176         (check_arrival, check_arrival_add_next_nodes):
52177         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52178         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52179         (check_node_accept_bytes, check_node_accept, extend_buffers):
52180         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52181         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52182         (sift_ctx_init):
52183         Likewise.
52184
52185         * lib/regex_internal.h:
52186         (re_string_allocate, re_string_construct, re_string_reconstruct):
52187         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52188         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52189         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52190         (re_string_context_at, re_string_peek_byte_case):
52191         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52192         is defined, since we now use prototypes always.
52193
52194         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52195         C89 or better.  All uses removed.
52196
52197 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52198
52199         * config/srclist.txt: Add glibc bugs 1220-1227.
52200
52201 2005-08-20  Jim Meyering  <jim@meyering.net>
52202
52203         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52204         of unused local, dfa.
52205
52206 2005-08-20  Bruno Haible  <bruno@clisp.org>
52207
52208         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52209
52210 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52211
52212         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52213         (re_node_set_insert_last, re_dfa_add_node):
52214         Rename local variables to avoid GCC shadowing warnings.
52215
52216 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52217
52218         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52219         [defined lint]: Suppress bogus uninitialized-variable warnings.
52220
52221         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52222         and let the caller return REG_ESPACE if out of space.  This
52223         removes an uninitialied-variable warning with GCC 4.0.1, and also
52224         avoids taking the address of a local variable.  All callers
52225         changed.
52226
52227 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52228
52229         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52230         $LIBCSRC/posix/regexec.c.
52231         Add glibc bug 1217 for regcomp.c.
52232
52233 2005-08-19  Jim Meyering  <jim@meyering.net>
52234
52235         * lib/regexec.c (proceed_next_node): Redo local variables to
52236         avoid GCC shadowing warnings.
52237
52238 2005-08-18  Bruno Haible  <bruno@clisp.org>
52239
52240         * lib/strstr.c (strstr): Fix return value in multibyte case.
52241         * lib/strcasestr.c (strcasestr): Likewise.
52242
52243 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52244
52245         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52246
52247 2005-08-17  Jim Meyering  <jim@meyering.net>
52248
52249         Make the %s format (seconds since the epoch) work for a negative
52250         number and when used with a zero-padded field width, e.g. %015s.
52251
52252         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52253         label so that it precedes the code to set `digits'.  Otherwise,
52254         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52255         print `00-22'.  Now, it prints `-0022', as it should.
52256
52257 2005-08-17  Bruno Haible  <bruno@clisp.org>
52258
52259         * modules/strstr (Files): Add m4/mbrtowc.m4.
52260         (Depends-on): Add mbuiter.
52261
52262 2005-08-17  Bruno Haible  <bruno@clisp.org>
52263
52264         * modules/strcasestr: New file.
52265         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52266         strcasestr.
52267
52268 2005-08-17  Bruno Haible  <bruno@clisp.org>
52269
52270         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52271
52272 2005-08-17  Bruno Haible  <bruno@clisp.org>
52273
52274         * modules/mbuiter: New file.
52275         * MODULES.html.sh (Extended multibyte and wide character utilities):
52276         Add mbuiter.
52277
52278 2005-08-17  Bruno Haible  <bruno@clisp.org>
52279
52280         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52281         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52282
52283 2005-08-17  Bruno Haible  <bruno@clisp.org>
52284
52285         * m4/strcasestr.m4: New file.
52286
52287 2005-08-17  Bruno Haible  <bruno@clisp.org>
52288
52289         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52290         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52291
52292 2005-08-17  Bruno Haible  <bruno@clisp.org>
52293
52294         * lib/strcasestr.h: New file.
52295         * lib/strcasestr.c: New file.
52296
52297 2005-08-17  Bruno Haible  <bruno@clisp.org>
52298
52299         * lib/strcasecmp.c: Use mbuiter.h.
52300
52301 2005-08-17  Bruno Haible  <bruno@clisp.org>
52302
52303         * lib/mbuiter.h: New file.
52304
52305 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52306
52307         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52308         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52309         and gl_GETOPT are both invoked via different paths (as happens
52310         with GNU tar CVS because it uses both argp and getopt), the former
52311         wins.
52312
52313 2005-08-16  Bruno Haible  <bruno@clisp.org>
52314
52315         * modules/tls: New file.
52316         * MODULES.html.sh (Multithreading): Add tls.
52317
52318 2005-08-16  Bruno Haible  <bruno@clisp.org>
52319
52320         * modules/strnlen1: New file.
52321         * MODULES.html.sh (String handling): Add strnlen1.
52322
52323 2005-08-16  Bruno Haible  <bruno@clisp.org>
52324
52325         * modules/strcase (Files): Add m4/mbrtowc.m4.
52326         (Depends-on): Add strnlen1, mbchar.
52327
52328 2005-08-16  Bruno Haible  <bruno@clisp.org>
52329
52330         * modules/mbiter: New file.
52331         * MODULES.html.sh (Extended multibyte and wide character utilities):
52332         Add mbiter.
52333
52334 2005-08-16  Bruno Haible  <bruno@clisp.org>
52335
52336         * modules/mbfile: New file.
52337         * MODULES.html.sh (Extended multibyte and wide character utilities):
52338         Add mbfile.
52339
52340 2005-08-16  Bruno Haible  <bruno@clisp.org>
52341
52342         * modules/mbchar: New file.
52343         * MODULES.html.sh (Extended multibyte and wide character utilities):
52344         New section.
52345
52346 2005-08-16  Bruno Haible  <bruno@clisp.org>
52347
52348         * m4/tls.m4: New file, from GNU gettext.
52349
52350 2005-08-16  Bruno Haible  <bruno@clisp.org>
52351
52352         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52353         always.
52354         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52355
52356 2005-08-16  Bruno Haible  <bruno@clisp.org>
52357
52358         * m4/mbiter.m4: New file.
52359
52360 2005-08-16  Bruno Haible  <bruno@clisp.org>
52361
52362         * m4/mbfile.m4: New file.
52363
52364 2005-08-16  Bruno Haible  <bruno@clisp.org>
52365
52366         * m4/mbchar.m4: New file.
52367
52368 2005-08-16  Bruno Haible  <bruno@clisp.org>
52369
52370         * lib/tls.h: New file, from GNU gettext.
52371         * lib/tls.c: New file, from GNU gettext.
52372
52373 2005-08-16  Bruno Haible  <bruno@clisp.org>
52374
52375         * lib/strnlen1.h: New file.
52376         * lib/strnlen1.c: New file.
52377
52378 2005-08-16  Bruno Haible  <bruno@clisp.org>
52379
52380         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52381         (mbi_init): Update.
52382         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52383         NUL byte, not after it.
52384
52385 2005-08-16  Bruno Haible  <bruno@clisp.org>
52386
52387         * lib/strcase.h (strcasecmp): Add note in comments.
52388         * lib/strncasecmp.c: Use code from strcasecmp.c.
52389         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52390         (strcasecmp): Work correctly in multibyte locales.
52391
52392 2005-08-16  Bruno Haible  <bruno@clisp.org>
52393
52394         * lib/mbiter.h: New file.
52395
52396 2005-08-16  Bruno Haible  <bruno@clisp.org>
52397
52398         * lib/mbfile.h: New file.
52399
52400 2005-08-16  Bruno Haible  <bruno@clisp.org>
52401
52402         * lib/mbchar.h: New file.
52403         * lib/mbchar.c: New file.
52404
52405 2005-08-16  Bruno Haible  <bruno@clisp.org>
52406
52407         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52408         the valid ones. Makes the comparison operations transitive:
52409         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52410         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52411
52412 2005-08-15  Simon Josefsson  <jas@extundo.com>
52413
52414         * modules/ssize_t (License): Change to 'unlimited'.
52415
52416         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52417
52418 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52419
52420         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52421         Add comments for each pending glibc patch.
52422
52423 2005-08-15  Bruno Haible  <bruno@clisp.org>
52424
52425         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52426         __cplusplus is defined.
52427
52428 2005-08-14  Jim Meyering  <jim@meyering.net>
52429
52430         Sync from coreutils.
52431
52432         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52433         Use the hash-table-based cycle-detection code not just when
52434         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52435         Reported by James Youngman in
52436         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52437         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52438         FTS_TIGHT_CYCLE_CHECK.
52439         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52440         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52441         once again.
52442         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52443         * lib/fts.c (fd_safer): Remove decl.
52444         Include fcntl--.h rather than unistd-safer.h
52445         (fts_safe_changedir): Don't call fd_safer; no longer needed
52446         now that we include fcntl--.h.
52447
52448 2005-08-12  Simon Josefsson  <jas@extundo.com>
52449
52450         * modules/getndelim2: Use ssize_t module.
52451         * modules/getnline: Likewise.
52452         * modules/safe-read: Likewise.
52453         * modules/xreadlink: Likewise.
52454
52455         * modules/ssize_t: New file.
52456
52457 2005-08-12  Simon Josefsson  <jas@extundo.com>
52458
52459         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52460
52461 2005-08-12  Simon Josefsson  <jas@extundo.com>
52462
52463         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52464         ssize_t.
52465
52466 2005-08-12  Simon Josefsson  <jas@extundo.com>
52467
52468         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52469         readline, getdelim and check_version.
52470         (Support for systems lacking ISO C 99: Sizes of integer types):
52471         Add size_max.
52472
52473 2005-08-12  Bruno Haible  <bruno@clisp.org>
52474
52475         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52476
52477 2005-08-11  Simon Josefsson  <jas@extundo.com>
52478
52479         * modules/readline: New file.
52480
52481         * modules/strnlen (Files): Add strnlen.h.
52482
52483 2005-08-11  Simon Josefsson  <jas@extundo.com>
52484
52485         * m4/readline.m4: New file.
52486
52487 2005-08-11  Simon Josefsson  <jas@extundo.com>
52488
52489         * lib/readline.h, readline.c: New file.
52490
52491 2005-08-11  Simon Josefsson  <jas@extundo.com>
52492
52493         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52494         gl_AVOID.
52495
52496 2005-08-11  Bruno Haible  <bruno@clisp.org>
52497
52498         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52499
52500 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52501
52502         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52503
52504 2005-08-10  Simon Josefsson  <jas@extundo.com>
52505
52506         * tests/test-iconvme.c: New file.
52507
52508 2005-08-10  Simon Josefsson  <jas@extundo.com>
52509
52510         * m4/strnlen.m4: New file.
52511
52512         * m4/strndup.m4: Don't check for strnlen declaration, done in
52513         strnlen.m4.
52514
52515 2005-08-10  Simon Josefsson  <jas@extundo.com>
52516
52517         * lib/strndup.c: Use strnlen.h.
52518
52519         * lib/strnlen.h: New file.
52520
52521 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52522
52523         * README: Typos.
52524
52525 2005-08-02  Simon Josefsson  <jas@extundo.com>
52526
52527         * modules/readline: New file.
52528
52529 2005-08-02  Simon Josefsson  <jas@extundo.com>
52530
52531         * modules/getdelim: New file.
52532
52533         * modules/getline: Rewrite, don't use getndelim2.
52534
52535 2005-08-02  Simon Josefsson  <jas@extundo.com>
52536
52537         * m4/getline.m4: Separate out getdelim stuff into separate module.
52538
52539         * m4/getdelim.m4: New file.
52540
52541 2005-08-02  Simon Josefsson  <jas@extundo.com>
52542
52543         * lib/getline.h, getline.c: Rewrite.
52544
52545         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52546
52547 2005-07-31  Bruno Haible  <bruno@clisp.org>
52548
52549         * lib/lock.h (gl_lock_initializer): New macro.
52550         (gl_lock_define_initialized): Use it.
52551         (gl_rwlock_initializer): New macro.
52552         (gl_rwlock_define_initialized): Use it.
52553         (gl_recursive_lock_initializer): New macro.
52554         (gl_recursive_lock_define_initialized): Use it.
52555
52556 2005-07-30  Karl Berry  <karl@gnu.org>
52557
52558         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52559         Report from Ben Pfaff, regarding getopt.
52560
52561 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52562
52563         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52564         normal way.
52565         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52566         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52567         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52568         (gl_GETOPT): Use the new macros.  Most of the implementation
52569         is moved to the new macros.  This is for programs like Emacs
52570         that don't want all the functionality of gl_GETOPT.
52571
52572 2005-07-26  Bruno Haible  <bruno@clisp.org>
52573
52574         * m4/lock.m4: Update from GNU gettext.
52575
52576 2005-07-26  Bruno Haible  <bruno@clisp.org>
52577
52578         * lib/lock.h: Update from GNU gettext.
52579         * lib/lock.c: Update from GNU gettext.
52580
52581 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52582
52583         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52584         obsolescent AC_TRY_RUN.  Include the default includes files, for
52585         'exit'.
52586
52587 2005-07-24  Bruno Haible  <bruno@clisp.org>
52588
52589         * modules/visibility: New file.
52590         * MODULES.html.sh (Misc): Add visibility.
52591
52592 2005-07-24  Bruno Haible  <bruno@clisp.org>
52593
52594         * m4/visibility.m4: New file.
52595
52596 2005-07-24  Bruno Haible  <bruno@clisp.org>
52597
52598         * doc/visibility.texi: New file.
52599
52600 2005-07-22  Bruno Haible  <bruno@clisp.org>
52601
52602         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52603         $(ALLOCA_H), redundant through BUILT_SOURCES.
52604         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52605         redundant through BUILT_SOURCES.
52606         * modules/byteswap (Makefile.am): Remove explicit dependency on
52607         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52608         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52609         $(FNMATCH_H), redundant through BUILT_SOURCES.
52610         * modules/getopt (Makefile.am): Remove explicit dependency on
52611         $(GETOPT_H), redundant through BUILT_SOURCES.
52612         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52613         redundant through BUILT_SOURCES.
52614         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52615         redundant through BUILT_SOURCES.
52616         * modules/stdbool (Makefile.am): Remove explicit dependency on
52617         $(STDBOOL_H), redundant through BUILT_SOURCES.
52618         * modules/stdint (Makefile.am): Remove explicit dependency on
52619         $(STDINT_H), redundant through BUILT_SOURCES.
52620         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52621         Remove explicit dependency on $(SYSEXITS_H).
52622         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52623
52624 2005-07-18  Simon Josefsson  <jas@extundo.com>
52625
52626         * lib/check-version.c (check_version): Accept identical versions too.
52627
52628 2005-07-18  Bruno Haible  <bruno@clisp.org>
52629
52630         * modules/lock: New file.
52631         * MODULES.html.sh (Multithreading): New section.
52632
52633 2005-07-18  Bruno Haible  <bruno@clisp.org>
52634
52635         * m4/lock.m4: New file, from GNU gettext.
52636
52637 2005-07-18  Bruno Haible  <bruno@clisp.org>
52638
52639         * lib/lock.h: New file, from GNU gettext.
52640         * lib/lock.c: New file, from GNU gettext.
52641
52642 2005-07-18  Bruno Haible  <bruno@clisp.org>
52643
52644         * lib/lock.h (gl_once_t): New type.
52645         (gl_once_define, gl_once): New macros.
52646         * lib/lock.c (fresh_once): New variable.
52647         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52648         functions.
52649
52650 2005-07-16  Simon Josefsson  <jas@extundo.com>
52651
52652         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52653         workaround, suggested by Bruno.
52654
52655 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52656
52657         * modules/xalloc (Depends-on): Add xalloc-die.
52658         * modules/xvasprintf (Depends-on): Add xalloc-die.
52659
52660 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52661
52662         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52663         with a minor change.
52664
52665 2005-07-15  Bruno Haible  <bruno@clisp.org>
52666
52667         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52668         When using lib/poll.c, define poll as rpl_poll.
52669
52670 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52671
52672         * modules/argp (Depends-on): Remove unlocked-io.
52673
52674 2005-07-14  Derek Price  <derek@ximbiot.com>
52675
52676         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52677         for glob symlink bug.
52678
52679 2005-07-14  Bruno Haible  <bruno@clisp.org>
52680
52681         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52682         Instead, test for *_unlocked function declarations directly.
52683
52684 2005-07-11  Simon Josefsson  <jas@extundo.com>
52685
52686         * modules/size_max: New file.
52687
52688         * modules/xsize: Depend on size_max module for size_max.m4.
52689
52690 2005-07-11  Simon Josefsson  <jas@extundo.com>
52691
52692         * lib/size_max.h: New file.
52693
52694 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52695
52696         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52697         copyright symbol and the year.
52698         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52699         (version_etc_va): Use parameterized copyright notice.
52700         Reword to conform to the current GNU coding standards.
52701
52702 2005-07-11  Karl Berry  <karl@gnu.org>
52703
52704         * doc/gnulib.texi (Quoting): new node.
52705         (Initial import): more info, from Patrice.
52706
52707 2005-07-11  Bruno Haible  <bruno@clisp.org>
52708
52709         * gnulib-tool (func_usage): Document option --avoid.
52710         (Command line options): Handle --avoid.
52711         (func_acceptable): New function.
52712         (func_modules_transitive_closure): Use it.
52713
52714 2005-07-11  Bruno Haible  <bruno@clisp.org>
52715
52716         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52717         Reported by Jim Meyering.
52718
52719 2005-07-10  Bruno Haible  <bruno@clisp.org>
52720
52721         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52722         Needed when size_t is smaller than 'unsigned int'.
52723         Reported by Paul Eggert.
52724
52725 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52726
52727         * modules/argp (Depends-on): Add unlocked-io
52728
52729 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52730
52731         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52732         block of defines.
52733
52734 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52735
52736         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52737         fix now.
52738
52739 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52740         and Paul Eggert  <eggert@cs.ucla.edu>
52741
52742         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52743         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52744
52745 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52746
52747         * modules/regex (Files): Add lib/regex_internal.c,
52748         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52749         (Depends-on): Add extensions.
52750         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52751
52752 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52753
52754         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52755         pathconf.
52756         * m4/same.m4 (gl_SAME): Likewise.
52757         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52758
52759         * m4/regex.m4: Adjust to new libc regex implementation.
52760         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52761         all the .c and .h parts of (the new) regex.
52762         Quote the m4 stuff better.
52763         Check for RE_ICASE bug of old gnulib.
52764         Check for REG_STARTEND of recent libc.
52765         Rename local variables from jm_* to gl_*.
52766         Quote operand of "test -f".
52767         Say "recent enough" version of libc, not "version 2".
52768         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52769         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52770         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52771         Remove check for btowc, isascii.
52772         Require AM_LANGINFO_CODESET.
52773
52774 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52775
52776         * lib/regex.c, regex.h: Sync from libc.
52777         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52778         * lib/regexec.c:
52779         New files, synced from libc, except that regex_internal.h
52780         currently has a small porting fix.
52781
52782 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52783
52784         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52785         regex_internal.c, regexec.c.
52786         Add regex_internal.h too, but as a comment, since the libc version
52787         is currently broken in gnulib mode.
52788
52789 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52790
52791         Support programs like Emacs that use gnulib but not gettext.
52792         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52793         * modules/gettext-h: New file.
52794         * modules/gettext (Files): Remove lib/gettext.h.
52795         (Depends-on): Add gettext-h.
52796         (Makefile.am): Remove lib_SOURCES.
52797         * modules/argmatch, modules/c-stack, modules/closeout:
52798         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52799         * modules/execute, modules/file-type, modules/getaddrinfo:
52800         * modules/getopt, modules/human, modules/javacomp:
52801         * modules/javaexec, modules/mkdir-p, modules/obstack:
52802         * modules/openat, modules/pagealign_alloc, modules/pipe:
52803         * modules/quotearg, modules/regex, modules/rpmatch:
52804         * modules/unicodeio, modules/userspec, modules/version-etc:
52805         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52806         * modules/xsetenv:
52807         Depend on gettext-h, not gettext.
52808
52809 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52810
52811         * gnulib-tool (func_import): Add support for 'public domain' license.
52812         * modules/alloca, modules/atexit, modules/memmove:
52813         Now public domain, not GPL.
52814         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52815         * modules/realloc, modules/strerror, modules/strtod:
52816         Now LGPL, not GPL.
52817
52818 2005-07-05  Bruno Haible  <bruno@clisp.org>
52819
52820         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52821         autoconf CVS. Needed for mingw.
52822
52823 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52824
52825         Remove the dependency of the strftime module on the tzset module.
52826         * modules/strftime (Depends-on): Remove dependency on tzset.
52827
52828 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         Remove the dependency of the strftime module on the tzset module.
52831         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52832         gl_FUNC_TZSET_CLOBBER.
52833
52834 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52835
52836         Remove the dependency of the strftime module on the tzset module.
52837         * lib/strftime.c (my_strftime)
52838         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52839         Copy the input structure, to work around some of the bug with
52840         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52841         Solaris releases, you should also use the tzset module, but we won't
52842         require it as a dependency any more since we don't want LGPLed code
52843         to depend on GPLed code.
52844
52845 2005-07-02  Jim Meyering  <jim@meyering.net>
52846
52847         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52848         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52849         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52850         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52851
52852 2005-07-02  Jim Meyering  <jim@meyering.net>
52853
52854         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52855
52856 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52857
52858         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52859         declares only 'struct timespec;' (!).
52860
52861 2005-07-01  Jim Meyering  <jim@meyering.net>
52862
52863         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52864         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52865         * lib/save-cwd.c, tempname.c:
52866         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52867         and don't include <sys/file.h>).
52868
52869 2005-06-29  Jim Meyering  <jim@meyering.net>
52870
52871         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52872         type name.  Use the variable name instead.
52873         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52874         Likewise.
52875
52876 2005-06-28  Simon Josefsson  <jas@extundo.com>
52877
52878         * modules/check-version (Files): Add check-version.m4.
52879
52880 2005-06-28  Simon Josefsson  <jas@extundo.com>
52881
52882         * m4/check-version.m4: New file, suggested by Jim Meyering
52883         <jim@meyering.net>.
52884
52885 2005-06-28  Simon Josefsson  <jas@extundo.com>
52886
52887         * lib/check-version.h, lib/check-version.c: New files.
52888
52889 2005-06-28  Simon Josefsson  <jas@extundo.com>
52890
52891         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52892         collision with global variable.  Better indentation.  Don't
52893         increment buffer pointer beyond buffer end.  Based on comments
52894         from Paul Eggert <eggert@cs.ucla.edu>.
52895
52896         * lib/base64.h: Indent.
52897
52898 2005-06-28  Simon Josefsson  <jas@extundo.com>
52899
52900         * doc/gnulib.texi (Library version handling): New section.
52901
52902 2005-06-28  Jim Meyering  <jim@meyering.net>
52903
52904         * check-module (find_included_lib_files): Hard-code another
52905         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52906         but modules/fts-lgpl (correctly) does not list those files.
52907
52908         * modules/canonicalize (Files): Add lib/pathmax.h.
52909
52910 2005-06-25  Simon Josefsson  <jas@extundo.com>
52911
52912         * modules/check-version: New file.
52913
52914 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52915
52916         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52917         initializer of struct addrinfo, as an indication that we don't
52918         care how many members the structure has.
52919
52920 2005-06-24  Derek Price  <derek@ximbiot.com>
52921         and Bruno Haible  <bruno@clisp.org>
52922
52923         Remove stat module & update lstat.
52924         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52925         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52926         * m4/stat.m4: Remove this file.
52927
52928 2005-06-24  Derek Price  <derek@ximbiot.com>
52929         and Bruno Haible  <bruno@clisp.org>
52930
52931         Remove stat module & update lstat.
52932         * lib/stat.c: Remove this file...
52933         (slash_aware_lstat): ...moving this content and its support...
52934         * lib/lstat.c (rpl_lstat): ...into here.
52935         * lib/lstat.h: New file.
52936
52937 2005-06-24  Derek Price  <derek@ximbiot.com>
52938         and Bruno Haible  <bruno@clisp.org>
52939
52940         Remove stat module & update lstat.
52941         * config/srclist.txt (libc sources): Remove stat.
52942
52943 2005-06-24  Derek Price  <derek@ximbiot.com>
52944         and Bruno Haible  <bruno@clisp.org>
52945
52946         Remove stat module & update lstat.
52947         * MODULES.html.sh (stat): Remove.
52948         * MODULES.html: Regenerated.
52949         * modules/lstat (Description): Correct function name.
52950         (Files): Add "lstat.h".
52951         (Depends-on): Remove stat, add xalloc, stat-macros.
52952         * modules/stat: Remove this file.
52953         (Include): Add "lstat.h", remove <sys/stat.h>.
52954
52955 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52956
52957         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52958         (ranged_convert): Don't save conversion in a temporary struct.
52959         This causes a warning with GCC 4.0.0, and anyway in the typical
52960         case it's not worth the extra 100 bytes or so of code.
52961         (ranged_convert, __mktime_internal): When calling a function via a
52962         pointer P, use P () rather than (*P) (), as we now assume C89 or
52963         better.
52964
52965 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52966
52967         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52968         "who -r" failed to give output.  Problem reported by Tim Waugh.
52969
52970         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52971         (xcalloc): Use it to avoid needless tests.
52972         Problem reported by Jim Meyering.
52973
52974 2005-06-20  Derek Price  <derek@ximbiot.com>
52975
52976         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52977         unnecessary for Autoconfs > 2.59c.
52978
52979 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52980
52981         * lib/argp.h (__option_is_short): Check upper limit of
52982         __key. Isprint() requires its argument to have the value
52983         of an unsigned char or EOF.
52984
52985 2005-06-16  Jim Meyering  <jim@meyering.net>
52986
52987         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52988         when either N or S is zero.
52989
52990 2005-06-16  Derek Price  <derek@ximbiot.com>
52991
52992         * m4/bison.m4: Declare YACC & YFLAGS precious.
52993
52994 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52995
52996         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52997         multibyte string or pattern, fall back on unibyte matching.
52998         Problem reported by James Youngman.
52999
53000 2005-06-08  Bruno Haible  <bruno@clisp.org>
53001
53002         * modules/csharpcomp: New file.
53003         * MODULES.html.sh (C#): Add csharpcomp.
53004
53005 2005-06-08  Bruno Haible  <bruno@clisp.org>
53006
53007         * m4/csharpcomp.m4: New file, from GNU gettext.
53008
53009 2005-06-08  Bruno Haible  <bruno@clisp.org>
53010
53011         * lib/csharpcomp.h: New file, from GNU gettext.
53012         * lib/csharpcomp.c: New file, from GNU gettext.
53013         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53014
53015 2005-06-08  Bruno Haible  <bruno@clisp.org>
53016
53017         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53018         warning on mingw.
53019
53020 2005-06-07  Derek Price  <derek@ximbiot.com>
53021
53022         Sync from CVS.
53023         * lib/glob_.h: Indent nested #ifdef.
53024
53025 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53026
53027         Sync from coreutils.
53028         Use "file name" when talking about file names, instead of "filename"
53029         or "path", as per the GNU coding standards.
53030         * lib/mkdir-p.c: Renamed from makepath.c.
53031         (make_dir_parents): Renamed from make_path.  All callers changed.
53032         * lib/mkdir-p.h: Likewise.  All includers changed.
53033         * lib/filenamecat.c: Renamed from path-concat.c.
53034         (file_name_concat): Renamed from path_concat.  All callers changed.
53035         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53036         * lib/filenamecat.h: Likewise.  All includers changed.
53037         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53038         in comments or local variable names.
53039         * lib/basename.c: Likewise.
53040         * lib/canonicalize.c, canonicalize.h: Likewise.
53041         * lib/dirname.c, dirname.h: Likewise.
53042         * lib/euidaccess.c: Likewise.
53043         * lib/exclude.c: Likewise
53044         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53045         * lib/fsusage.c, fsuage.h: Likewise.
53046         * lib/fts.c, fts_.h: Likewise.
53047         * lib/getcwd.c: Likewise.
53048         * lib/getloadavg.c: Likewise.
53049         * lib/mkstemp.c: Likewise.
53050         * lib/mountlist.c, mountlist.h: Likewise.
53051         * lib/openat.c, openat.h: Likewise.
53052         * lib/readlink-stub.c: Likewise.
53053         * lib/readutmp.c, readutmp.h: Likewise.
53054         * lib/rename.c: Likewise.
53055         * lib/rmdir.c: Likewise.
53056         * lib/same.c: Likewise.
53057         * lib/savedir.c: Likewise.
53058         * lib/stripslash.c: Likewise.
53059         * lib/tempname.c: Likewise.
53060         * lib/xreadlink.c: Likewise.
53061         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53062         All uses changed.
53063         * lib/exclude.h: Likewise.
53064
53065         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53066         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53067         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53068         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53069         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53070         files have been getting away with it for years (MORE/BSD 4.3
53071         is extinct now).
53072         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53073         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53074
53075         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53076         Define to 256, not 255, as per modern POSIX.
53077
53078 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53079
53080         Sync from coreutils.
53081         Use "file name" when talking about file names, instead of "filename"
53082         or "path", as per the GNU coding standards.
53083         * MODULES.html.sh: mkdir-p renamed from makepath.
53084         filenamecat renamed from path-concat.
53085         * modules/filenamecat: Renamed from modules/path-concat.
53086         (Files): filenamecat.h and filenamecat.c renamed from
53087         path-concat.h and path-concat.c.
53088         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53089         (Include): filenamecat.h, not path-concat.h.
53090         * modules/mkdir-p: Renamed from modules/makepath.
53091         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53092         makepath.c.
53093         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53094         (Include): mkdir-p.h, not makepath.h.
53095
53096 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53097
53098         Sync from coreutils.
53099         * m4/mkdir-p.m4: Renamed from makepath.m4.
53100         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53101         Rename files from makepath.c to mkdir-p.c, and from
53102         makepath.h to mkdir-p.h.
53103         * m4/filenamecat.m4: Renamed from path-concat.m4.
53104         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53105         Rename files from path-concat.c to filenamecat.c,
53106         and from path-concat.h to filenamecat.h.
53107         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53108         "file name" in local variables or comments.
53109         * m4/rename.m4: Likewise.
53110
53111 2005-06-01  Bruno Haible  <bruno@clisp.org>
53112
53113         * modules/csharpexec: New file.
53114         * MODULES.html.sh (C#): New section.
53115
53116 2005-06-01  Bruno Haible  <bruno@clisp.org>
53117
53118         * m4/csharp.m4: New file, from GNU gettext.
53119         * m4/csharpexec.m4: New file, from GNU gettext.
53120
53121 2005-06-01  Bruno Haible  <bruno@clisp.org>
53122
53123         * lib/csharpexec.h: New file, from GNU gettext.
53124         * lib/csharpexec.c: New file, from GNU gettext.
53125         * lib/csharpexec.sh.in: New file, from GNU gettext.
53126
53127 2005-05-31  Derek Price  <derek@ximbiot.com>
53128             Paul Eggert  <eggert@cs.ucla.edu>
53129
53130         Sync from cvs.
53131         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53132
53133 2005-05-31  Derek Price  <derek@ximbiot.com>
53134             Paul Eggert  <eggert@cs.ucla.edu>
53135
53136         Sync from cvs.
53137         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53138
53139 2005-05-29  Derek Price  <derek@ximbiot.com>
53140
53141         * config/srclist.txt (glob_.h, glob.c): Add these files.
53142
53143 2005-05-29  Derek Price  <derek@ximbiot.com>
53144
53145         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53146         * modules/glob: New file.
53147         * modules/getlogin_r: Add link to POSIX spec in description.
53148
53149 2005-05-29  Derek Price  <derek@ximbiot.com>
53150             Paul Eggert  <eggert@cs.ucla.edu>
53151
53152         * m4/glob.m4: New file.
53153
53154 2005-05-29  Derek Price  <derek@ximbiot.com>
53155             Paul Eggert  <eggert@cs.ucla.edu>
53156
53157         * lib/glob_.h, lib/glob.c: New files.
53158
53159 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53160
53161         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53162         * modules/fts-lgpl (Depends-on): Remove gettext.
53163
53164 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53165
53166         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53167         and don't require gt_INTTYPES_PRI.
53168
53169 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53170
53171         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53172
53173         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53174         the configuration hassle isn't worth it.
53175         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53176         (LONGEST_MODIFIER, PRIuMAX): Remove.
53177
53178 2005-05-27  Bruno Haible  <bruno@clisp.org>
53179
53180         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53181
53182 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53183
53184         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53185         _POSIX_PTHREAD_SEMANTICS for Solaris.
53186
53187 2005-05-25  Derek Price  <derek@ximbiot.com>
53188
53189         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53190
53191 2005-05-25  Derek Price  <derek@ximbiot.com>
53192             Paul Eggert  <eggert@cs.ucla.edu>
53193
53194         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53195         * lib/getlogin_r.c, getlogin_r.h: New files.
53196
53197 2005-05-25  Bruno Haible  <bruno@clisp.org>
53198             Derek Price  <derek@ximbiot.com>
53199
53200         * lib/getlogin_r.h: Simplify API documentation.
53201
53202 2005-05-23  Derek Price  <derek@ximbiot.com>
53203
53204         * modules/minmax (Files): Add m4/minmax.m4.
53205         (configure.ac): Add gl_MINMAX.
53206
53207 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53208
53209         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53210         so that unistd-safer.h (GPL'ed code) need not be included.
53211
53212 2005-05-22  Bruno Haible  <bruno@clisp.org>
53213
53214         * m4/minmax.m4: New file.
53215         Based on a patch by Derek Price <derek@ximbiot.com>.
53216
53217 2005-05-22  Bruno Haible  <bruno@clisp.org>
53218
53219         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53220         (INT64_MIN): Fix definition.
53221         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53222
53223         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53224         NEED_SIGNED_INT_TYPES.
53225
53226         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53227         HAVE_SYSTEM_INTTYPES.
53228
53229 2005-05-22  Bruno Haible  <bruno@clisp.org>
53230
53231         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53232         Also include <sys/param.h> if it defines MIN, MAX.
53233         Based on a patch by Derek Price <derek@ximbiot.com>.
53234
53235 2005-05-21  Jim Meyering  <jim@meyering.net>
53236
53237         * modules/fts (Files): Add m4/inttypes-pri.m4.
53238         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53239
53240 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53241
53242         New fts module.
53243         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53244         (setup_dir, free_dir): New functions.
53245         (enter_dir, leave_dir): Define trivial
53246         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53247         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53248         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53249         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53250         Move to fts-cycle.c.
53251         (fts_open): Use setup_dir.
53252         (fts_close): Use free_dir.
53253         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53254         This adds a label and some gotos, but the alternatives were messier.
53255         Check for memory allocation failure when entering a dir.
53256         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53257         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53258         (FTS): New member fts_cycle, that is a union that contains the
53259         old active_dir_ht and cycle_state.  All uses changed to mention
53260         fts_cycle.ht and fts_cycle.state.
53261         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53262         fts.c, with the following changes:
53263         (setup_dir, free_dir): New functions.
53264         (enter_dir): Now returns bool.  Return true if successful, false
53265         if memory exhausted.  All callers changed.
53266         Do not bother partly cleaning up on
53267         memory allocation failure; that is free_dir's job.
53268         However, free ad if hash_insert fails, to avoid memory leak.
53269         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53270         fts->fts_options to see which union member to use.
53271
53272 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53273
53274         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53275         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53276
53277 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53278
53279         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53280
53281 2005-05-20  Jim Meyering  <jim@meyering.net>
53282
53283         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53284         Now a macro, to pacify GCC.
53285
53286 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53287
53288         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53289         of -1.
53290
53291 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53292
53293         * lib/chown.c (rpl_chown): Return -1 on failure.
53294
53295 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53296
53297         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53298         Don't check for stddef.h.
53299         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53300         don't use its results.
53301         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53302         since we include them unconditionally.  Don't require
53303         AM_STDBOOL_H, since stdbool is a prerequisite.
53304         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53305         since we assume C89 or better.
53306         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53307         as we don't use their results.
53308         Don't check for fchdir, memmove, memset, strrchr, as we use
53309         them unconditionally.
53310         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53311         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53312
53313 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53314
53315         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53316         Include <stddef.h> unconditionally, since we assume C89 now.
53317         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53318         * lib/fts.c: Include fts_.h first, to check interface.
53319         Do not include intprops.h; no longer needed.
53320         Include cycle-check.h and hash.h, since fts_.h no longer does.
53321         Remove unnecessary casts of closedir to void.
53322         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53323         decide whether to decrement nlinks.
53324         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53325         (FTS): Use struct hash_table * instead of Hash_table, so that
53326         we no longer need to include hash.h here.
53327
53328 2005-05-18  Jim Meyering  <jim@meyering.net>
53329
53330         * modules/dirfd (License): Change to LGPL.  Most of the code
53331         is already in the public domain.
53332
53333 2005-05-18  Jim Meyering  <jim@meyering.net>
53334
53335         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53336         Reported by Yoann Vandoorselaere.
53337
53338 2005-05-17  Jim Meyering  <jim@meyering.net>
53339
53340         * m4/fts.m4: New file, from coreutils.
53341
53342 2005-05-17  Jim Meyering  <jim@meyering.net>
53343
53344         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53345
53346 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53347
53348         Sync from coreutils.
53349         * m4/unlinkdir.m4: New file.
53350
53351 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53352
53353         Sync from coreutils.
53354         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53355         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53356         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53357         White space changes only.
53358         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53359         special.
53360         * lib/yesno.c: Include getline.h, not ctype.h.
53361         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53362         Use getline to remove arbitrary restriction on response length.
53363
53364 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53365
53366         * config/srclist-update: Spell out "Street" in FSF postal
53367         mail address; this is the style the FSF seems to prefer.
53368
53369         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53370         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53371         this updates FSF postal mail address.
53372
53373         Sync from coreutils.
53374         * modules/unlinkdir: New file.
53375         * modules/yesno (Depends-on): Add getline.
53376         * MODULES.html.sh (File system functions): Add unlinkdir.
53377
53378 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53379
53380         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53381         lib/strsep.h:
53382         Change the initial comment to refer to GPL, not LGPL.
53383         gnulib-tool will change it to LGPL as needed.
53384
53385         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53386         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53387         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53388         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53389         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53390         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53391         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53392         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53393         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53394         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53395         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53396         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53397         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53398         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53399         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53400         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53401         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53402         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53403         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53404         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53405         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53406         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53407         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53408         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53409         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53410         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53411         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53412         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53413         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53414         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53415         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53416         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53417         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53418         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53419         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53420         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53421         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53422         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53423         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53424         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53425         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53426         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53427         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53428         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53429         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53430         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53431         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53432         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53433         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53434         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53435         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53436         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53437         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53438         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53439         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53440         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53441         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53442         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53443         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53444         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53445         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53446         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53447         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53448         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53449         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53450         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53451         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53452         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53453         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53454         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53455         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53456         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53457         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53458         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53459         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53460         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53461         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53462         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53463         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53464         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53465         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53466         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53467         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53468         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53469         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53470         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53471         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53472         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53473         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53474         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53475         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53476         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53477         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53478         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53479         lib/yesno.c, lib/yesno.h:
53480         Update FSF postal mail address.
53481
53482 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53483
53484         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53485         tests/test-memmem.c, tests/test-stpncpy.c:
53486         Update FSF postal mail address.
53487
53488 2005-05-13  Bruno Haible  <bruno@clisp.org>
53489
53490         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53491         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53492         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53493         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53494         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53495         Add support for 64-bit integers in the MSVC compiler.
53496
53497 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53498
53499         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53500
53501 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53502
53503         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53504
53505 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53506
53507         * doc/getdate.texi (General date syntax): Don't say that date
53508         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53509         Problem reported by Nic Ferrier.
53510
53511 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53512
53513         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53514         specified in ai_socktype. Fix invalid ai_protocol
53515         check. ai_protocol is usually set to 0 or depending on
53516         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53517         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53518         ai_socktype / ai_protocol in the returned addrinfo structure.
53519
53520 2005-05-10  Simon Josefsson  <jas@extundo.com>
53521
53522         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53523         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53524
53525 2005-05-10  Karl Berry  <karl@gnu.org>
53526
53527         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53528         (from http://www.gnu.org/licenses).
53529         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53530         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53531         fdl.texi suffices.
53532
53533 2005-05-10  Karl Berry  <karl@gnu.org>
53534
53535         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53536         (COPYING.DOC): remove.
53537
53538         * config/srclist-update: new FSF address.
53539
53540 2005-05-10  Derek Price  <derek@ximbiot.com>
53541
53542         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53543         possible.
53544
53545 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53546             Bruno Haible  <bruno@clisp.org>
53547
53548         * modules/inet_ntop: New file.
53549         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53550         inet_ntop.
53551
53552 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53553             Bruno Haible  <bruno@clisp.org>
53554
53555         * m4/inet_ntop.m4: New file.
53556
53557 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53558             Bruno Haible  <bruno@clisp.org>
53559
53560         * lib/inet_ntop.h: New file.
53561         * lib/inet_ntop.c: New file, from glibc with modifications.
53562
53563 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53564
53565         * modules/time_r (License): Change to LGPL.
53566         * modules/extensions (License): Change to LGPL.  Actually,
53567         the license is more permissive than that, but currently gnulib-tool
53568         doesn't know how to handle more-permissive licenses.
53569
53570         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53571         Problem reported by Dave Love.
53572
53573 2005-05-08  Jim Meyering  <jim@meyering.net>
53574
53575         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53576         blank.
53577
53578 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53579
53580         * modules/argmatch (Depends-on): Add stdbool.
53581         * modules/backupfile (Depends-on): Likewise.
53582         * modules/chdir-long (Depends-on): Likewise.
53583         * modules/closeout (Depends-on): Likewise.
53584         * modules/cycle-check (Depends-on): Likewise.
53585         * modules/dirname (Depends-on): Likewise.
53586         * modules/fnmatch (Depends-on): Likewise.
53587         * modules/fsusage (Depends-on): Likewise.
53588         * modules/fwriteerror (Depends-on): Likewise.
53589         * modules/getcwd (Depends-on): Likewise.
53590         * modules/getloadavg (Depends-on): Likewise.
53591         * modules/hard-locale (Depends-on): Likewise.
53592         * modules/makepath (Depends-on): Likewise.
53593         * modules/mountlist (Depends-on): Likewise.
53594         * modules/nanosleep (Depends-on): Likewise.
53595         * modules/posixtm (Depends-on): Likewise.
53596         * modules/quotearg (Depends-on): Likewise.
53597         * modules/readtokens (Depends-on): Likewise.
53598         * modules/readtokens0 (Depends-on): Likewise.
53599         * modules/readutmp (Depends-on): Likewise.
53600         * modules/save-cwd (Depends-on): Likewise.
53601         * modules/strftime (Depends-on): Likewise.
53602         * modules/userspec (Depends-on): Likewise.
53603         * modules/utimecmp (Depends-on): Likewise.
53604         * modules/xgetcwd (Depends-on): Likewise.
53605         * modules/xnanosleep (Depends-on): Likewise.
53606         * modules/xstrtod (Depends-on): Likewise.
53607         * modules/yesno (Depends-on): Likewise.
53608
53609 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53610
53611         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53612         needless checks.
53613
53614 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53615
53616         Merge from coreutils.  Among other things,
53617         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53618         * lib/fd-safer.c: New file.
53619         * lib/fcntl-safer.h, open-safer.c: Remove.
53620         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53621         * lib/dup-safer.c: Include unistd-safer.h first.
53622         Don't include errno.h.
53623         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53624         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53625         * lib/file-type.c: Rely on file-type.h change.
53626         * lib/getloadavg.c: Include unistd-safer.h.
53627         (getloadavg): Use safer open.
53628         * lib/getusershell.c: Include "stdio-safer.h".
53629         (getusershell): Use safer fopen.
53630         * lib/long-options.c (long_options): Use NULL rather than 0.
53631         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53632         'free'.
53633         * lib/modechange.c: Likewise.
53634         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53635         (MODE_DONE): New constant.
53636         (struct mode_change): Remove 'next' member.
53637         (make_node_op_equals): New function; like the old one of the
53638         same name, except it allocates an array.
53639         (mode_compile, mode_create_from_ref): Use it.
53640         (mode_compile): Allocate result as an array, not a linked list.
53641         Parse octal string ourself, so that we catch mistakes like "+0".
53642         (mode_adjust): Arg is an array, not a linked list.
53643         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53644         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53645         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53646         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53647         Remove.  This is now stat-macros.h's job.
53648         (talloc): Remove.  All callers replaced by xalloc, so that
53649         our invokers don't have to worry about reporting memory failures.
53650         (make_node_op_equals): Remove.
53651         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53652         New constants.
53653         (struct mode_change): Moved here from modechange.h.
53654         (mode_append_entry): Remove.
53655         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53656         apps to have incorrect behavior.  Use simpler algorithm for head
53657         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53658         Detect more invalid usages rather than having somewhat-random behavior.
53659         Don't insert an "a=" action, as that leads to incorrect behavior.
53660         (mode_compile, mode_create_from_ref): Return NULL on error instead
53661         of an enum, since now there's only one way to have an error.  All
53662         callers changed.
53663         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53664         at the correct time.  Simplify calculation of "+u" and its ilk.
53665         Don't mishandle "+X".
53666         (mode_free): Remove "register" and localize decls.
53667         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53668         (struct mode_change): Move to modechange.c; callers don't
53669         need to see this stuff.
53670         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53671         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53672         (mode_change, mode_adjust): Reflect the new signatures noted above.
53673         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53674         that might redefine system include files.
53675         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53676         (my_usleep): Use NULL rather than (void *) 0.
53677         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53678         Use siginterrupt to specify that system calls should be interrupted.
53679         (rpl_nanosleep): Move initialization of suspended closer to call of
53680         my_usleep.
53681         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53682         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53683         (desirable_utmp_entry): New function.
53684         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53685         using x2nrealloc, to simplify logic.
53686         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53687         size calculation.  Do not assume utmp file is a regular file.
53688         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53689         (READ_UTMP_CHECK_PIDS): New constant.
53690         * lib/save-cwd.c: Include unistd-safer.h.
53691         (save_cwd): Use fd_safer.
53692         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53693         [!_LIBC] Include "stat-macros.h" instead.
53694         * lib/unistd-safer.h (fd_safer): New decl.
53695
53696 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53697
53698         * modules/getloadavg (Depends-on): Add unistd-safer.
53699         * modules/getusershell (Depends-on): Add stdio-safer.
53700         * modules/lstat (Depends-on): Remove xalloc.
53701         * modules/mkstemp (Depends-on): Add stat-macros.
53702         * modules/modechange (Depends-on): Remove xstrtol.
53703         Add stat-macros, xalloc.
53704         * modules/save-cwd (Depends-on): Add unistd-safer.
53705         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53706         * modules/unistd-safer (Files): Add lib/fd-safer.c
53707         (Makefile.am): Remove lib_SOURCES.
53708
53709         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53710         Remove fcntl-safer; unistd-safer supersedes it.
53711
53712 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53713
53714         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53715         AC_HEADER_STAT.
53716         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53717         (gl_PREREQ_CHOWN): Remove.
53718         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53719         it.  Don't require AC_HEADER_STAT.
53720         (gl_PREREQ_LSTAT): Remove.
53721         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53722         Don't require AC_HEADER_STAT.
53723         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53724         (gl_PREREQ_RMDIR): Remove.
53725         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53726         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53727         the stat-macros module a prerequisite.
53728         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53729         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53730         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53731         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53732         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53733         variable names.
53734         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53735         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53736         variable prefixes.
53737         * m4/fcntl-safer.m4: Remove.
53738         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53739         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53740         Invoke gl_PREREQ_FD_SAFER.
53741         (gl_PREREQ_FD_SAFER): New macro.
53742         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53743         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53744         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53745         Remove duplicate call to AC_LIBOBJ(readutmp).
53746         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53747
53748         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53749         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53750
53751 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53752
53753         * MODULES.html.sh (Misc): Add byteswap.
53754
53755 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53756
53757         * modules/getcwd (Depends-on): Add extensions.
53758         * modules/openat (Depends-on): Likewise.
53759
53760 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53761
53762         * modules/byteswap: New file.
53763
53764 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53765
53766         * m4/byteswap.m4: New file.
53767
53768 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53769
53770         * lib/byteswap_.h: New file.
53771
53772 2005-04-25  Karl Berry  <karl@gnu.org>
53773
53774         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53775
53776 2005-04-25  Albert Chin  <china@thewrittenword.com>
53777
53778         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53779         Toolkit C bug.
53780
53781 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53782
53783         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53784         (func_ln_if_changed) Remove forcibly for no error message
53785         in case file does not exist.
53786
53787 2005-04-19  Simon Josefsson  <jas@extundo.com>
53788
53789         * gnulib-tool (Options): Make --symlink mean --symbolic.
53790
53791 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53792
53793         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53794
53795 2005-04-16  Simon Josefsson  <jas@extundo.com>
53796
53797         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53798
53799 2005-04-15  Simon Josefsson  <jas@extundo.com>
53800
53801         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53802
53803 2005-04-15  Simon Josefsson  <jas@extundo.com>
53804
53805         * gnulib-tool: Rename --symlink to --symbolic.
53806
53807 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53808
53809         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53810         symbolic links to files instead of copying/moving.  Add --aux-dir,
53811         specifying directory relative --dir where auxiliary build tools
53812         are placed.
53813
53814 2005-04-14  Bruno Haible  <bruno@clisp.org>
53815
53816         * modules/allocsa (License): Change to LGPL.
53817         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53818
53819 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53820
53821         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53822         that "UTC +1 second" continues to work.  Problem reported
53823         by Dmitry V. Levin.
53824         (relunit_snumber): New rule.
53825         (relunit): Use it.
53826
53827 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53828
53829         * lib/getdate.y (universal_time_zone_table): New constant.
53830         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53831         universal_time_zone_table.
53832         (lookup_zone): Prefer universal_time_zone_table to
53833         local_time_zone_table, so that "GMT" time stamps are allowed in
53834         London during the summer.  Problem reported by Ian Abbott.
53835
53836 2005-04-12  Jim Meyering  <jim@meyering.net>
53837
53838         * lib/human.c (humblock): Set *options even when returning due to
53839         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53840         warning from gcc-4.
53841
53842 2005-04-09  Jim Meyering  <jim@meyering.net>
53843
53844         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53845         -Wuninitialized: initialize tm0.tm_year.
53846
53847 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53848
53849         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53850         count, since there's no maximum.  All uses changed.
53851         Add member dsts_seen.
53852         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53853         not being INT_MAX.
53854         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53855         Use pc_rels_seen to decide whther a date is absolute.
53856
53857         * lib/getdate.y (number): Don't overwrite year.
53858         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53859         check.
53860
53861 2005-04-02  Simon Josefsson  <jas@extundo.com>
53862
53863         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53864         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53865
53866 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53867
53868         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53869         where no absolute path name can be longer than PATH_MAX.
53870
53871 2005-03-27  Jim Meyering  <jim@meyering.net>
53872
53873         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53874
53875 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53876
53877         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53878         "one's complement" -> "ones' complement" in comment, as per Knuth.
53879         "value of type" -> "type or expression" in comment.
53880         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53881
53882 2005-03-26  Jim Meyering  <jim@meyering.net>
53883
53884         Comment nits.
53885         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53886         Correct typos: s/or/of/.
53887
53888 2005-03-26  Jim Meyering  <jim@meyering.net>
53889
53890         * modules/check-include-files: Move to ../ and rename to...
53891         * check-module: ...this.
53892
53893 2005-03-25  Jim Meyering  <jim@meyering.net>
53894
53895         * modules/xvasprintf (Files): Add xalloc.h.
53896
53897 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53898
53899         * modules/gettext (Files): config/config.rpath ->
53900         build-aux/config.rpath
53901         * modules/iconv (Files): Likewise.
53902         Problem reported by Oskar Liljeblad.
53903
53904 2005-03-23  Jim Meyering  <jim@meyering.net>
53905
53906         * modules/check-include-files: New script to check for
53907         missing dependencies, multiple includes, etc.
53908
53909         * modules/c-strtold (Depends-on): Add xalloc.
53910         * modules/c-strtod (Depends-on): Add xalloc.
53911         * modules/hash (Depends-on): Add xalloc.
53912         (Files): Remove lib/xalloc.h.
53913
53914         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53915         * modules/userspec (Files): Add lib/inttostr.h.
53916
53917 2005-03-23  Jim Meyering  <jim@meyering.net>
53918
53919         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53920
53921 2005-03-22  Jim Meyering  <jim@meyering.net>
53922
53923         * modules/stat-macros: New module.
53924         * modules/canonicalize, modules/euidaccess, modules/file-type,
53925         * modules/filemode, modules/lchown, modules/makepath,
53926         * modules/rmdir, modules/stat: Depend on new stat-macros module
53927         rather than listing lib/stat-macros.h manually.
53928         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53929
53930 2005-03-22  Jim Meyering  <jim@meyering.net>
53931
53932         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53933
53934 2005-03-22  Bruno Haible  <bruno@clisp.org>
53935
53936         * config/srclist.txt: Replace target directory 'config' with
53937         'build-aux'.
53938         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53939         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53940         ../build-aux/.
53941
53942 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53943
53944         * modules/chdir-long (Depends-on): Add mempcpy.
53945
53946         * modules/acl, modules/backupfile, modules/c-strtod,
53947         modules/c-strtold, modules/canon-host, modules/canonicalize,
53948         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53949         modules/exclude, modules/exitfail, modules/file-type,
53950         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53951         modules/getdate, modules/getline, modules/getpagesize,
53952         modules/getpass, modules/getugroups, modules/group-member,
53953         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53954         modules/inttostr, modules/long-options, modules/makepath,
53955         modules/md5, modules/memcasecmp, modules/memcoll,
53956         modules/modechange, modules/mountlist, modules/path-concat,
53957         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53958         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53959         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53960         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53961         modules/strftime, modules/strndup, modules/strverscmp,
53962         modules/timespec, modules/unlocked-io, modules/userspec,
53963         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53964         modules/yesno:
53965         Remove lib_SOURCES line from Makefile.am section, as this is now
53966         done automatically by the corresponding Autoconf macro.
53967
53968 2005-03-21  Jim Meyering  <jim@meyering.net>
53969
53970         Changes imported from coreutils.
53971
53972         * lib/cycle-check.c: Don't include xalloc.h.
53973
53974         * lib/path-concat.c: Don't include assert.h.
53975         (path_concat): Remove assertion that would have triggered
53976         for ABASE starting with more than one slash.
53977         Reported by Andreas Schwab.
53978
53979         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53980         properly when ABASE is an absolute file name.
53981         Correct the description of this function.
53982         Include <assert.h>.
53983         Add an assertion and a test driver.
53984         This fixes a bug introduced on 2004-07-02.
53985         Andreas Schwab reported the resulting failure of cp --parents:
53986         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53987
53988 2005-03-21  Jim Meyering  <jim@meyering.net>
53989
53990         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53991         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53992
53993 2005-03-21  Jim Meyering  <jim@meyering.net>
53994         and  Paul Eggert  <eggert@cs.ucla.edu>
53995
53996         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53997         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53998         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53999         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
54000         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
54001         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
54002         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
54003         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
54004         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54005         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54006         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54007         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54008         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54009         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54010         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54011         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54012         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54013         for these modules.
54014
54015 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54016
54017         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54018         (which shouldn't happen), generate nothing instead of returning 0
54019         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54020
54021 2005-03-16  Bruno Haible  <bruno@clisp.org>
54022
54023         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54024         HAVE_LONGLONG_64BIT.
54025
54026 2005-03-16  Bruno Haible  <bruno@clisp.org>
54027
54028         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54029         HAVE_LONGLONG_64BIT.
54030
54031 2005-03-16  Bruno Haible  <bruno@clisp.org>
54032
54033         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54034         HAVE_LONGLONG_64BIT.
54035
54036 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54037
54038         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54039         reliably distinguish strftime failure from empty output on POSIX
54040         hosts.
54041
54042 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54043
54044         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54045         (iconv_string): Don't guess a size-zero buffer, as that might cause
54046         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54047         result would be 'too large', where 'too large' is (heuristically)
54048         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54049         overflow concerns.  This will prevent some unwanted malloc failures
54050         when the inputs are very large.
54051
54052 2005-03-15  Karl Berry  <karl@gnu.org>
54053
54054         * config/srclist.txt (config.rpath): from gettext.
54055         * config/config.rpath: update.
54056
54057 2005-03-15  Bruno Haible  <bruno@clisp.org>
54058
54059         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54060         to 'negate'.
54061
54062         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54063         variable.
54064
54065         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54066         results.
54067
54068 2005-03-14  Simon Josefsson  <jas@extundo.com>
54069
54070         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54071         <fx@gnu.org>.
54072
54073 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54074
54075         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54076         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54077         intprops.h.
54078         * lib/strtol.c: Likewise.
54079
54080 2005-03-14  Jim Meyering  <jim@meyering.net>
54081
54082         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54083         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54084         to be nonzero so that we (and caller) can detect the difference
54085         between a valid zero-length expansion and an error return, even
54086         when the underlying strftime fails before writing anything into
54087         that location.
54088
54089 2005-03-14  Bruno Haible  <bruno@clisp.org>
54090
54091         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54092         Update from GNU gettext 0.14.3.
54093
54094 2005-03-10  Jim Meyering  <jim@meyering.net>
54095
54096         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54097
54098 2005-03-10  Jim Meyering  <jim@meyering.net>
54099
54100         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54101         so that this module works on systems without fchdir.
54102
54103 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54104
54105         Factor int-properties macros into a single file, except for
54106         glibc-related files.
54107         * lib/intprops.h: New file.
54108         * lib/getloadavg.c: Include it instead of limits.h.
54109         (INT_STRLEN_BOUND): Remove.
54110         * lib/human.c: Include intprops.h.
54111         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54112         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54113         302/1000.
54114         * lib/inttostr.h: Include intprops.h instead of limits.h.
54115         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54116         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54117         for consistency with intprops.h.
54118         (time_t_is_integer, twos_complement_arithmetic): Use them.
54119         * lib/sig2str.h: Include <signal.h>, intprops.h.
54120         (INT_STRLEN_BOUND): Remove.
54121         * lib/strftime.c (TYPE_SIGNED): Remove.
54122         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54123         * lib/strtol.c: Adjust comments to match intprops.h.
54124         * lib/userspec.c: Include intprops.h.
54125         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54126         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54127         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54128         instead of rolling our own expressions.
54129         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54130
54131         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54132         instead of int.
54133         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54134         the right thing even if adding 1900 would overflow.  Similarly
54135         for tm_mon + 1 and tm_yday + 1.
54136         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54137         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54138         (DO_SIGNED_NUMBER): New macro.
54139         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54140
54141 2005-03-07  Bruno Haible  <bruno@clisp.org>
54142
54143         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54144
54145 2005-03-07  Bruno Haible  <bruno@clisp.org>
54146
54147         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54148
54149 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54150
54151         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54152         (func_import): Only replace files via --import when they have actually
54153         changed.
54154
54155 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54156
54157         * m4/mmap-anon.m4: New file.
54158         * m4/pagealign_alloc.m4: New file.
54159
54160 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54161             Bruno Haible  <bruno@clisp.org>
54162
54163         * modules/pagealign_alloc: New file.
54164         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54165
54166 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54167             Bruno Haible  <bruno@clisp.org>
54168
54169         * lib/pagealign_alloc.h: New file.
54170         * lib/pagealign_alloc.c: New file.
54171
54172 2005-03-03  Bruno Haible  <bruno@clisp.org>
54173
54174         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54175         Use an all-permissive copyright notice, recommended by RMS.
54176
54177 2005-03-02  Bruno Haible  <bruno@clisp.org>
54178
54179         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54180         of AIX, the replacement has to be done only after <string.h> is
54181         included, therefore not in config.h. stpncpy.h does the replacement,
54182         and stpncpy.c uses it.
54183
54184 2005-03-02  Bruno Haible  <bruno@clisp.org>
54185
54186         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54187         stpncpy.c uses it.
54188
54189 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54190
54191         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54192         The workaround isn't strictly needed for POSIX conformance, and
54193         it's too much of a pain to configure and maintain.  We'll ask
54194         people to fix their kernels instead.
54195         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54196         (NANOSLEEP_BUG_WORKAROUND): Remove.
54197         (xnanosleep): Remove the workaround.
54198
54199 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54200
54201         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54202         Reported by Derek Price.
54203         (Include): Add "timespec.h".
54204
54205         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54206
54207 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54208
54209         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54210         to detect nanosleep bug.
54211
54212 2005-03-01  Bruno Haible  <bruno@clisp.org>
54213
54214         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54215
54216 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54217
54218         * modules/gethrxtime: New file.
54219         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54220         (Depends-on): Add gethrxtime.
54221         (configure.ac): Add gl_XNANOSLEEP.
54222         (Makefile.am): Remove lib_SOURCES line.
54223
54224 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54225
54226         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54227         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54228
54229 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54230
54231         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54232         * lib/timespec.h (gettime): Return void, since it always
54233         succeeds now.  All uses changed.
54234         * lib/gettime.c (gettime) Likewise.
54235         [HAVE_NANOTIME]: Prefer nanotime.
54236         Assume gettimeofday succeeds, as POSIX requires.
54237         Assime time () succeeds, since other code already does.
54238         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54239         (timespec_subtract): Remove.
54240         (NANOSLEEP_BUG_WORKAROUND): New constant.
54241         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54242         things considerably.  Use it only on GNU/Linux hosts, since the
54243         workaround shouldn't be needed elsewhere.
54244
54245 2005-02-24  Bruno Haible  <bruno@clisp.org>
54246
54247         * modules/gettext (Files): Add m4/glibc2.m4.
54248
54249 2005-02-24  Bruno Haible  <bruno@clisp.org>
54250
54251         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54252         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54253         * m4/progtest.m4:
54254         Update from GNU gettext 0.14.2.
54255         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54256
54257 2005-02-24  Bruno Haible  <bruno@clisp.org>
54258
54259         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54260         * lib/config.charset: Update from GNU gettext 0.14.2.
54261
54262 2005-02-24  Bruno Haible  <bruno@clisp.org>
54263
54264         * lib/gettext.h: Update from GNU gettext 0.14.2.
54265
54266 2005-02-23  Simon Josefsson  <jas@extundo.com>
54267
54268         * m4/iconvme.m4: New file.
54269
54270 2005-02-23  Jim Meyering  <jim@meyering.net>
54271
54272         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54273         change.
54274         Thanks to Bruno Haible for catching it.
54275
54276 2005-02-22  Simon Josefsson  <jas@extundo.com>
54277
54278         * modules/iconvme: New file.
54279
54280         * MODULES.html.sh: Add iconvme.
54281
54282 2005-02-22  Simon Josefsson  <jas@extundo.com>
54283
54284         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54285
54286 2005-02-22  Simon Josefsson  <jas@extundo.com>
54287
54288         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54289
54290 2005-02-22  Jim Meyering  <jim@meyering.net>
54291
54292         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54293         s/ifndef/ifdef/.
54294
54295 2005-02-20  Neil Conway  <neilc@samurai.com>
54296
54297         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54298         returned by OSX/Darwin if the specified buffer is not large
54299         enough for the hostname.
54300
54301 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54302
54303         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54304         pass it to _help, otherwise the latter coredumps trying to
54305         dereference state.root_argp.
54306
54307 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54308
54309         * modules/chdir-long (Depends-on): Add memrchr.
54310         * modules/memrchr (Files): Add lib/memrchr.h.
54311         (Include): "memrchr.h".
54312
54313 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54314
54315         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54316
54317 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54318
54319         * lib/memrchr.h: New file.
54320         * lib/chdir-long.c: Include it.
54321         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54322         Don't bother including stddef.h.
54323
54324 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54325
54326         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54327         inclusion.
54328         Include <sys/types.h>, for dev_t.
54329         (ME_DUMMY, ME_REMOTE): Move from here....
54330         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54331         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54332         Dmitry V. Levin.
54333         Include mountlist.h first, to test the interface.
54334
54335 2005-01-29  Bruno Haible  <bruno@clisp.org>
54336
54337         * lib/progname.c (program_name): Initialize.
54338         Needed when linking statically on MacOS X.
54339
54340 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54341
54342         Sync from coreutils.
54343         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54344         (Depends-on): Add c-strtod.
54345         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54346
54347 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54348
54349         Sync from coreutils.
54350         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54351
54352         Remove files that are specific to coreutils.
54353         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54354
54355 2005-01-28  Bruno Haible  <bruno@clisp.org>
54356
54357         * modules/javacomp: New file.
54358         * MODULES.html.sh (Java): Add javacomp.
54359
54360 2005-01-28  Bruno Haible  <bruno@clisp.org>
54361
54362         * m4/javacomp.m4: New file, from GNU gettext.
54363
54364 2005-01-28  Bruno Haible  <bruno@clisp.org>
54365
54366         * lib/javacomp.sh.in: New file, from GNU gettext.
54367         * lib/javacomp.h: New file, from GNU gettext.
54368         * lib/javacomp.c: New file, from GNU gettext.
54369
54370 2005-01-26  Simon Josefsson  <jas@extundo.com>
54371
54372         * lib/gai_strerror.c: Use GPL in header.
54373
54374 2005-01-26  Bruno Haible  <bruno@clisp.org>
54375
54376         * modules/javaexec: New file.
54377         * MODULES.html.sh (Java): Add javaexec.
54378
54379 2005-01-26  Bruno Haible  <bruno@clisp.org>
54380
54381         * m4/javaexec.m4: New file, from GNU gettext.
54382
54383 2005-01-26  Bruno Haible  <bruno@clisp.org>
54384
54385         * lib/javaexec.sh.in: New file, from GNU gettext.
54386         * lib/javaexec.h: New file, from GNU gettext.
54387         * lib/javaexec.c: New file, from GNU gettext.
54388
54389 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54390
54391         * modules/lchown (Depends-on): Remove lchown.h
54392
54393 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54394
54395         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54396         must be defined if the header file was not found, in order
54397         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54398
54399 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54400
54401         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54402         initializers for struct pentry_state.
54403         (__argp_error): Check return value of __asprintf
54404         (__argp_failure): Translate error message
54405
54406         * lib/argp-parse.c: Removed braces around the expansion of N_()
54407
54408 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54409
54410         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54411         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54412         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54413         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54414         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54415         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54416         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54417         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54418         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54419         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54420         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54421         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54422         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54423         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54424         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54425         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54426         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54427         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54428         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54429         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54430         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54431         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54432         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54433         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54434         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54435         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54436         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54437         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54438         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54439         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54440         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54441         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54442         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54443         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54444         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54445         Use an all-permissive copyright notice, recommended by RMS.
54446
54447 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54448
54449         * modules/chdir-long (Depends-on): Remove mempcpy.
54450
54451 2005-01-21  Jim Meyering  <jim@meyering.net>
54452
54453         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54454         same value as for Solaris 9.
54455
54456         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54457         component length.  This included changing the parameter to be
54458         of type `char *' rather than `char const *'.
54459         * lib/chdir-long.h (chdir_long): Update prototype.
54460
54461         * lib/openat.c (fdopendir, fstatat): New functions.
54462         * lib/openat.h: Include headers required for use of DIR and struct
54463         stat.
54464         [AT_SYMLINK_NOFOLLOW]: Define.
54465         (fdopendir, fstatat): Add prototypes.
54466
54467 2005-01-21  Bruno Haible  <bruno@clisp.org>
54468
54469         * modules/classpath: New file.
54470         * MODULES.html.sh (Java): Add classpath.
54471
54472 2005-01-21  Bruno Haible  <bruno@clisp.org>
54473
54474         * lib/classpath.h: New file, from GNU gettext.
54475         * lib/classpath.c: New file, from GNU gettext.
54476
54477 2005-01-20  Simon Josefsson  <jas@extundo.com>
54478
54479         * modules/version-etc-fsf: New file.
54480
54481 2005-01-20  Simon Josefsson  <jas@extundo.com>
54482
54483         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54484         * lib/version-etc.c: Remove version_etc_copyright.
54485         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54486         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54487
54488 2005-01-20  Simon Josefsson  <jas@extundo.com>
54489
54490         * lib/base64.h (isbase64): Add.
54491
54492         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54493         using a unsigned prototype, don't inline.
54494         (base64_decode): Use it.
54495
54496 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54497
54498         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54499         it.
54500
54501 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * lib/save-cwd.c (save_cwd): Remove code to support the case
54504         where fchdir is missing or flaky.
54505
54506 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54507
54508         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54509
54510 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54511
54512         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54513         AC_LIBSOURCES now does this.
54514         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54515         with new ullong_max module.
54516
54517 2005-01-19  Bruno Haible  <bruno@clisp.org>
54518
54519         * modules/sh-quote: New file.
54520         * MODULES.html.sh (Executing programs): Add sh-quote.
54521
54522 2005-01-19  Bruno Haible  <bruno@clisp.org>
54523
54524         * lib/sh-quote.h: New file, from GNU gettext.
54525         * lib/sh-quote.c: New file, from GNU gettext.
54526
54527 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54528
54529         Merge from coreutils.
54530         * m4/ullong_max.m4: New file.
54531         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54532         (gl_MACROS): Assume localeconv exists.
54533
54534 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54535
54536         Merge changes from coreutils, as described below in several
54537         changelogs dated today.
54538
54539         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54540         (O_DIRECTORY): Remove; not needed here, since "." must be
54541         a directory.  All uses removed.
54542         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54543         universal on Suns, and we also need to test for IRIX.
54544         Revamp code to use 'if' rather than '#if'.
54545         Avoid unnecessary comparison of cwd->desc to 0.
54546
54547         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54548         for known valid error numbers rather than observed invalid ones.
54549
54550 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54551
54552         * modules/ullong_max: New file.
54553
54554         * modules/chdir-long, modules/openat: New files.
54555         * modules/save-cwd (Depends-on): Depend on chdir-long.
54556         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54557
54558 2005-01-18  Jim Meyering  <jim@meyering.net>
54559
54560         Merge from coreutils.
54561         * m4/chdir-long.m4, m4/openat.m4: New files.
54562         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54563         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54564         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54565         is sane and DOES follow symlinks.  Besides, testing 20 different
54566         systems found no broken chown implementations.
54567         Prompted by a change in rsync's copy of this macro.
54568         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54569
54570         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54571
54572         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54573         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54574         NULL-means-set-to-current-time semantics.
54575         Remove temporary file immediately, rather than waiting
54576         for configure's at-exit trap code to do it.
54577
54578 2005-01-18  Jim Meyering  <jim@meyering.net>
54579
54580         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54581
54582         * lib/utimens.c (futimens): Account for the fact that futimes
54583         can also fail with errno == ENOSYS or errno == ENOENT.
54584         Patch from Dmitry V. Levin.
54585
54586         Change the name of the robust chdir function from chdir to chdir_long.
54587         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54588         (restore_cwd): Use chdir_long, not chdir.
54589         * lib/chdir-long.c: Renamed from chdir.c.
54590         * lib/chdir-long.h: Renamed from chdir.h.
54591         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54592         Hurd.
54593
54594 2005-01-18  Bruno Haible  <bruno@clisp.org>
54595
54596         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54597         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54598         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54599         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54600         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54601         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54602         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54603         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54604         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54605         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54606         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54607         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54608         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54609         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54610         Use an all-permissive copyright notice, recommended by RMS.
54611
54612 2005-01-18  Bob Proulx  <bob@proulx.com>
54613
54614         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54615         simplify offsetof() macro construct to avoid compile failure with
54616         native HP-UX 11.0 ANSI C compiler.
54617
54618 2005-01-17  Bruno Haible  <bruno@clisp.org>
54619
54620         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54621         redundant because stpncpy.m4 takes care of it.
54622
54623 2005-01-17  Bruno Haible  <bruno@clisp.org>
54624
54625         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54626
54627 2005-01-17  Bruno Haible  <bruno@clisp.org>
54628
54629         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54630         used.
54631
54632 2005-01-17  Bruno Haible  <bruno@clisp.org>
54633
54634         * lib/fwriteerror.h (fwriteerror): Change specification to include
54635         fclose.
54636         * lib/fwriteerror.c: Include <stdbool.h>.
54637         (fwriteerror): At the end, close the file stream. Record whether
54638         stdout was already closed.
54639
54640 2005-01-17  Bruno Haible  <bruno@clisp.org>
54641
54642         * lib/execute.c (environ): Declare if needed.
54643         * lib/pipe.c (environ): Likewise.
54644         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54645
54646 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54647
54648         * modules/argp: Depend on vsnprintf
54649
54650 2005-01-10  Jim Meyering  <jim@meyering.net>
54651
54652         * modules/closeout (Depends-on): Add atexit.
54653
54654 2005-01-06  Bruno Haible  <bruno@clisp.org>
54655
54656         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54657
54658 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54659
54660         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54661         definitions to be after all include files, to avoid collisions.
54662         Problem reported by Bob Proulx.
54663
54664 2005-01-04  Jim Meyering  <jim@meyering.net>
54665
54666         Changes imported from coreutils.
54667         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54668         as the mkstemp template, use a temporary directory and an
54669         8.3-friendly template to avoid trouble on systems like DJGPP.
54670         Reported by Juan M. Guerrero via Stepan Kasal.
54671         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54672         close. Remove the temporary directory right away, rather than waiting
54673         for configure's at-exit trap code to do it.
54674         Suggestion from Stepan Kasal.
54675
54676 2005-01-01  Simon Josefsson  <jas@extundo.com>
54677
54678         * gnulib-tool: Print #include directives when --import'ing.
54679
54680 2004-12-28  Simon Josefsson  <jas@extundo.com>
54681
54682         * tests/test-base64.c: Include required header files.  Remove
54683         unused variables.
54684
54685 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54686
54687         * modules/error (Depends-on): Remove gettext.
54688
54689 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54690
54691         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54692         not needed.  This removes a dependency on the gettext module.
54693         [defined _LIBC]: Do not include <libintl.h>; not needed.
54694
54695 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54696
54697         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54698         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54699
54700 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54701
54702         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54703         HAVE_DECL_STRTOLD.
54704
54705 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54706
54707         * modules/getdate (Depends-on): Remove alloca-opt.
54708
54709 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54710
54711         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54712
54713 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54714
54715         * lib/argp-parse.c: Include <stddef.h>.
54716         (alignof, alignto): New macros.
54717         (parser_init): Don't assume that void * is aligned sufficiently
54718         for struct option.
54719
54720         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54721         need to extend the stack.
54722         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54723         large.
54724
54725 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54726
54727         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54728
54729 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54730
54731         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54732         (2004-10-24) change.  Apparently this was a false alarm.
54733
54734         * modules/getdate: Depend on alloca-opt, not alloca.
54735
54736 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54737
54738         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54739         Remove now-obsolete comment about AIX.
54740         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54741         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54742         (YYMAXDEPTH): New macro.
54743
54744 2004-12-18  Simon Josefsson  <jas@extundo.com>
54745
54746         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54747
54748 2004-12-18  Bruno Haible  <bruno@clisp.org>
54749
54750         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54751
54752 2004-12-18  Bruno Haible  <bruno@clisp.org>
54753
54754         * lib/fatal-signal.c (fatal_signals): Make non-const.
54755         (init_fatal_signals): New function.
54756         (uninstall_handlers, install_handlers): Ignore signals that were set to
54757         SIG_IGN.
54758         (at_fatal_signal): Call init_fatal_signals.
54759         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54760         SIG_IGN.
54761         Reported by Paul Eggert.
54762
54763 2004-12-18  Bruno Haible  <bruno@clisp.org>
54764
54765         * doc/alloca.texi: New file.
54766         * doc/alloca-opt.texi: New file.
54767
54768 2004-12-17  Jim Meyering  <jim@meyering.net>
54769
54770         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54771         Otherwise, install-sh could exit with improper exit status when
54772         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54773
54774 2004-12-16  Simon Josefsson  <jas@extundo.com>
54775
54776         * tests/test-base64.c: Add license.
54777
54778 2004-12-15  Stepan Kasal  <address@hidden>
54779
54780         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54781
54782 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54783
54784         * modules/getcwd (Files): Add m4/d-ino.m4.
54785         Suggested by Mark D. Baushke.
54786
54787 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54788
54789         * lib/getdate.y (textint): New member "negative".
54790         (time_zone_hhmm): New function.
54791         Expect 14 shift-reduce conflicts, not 13.
54792         (o_colon_minutes): New rule.
54793         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54794         (yylex): Set the "negative" member of signed numbers.
54795
54796 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54797
54798         * doc/getdate.texi (Time of day items, Time zone items):
54799         Describe new formats +00:00, UTC+00:00.
54800
54801 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54802
54803         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54804         spurious "-l"s.  Problem reported by Stepan Kasal.
54805
54806 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54807
54808         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54809         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54810
54811 2004-12-04  Simon Josefsson  <jas@extundo.com>
54812
54813         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54814         Vandoorselaere <yoann@prelude-ids.org>.
54815
54816 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54817
54818         Changes imported from coreutils.
54819         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54820         exist.
54821         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54822
54823 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54824
54825         Changes imported from coreutils.
54826         * lib/hard-locale.c: Assume <locale.h> exists.
54827         Include "strdup.h".
54828         (GLIBC_VERSION): New macro.
54829         (hard_locale): Assume setlocale exists.
54830         Rewrite to avoid #ifdef.
54831         Use strdup rather than malloc + strcpy.
54832         * lib/human.c: Assume <locale.h> exists.
54833         (human_readable): Assume localeconv exists.
54834
54835 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54836
54837         * modules/hard-locale (Depends-on): Add strdup.
54838
54839 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54840
54841         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54842         convert T2, not T.  (Imported from libc.)
54843
54844 2004-11-30  Simon Josefsson  <jas@extundo.com>
54845
54846         * modules/restrict (License): Change to LGPL.
54847
54848 2004-11-30  Simon Josefsson  <jas@extundo.com>
54849
54850         * m4/restrict.m4: Add copyright and copying conditions.
54851
54852 2004-11-30  Simon Josefsson  <jas@extundo.com>
54853
54854         * m4/base64.m4: New file.
54855
54856 2004-11-30  Simon Josefsson  <jas@extundo.com>
54857
54858         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54859         base64.
54860
54861         * tests/test-base64.c: New file.
54862
54863         * modules/base64: New file.
54864
54865 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54866
54867         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54868         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54869
54870         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54871
54872 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54873
54874         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54875         (__getcwd.c): Don't restore errno; glibc doesn't.
54876         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54877         first, falling back to our code only if its results look suspicious.
54878         Ensure that the resulting buffer is only as large as necessary.
54879
54880         * lib/readutmp.c: Include readutmp.h first.
54881         Include <errno.h>, since readutmp.h no longer does that.
54882         * lib/readutmp.h: Don't include <errno.h>,
54883         <sys/param.h>, <time.h>; not needed to establish interface.
54884         (errno): Remove decl.
54885         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54886         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54887         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54888
54889 2004-11-28  Simon Josefsson  <jas@extundo.com>
54890
54891         * lib/base64.h, base64.c: New file.
54892
54893 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54894
54895         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54896
54897 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54898
54899         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54900         (Depends-on): Remove pathmax, same.  Add mempcpy.
54901         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54902         (Makefile.am): Append getcwd.h to lib_SOURCES.
54903         (Include): Add getcwd.h.
54904         (Maintainer): Change from Jim Meyering to "all, glibc",
54905         since getdate now uses intended-for-glibc code.
54906         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54907         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54908
54909 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54910
54911         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54912         HP's ANSI C compiler.
54913         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54914         Declaring int functions causes warnings on some modern systems and
54915         shouldn't be needed to compile on ancient ones.
54916         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54917         defined.
54918
54919         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54920         with the following changes.
54921         (__set_errno): Parenthesize properly.
54922         Include <stdbool.h>.
54923         (MIN, MAX, MATCHING_INO): New macros.
54924         (__getcwd): Define with prototype, not K&R form.
54925         Use heuristics to allocate default buffer on stack if possible.
54926         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54927         behavior, and to avoid the PATH_MAX limit when computing
54928         ../../../../...
54929         Use MATCHING_INO to compare inode number to file.
54930         Check for arithmetic overflow in size calculations.
54931         Fix bug in reallocation of dot array that caused getcwd to fail
54932         on directories nested deeper than 75.
54933         Be more careful about saving errno on error.
54934         Do not use realloc; use only free+malloc, as this is a bit
54935         more flexible and avoids a needless copy operation.
54936         Do not inspect st_dev and st_ino for symbolic links; POSIX
54937         doesn't specify the latter.
54938         Check for closedir errors.
54939         Avoid needless casts.
54940         Use "#ifdef weak_alias" around weak_alias, to be like other
54941         glibc code.
54942         The following changes to getcwd.c have effect only when used in
54943         gnulib; they have no effect inside glibc proper.
54944         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54945         as alloca isn't used.
54946         (alloca, __alloca): Likewise.
54947         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54948         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54949         unconditionally, as gnulib assumes C89 or better.
54950         Do not include <sys/param.h>.
54951         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54952         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54953         better.
54954         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54955         Include <dirent.h> in a way that is compatible with modern Autoconf.
54956         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54957         New macros, if not already defined.
54958         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54959         Use "_LIBC", not "defined _LIBC", for consistency.
54960         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54961         a mempcpy module.
54962         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54963         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54964         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54965         credit only to Jim Meyering and adjust the copyright dates.
54966         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54967         <stdlib.h>, <unistd.h>, "pathmax.h".
54968         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54969         (INITIAL_BUFFER_SIZE): Remove.
54970         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54971
54972 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54973
54974         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54975         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54976         Use the _ONCE methods, for efficiency.
54977         Check for fcntl.h.  In test program, include <errno.h>
54978         and <fcntl.h> if available.  Remove old K&R cruft from
54979         test program.  Check for common errors in GNU/Linux,
54980         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54981         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54982         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54983         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54984         name accordingly.
54985         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54986         accommodate new getcwd.c.
54987         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54988         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54989         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54990         that's all we need now.
54991
54992 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54993
54994         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54995         argp-parse.c depends on getopt internals, that means we should
54996         always use our getopt, to be on the safe side.
54997         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54998         order not to spoil the result of an eventual previous invocation
54999         of gl_GETOPT_SUBSTITUTE.
55000
55001 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55002
55003         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
55004         redefinition warnings. To avoid them, include the defines
55005         in `#if !defined __need_getopt ... #endif'. The only place
55006         where __getopt_argv_const is used is in definitions
55007         of getopt_long and getopt_long_only below, which are as well
55008         protected by `#ifndef __need_getopt'.
55009         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55010         __need_getopt after including <stdio.h> and <unistd.h> These
55011         headers might have defined it.
55012
55013 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55014
55015         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55016
55017 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55018
55019         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55020         (futimens): New function, which uses futimes if available.
55021         (futimens, utimens): Support timespec==NULL, with same semantics
55022         as utime and utimens.
55023         * lib/utimens.h (futimens): New decl.
55024
55025 2004-11-23  Jim Meyering  <jim@meyering.net>
55026
55027         * lib/getopt_.h: Remove trailing blanks.
55028
55029 2004-11-23  Jim Meyering  <jim@meyering.net>
55030
55031         * lib/__fpending.c: Add comment.
55032
55033 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55034
55035         * modules/canonicalize (Depends-on): Add xreadlink.
55036         Problem reported by James Youngman.
55037
55038 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55039
55040         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55041         New macros.
55042         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55043         optopt): Use them instead of invoking ## directly; otherwise, the
55044         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55045
55046 2004-11-19  Bruno Haible  <bruno@clisp.org>
55047
55048         * lib/strtok_r.c: Move comments from here...
55049         * lib/strtok_r.h: ... to here.
55050
55051 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55052
55053         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55054         implementations that mishandle size_t overflow.
55055
55056 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55057
55058         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55059         might fail.  Problem reported by Yoann Vandoorselaere.
55060         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55061         implementations that mishandle size_t overflow.
55062
55063 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55064
55065         * modules/canon-host (Depends-on): Add strdup.
55066
55067 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55068
55069         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55070
55071 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55072
55073         * lib/canon-host.c: Include "strdup.h".
55074         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55075         Use strdup instead of malloc/strcpy to duplicate strings.
55076
55077         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55078         (human_space_before_unit): New constant.
55079         * lib/human.c (human_readable): Support it.
55080
55081         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55082         (xgetcwd): Set errno correctly when failing.
55083         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55084         the failure is actually due to a PATH_MAX problem.
55085
55086         Further getopt changes to make it more likely that glibc will
55087         buy the changes back.
55088         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55089         (getopt): Use it, so to preserve glibc semantic
55090         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55091         when compiling for libc.
55092         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55093         (getopt_long, getopt_long_only): Use it.
55094
55095         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55096         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55097         (getopt): Argv is now char * const *, as per standard.
55098         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55099         not char *__getopt_argv_const *.
55100         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55101         _getopt_long_only_r): Likewise.
55102         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55103         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55104         _getopt_long_r, _getopt_long_only_r): Likewise.
55105         * lib/getopt_.h (__getopt_argv_const): Remove.
55106         (getopt): Argv is now char * const *, as per standard.
55107
55108         * lib/getdate.y (tORDINAL): New token.
55109         (day, relunit): Allow it for relative times.
55110         (relative_time_table): Use tORDINAL for ordinals.
55111
55112 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55113
55114         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55115         Document that "second" isn't allowed as an ordinal number.
55116
55117 2004-11-16  Jim Meyering  <jim@meyering.net>
55118
55119         * modules/closeout (Depends-on): Add fpending.
55120
55121 2004-11-15  Jim Meyering  <jim@meyering.net>
55122
55123         * lib/closeout.c: Include "__fpending.h" once again.
55124         Include <stdbool.h>.
55125         (close_stdout): Don't fail just because stdout was closed initially,
55126         since some programs don't write to stdout in the normal course of
55127         operation (other than --version and --help), and we don't want this
55128         function to make e.g. `touch file >&-' fail.
55129         But do fail if it was closed and someone has tried to write to it.
55130         E.g., `printf foo >&-' must fail.
55131
55132 2004-11-13  Jim Meyering  <jim@meyering.net>
55133
55134         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55135
55136 2004-11-12  Simon Josefsson  <jas@extundo.com>
55137
55138         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55139         small doc fix is still pending.
55140
55141 2004-11-11  Simon Josefsson  <jas@extundo.com>
55142
55143         * modules/strtok_r: New file.
55144
55145         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55146         strtok_r.
55147
55148 2004-11-11  Simon Josefsson  <jas@extundo.com>
55149
55150         * m4/strtok_r.m4: New file.
55151
55152         * m4/getopt.m4: Replace opterr.
55153
55154 2004-11-11  Simon Josefsson  <jas@extundo.com>
55155
55156         * lib/strtok_r.h, strtok_r.c: New file.
55157
55158 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55159
55160         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55161         of replacing opterr, getopt, etc.  This should handle the
55162         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55163
55164 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55165
55166         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55167         we can stop lying to compilers about the constness of argv when we
55168         are compiled outside glibc.
55169         (getopt, getopt_long, getopt_long_only): Use it.
55170         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55171         _getopt_internal, getopt): Likewise.
55172         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55173         _getopt_long_only_r): Likewise.
55174         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55175         _getopt_long_r, _getopt_long_only_r): Likewise.
55176
55177         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55178         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55179         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55180         the other external symbols.
55181         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55182         declaration, since the above renaming now works around collisions.
55183
55184 2004-11-11  Jim Meyering  <jim@meyering.net>
55185
55186         * lib/linebreak.c: Remove trailing blanks.
55187         * lib/alloca_.h: Likewise.
55188         * lib/acosl.c: Likewise.
55189         * lib/euidaccess.c: Likewise.
55190         * lib/allocsa.h: Likewise.
55191
55192 2004-11-10  Simon Josefsson  <jas@extundo.com>
55193
55194         * m4/getaddrinfo.m4: New file.
55195
55196 2004-11-10  Simon Josefsson  <jas@extundo.com>
55197
55198         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55199
55200 2004-11-10  Simon Josefsson  <jas@extundo.com>
55201
55202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55203         getaddrinfo.
55204
55205         * modules/getaddrinfo: New file.
55206
55207 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55208
55209         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55210
55211 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55212
55213         * lib/mktime.c (SHR): New macro, which is a portable
55214         substitute for >> that should work even on Crays.
55215         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55216         Problem reported by Mark D. Baushke in
55217         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55218         * lib/getdate.y (SHR): Likewise.
55219         (tm_diff): Use it.
55220         * lib/strftime.c (SHR): Likewise.
55221         (tm_diff): Use it.
55222         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55223         quote_these_too, so that right shifts are well defined.  All uses
55224         changed.
55225
55226 2004-11-10  Jim Meyering  <jim@meyering.net>
55227
55228         Ensure that no close failure goes unreported.
55229         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55230         return early when it seems there's nothing to flush.
55231         Don't include __fpending.h.
55232
55233 2004-11-10  Jim Meyering  <jim@meyering.net>
55234
55235         * modules/closeout (Depends-on): Remove fpending.
55236
55237 2004-11-10  Jim Meyering  <jim@meyering.net>
55238
55239         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55240
55241 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55242
55243         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55244         gl_FUNC_STRFTIME.
55245         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55246         and AC_REQUIRE when possible, to avoid duplicate checks.
55247         Check for <wchar.h>.
55248
55249 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55250
55251         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55252
55253 2004-11-09  Bruno Haible  <bruno@clisp.org>
55254
55255         * m4/sockpfaf.m4: New file.
55256
55257 2004-11-05  Bruno Haible  <bruno@clisp.org>
55258
55259         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55260         Reported by Mark D. Baushke <mdb@cvshome.org>.
55261
55262 2004-11-04  Bruno Haible  <bruno@clisp.org>
55263
55264         2004-09-11  Bruno Haible  <bruno@clisp.org>
55265                 * allocsa.valgrind: New file.
55266         2004-02-06  Bruno Haible  <bruno@clisp.org>
55267                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55268                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55269                 Reported by Christopher Seip <chris.seip@hp.com>.
55270
55271 2004-11-04  Bruno Haible  <bruno@clisp.org>
55272
55273         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55274         (Makefile.am): Distribute it.
55275
55276 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55277
55278         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55279         with errno == ERANGE if the buffer is too small.
55280         Problem reported by Mark D. Baushke.
55281
55282 2004-11-03  Albert Chin  <china@thewrittenword.com>
55283             Paul Eggert  <eggert@cs.ucla.edu>
55284
55285         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55286         equivalent, substitute $ac_type for equivalent type rather than
55287         blindly using uint32_t *always* which won't work if uint32_t is not
55288         available.  Define _UINT32_T to work around typedef of uint32_t if
55289         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55290         2.5.1.
55291
55292 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55293
55294         * m4/jm-macros.m4: Sync from coreutils.
55295         (gl_MACROS): Check for mbrlen, for pathchk.
55296         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55297
55298 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55299
55300         * lib/xreadlink.c (MAXSIZE): New macro.
55301         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55302         size does not exceed MAXSIZE.  Avoid cast.
55303         As suggested by Mark D. Baushke in
55304         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55305         if readlink fails with buffer size just under MAXSIZE, try again
55306         with MAXSIZE.
55307
55308 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55309
55310         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55311
55312 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55313         and  Paul Eggert  <eggert@cs.ucla.edu>
55314
55315         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55316         (get_date): Overparenthesize to avoid GCC warning.
55317
55318 2004-11-02  Bruno Haible  <bruno@clisp.org>
55319
55320         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55321         returns void.
55322
55323 2004-11-02  Bruno Haible  <bruno@clisp.org>
55324
55325         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55326         function returns void.
55327
55328 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55329
55330         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55331         fflush_unlocked, flockfile, funlockfile, funlockfile,
55332         fputs_unlocked, putc_unlocked.
55333
55334 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55335
55336         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55337         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55338         already declared.
55339
55340 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55341
55342         * modules/getdate (Files): Add doc/getdate.texi.
55343         (Depends-on): Add setenv, xalloc.
55344
55345 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55346
55347         * lib/getdate.y: Add support for TZ="foo" within a date string.
55348         Fix some bugs near time_t boundaries.  Reject dates with
55349         out-of-range components, e.g., "Sept 31".
55350         Include <stdlib.h>, "setenv.h", "xalloc.h".
55351         (ISDIGIT_LOCALE): Remove; unused.
55352         Note that the TZ and time functions used here are not reentrant.
55353         (mktime_ok, get_tz): New functions.
55354         (TZBUFSIZE): New constant.
55355         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55356         This requires that we sometimes generate our own TZ="XXX..." setting.
55357
55358 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55359
55360         * doc/getdate.texi: New file, from coreutils with modifications for
55361         the new TZ parsing.
55362
55363 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55364
55365         * lib/mktime.c (not_equal_tm): Remove redundant check.
55366
55367 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55368
55369         * modules/regex (lib_SOURCES): Add regex.c.
55370         Reported by James Youngman in
55371         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55372
55373 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55374
55375         * lib/getdate.y: Use Bison 1.875 features, and some minor
55376         code cleanups.  This change does not affect semantics.
55377         Don't include <stdlib.h>; no longer needed.
55378         Don't include unlocked-io.h; only the "#if TEST" code uses
55379         stdio, and performance isn't crucial there.
55380         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55381         Bison 1.875 features as described below.
55382         All uses of "PC." replaced by "pc->".
55383         (YYSTYPE): Add a forward declaration.
55384         (yylex, yyerror): Use full prototypes in forward decls.
55385         Use "%pure-parser" rather than obsolescent "%pure_parser".
55386         Use %parse-param and %lex-param instead of obsolescent
55387         YYPARSE_PARAM and YYLEX_PARAM.
55388         (meridian_table, month_and_day_table, time_units_table,
55389         relative_time_table, time_zone_table, military_table,
55390         lookup_zone, lookup_word, get_date):
55391         Use NULL instead of 0 where appropriate.
55392         (to_hour): Avoid abort (), to avoid a dependency on
55393         stdlib.h.
55394         (yyerror, yylex): Now accepts parser_control * arg.
55395         (main) [TEST]: Use '\0' rather than 0 for char.
55396
55397 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55398
55399         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55400
55401 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55402
55403         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55404         It's now the caller's responsibility to handle the case where
55405         !HAVE_GETPAGESIZE && !defined getpagesize.
55406
55407         * lib/mktime.c (leapyear): Arg is long int, not int.
55408
55409 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55410
55411         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55412
55413 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55414
55415         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55416         missing.  Problem reported by James Youngman.
55417
55418 2004-10-16  Simon Josefsson  <jas@extundo.com>
55419
55420         * gnulib-tool: Fix comments.  Fix parse problem.
55421         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55422
55423 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55424
55425         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55426         implementation of getopt_long.  Problem reported by Alexander Taler in:
55427         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55428
55429 2004-10-15  Bruno Haible  <bruno@clisp.org>
55430
55431         * gnulib-tool: Untabify. Initialize supplied_libname.
55432         (func_usage): More homogenous output.
55433         (func_modules_transitive_closure, func_modules_to_filelist,
55434         func_emit_lib_Makefile_am): New functions.
55435         (func_import): New function, extracted from big case statement. Use
55436         func_get_license, func_modules_transitive_closure,
55437         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55438         opt_lgpl. Don't use test -a, as it's not portable.
55439         (func_create_testdir): Use func_modules_transitive_closure,
55440         func_modules_to_filelist, func_emit_lib_Makefile_am.
55441
55442 2004-10-15  Bruno Haible  <bruno@clisp.org>
55443
55444         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55445
55446 2004-10-15  Bruno Haible  <bruno@clisp.org>
55447
55448         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55449         the portions belonging to each module.
55450         Suggested by Derek Robert Price <derek@ximbiot.com>.
55451
55452 2004-10-12  Simon Josefsson  <jas@extundo.com>
55453
55454         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55455         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55456         to real functions.
55457
55458 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55459
55460         * modules/vsnprintf: New file.
55461
55462 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55463
55464         * m4/vsnprintf.m4: New file.
55465
55466 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55467
55468         * lib/vsnprintf.h: New file.
55469         * lib/vsnprintf.c: New file.
55470
55471 2004-10-11  Bruno Haible  <bruno@clisp.org>
55472
55473         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55474         vsnprintf.
55475
55476 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55477
55478         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55479
55480 2004-10-07  Bruno Haible  <bruno@clisp.org>
55481
55482         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55483         fits into the provided buffer.
55484
55485 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55486
55487         * lib/diacrit.c, diacrit.h: Add GPL notice.
55488
55489         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55490         notice.
55491         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55492         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55493         This avoids a potential constant-folding bug.
55494
55495 2004-10-05  Bruno Haible  <bruno@clisp.org>
55496
55497         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55498         for the declaration of strsep.
55499
55500 2004-10-05  Bruno Haible  <bruno@clisp.org>
55501
55502         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55503
55504 2004-10-04  Simon Josefsson  <jas@extundo.com>
55505
55506         * modules/memmem: New file.
55507         * tests/test-memmem.c: New file.
55508         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55509
55510 2004-10-04  Simon Josefsson  <jas@extundo.com>
55511
55512         * m4/memmem.m4: New file.
55513
55514 2004-10-04  Simon Josefsson  <jas@extundo.com>
55515
55516         * lib/memmem.h: New file.
55517         * lib/memmem.c: New file, taken from glibc.
55518
55519 2004-10-04  Simon Josefsson  <jas@extundo.com>
55520
55521         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55522         '#ifdef USE_UNLOCKED_IO'.
55523
55524 2004-10-04  Simon Josefsson  <jas@extundo.com>
55525
55526         * config/srclist.txt: Add memmem from glibc.
55527
55528 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55529
55530         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55531
55532         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55533         modules/exclude, modules/getdate, modules/getline,
55534         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55535         modules/getusershell, modules/linebuffer, modules/md5,
55536         modules/mountlist, modules/posixtm, modules/readtokens,
55537         modules/readutmp, modules/regex, modules/sha1,
55538         modules/version-etc, modules/yesno:
55539         Remove dependency on unlocked-io.
55540
55541 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55542
55543         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55544
55545         * m4/unlocked-io.m4: Add copyright notice.
55546         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55547
55548 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55549
55550         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55551         * lib/xmalloc.c (xmemdup): Likewise.
55552         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55553         XFREE): Remove these long-obsolescent macros.
55554         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55555         * lib/xstrdup.c: Remove.
55556
55557         * lib/regex.c (re_comp): Cast gettext return value to char *,
55558         Problem reported by Martin Neitzel via Mark D. Baushke.
55559
55560 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55561
55562         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55563         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55564         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55565         regex.c, sha1.c, version-etc.c, yesno.c:
55566         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55567         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55568         the includer's responsibility.
55569
55570         Sync from coreutils.
55571
55572         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55573         points to the start of a string, as the C Standard says the
55574         resulting behavior is undefined.
55575
55576         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55577         simple -> simple_backups, numbered_existing ->
55578         numbered_existing_backups, numbered -> numbered_backups
55579         to avoid shadowing problems.  All uses changed.
55580         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55581         * lib/backupfile.c (check_extension, numbered_backup):
55582         Rename locals to avoid shadowing 'basename'.
55583         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55584         once.
55585
55586         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55587         * lib/.cvsignore: Add getopt.h.
55588
55589 2004-10-04  Bruno Haible  <bruno@clisp.org>
55590
55591         * modules/README: New file.
55592         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55593         not a module.
55594
55595 2004-10-02  Jim Meyering  <jim@meyering.net>
55596
55597         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55598
55599 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55600
55601         * modules/strsep: New file.
55602
55603 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55604
55605         * m4/strsep.m4: New file.
55606
55607 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55608
55609         * lib/strsep.h: New file.
55610         * lib/strsep.c: New file.
55611
55612 2004-10-01  Simon Josefsson  <jas@extundo.com>
55613
55614         * lib/snprintf.c (snprintf): Handle size==0.
55615
55616 2004-10-01  Simon Josefsson  <jas@extundo.com>
55617             Bruno Haible  <bruno@clisp.org>
55618
55619         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55620         (snprintf): Declare 'args'.
55621
55622 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55623
55624         * lib/snprintf.c: Remove comments as to why each header is needed.
55625
55626 2004-10-01  Bruno Haible  <bruno@clisp.org>
55627
55628         * MODULES.html.sh: Add strsep.
55629
55630 2004-09-30  Simon Josefsson  <jas@extundo.com>
55631
55632         * modules/snprintf: New file.
55633
55634 2004-09-30  Simon Josefsson  <jas@extundo.com>
55635
55636         * m4/snprintf.m4: New file.
55637
55638 2004-09-30  Simon Josefsson  <jas@extundo.com>
55639
55640         * lib/snprintf.h, lib/snprintf.c: New files.
55641
55642 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55643
55644         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55645         (hol_entry_help): Never translate an empty string.
55646         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55647         * lib/argp.h (OPTION_NO_TRANS): New option.
55648
55649 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55650
55651         * modules/argp (Maintainer): Replace Simon Josefsson
55652         by Sergey Poznyakoff.
55653
55654 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55655
55656         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55657         changes merged back into glibc.
55658
55659 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55660
55661         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55662
55663 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55664
55665         * lib/xvasprintf.c: Include xalloc.h.
55666         (xvasprintf): Use xalloc_die, not xmalloc_die.
55667
55668 2004-09-29  Bruno Haible  <bruno@clisp.org>
55669
55670         * modules/alloca-opt: New file, derived from modules/alloca.
55671         * modules/allocsa: Depend on alloca-opt instead of alloca.
55672         * modules/setenv: Likewise.
55673         * modules/vasnprintf: Likewise.
55674         * MODULES.html.sh: Add alloca-opt.
55675
55676 2004-09-28  Simon Josefsson  <jas@extundo.com>
55677
55678         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55679         LGPL, and to replace license template from GPL to LGPL.
55680
55681 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55682
55683         * modules/dummy: Change license to LGPL.
55684
55685 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55686
55687         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55688
55689 2004-09-24  Simon Josefsson  <jas@extundo.com>
55690
55691         * modules/minmax (License): Change from GPL to LGPL.
55692
55693 2004-09-23  Simon Josefsson  <jas@extundo.com>
55694
55695         * gnulib-tool (--import): Typo.
55696
55697 2004-09-23  Simon Josefsson  <jas@extundo.com>
55698
55699         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55700
55701 2004-09-22  Bruno Haible  <bruno@clisp.org>
55702
55703         * modules/*: Add 'License' field.
55704         * gnulib-tool: Accept --extract-license option.
55705         (func_get_license): New function.
55706
55707 2004-09-21  Bruno Haible  <bruno@clisp.org>
55708
55709         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55710         Reported by Simon Josefsson.
55711
55712 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55713
55714         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55715         gl_AC_TYPE_LONG_LONG.
55716
55717 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55718
55719         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55720
55721 2004-09-18  Simon Josefsson  <jas@extundo.com>
55722         and  Paul Eggert  <eggert@cs.ucla.edu>
55723
55724         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55725         calls with autoreconf.  Define GL_LIB.
55726
55727 2004-09-14  Karl Berry  <karl@gnu.org>
55728
55729         * config/srclist.txt: unsync setenv.c, sigh.
55730
55731 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55732
55733         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55734         Problem reported by Bruno Haible in:
55735         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55736
55737 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55738
55739         * config/srclist.txt: Comment out argp-pvh.c.
55740
55741 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55742
55743         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55744         in case some system header has #define'd it.  Problem reported by
55745         Soeren D. Schulze in
55746         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55747
55748 2004-09-09  Karl Berry  <karl@gnu.org>
55749
55750         * regex.[ch]: delete from the root.  These were supposed to be
55751                 synced with emacs cvs, but this has not happened for about
55752                 a year, and anyway nothing else uses emacs regex.[ch].
55753                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55754                 lib/regex[.ch] is untouched.
55755
55756 2004-09-09  Bruno Haible  <bruno@clisp.org>
55757
55758         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55759
55760 2004-09-09  Bruno Haible  <bruno@clisp.org>
55761
55762         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55763         modifications.
55764         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55765
55766 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55767
55768         * modules/xvasprintf: New file.
55769         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55770
55771 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55772
55773         * lib/xvasprintf.h: New file.
55774         * lib/xvasprintf.c: New file.
55775         * lib/xasprintf.c: New file.
55776
55777 2004-09-08  Bruno Haible  <bruno@clisp.org>
55778
55779         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55780
55781 2004-09-08  Bruno Haible  <bruno@clisp.org>
55782
55783         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55784         length is > INT_MAX.
55785         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55786         more.
55787
55788 2004-09-08  Bruno Haible  <bruno@clisp.org>
55789
55790         * lib/stdint_.h: New file, taken from GNU clisp.
55791
55792 2004-09-08  Bruno Haible  <bruno@clisp.org>
55793             Oskar Liljeblad  <oskar@osk.mine.nu>
55794
55795         * modules/stdint: New file.
55796         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55797
55798 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55799
55800         Import from coreutils.
55801         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55802         strings on unbounded length.  alloca's performance benefits aren't
55803         that important here.
55804         (V_STRDUP): Remove.
55805         (parse_with_separator): New function, with most of the internals
55806         of the old parse_user_spec.  Allow user to omit both user and group,
55807         for compatibility with FreeBSD.
55808         Clone only the user name, not the entire spec.
55809         Do not set *uid, *gid unless entirely successful.
55810         Avoid memory leak in some failing cases.
55811         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55812         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55813         (parse_user_spec): Rewrite to use parse_with_separator.
55814
55815 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55816
55817         * modules/userspec: Don't depend on alloca.
55818
55819 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55820
55821         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55822
55823 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55824
55825         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55826         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55827         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55828
55829 2004-08-16  Simon Josefsson  <jas@extundo.com>
55830
55831         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55832         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55833         Add --dry-run for --import.
55834         Let user provided command line parameters override configure.ac
55835         settings.
55836
55837 2004-08-12  Simon Josefsson  <jas@extundo.com>
55838
55839         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55840         as discussed with Paul Eggert in threads rooted at
55841         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55842         and
55843         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55844         Before, the test was empty, and relied on ELIDE_CODE in source
55845         code.)
55846         (gl_PREREQ_GETOPT): New macro.
55847         (gl_GETOPT): Use them.
55848
55849 2004-08-12  Simon Josefsson  <jas@extundo.com>
55850
55851         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55852         * lib/getopt_.h: Renamed from getopt.h.
55853
55854 2004-08-12  Simon Josefsson  <jas@extundo.com>
55855
55856         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55857         Change default library name from libfoo to libgnu.
55858         Now, if you have a configure.ac that says:
55859                 gl_SOURCE_BASE(gl)
55860                 gl_M4_BASE(gl/m4)
55861                 gl_MODULES(error getopt etcetera)
55862                 gl_INIT
55863         you can import all you need by running:
55864                 ../gnulib/gnulib-tool --import
55865
55866         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55867         (Makefile.am): Rewrite, use logic from argz.
55868         (Include): Use <getopt.h> instead of "getopt.h".
55869
55870 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55871
55872         * modules/argp (Files): Add m4/unlocked-io.m4.
55873         (Depends-on): Add extensions.
55874
55875 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55876
55877         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55878         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55879         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55880         Check for program_invocation_name, program_invocation_short_name,
55881         flockfile, funlockfile, features.h, _getopt_long_only_r.
55882
55883 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55884
55885         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55886         its complicated substitute.
55887         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55888         and program_invocation_name.
55889         (__argp_basename) [!_LIBC]: Remove; the only use was
55890         replaced by its body.
55891         (__argp_short_program_name): Change condition from
55892         !defined __argp_short_program_name to
55893         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55894         to match argp-namefrob.h.
55895         (__argp_failure): Don't assume strerror_r returns char *.
55896         * lib/argp-parse.c (N_): Define unconditionally.
55897         (argp_default_options): Fill out initializers with 0 to avoid
55898         gcc warnings.
55899
55900 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55901
55902         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55903         getopt1.c.
55904
55905 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55906
55907         Merge from coreutils.
55908
55909         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55910
55911         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55912         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55913
55914 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55915
55916         Merge from coreutils.
55917
55918         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55919         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55920         for Reliant Unix 5.43.
55921
55922         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55923         (union fooround): Use uintmax_t, not long int.
55924         The rest is a merge from libc:
55925         [defined _LIBC]: Include <shlib-compat.h>.
55926         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55927
55928         * lib/settime.c (settime): Recode to avoid warning with
55929         Sun Forte C 6U2.
55930
55931         * lib/strverscmp.c: Convert to UTF-8.
55932
55933 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55934
55935         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55936         m4/uintmax_t.m4.
55937
55938 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55939
55940         * modules/xalloc-die: New file.
55941         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55942
55943         * modules/md5 (Files): Add m4/uint32_t.m4.
55944         * modules/sha1: Renamed from modules/sha.
55945         (Files):
55946         Rename lib/sha.h to lib/sha1.h.
55947         Rename lib/sha.c to lib/sha1.c.
55948         Rename m4/sha.m4 to m4/sha1.m4.
55949         (lib_SOURCES): Likewise.
55950         (configure.ac): Rename gl_SHA to gl_SHA1.
55951         (Include): sha.h -> sha1.h.
55952
55953 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55954
55955         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55956         * m4/sha1.m4: Renamed from sha.m4.
55957         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55958
55959 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55960
55961         * lib/obstack.h (obstack_empty_p):
55962         Don't assume that chunk->contents is suitably aligned.
55963         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55964         Likewise. Problem reported by Benno in
55965         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55966
55967         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55968         readable.  This could be improved further but it'd take some work.
55969
55970 2004-08-08  Simon Josefsson  <jas@extundo.com>
55971
55972         * modules/xgethostname (Depends-on): Remove exit and error (not
55973         used).
55974
55975         * modules/getpass-gnu: Add getpass.h.
55976         (Depends-on): Add stdbool.
55977         * modules/getpass: Add getpass.h.
55978
55979 2004-08-08  Simon Josefsson  <jas@extundo.com>
55980
55981         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55982         Check getpass declaration.
55983
55984 2004-08-08  Simon Josefsson  <jas@extundo.com>
55985
55986         * lib/xgethostname.c: Don't include error.h (not used).
55987
55988         * lib/getpass.h: Add.
55989         * lib/getpass.c: Include getpass.h first.
55990
55991 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55992
55993         * lib/xalloc-die.c: New file.
55994         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55995         All uses removed.
55996         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55997         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55998         xalloc-die.c.
55999         (_, N_, xalloc_die): Move to xalloc-die.c.
56000         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
56001         so that we needn't mess with xalloc_msg_memory_exhausted.
56002
56003         * lib/sha1.h: Renamed from sha.h.
56004         (SHA1_H): Renamed from _SHA_H.
56005         (sha1_ctx): Renamed from sha_ctx.
56006         (sha1_init_ctx): Renamed from sha_init_ctx.
56007         (sha1_process_block): Renamed from sha_process_block.
56008         (sha1_process_bytes): Renamed from sha_process_bytes.
56009         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56010         (sha1_read_ctx): Renamed from sha_read_ctx.
56011         (sha1_stream): Renamed from sha_stream.
56012         (sha1_buffer): Renamed from sha_buffer.
56013         * lib/sha1.c: Likewise; renamed from sha.c.
56014         Do not include <sys/types.h>.
56015         Include <stddef.h> rather than <stdlib.h>.
56016
56017 2004-08-08  Bruno Haible  <bruno@clisp.org>
56018
56019         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56020         FILESYSTEM_PREFIX_LEN.
56021         * lib/progreloc.c: Likewise.
56022         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56023
56024 2004-08-06  Simon Josefsson  <jas@extundo.com>
56025
56026         * modules/progname (Depends-on): Don't depend on stdbool.
56027
56028 2004-08-06  Simon Josefsson  <jas@extundo.com>
56029
56030         * modules/getsubopt: New file.
56031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56032         getsubopt.
56033
56034 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56035
56036         More merge from coreutils.
56037
56038         * m4/utimens.m4, m4/utimecmp.m4: New files.
56039         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56040         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56041         prereq.m4, sha.m4: Import changes from coreutils.
56042
56043 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56044
56045         More merge from coreutils.
56046         * modules/raise, modules/readtokens0, modules/utimens:
56047         * modules/utimecmp, module/xnanosleep: New files.
56048         * modules/strftime: Add lib/strftime.h.
56049         Change include from <time.h> to "strftime.h".
56050         * modules/yesno: Add lib/yesno.h.
56051         * modules/backupfile: Remove lib/addext.c.
56052         * modules/euidaccess: Add stat-macros.h.
56053         * modules/canonicalize, modules/euidaccess,
56054         modules/filemode, modules/lchown, modules/makepath,
56055         modules/rmdir, modules/stat: Likewise.
56056
56057 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56058
56059         Merge from tar.
56060         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56061         SIZE_MAX is a valid preprocessor constant.
56062         (__argp_basename): Change from "#ifndef _LIBC"
56063         to "#ifndef __argp_short_program_name", so that
56064         we don't compile these functions for tar.
56065
56066         More merges from coreutils.
56067         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56068         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56069         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56070         * lib/addext.c: Remove; no longer needed.
56071         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56072         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56073         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56074         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56075         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56076         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56077         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56078         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56079         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56080         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56081         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56082         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56083         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56084         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56085         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56086         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56087         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56088         Import changes from coreutils.
56089
56090 2004-08-05  Simon Josefsson  <jas@extundo.com>
56091
56092         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56093
56094 2004-08-05  Simon Josefsson  <jas@extundo.com>
56095
56096         * m4/getsubopt.m4: New file.
56097
56098 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56099
56100         Merge from coreutils.
56101
56102         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56103         * m4/getcwd-path-max.m4: New files.
56104
56105         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56106         FILESYSTEM_PREFIX_LEN ->
56107         FILE_SYSTEM_PREFIX_LEN.
56108         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56109         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56110         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56111         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56112
56113         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56114         prerequisite modules now handle the DOS stuff.
56115         Don't check for unistd.h.
56116
56117 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56118
56119         Merge from coreutils.
56120
56121         * lib/.gdb-history: Remove; this doesn't belong here.
56122
56123         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56124         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56125         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56126         * lib/getcwd.c: New files.
56127
56128         * lib/dirname.h: Include <stdbool.h>.
56129         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56130         for consistency with POSIX terminology.  All uses changed.
56131         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56132         (strip_trailing_slashes): Use bool for booleans.
56133         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56134
56135         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56136         sometimes returns a positive errno value even when it succeeds.
56137         (print_errno_message) [!LIBC]: Fall back on strerror if
56138         __strerror_r fails.
56139
56140         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56141         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56142         (longest_relative_suffix): New function.
56143         (path_concat): Use it.  Assume first argument is not NULL.
56144         Port to DOS.  Omit redundant separators.
56145         Report an error instead of returning NULL.
56146         Use mempcpy instead of memcpy.
56147         (xpath_concat): Remove: not declared or used.
56148
56149         * lib/same.h: Include <stdbool.h>
56150         (same_name): Return bool, not int.
56151         * lib/same.c (same_name): Likewise.
56152         (errno): Don't declare; we assume C89 or better now.
56153
56154         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56155         if not already defined.
56156
56157         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56158         * lib/dup-safer.c (errno): Likewise.
56159
56160 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56161
56162         Merge from coreutils.
56163         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56164         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56165         * modules/path-concat: Don't depend on strdup.
56166
56167 2004-08-03  Simon Josefsson  <jas@extundo.com>
56168
56169         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56170         * lib/progname.h: Don't include stdbool.h.
56171
56172 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56173
56174         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56175         * MODULES.html.sh (func_all_modules): Remove fatal.
56176
56177 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56178
56179         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56180
56181 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56182
56183         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56184         working.
56185
56186 2004-08-02  Simon Josefsson  <jas@extundo.com>
56187
56188         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56189         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56190         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56191
56192 2004-08-01  Simon Josefsson  <jas@extundo.com>
56193
56194         * lib/xgetdomainname.c: Include stdlib.h, for free().
56195
56196 2004-07-19  Bruno Haible  <bruno@clisp.org>
56197
56198         * MODULES.html.sh (func_all_modules): Add dummy.
56199
56200 2004-07-16  Simon Josefsson  <jas@extundo.com>
56201
56202         * modules/dummy: New file.
56203
56204 2004-07-16  Simon Josefsson  <jas@extundo.com>
56205
56206         * lib/dummy.c: New file.
56207
56208 2004-07-16  Bruno Haible  <bruno@clisp.org>
56209
56210         * lib/backupfile.h: Add extern "C" for C++.
56211         * lib/closeout.h: Likewise.
56212         * lib/copy-file.h: Likewise.
56213         * lib/findprog.h: Likewise.
56214         * lib/full-write.h: Likewise.
56215         * lib/pathname.h: Likewise.
56216         * lib/progname.h: Likewise.
56217         * lib/stpcpy.h: Likewise.
56218         * lib/stpncpy.h: Likewise.
56219         * lib/strcase.h: Likewise.
56220         * lib/strstr.h: Likewise.
56221         * lib/xalloc.h: Likewise.
56222
56223         * lib/mbswidth.h: Add extern "C" for C++.
56224         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56225
56226 2004-07-13  Robert Millan  <robertmh@gnu.org>
56227
56228         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56229
56230 2004-07-09  Simon Josefsson  <jas@extundo.com>
56231
56232         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56233         failed without this.)
56234
56235 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56236
56237         * modules/chown (Files): Add lib/fchown-stub.c, since
56238         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56239
56240 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56241
56242         * lib/fchown-stub.c: New file.
56243
56244 2004-06-24  Jim Meyering  <jim@meyering.net>
56245
56246         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56247
56248 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56249
56250         * modules/argz: Omit "#include".
56251
56252         * MODULES.html.sh (func_all_modules): Add calloc, to match
56253         2004-06-01 addition of calloc module.
56254
56255 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56256
56257         * m4/argz.m4: New file, which is autoupdated from libtool.
56258
56259 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56260
56261         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56262         libtool.
56263
56264 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56265
56266         * config/srclist-update: Don't insist on "USA." before the
56267         close-comment, as libtool omits the period and puts the */ on a
56268         separate line.
56269         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56270         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56271
56272 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56273
56274         * modules/argz: New file.
56275         * MODULES.html.sh (func_all_modules): Add argz.
56276
56277 2004-06-12  Jim Meyering  <jim@meyering.net>
56278         and  Paul Eggert  <eggert@cs.ucla.edu>
56279
56280         * modules/hash (Files): Add lib/xalloc.h.
56281         * modules/pipe (Depends-on): Add wait-process.
56282         * modules/stat (Depends-on): Add xalloc.
56283         * modules/userspec (Files): Add lib/userspec.h.
56284         * modules/xstrto
56285
56286         Upgrade from gettext-0.13.
56287         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56288         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56289         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56290
56291 2004-06-10  Jim Meyering  <jim@meyering.net>
56292
56293         * lib/calloc.c: New file.
56294
56295 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56296
56297         * lib/getdate.y (yylex): Allow space between sign and number.
56298         Problem reported by Dan Jacobson.
56299
56300 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56301
56302         Merge from coreutils CVS.
56303
56304         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56305         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56306         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56307         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56308         xstrtol.m4: Fix copyright date and/or serial number.
56309
56310         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56311         See if we need an fchown replacement.
56312         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56313         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56314         and use the replacement function if we detect either defect.
56315
56316         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56317         gl_UTIMECMP.
56318
56319 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56320         and  Jim Meyering  <jim@meyering.net>
56321
56322         Merge from coreutils CVS.
56323
56324         * lib/stat-macros.h: New file, with contents from file-type.h
56325         and coreutils' system.h.
56326         * lib/file-type.c: Include "stat-macros.h".
56327         * lib/file-type.h (file_type): Move all macro definitions to new file,
56328         stat-macros.h.
56329
56330         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56331         Wrap old code with this conditional.
56332         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56333         function that does not dereference symlinks.
56334         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56335
56336         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56337         dependency problems.
56338         (xreadlink): Accept new arg SIZE, for efficiency.
56339         All decls and uses changed.
56340         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56341
56342         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56343         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56344
56345         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56346         sysexits.h.
56347
56348 2004-06-01  Jim Meyering  <jim@meyering.net>
56349
56350         * m4/calloc.m4: New file.
56351
56352 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56353
56354         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56355         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56356         Also, fix a typo in a diagnostic.
56357
56358 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56359
56360         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56361         or AC_FUNC_REALLOC.
56362
56363 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56364
56365         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56366         macros to be defined.
56367         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56368         the allocator returns NULL because the requested size is zero.
56369
56370 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56371
56372         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56373         var.  Add comment explaining why libc still defines it.  This
56374         merges the following patch from glibc:
56375         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56376
56377 2004-05-20  Andreas Schwab  <schwab@suse.de>
56378
56379         * m4/free.m4: Replace free if it not known to work, not the other
56380         way round.
56381
56382 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56383
56384         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56385         present in glibc since revision 1.1 of this file.
56386         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56387         obstack_alignment_mask, obstack_alloc, obstack_base,
56388         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56389         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56390         obstack_grow0, obstack_init, obstack_int_grow,
56391         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56392         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56393         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56394         nonexistent functions.
56395
56396 2004-05-18  Karl Berry  <karl@gnu.org>
56397
56398         * config/srclist.txt: break link for vasnprintf.c.
56399
56400 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56401
56402         Port obstack to the AS/400, where pointers are 16 bytes wide and
56403         you cannot cast an integer to a valid pointer.  This patch is
56404         currently waiting to be integrated into glibc; see
56405         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56406
56407         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56408         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56409         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56410         (struct obstack): temp member is now a union of a pointer and
56411         an integer, instead of an integer.  All integer uses changed.
56412         This does not affect the physical layout of struct obstack,
56413         except on hosts (like the AS/400) where the size or alignment of
56414         void * is greater than that of ptrdiff_t.
56415         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56416         __STDC__)]: Store temporary in pointer member of union, not
56417         integer member.
56418         * lib/obstack.c: Include <stddef.h>, for offsetof.
56419         (struct fooalign): Remove; it doesn't need a name.
56420         (union fooround): Change double to long double, and add void *.
56421         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56422         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56423         not a macro.  Hence the values are always int; so remove all
56424         casts-to-int in uses.
56425
56426 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56427
56428         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56429         we can get this patch merged into glibc.
56430
56431 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56432             Paul Eggert  <eggert@cs.ucla.edu>
56433
56434         * m4/argp: Depend on alloca.
56435
56436 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56437             Paul Eggert  <eggert@cs.ucla.edu>
56438
56439         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56440         freecoding.
56441
56442 2004-05-17  Bruno Haible  <bruno@clisp.org>
56443
56444         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56445         precision that consists of a '.' followed by an empty digit string.
56446         Patch by Tor Lillqvist <tml@iki.fi>.
56447
56448 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56449
56450         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56451         for backward compatibility with older code.  We need our own
56452         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56453         it under some other name, and our alloca.h will define it.
56454
56455 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56456             Derek Price  <derek@ximbiot.com>
56457
56458         * lib/alloca.c: Include <alloca.h>, to get our interface.
56459         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56460         include <alloca.h> first.  Use C89 prototype for alloca; this
56461         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56462         Use #elif for simplicity, since we can assume C89 now.
56463         Don't try to source the system alloca.h since it will not be found
56464         and to prevent recursively including its replacement.
56465         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56466         * lib/regex.c: Likewise.
56467
56468 2004-05-16  Derek Price  <derek@ximbiot.com>
56469             Paul Eggert  <eggert@cs.ucla.edu>
56470
56471         getline cleanup.  This changes the getndelim2 API: both order of
56472         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56473         no delimiter).
56474
56475         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56476         interface does that.
56477         (getline): Always use getdelim, so that we don't have two
56478         copies of this code.
56479         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56480         if available.
56481         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56482         (GETNDELIM2_MAXIMUM): New macro.
56483         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56484         instead of the old practice of delim2==0.  All callers changed.
56485         Return -1 on overflow, instead of returning junk.
56486         Do not set *linesize unless allocation succeeds.
56487         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56488         that we include sys/types.h.
56489         * lib/getnline.h: Likewise.
56490         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56491         (getndelim2): Reorder arguments.
56492         * lib/getnline.c (getnline, getndelim):
56493         Don't discard the NMAX argument.
56494         (getnline): Invoke getndelim, to avoid code duplication.
56495         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56496         of (size_t) -1 by callers of the getnline family.
56497
56498 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56499
56500         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56501         Check for gettimeofday.
56502         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56503         Check for settimeofday, stime.
56504
56505 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56506
56507         * lib/nanosleep.c (suspended): Change its type from int to
56508         sig_atomic_t volatile.
56509         (first_call): Make it private to rpl_nanosleep, and have it
56510         be zero initially as that's a bit faster.
56511         (my_usleep): Round up fractional times instead of truncating them,
56512         as this is the usual meaning for 'sleep'.
56513
56514         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56515         doesn't work.
56516         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56517         (ENOSYS): Define if not defined.
56518         (settime): Fall back on stime if it exists and settimeofday fails.
56519         But don't bother with fallbacks if a method fails with errno == EPERM.
56520
56521 2004-05-11  Jim Meyering  <jim@meyering.net>
56522
56523         Prior to this change, the save_cwd caller required read access to the
56524         current directory on most systems (ones with the fchdir function).
56525
56526         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56527         fails, try write-only, and finally, resort to using xgetcwd.
56528
56529 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56530
56531         * lib/obstack.c, obstack.h: Import changes from libc.
56532
56533 2004-04-28  Bruno Haible  <bruno@clisp.org>
56534
56535         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56536         also implicitly appends .exe to executables.
56537         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56538         accepts Windows pathnames.
56539         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56540         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56541         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56542         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56543         Reported by Derek Robert Price <derek@ximbiot.com>.
56544
56545 2004-04-21  Karl Berry  <karl@gnu.org>
56546
56547         * config/srclist.txt (localcharset.c): break sync.
56548
56549 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56550
56551         * m4/host-os.m4: Add a copyright notice.
56552
56553 2004-04-20  Jim Meyering  <jim@meyering.net>
56554
56555         Change UTILS_ to gl_ in AC_DEFINE'd names.
56556         Change utils_- and jm_-prefixed variables, too.
56557         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56558         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56559         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56560
56561         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56562         Don't emit trailing blanks.
56563         Also rename jm_-prefixed variables to have gl_ prefix.
56564
56565         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56566         Also rename jm_-prefixed variables to have gl_ prefix.
56567
56568         * m4/jm-macros.m4: Reflect the renamings.
56569         * m4/prereq.m4: Likewise.
56570
56571 2004-04-20  Jim Meyering  <jim@meyering.net>
56572
56573         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56574         memory.
56575
56576 2004-04-20  Jim Meyering  <jim@meyering.net>
56577             Bruno Haible  <bruno@clisp.org>
56578
56579         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56580         memory when realloc fails.
56581
56582 2004-04-19  Jim Meyering  <jim@meyering.net>
56583
56584         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56585         now that readutmp.c may call `free (0)'.
56586
56587 2004-04-19  Bruno Haible  <bruno@clisp.org>
56588
56589         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56590         * m4/inttypes_h.m4: Likewise.
56591         * m4/stdint_h.m4: Likewise.
56592         * m4/intmax_t.m4: Likewise.
56593         * m4/uintmax_t.m4: Likewise.
56594
56595 2004-04-18  Jim Meyering  <jim@meyering.net>
56596
56597         * m4/prereq.m4: Don't forbid jm_ prefix.
56598
56599         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56600         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56601         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56602         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56603         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56604         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56605         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56606         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56607         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56608         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56609         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56610         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56611         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56612         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56613         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56614         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56615         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56616         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56617         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56618
56619 2004-04-18  Jim Meyering  <jim@meyering.net>
56620
56621         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56622         failure, don't leak memory and do call END_UTMP_ENT.
56623
56624 2004-04-16  Jim Meyering  <jim@meyering.net>
56625
56626         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56627         coreutils' stat program.
56628         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56629
56630 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56631
56632         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56633         C89.
56634         (CHAR_BIT): Remove, since we assume C89.
56635         Include <stdint.h> if available, as per current Autoconf CVS advice.
56636
56637 2004-03-31  Jim Meyering  <jim@meyering.net>
56638
56639         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56640         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56641         * m4/xalloc.m4: Likewise.
56642
56643 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56644
56645         Merge from coreutils.
56646
56647         * m4/inttostr.m4: New file.
56648         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56649         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56650         Require gl_CLOCK_TIME.
56651         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56652
56653 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56654
56655         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56656         not bool, to be more consistent with Unix conventions.
56657         Suggested by Bruno Haible.
56658
56659         Merge from coreutils.
56660
56661         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56662         * lib/umaxtostr.c: New files.
56663
56664         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56665         the usual <time.h> dance.
56666         (get_date): Change signature to support fractional time stamps.
56667         All callers changed.
56668         * lib/getdate.y: Include "getdate.h" first, as we can now
56669         assume C89 and don't need to worry about 'const'.
56670         Similarly, include "unlocked-io.h" near start, not in middle.
56671         Include <limits.h>.
56672         (textint.value): Use long int rather than int.
56673         (textint.digits): Use size_t rather than int.
56674         (BILLION, LOG10_BILLION): New constants.
56675         (parser_control): New member rel_ns.  Members day_ordinal,
56676         time_zone, month, day, hour, minutes, rel_year, rel_month,
56677         rel_day, rel_hour, rel_minutes, rel_seconds
56678         are now long int, not int.  Member seconds is now struct timespec,
56679         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56680         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56681         not int.
56682         (%union.intval): Now long int, not int.
56683         New member timespec.
56684         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56685         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56686         (spec): Now is a timespec or an item list.
56687         (timespec, items): New nonterminals.
56688         (time, rel, relunit, number, get_date):
56689         Add support for fractional seconds.
56690         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56691         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56692         (to_hour): First arg is now long int, not int.
56693         (to_year): Returns long int, not int.
56694         Don't treat year -70 like 70.
56695         (tm_diff): Returns long int, not int.
56696         (lookup_word): Use bool instead of int when appropriate.
56697         (yylex): Use size_t for count, not int.
56698         Detect overflow when parsing large integer constants.
56699         Add support for fractions.
56700         (get_date): Make pointers 'const' if possible.
56701         Use more-portable code to detect integer overflow.
56702         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56703         Don't use ctime; it's not reliable if the year has >4 digits.
56704
56705         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56706         This is for compatibility with BSD.
56707
56708         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56709         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56710         From coreutils' system.h.
56711
56712         * lib/userspec.c: Don't include "posixver.h".
56713         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56714         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56715         compatible extension.  Simplify code by removing a boolean int
56716         that was always nonzero if a string was nonnull.
56717
56718 2004-03-30  Jim Meyering  <jim@meyering.net>
56719
56720         Merge from coreutils.
56721
56722         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56723         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56724         on some systems one must include <grp.h> before it.
56725         Reported by Christian Krackowizer.
56726
56727 2004-03-30  Jim Meyering  <jim@meyering.net>
56728
56729         Merge from coreutils.
56730
56731         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56732
56733         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56734         an empty input stream.
56735
56736         * lib/readtokens.c: Include <stdbool.h>.
56737         (readtoken): Use `size_t' rather than int/long.
56738         All callers adjusted.
56739         Use `bool' rather than `int' where appropriate.
56740         Use memset rather than an explicit loop.
56741         Use x2nrealloc rather than xrealloc.
56742         Allow the use of `\0' as a delimiter.
56743         (readtokens): Likewise.
56744         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56745
56746 2004-03-30  Jim Meyering  <jim@meyering.net>
56747
56748         * m4/realloc.m4: Remove file, since now it does no more than
56749         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56750         the `configure.ac' section of module/realloc.
56751         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56752
56753 2004-03-30  Bruno Haible  <bruno@clisp.org>
56754
56755         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56756         nonnull.
56757
56758 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56759
56760         Merge changes to getloadavg.c from coreutils and Emacs.
56761
56762         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56763         Define to an expression, not to the empty string.
56764         Include cloexec.h and xalloc.h.
56765         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56766         Use set_cloexec_flag rather than rolling our own.
56767         * lib/cloexec.c, lib/cloexec.h: New files.
56768
56769 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56770
56771         * m4/cloexec.m4: New file.
56772
56773 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56774
56775         * lib/getopt.h: Sync with libc CVS.
56776
56777 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56778             Bruno Haible  <bruno@clisp.org>
56779
56780         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56781         mbswidth.
56782
56783 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56784             Bruno Haible  <bruno@clisp.org>
56785
56786         * lib/mbswidth.h: Include <wchar.h> only if
56787         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56788         <wchar.h>.
56789         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56790
56791 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56792
56793         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56794         Sync with libc CVS.
56795         * lib/getopt_int.h: New file, also synced from libc.
56796
56797 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56798
56799         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56800         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56801         Bring back getopt.c, getopt.h, getopt1.c.
56802
56803 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56804
56805         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56806         All uses changed.  Check for sa_sigaction member; this fixes
56807         a bug first reported by Jason Andrade in
56808         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56809
56810 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56811
56812         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56813         '#if' expressions.  Unlike the code it replaces, it does not
56814         depend on (defined _SC_PAGESIZE).  However, it does depend on
56815         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56816         first reported by Jason Andrade in
56817         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56818
56819 2004-02-25  Simon Josefsson  <jas@extundo.com>
56820
56821         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56822
56823 2004-02-25  Simon Josefsson  <jas@extundo.com>
56824
56825         * lib/strdup.h: New file.
56826         * lib/strdup.c: Include it.
56827         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56828         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56829
56830 2004-02-23  Karl Berry  <karl@gnu.org>
56831
56832         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56833         (from fencepost.gnu.org:/gd/gnuorg).
56834
56835 2004-02-23  Karl Berry  <karl@gnu.org>
56836
56837         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56838         * config/srclist.txt: add maintain/standards documents.
56839
56840 2004-02-18  Bruno Haible  <bruno@clisp.org>
56841
56842         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56843         Reported by Derek Robert Price <derek@ximbiot.com>.
56844
56845 2004-02-16  Karl Berry  <karl@gnu.org>
56846
56847         * config/mkinstalldirs, install-sh: update from automake.
56848
56849 2004-02-06  Karl Berry  <karl@gnu.org>
56850
56851         * m4/po.m4: update from gettext 0.14.1.
56852
56853 2004-02-06  Karl Berry  <karl@gnu.org>
56854
56855         * lib/config.charset: update from gettext 0.14.1.
56856
56857 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56858
56859         Add comments and code, prompted by suggestions from Bruno Haible
56860         for sh-quote.
56861         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56862         describing the enum quoting_style values.
56863         * lib/quotearg.c (quotearg_alloc): New function.
56864         (quotearg_buffer_restyled): Treat lone { and } as special.
56865         Treat = as special.  Work around bug with older shells
56866         that "see" a '\' that is really the 2nd byte of a multibyte char.
56867         Quote empty string with shell_quoting_style.
56868
56869 2004-02-03  Bruno Haible  <bruno@clisp.org>
56870
56871         * m4/pipe.m4: New file, from GNU gettext.
56872
56873 2004-02-03  Bruno Haible  <bruno@clisp.org>
56874
56875         * lib/pipe.h: New file, from GNU gettext.
56876         * lib/pipe.c: New file, from GNU gettext.
56877
56878 2004-01-27  Bruno Haible  <bruno@clisp.org>
56879
56880         * m4/execute.m4: New file, from GNU gettext.
56881
56882 2004-01-27  Bruno Haible  <bruno@clisp.org>
56883
56884         * lib/execute.h: New file, from GNU gettext.
56885         * lib/execute.c: New file, from GNU gettext.
56886         * lib/w32spawn.h: New file, from GNU gettext.
56887
56888 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56889
56890         Merge from diffutils.
56891
56892         * lib/file-type.c (file_type): Add typed memory objects.
56893         * lib/file-type.h (S_TYPEISTMO): New macro.
56894
56895         * lib/c-stack.h (c_stack_action): Remove argv argument.
56896         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56897         (die): Don't calculate message unless segv_action returns.
56898         (get_stack_location, min_address_from_argv, max_address_from_argv,
56899         volatile stack_base, volatile_stack_size): Remove.
56900         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56901         that every segmentation violation is a stack overflow.  (Ouch!)
56902         See Debian bug 136249 (still outstanding) for more info about why
56903         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56904
56905 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56906
56907         Exit-status fix from coreutils.
56908
56909         Use exit_failure consistently in place of EXIT_FAILURE,
56910         so that program exit statuses are consistent on failure.
56911
56912         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56913         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56914         * lib/argmatch.h: Comment fix to match the above.
56915         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56916         Now a macro referring to exit_failure, instead of a separate
56917         variable.  Include "exitfail.h" to get it.
56918         * lib/xstrtol.h: Include "exitfail.h".
56919         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56920
56921         * lib/long-options.c (parse_long_options): Use prototype
56922         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56923         for clarity.
56924
56925 2004-01-21  Jim Meyering  <jim@meyering.net>
56926
56927         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56928         so as not to conflict with a different-sized __mktime_internal
56929         function in GNU libc.
56930         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56931         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56932
56933 2004-01-20  Karl Berry  <karl@gnu.org>
56934
56935         * config/config.guess: update from config.
56936
56937         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56938
56939 2004-01-20  Bruno Haible  <bruno@clisp.org>
56940
56941         Safer stack allocation.
56942         * lib/setenv.c: Include allocsa.h.
56943         (alloca): Remove fallback definition.
56944         (freea): Remove macro.
56945         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56946         instead of freea.
56947
56948 2004-01-20  Bruno Haible  <bruno@clisp.org>
56949
56950         * m4/eealloc.m4: New file, from GNU gettext.
56951
56952 2004-01-20  Bruno Haible  <bruno@clisp.org>
56953
56954         * m4/allocsa.m4: New file, from GNU gettext.
56955
56956 2004-01-20  Bruno Haible  <bruno@clisp.org>
56957
56958         * lib/xallocsa.h: New file, from GNU gettext.
56959         * lib/xallocsa.c: New file, from GNU gettext.
56960
56961 2004-01-20  Bruno Haible  <bruno@clisp.org>
56962
56963         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56964
56965 2004-01-20  Bruno Haible  <bruno@clisp.org>
56966
56967         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56968         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56969         specially.
56970
56971 2004-01-20  Bruno Haible  <bruno@clisp.org>
56972
56973         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56974         patch.
56975
56976 2004-01-20  Bruno Haible  <bruno@clisp.org>
56977
56978         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56979
56980 2004-01-20  Bruno Haible  <bruno@clisp.org>
56981
56982         * lib/eealloc.h: New file.
56983
56984 2004-01-20  Bruno Haible  <bruno@clisp.org>
56985
56986         * lib/binary-io.h: Avoid warnings on Cygwin.
56987
56988 2004-01-20  Bruno Haible  <bruno@clisp.org>
56989
56990         * lib/allocsa.h: New file, from GNU gettext.
56991         * lib/allocsa.c: New file, from GNU gettext.
56992
56993 2004-01-18  Karl Berry  <karl@gnu.org>
56994
56995         * doc/gpl.texi, doc/lgpl.texi: new files.
56996
56997 2004-01-18  Karl Berry  <karl@gnu.org>
56998
56999         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
57000         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
57001
57002 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57003
57004         Merge from coreutils.
57005
57006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57007         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57008         (gl_DEFAULT_POSIX2_VERSION): Move
57009         the documentation from 'configure' into 'config.hin',
57010         so that 'configure --help' isn't burdened by it and
57011         we don't have to worry about its formatting there.
57012         Reword the documentation so that it's more succinct
57013         and can be run together into a single paragraph.
57014         * m4/same.m4 (gl_SAME): Check for pathconf.
57015
57016 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57017
57018         Merge from coreutils.
57019
57020         * lib/posixver.c: Include posixver.h.
57021
57022         * lib/same.c: Include <stdbool.h>, <limits.h>.
57023         (_POSIX_NAME_MAX): Define if not defined.
57024         (MIN): New macro.
57025         (same_name): If file names are silently truncated, report
57026         that the file names are the same if they are the same after
57027         the silent truncation.
57028
57029         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57030         conversion function.
57031         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57032         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57033         longer needed.
57034
57035 2004-01-15  Jim Meyering  <jim@meyering.net>
57036
57037         Merge from coreutils.
57038
57039         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57040         if no library is required.
57041         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57042         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57043         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57044         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57045         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57046         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57047         value, $ac_cv_search_crypt, if it's "none required".
57048         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57049         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57050         not gl_FUNC_GETLOADAVG.
57051         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57052         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57053
57054 2004-01-15  Jim Meyering  <jim@meyering.net>
57055
57056         Merge from coreutils.
57057
57058         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57059         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57060         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57061
57062         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57063         optional configure-time default.
57064
57065         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57066
57067         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57068
57069 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57070
57071         Merge from coreutils.
57072
57073         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57074         value, $ac_cv_search_nanosleep, if it's "none required".
57075
57076 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57077
57078         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57079         with like-named macro in fnmatch.c.
57080         (EXT): Use an internal constant instead.
57081
57082         Merge fnmatch patches from glibc.
57083         * lib/fnmatch.c (mbsinit): Remove define.
57084         Add libc_hidden_ver (__fnmatch, fnmatch).
57085         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57086         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57087
57088 2004-01-14  Karl Berry  <karl@gnu.org>
57089
57090         * config/install-sh: update from automake.
57091
57092 2004-01-13  Karl Berry  <karl@gnu.org>
57093
57094         * config/install-sh: update from automake.
57095
57096 2004-01-09  Karl Berry  <karl@gnu.org>
57097
57098         * config/install-sh: update from automake.
57099
57100 2004-01-05  Karl Berry  <karl@gnu.org>
57101
57102         * config/config.{sub,guess}: update from config.
57103
57104 2003-12-31  Karl Berry  <karl@gnu.org>
57105
57106         * config/depcomp: update from automake.
57107
57108 2003-12-14  Karl Berry  <karl@gnu.org>
57109
57110         * lib/config.charset: update from gettext-runtime.
57111
57112 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57113
57114         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57115         Bug reported by Alfred M. Szmidt.
57116
57117 2003-12-03  Bruno Haible  <bruno@clisp.org>
57118
57119         * m4/gettext.m4: Upgrade from gettext-0.13.
57120         * m4/po.m4: Upgrade from gettext-0.13.
57121         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57122         * m4/intmax.m4: New file, from gettext-0.13.
57123         * m4/printf-posix.m4: New file, from gettext-0.13.
57124
57125 2003-11-29  Karl Berry  <karl@gnu.org>
57126
57127         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57128
57129 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57130             Bruno Haible  <bruno@clisp.org>
57131
57132         * lib/printf-parse.h: Don't include sys/types.h.
57133         (ARG_NONE): New macro.
57134         (char_directive): Change type of *arg_index fields to size_t.
57135         * lib/printf-parse.c: Don't include sys/types.h.
57136         (SSIZE_MAX): Remove macro.
57137         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57138         Remove unnecessary overflow check.
57139         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57140         fields.
57141
57142 2003-11-25  Bruno Haible  <bruno@clisp.org>
57143
57144         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57145
57146 2003-11-25  Bruno Haible  <bruno@clisp.org>
57147
57148         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57149         gt_TYPE_SSIZE_T.
57150
57151 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57152
57153         * modules/alloca: Remove dependency on xalloc.
57154
57155 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57156
57157         * lib/alloca.c: Remove dependency on xalloc module.
57158         (xalloc_die): Remove.
57159         (memory_full) [!defined emacs]: New macro.
57160         [!defined emacs]: Don't include xalloc.h.
57161         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57162         address arithmetic overflows.  Change datatypes a bit to avoid
57163         unnecessary casts.
57164
57165 2003-11-22  Jim Meyering  <jim@meyering.net>
57166
57167         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57168         s/size/size_t/.
57169
57170 2003-11-21  Karl Berry  <karl@gnu.org>
57171
57172         * config/config.{sub,guess}: update from config.
57173
57174 2003-11-18  Karl Berry  <karl@gnu.org>
57175
57176         * config/config.{sub,guess}: update from config.
57177
57178         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57179
57180 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57181
57182         * README: Mention that S+T cannot overflow if S is the size of
57183         an existing object and T is sufficiently small.
57184
57185 2003-11-17  Jim Meyering  <jim@meyering.net>
57186
57187         On systems without utime and without a utimes function capable of
57188         dealing with a NULL struct utimbuf* argument, this utime replacement
57189         could -- in unusual circumstances -- leak a file descriptor.
57190         * lib/utime.c: Include <unistd.h> and <errno.h>.
57191         (utime_null): Be sure to close `fd' and to preserve errno.
57192         Reported by Geoff Collyer via Arnold Robbins.
57193
57194 2003-11-17  Bruno Haible  <bruno@clisp.org>
57195
57196         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57197         (Depends-on): Add xsize.
57198
57199 2003-11-17  Bruno Haible  <bruno@clisp.org>
57200
57201         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57202
57203 2003-11-17  Bruno Haible  <bruno@clisp.org>
57204
57205         * lib/vasnprintf.c (alloca): Remove fallback definition.
57206         (freea): Remove definition.
57207         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57208         Reported by Paul Eggert.
57209
57210 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57211             Bruno Haible  <bruno@clisp.org>
57212
57213         Protect against address arithmetic overflow.
57214         * lib/printf-args.h: Include stddef.h.
57215         (arguments): Change type of field 'count' to size_t.
57216         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57217         'unsigned int' where appropriate.
57218         * lib/printf-parse.h: Include sys/types.h.
57219         (char_directive): Change type of *arg_index fields to ssize_t.
57220         (char_directives): Change type of fields 'count', max_*_length to
57221         size_t.
57222         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57223         (SSIZE_MAX): Define fallback value.
57224         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57225         instead of 'int' where appropriate. Check a_allocated, d_allocated
57226         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57227         * lib/vasnprintf.c: Include xsize.h.
57228         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57229         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57230         overflow. Avoid wraparound when converting a width or precision from
57231         decimal to binary.
57232
57233 2003-11-16  Bruno Haible  <bruno@clisp.org>
57234
57235         Update from GNU gettext.
57236         * lib/printf-parse.c: Generalize to it can be compiled for wide
57237         strings.
57238         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57239         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57240         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57241         SNPRINTF): New macros.
57242         Don't include <alloca.h> if the file is used inside libintl.
57243         (local_wcslen): New function, for Solaris 2.5.1.
57244         (VASNPRINTF): Use it instead of wcslen.
57245
57246 2003-11-16  Bruno Haible  <bruno@clisp.org>
57247
57248         * lib/xsize.h (xmax): New function.
57249         (xsum, xsum3, xsum4): Declare as "pure" functions.
57250
57251 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57252
57253         * modules/xalloc (Files): Undo latest change, since xalloc.h
57254         no longer needs SIZE_MAX or PTRDIFF_MAX.
57255
57256 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57257
57258         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57259         gl_PTRDIFF_MAX.
57260
57261 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57262
57263         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57264         "return", to pacify some unknown compiler.  Problem reported
57265         by Joerg Schilling.
57266
57267 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57268
57269         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57270         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57271         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57272         heuristic is just as accurate as far as we know, and it removes a
57273         dependency on size_max.m4 and ptrdiff_max.m4.
57274
57275 2003-11-11  Bruno Haible  <bruno@clisp.org>
57276
57277         * modules/xsize (Files): Add m4/size_max.m4.
57278         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57279
57280 2003-11-11  Bruno Haible  <bruno@clisp.org>
57281
57282         * m4/size_max.m4: New file.
57283         * m4/ptrdiff_max.m4: New file.
57284         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57285         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57286         (gl_XALLOC): Invoke it.
57287
57288 2003-11-11  Bruno Haible  <bruno@clisp.org>
57289
57290         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57291         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57292         defined.
57293
57294 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57295
57296         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57297         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57298         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57299         From Bruno Haible.
57300         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57301         not (size_t) -1, since it's defined here.
57302
57303 2003-11-09  Karl Berry  <karl@gnu.org>
57304
57305         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57306
57307 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57308
57309         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57310         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57311         Reject sizes of exactly SIZE_MAX bytes.
57312         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57313         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57314
57315 2003-11-05  Bruno Haible  <bruno@clisp.org>
57316
57317         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57318         SIZE_MAX defined in <limits.h> on Solaris.
57319
57320 2003-11-04  Jim Meyering  <jim@meyering.net>
57321
57322         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57323         variable names, rather than @VAR@.
57324         * modules/poll: Likewise.
57325
57326 2003-11-04  Bruno Haible  <bruno@clisp.org>
57327
57328         * modules/xsize: New file.
57329         * modules/linebreak: Depend on xsize.
57330         * MODULES.html.sh (func_all_modules): Add xsize.
57331
57332 2003-11-04  Bruno Haible  <bruno@clisp.org>
57333
57334         * m4/xsize.m4: New file.
57335
57336 2003-11-04  Bruno Haible  <bruno@clisp.org>
57337
57338         * lib/xsize.h: New file.
57339         * lib/linebreak.c: Include xsize.h.
57340         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57341         argument for overflow.
57342         Suggested by Paul Eggert.
57343
57344 2003-11-03  Karl Berry  <karl@gnu.org>
57345
57346         * config/config.{guess,sub}: update from config.
57347
57348 2003-11-03  Jim Meyering  <jim@meyering.net>
57349
57350         * modules/userspec (lib_SOURCES): Add userspec.h.
57351         (Include): Add "userspec.h".
57352         Improve description.
57353
57354 2003-11-03  Jim Meyering  <jim@meyering.net>
57355
57356         * lib/userspec.c: Include "userspec.h".
57357         * lib/userspec.h: New file.
57358
57359 2003-11-03  Bruno Haible  <bruno@clisp.org>
57360
57361         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57362
57363 2003-11-03  Bruno Haible  <bruno@clisp.org>
57364
57365         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57366         available, to avoid (extremely rare) race condition.
57367         Suggested by Paul Eggert.
57368
57369 2003-11-02  Karl Berry  <karl@gnu.org>
57370
57371         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57372
57373 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57374
57375         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57376         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57377         (read_filesystem_list): Set and use me_type_malloced.
57378         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57379         whatever the type happens to be), for brevity and consistency.
57380         Check for size calculation overflow on Alphas running OSF/1.
57381
57382 2003-10-31  Jim Meyering  <jim@meyering.net>
57383
57384         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57385
57386         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57387
57388 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57389             Bruno Haible  <bruno@clisp.org>
57390
57391         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57392         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57393
57394 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57395
57396         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57397         netbsd*-gnu*.  Suggested by Robert Millan.
57398
57399 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57400
57401         * modules/group-member: Depend on stdbool.
57402
57403 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57404
57405         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57406
57407 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57408
57409         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57410         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57411         after the 'gnu' in these cases.  This fixes some bugs in the
57412         previous change, and is based on suggestions by Robert Millan.
57413
57414 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57415
57416         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57417         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57418         no longer needed.
57419         * lib/quotearg.c (quotearg_n_options): Use it.
57420         * lib/group-member.c: Include <stdbool.h>.
57421         (free_group_info): Arg is now const *; don't free arg.
57422         (get_group_info): Now returns bool and accepts struct group_info *,
57423         rather than returning a malloc'ed struct group_info *.
57424         All uses changed.  Check for overflow in internal size calculation.
57425
57426         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57427         rather than xmalloc/xrealloc.
57428         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57429         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57430         conformance bug: the old code used a pointer after freeing the
57431         storage that it addressed.
57432         * lib/hash.c (hash_initialize): Simplify the code by using
57433         xalloc_oversized rather than doing it by hand.
57434         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57435         the buffer preserved.  Use free and xmalloc instead.
57436         * lib/quotearg.c (quotearg_n_options): Likewise.
57437         Use a simpler test for size overflow.  Don't use xalloc_oversized
57438         because unsigned int might be wider than size_t (!); this suggests
57439         that we should switch from unsigned int to size_t for slot numbers.
57440
57441 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57442
57443         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57444         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57445         NetBSD kernels.  Requested by Richard Stallman.
57446
57447 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57448
57449         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57450         to allocate the returned structure.  Do not allocate a subarray,
57451         as x2nrealloc will do that.
57452         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57453         instead of xnrealloc.
57454         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57455
57456 2003-10-27  Bruno Haible  <bruno@clisp.org>
57457
57458         * lib/stdbool_.h: Better support for BeOS.
57459
57460 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57461
57462         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57463         now uses inline.
57464
57465 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57466
57467         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57468         callers that want to do their own size-overflow checking.  Include
57469         <stdbool.h>, since xalloc_oversized returns bool.
57470         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57471         to use xalloc_oversized.
57472
57473         Add two functions x2realloc, x2nrealloc, for programs that grow
57474         arrays dynamically by doubling their sizes.
57475         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57476         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57477         New functions.
57478
57479         Port to C99 semantics for 'inline' of external functions.
57480         Bug reported by Bruno Haible.
57481         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57482         with the old contents of xnmalloc.
57483         (xnmalloc, xmalloc): Use it.
57484         (xnrealloc_inline): New static inline function,
57485         with the old contents of xnrealloc.
57486         (xnrealloc, xrealloc): Use it.
57487
57488         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57489         that.
57490
57491 2003-10-26  Karl Berry  <karl@gnu.org>
57492
57493         * config/srclist.txt (COPYING.DOC): no longer available from
57494         /gd/gnuorg; don't know where the ultimate source is.
57495
57496 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57497
57498         Fix several address-calculation bugs in the hash modules,
57499         plus some minor code cleanup.
57500
57501         * lib/hash.h: Include <stdbool.h>, for bool.
57502         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57503         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57504         hash_get_n_entries, hash_get_max_bucket_length,
57505         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57506         hash_rehash): Use size_t rather than unsigned.
57507         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57508         hash_get_n_buckets_used, hash_get_n_entries,
57509         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57510         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57511         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57512         Likewise.
57513         (SIZE_MAX): Define if not defined.
57514         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57515         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57516         hash_print):
57517         Use const * when possible.
57518         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57519         (check_tuning): Fix bug: if tuning parameters were very close to
57520         0 or 1, rounding errors could have caused subscript violations.
57521         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57522         (hash_initialize): Add 'fail:' label
57523         to free table and return NULL, and use it to simplify code.
57524         Use calloc rather than clearing the storage ourself.
57525         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57526         buffer size calculations.
57527         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57528         Include <stddef.h>, for size_t.
57529         * lib/hash-pjw.c (hash_pjw): Likewise.
57530         Switch to method described by Bruno Haible.
57531         Include <limits.h>, for CHAR_BIT.
57532         (SIZE_BITS): New macro.
57533
57534 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57535
57536         * m4/getline.m4 (AM_FUNC_GETLINE):
57537         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57538         hosts.  Problem reported by Derek Robert Price in
57539         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57540         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57541         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57542
57543 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57544
57545         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57546         ceiling the allocation at NMAX bytes rather than silently
57547         discarding input bytes before NMAX is reached.  This makes
57548         a difference only if NMAX exceeds SIZE_MAX / 2.
57549
57550         * lib/obstack.c: Merge from glibc.
57551         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57552         Add libc_hidden_def (_obstack_newchunk).
57553         (_obstack_free) [! defined _LIBC]: Remove.
57554         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57555         a clone of the function body.
57556         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57557         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57558
57559         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57560         glibc.
57561         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57562         arg to memcpy.
57563
57564         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57565         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57566         Don't use lvalue casts, as GCC plans to remove support for them
57567         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57568         was also present in the non-GCC version, indicating that this
57569         code had always been buggy and had never been widely used.
57570         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57571         Use the fast variant of each macro, rather than copying the
57572         definiens of the fast variant; that way, we'll be more likely to
57573         catch future bugs in the fast variants.
57574
57575 2003-10-20  Bruno Haible  <bruno@clisp.org>
57576
57577         * modules/wait-process: New file.
57578         * MODULES.html.sh (func_all_modules): Add wait-process.
57579
57580 2003-10-20  Bruno Haible  <bruno@clisp.org>
57581
57582         * m4/wait-process.m4: New file.
57583
57584 2003-10-20  Bruno Haible  <bruno@clisp.org>
57585
57586         * lib/wait-process.h: New file, from GNU gettext.
57587         * lib/wait-process.c: New file, from GNU gettext.
57588
57589 2003-10-19  Jim Meyering  <jim@meyering.net>
57590
57591         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57592         HPUX 10.20.
57593
57594 2003-10-18  Karl Berry  <karl@gnu.org>
57595
57596         * config/config.guess: update from config.
57597
57598 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57599
57600         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57601         (getgroups): First arg is int, not size_t.
57602         Don't let 'free' mangle errno.
57603
57604 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57605
57606         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57607
57608 2003-10-16  Karl Berry  <karl@gnu.org>
57609
57610         * config/config.{guess,sub}: update from config.
57611
57612 2003-10-16  Jim Meyering  <jim@meyering.net>
57613
57614         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57615         memcpy.
57616
57617 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57618
57619         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57620         (SIZE_MAX): Remove.
57621         (new_exclude, add_exclude_file): Initial size no longer needs to
57622         be a power of 2.
57623         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57624         our own address arithmetic overflow checking.
57625
57626         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57627         (fnmatch): Do not alloca more than 2000 wide characters;
57628         instead, use malloc for large buffers.
57629         Check for address arithmetic overflow, and return -1
57630         with errno set to ENOMEM in that case.
57631         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57632         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57633         instead, return -1.  Check for address arithmetic overflow.
57634
57635 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57636
57637         Handle invalid suffixes and overflow independently, so that
57638         callers can treat them independently as needed.  Fix some bugs in
57639         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57640         suffix for a human-readable blocksize.  The major caller-visible
57641         change is the addition of a new
57642         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57643         that both overflow and suffix chars were found.
57644
57645         * lib/human.c (humblock): Don't check separately for invalid suffix
57646         char; that is xstrtoumax's job (now that its bug is fixed).
57647         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57648         INTMAX_MAX]: New macros.
57649         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57650         TYPE_MAXIMUM): New macros.
57651         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57652         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57653         if overflow occurs, as it's what __strtol does and it's more useful
57654         in practice.
57655         (__xstrtol): If __strtol reports some error other than ERANGE,
57656         reflect it to the caller as LONGINT_INVALID.  If it reports
57657         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57658         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57659         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57660         value.
57661         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57662         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57663         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57664         [defined UINTMAX_MAX]: New macros.
57665
57666 2003-10-14  Bruno Haible  <bruno@clisp.org>
57667
57668         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57669
57670 2003-10-14  Bruno Haible  <bruno@clisp.org>
57671
57672         * m4/sig_atomic_t: New file, from GNU gettext.
57673         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57674
57675 2003-10-14  Bruno Haible  <bruno@clisp.org>
57676
57677         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57678         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57679         Also use volatile where needed.
57680
57681 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57682
57683         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57684         Change maintainer from Bruno Haible to 'all'.
57685
57686 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57687
57688         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57689
57690 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57691
57692         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57693         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57694         and define in terms of the other primitives.
57695         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57696         (SIZE_MAX): Define if not already defined.
57697         (array_size_overflow): New function.
57698         (xalloc_die): Abort instead of exiting if 'error' returns.
57699         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57700         (xmalloc, xrealloc): Use them.
57701         (xcalloc): Check for address arithmetic overflow.
57702         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57703         a bit faster than strcpy.
57704
57705 2003-10-10  Simon Josefsson  <jas@extundo.com>
57706
57707         * modules/argp (Depends-on): Add restrict and strcase.
57708
57709 2003-10-10  Simon Josefsson  <jas@extundo.com>
57710
57711         * m4/argp.m4: Add AC_C_INLINE.
57712
57713 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57714
57715         Merge getpass from libc, plus a few fixes.
57716
57717         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57718         Include <stdbool.h>.
57719         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57720         __fsetlocking to empty.
57721         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57722         do include <bits/libc-lock.h>.
57723         Do not include <fcntl.h>; not needed.
57724         [_LIBC]: Include <wchar.h>.
57725         (NOTCANCEL_MODE): New macro.
57726         (flockfile, funlockfile) [_LIBC]: New macros.
57727         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57728         [!_LIBC]: New macros.
57729         (call_fclose): New function.
57730         (getpass): Use it.  Save tty stream separately; this simplifies the
57731         code and makes it more reliable if stdin happens to equal stdout.
57732         Invoke __fsetlocking on tty.
57733         Handle thread cancellation if needed.
57734         Namespace cleanup (use __tcgetattr, __getline).
57735         Use bool for Booleans.
57736         [USE_IN_LIBIO]: Handle wide streams.
57737         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57738         stream might go where.
57739
57740         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57741         doesn't have to include <stdio.h> before us.
57742         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57743         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57744         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57745         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57746         if not declared, so that we can use getpass.c code from libc without
57747         rewriting it.
57748         (flockfile, ftrylockfile, funlockfile): New macros.
57749
57750 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57751
57752         * modules/getpass: Depend on stdbool.
57753
57754 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57755
57756         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57757
57758 2003-10-07  Karl Berry  <karl@gnu.org>
57759
57760         * config/config.{guess,sub}: update from config.
57761
57762 2003-10-06  Jim Meyering  <jim@meyering.net>
57763             Bruno Haible  <bruno@clisp.org>
57764
57765         This lets translators provide better translations for the
57766         "Written by ..." part of --version output.
57767         * lib/version-etc.h: Include stdarg.h.
57768         (version_etc_copyright): Declare as readonly.
57769         (version_etc): Make this function variadic with a NULL-terminated list
57770         of author name strings.
57771         (version_etc_va): New declaration.
57772         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57773         (version_etc_copyright): Declare as readonly.
57774         (version_etc_va): New function. Provide a different translatable string
57775         for each possible number of authors < 10. Abbreviate when there are 10
57776         authors or more.
57777         (version_etc): Make this function variadic. Call version_etc_va.
57778         Suggestion from Gary V. Vaughan.
57779
57780         * lib/long-options.h (parse_long_options): Change prototype: the
57781         authors string is moved to the end and becomes variadic.
57782         * lib/long-options.c: Include stdarg.h.
57783         (parse_long_options): Make this function variadic, too.
57784         Call version_etc_va, not version_etc.
57785
57786 2003-10-06  Bruno Haible  <bruno@clisp.org>
57787
57788         * modules/version-etc-2: Remove file.
57789         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57790
57791 2003-10-06  Bruno Haible  <bruno@clisp.org>
57792
57793         * modules/fatal-signal: New file.
57794         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57795
57796 2003-10-06  Bruno Haible  <bruno@clisp.org>
57797
57798         * m4/fatal-signal.m4: New file.
57799         * m4/signalblocking.m4: New file, from GNU gettext.
57800
57801 2003-10-06  Bruno Haible  <bruno@clisp.org>
57802
57803         * lib/version-etc-2.h: Remove file.
57804         * lib/version-etc-2.c: Remove file.
57805
57806 2003-10-06  Bruno Haible  <bruno@clisp.org>
57807
57808         * lib/fatal-signal.h: New file, from GNU gettext.
57809         * lib/fatal-signal.c: New file, from GNU gettext.
57810
57811 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57812
57813         * README: Rework advice for preventing empty .o files.
57814         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57815         not <sys/types.h>.
57816
57817 2003-10-04  Karl Berry  <karl@gnu.org>
57818
57819         * lib/argp*: update from libc.
57820
57821 2003-10-04  Karl Berry  <karl@gnu.org>
57822
57823         * config/config.{guess,sub}: update from config.
57824
57825 2003-10-02  Bruno Haible  <bruno@clisp.org>
57826
57827         * modules/lchown (Include): Add lchown.h.
57828         * modules/time_r (Include): Use "..." syntax.
57829         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57830
57831 2003-10-01  Simon Josefsson  <jas@extundo.com>
57832
57833         * MODULES.html.sh (func_all_modules): Move gethostname from section
57834         'based on' to section 'lacking' POSIX:2001.
57835
57836 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57837
57838         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57839         to output mode on the same stream.
57840
57841 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57842
57843         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57844         Fix arg typo in previous patch.
57845
57846 2003-09-28  Jim Meyering  <jim@meyering.net>
57847
57848         * lib/error.c: Correct cpp indentation.
57849
57850 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57851
57852         * modules/free: New file.
57853
57854 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57855
57856         * m4/free.m4: New file.
57857
57858 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57859
57860         * lib/minmax.h (MIN, MAX)
57861         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57862         Omit the special code that used __typeof__, since we worry that
57863         it could be more trouble than it's worth.  See:
57864         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57865         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57866
57867         * lib/free.c: New file.
57868
57869 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57870
57871         Trivial fixes to Makefile.am parts of module listings.
57872         * modules/strstr: Append strstr.h to lib_SOURCES.
57873         * modules/strcase: Likewise, for strcase.h.
57874
57875 2003-09-27  Karl Berry  <karl@gnu.org>
57876
57877         * config/mkinstalldirs: update from automake.
57878
57879 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57880
57881         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57882         (error_tail): Do not loop, reallocating temporary buffer, since
57883         the output cannot contain more wide characters than the input
57884         contains bytes, the size must be big enough already.  This avoids
57885         one potential size overflow calculation.  Check for size overflow
57886         when calculating temporary buffer size.  Free temporary buffer
57887         when done, if it was allocated with malloc; this plugs a memory
57888         leak.  Remove casts from void * to pointers, that are no longer
57889         needed now that we're assuming C89 or better.
57890
57891         Merge error changes from glibc.
57892
57893         * lib/error.c, error.h: Update copyright notice header to match glibc.
57894         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57895         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57896         Disable cancellation while printing error.
57897         * lib/error.h: Prepend __ to parameter names.
57898
57899 2003-09-26  Jim Meyering  <jim@meyering.net>
57900
57901         * lib/error.c (error_tail): Move some declarations
57902         into inner scope where the local variables are used.
57903
57904 2003-09-26  Bruno Haible  <bruno@clisp.org>
57905
57906         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57907         stpncpy().
57908         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57909
57910 2003-09-26  Bruno Haible  <bruno@clisp.org>
57911
57912         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57913         (stpncpy): Define as alias for gnu_stpncpy.
57914         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57915
57916 2003-09-25  Simon Josefsson  <jas@extundo.com>
57917
57918         * lib/xgetdomainname.h: New file.
57919         * lib/xgetdomainname.c: New file.
57920
57921 2003-09-25  Simon Josefsson  <jas@extundo.com>
57922             Bruno Haible  <bruno@clisp.org>
57923
57924         * modules/getdomainname: New file.
57925         * modules/xgetdomainname: New file.
57926         * MODULES.html.sh (func_all_modules): Add getdomainname,
57927         xgetdomainname.
57928
57929 2003-09-25  Simon Josefsson  <jas@extundo.com>
57930             Bruno Haible  <bruno@clisp.org>
57931
57932         * m4/getdomainname.m4: New file.
57933
57934 2003-09-25  Simon Josefsson  <jas@extundo.com>
57935             Bruno Haible  <bruno@clisp.org>
57936
57937         * lib/getdomainname.h: New file.
57938         * lib/getdomainname.c: New file.
57939
57940 2003-09-25  Karl Berry  <karl@gnu.org>
57941
57942         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57943
57944 2003-09-25  Karl Berry  <karl@gnu.org>
57945
57946         * config/install-sh: update from automake.
57947
57948 2003-09-25  Bruno Haible  <bruno@clisp.org>
57949
57950         * modules/version-etc-2: New file, from modules/version-etc with
57951         modifications.
57952         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57953
57954 2003-09-25  Bruno Haible  <bruno@clisp.org>
57955
57956         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57957         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57958
57959 2003-09-24  Simon Josefsson  <jas@extundo.com>
57960
57961         * modules/xgethostname: Add xgethostname.h.
57962
57963 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57964
57965         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57966         the buffer associated with the argument.  Bug reported by
57967         Simon Josefsson.
57968
57969 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57970
57971         * README: Document assumptions that 'int' is at least 32 bits
57972         wide, that integer arithmetic is 2's complement without overflow,
57973         that there are no holes in integer values, that adding sizes of
57974         two nonoverlapping objects can't overflow, and that all-bits-zero
57975         yields scalar zero.  Fix spelling and capitalization typos.
57976
57977 2003-09-19  Karl Berry  <karl@gnu.org>
57978
57979         * lib/argp.h: update from libc.
57980
57981 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57982
57983         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57984         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57985         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57986
57987 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57988
57989         * gnulib-tool: Use "test -h", not "test -L", for portability
57990         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57991         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57992         (sed_extract_prog): Issue s commands one-by-one, rather than
57993         using \| in one s command.
57994
57995 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57996
57997         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57998         input error, instead of returning NULL the next time we are called
57999         (and therefore losing track of errno).
58000
58001 2003-09-16  Bruno Haible  <bruno@clisp.org>
58002
58003         * gnulib-tool (func_create_testdir): Warn about duplicated
58004         dependencies.
58005
58006 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58007
58008         * modules/argmatch, modules/fatal, modules/obstack,
58009         modules/xalloc, modules/xgethostname: Sort dependencies by
58010         importance, not alphabetically.
58011
58012 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58013
58014         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58015         fails, so that the caller gets the proper errno.
58016
58017         * lib/readutmp.c (read_utmp): Likewise.
58018         Check for fstat error.  Close stream and free storage
58019         when failing.
58020
58021 2003-09-14  Karl Berry  <karl@gnu.org>
58022
58023         * config/srclist.txt (strdup.c): disable for c89 changes.
58024
58025 2003-09-14  Jim Meyering  <jim@meyering.net>
58026
58027         * lib/getloadavg.c: Correct cpp indentation.
58028         * lib/strdup.c: Likewise.
58029         * lib/vasnprintf.c: Likewise.
58030
58031 2003-09-14  Bruno Haible  <bruno@clisp.org>
58032
58033         * modules/fwriteerror: New file.
58034         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58035
58036 2003-09-14  Bruno Haible  <bruno@clisp.org>
58037
58038         * lib/fwriteerror.h: New file.
58039         * lib/fwriteerror.c: New file.
58040
58041 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58042
58043         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58044         modules/xgethostname, modules/xalloc: Depend on exit.
58045
58046 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58047
58048         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58049
58050         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58051         and AC_MINIX, too, so that their extensions are available.
58052
58053         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58054         This macro has been superseded by gl_BACKUPFILE.
58055
58056         More patches to assume C89 or better.
58057
58058         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58059
58060         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58061         unconditionally.
58062         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58063         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58064         Include <string.h>, <stdlib.h> unconditionally.
58065         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58066         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58067         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58068         headers or for string.h.
58069         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58070         or strtoul.
58071
58072         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58073         headers.
58074         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58075         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58076         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58077         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58078         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58079         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58080         memcpy, memset.
58081         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58082         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58083         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58084         strtol.
58085         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58086         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58087         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58088         strtoul.
58089
58090 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58091
58092         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58093         * lib/obstack.c [!defined _LIBC]: Likewise.
58094         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58095         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58096         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58097
58098         More changes to assume C89 or better.
58099
58100         * lib/error.c (error_tail): Assume vprintf.
58101
58102         * lib/argmatch.c (getenv): Remove decl.
58103         * lib/progreloc.c (get_full_program_name): Define via prototype.
58104         * lib/setenv.c (clearenv): Likewise.
58105         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58106         needed.
58107         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58108         (malloc, memcpy): Remove decls.
58109         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58110         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58111         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58112         (memcpy): Remove macro.
58113         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58114         (__P): Remove.  All uses removed.
58115         (PTR): Remove.  All uses changed to void *.
58116         (CHAR_BIT, NULL): Remove.
58117         (spaces, zeros, memset_space, memset_zero)
58118         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58119         Remove.
58120         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58121         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58122         Define with prototype.
58123         Remove now-unnecessary prototype decl.
58124         (extra_args_spec): Assume ANSI C.  All uses changed.
58125         (extra_args_spec_iso): Remove.
58126         (my_strftime, emacs_strftimeu): Define via prototype.
58127         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58128         unconditionally.
58129         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58130         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58131         (strtoul, strtol): Remove decls.
58132         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58133         LONG_MAX): Remove.
58134         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58135         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58136         (LOCALE_PARAM_PROTO): New macro.
58137         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58138         (INTERNAL (strtol), strtol): Define with a prototype.
58139         (PARAMS): Remove.  All uses removed.
58140         * lib/tempname.c: Include <string.h> unconditionally.
58141         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58142         * lib/xgethostname.c (main): Define with a prototype.
58143         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58144         Include <stdlib.h> unconditionally.
58145         (calloc, malloc, realloc, free): Remove decls.
58146         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58147         Include <stdlib.h> unconditionally.  Sort include file names.
58148         (strtod): Remove.
58149         (xstrtod): Define with a prototype.
58150         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58151         (strtol, strtoul): Remove decls.
58152
58153 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58154
58155         More patches to assume C89 or better.
58156         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58157         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58158         string.h, memchr, STDC_HEADERS.
58159
58160 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58161
58162         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58163         Include <stdlib.h>, <string.h> unconditionally.
58164         Remove now-unnecessary cast to char *.
58165         * lib/strnlen.c: Include <string.h> unconditionally.
58166         * lib/yesno.c (yesno): Define with a prototype.
58167
58168 2003-09-11  Bruno Haible  <bruno@clisp.org>
58169
58170         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58171
58172 2003-09-10  Jim Meyering  <jim@meyering.net>
58173
58174         * lib/error.c: Correct indentation of cpp directives.
58175
58176 2003-09-10  Bruno Haible  <bruno@clisp.org>
58177
58178         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58179         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58180         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58181         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58182         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58183         <stdlib.h> and <string.h> checks.
58184         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58185         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58186
58187 2003-09-10  Bruno Haible  <bruno@clisp.org>
58188
58189         * lib/strcspn.c: Include <string.h> unconditionally.
58190         * lib/strpbrk.c: Include <string.h> unconditionally.
58191         * lib/strstr.c: Include <string.h> unconditionally.
58192         * lib/unicodeio.c: Include <string.h> unconditionally.
58193         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58194         * lib/unsetenv.c: Likewise.
58195         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58196         * lib/yesno.c: Include <stdlib.h> unconditionally.
58197         (rpmatch): Add prototype.
58198
58199 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58200
58201         More patches to assume C89 or better.
58202         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58203         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58204         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58205         or for string.h.
58206         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58207         stdlib.h.
58208         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58209         C headers.
58210         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58211         string.h.
58212         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58213         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58214         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58215         or for string.h.
58216         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58217         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58218         C headers.
58219         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58220         memcpy.
58221         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58222         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58223         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58224         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58225         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58226         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58227         string.h, free.
58228         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58229         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58230         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58231         C headers, or for string.h.
58232         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58233         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58234         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58235         headers, memory.h, stdlib.h, string.h, strings.h.
58236         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58237         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58238         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58239         strchr.
58240         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58241         headers, memory.h, string.h.
58242         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58243         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58244         free.
58245         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58246         headers.
58247         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58248         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58249         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58250         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58251         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58252
58253 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58254
58255         More K&R removal.
58256
58257         * lib/acosl.c (main): Use a prototype.
58258         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58259         tanl.c: Likewise.
58260
58261         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58262
58263         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58264         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58265         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58266         with a prototype.
58267         * lib/getopt.c (const): Remove macro.
58268         Include <string.h> unconditionally.
58269         (my_index): Remove; all uses changed to strchr.
58270         (strlen): Remove decl.
58271         (exchange): Remove forward decl; no longer needed.
58272         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58273         Define with prototype.
58274         * lib/getopt1.c (const): Remove macro.
58275         (getopt_long, getopt_long_only, main): Define with prototype.
58276
58277         * lib/getugroups.c: Include <string.h> unconditionally.
58278
58279         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58280         (getusershell, setusershell, endusershell, readname, main):
58281         Define with prototypes.
58282
58283         * lib/group-member.c: Include group-member.h first.
58284         Include <stdlib.h> unconditionally.
58285
58286         * lib/hard-locale.c: Include hard-locale.h first.
58287         Include <stdlib.h>, <string.h> unconditionally.
58288
58289         * lib/hash.c (free, malloc): Remove decls.
58290         Include <stdlib.h> unconditionally.
58291
58292         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58293         (getenv): Do not declare.
58294
58295         * lib/idcache.c: Include <string.h> unconditionally.
58296
58297         * lib/long-options.c: Include long-options.h first, to test interface.
58298         Include <stdlib.h> unconditionally.
58299
58300         * lib/makepath.c: Include makepath.h first, to test interface.
58301         Include <stdlib.h> and <string.h> unconditionally.
58302
58303         * lib/linebuffer.c: Include <stdlib.h>.
58304         (free): Remove decl.
58305
58306         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58307         stddef.h. rpl_malloc returns void *, not char *.
58308         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58309         prototype.
58310
58311         * lib/md5.h: Include <limits.h> unconditionally.
58312         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58313         (__P): Remove; all uses removed.
58314         * lib/md5.c: Include "md5.h" first.
58315         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58316         md5_buffer, md5_process_bytes, md5_process_block):
58317         Define with prototypes.
58318         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58319         * lib/sha.c: Include "sha.h" first.
58320         Include <stdlib.h>, <string.h> unconditionally.
58321
58322         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58323         * lib/memcmp.c (__ptr_t): Likewise.
58324         * lib/memrchr.c (__ptr_t): Likewise.
58325         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58326         Include <string.h> unconditionally.
58327         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58328         * lib/memchr.c: Include <stdlib.h> unconditionally.
58329         * lib/memchr.c (LONG_MAX): Remove.
58330         * lib/memrchr.c (LONG_MAX): Likewise.
58331         * lib/memchr.c (__memchr): Define via a prototype.
58332         * lib/memrchr.c (__memrchr): Likewise.
58333         * lib/memcmp.c (__P): Remove, and remove all uses.
58334         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58335         Remove forward decls; no longer needed.
58336         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58337         Use types required by C89 in prototype.
58338
58339         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58340         * lib/savedir.c: Likewise.
58341         * lib/mkdir.c (free): Remove decl.
58342         * lib/rmdir.c (rmdir): Define with a prototype.
58343         * lib/savedir.c: Include savedir.h first, to test interface.
58344
58345         * lib/mktime.c (STDC_HEADERS): Remove.
58346         Include <stdlib.h>, <string.h> unconditionally.
58347
58348         * lib/modechange.c: Include <stdlib.h> unconditionally.
58349         (malloc): Remove decl.
58350
58351         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58352         (free): Remove decl.
58353
58354         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58355         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58356         (This type really should be intptr_t, but that's a C99ism.)
58357         (_obstack_memcpy): Remove: all uses changed to memcpy.
58358         Include <string.h> unconditionally.
58359         (struct obstack): Assume __STDC__ for types of members
58360         chunkfun, freefun, extra_arg.
58361         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58362         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58363         obstack_begin, obstack_specify_allocation,
58364         obstack_specify_allocation_with_arg, obstack_chunkfun,
58365         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58366         Remove unprototyped decls and the macros that use them.
58367         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58368         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58369         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58370         (defined __STDC__ && __STDC__)]:
58371         Remove nonprototyped code.
58372         Include <stdlib.h> unconditionally.
58373         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58374         _obstack_allocated_p, _obstack_free, obstack_free,
58375         _obstack_memory_used, print_and_abort):
58376         Define using prototypes.
58377         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58378         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58379         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58380         obstack_next_free, obstack_object_size, obstack_room) [0]:
58381         Remove unused, unprototyped code.
58382
58383         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58384
58385         * lib/physmem.c (physmem_total, physmem_available, main): Define
58386         with prototypes.
58387
58388         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58389         (main): Define with a prototype.
58390
58391         * lib/posixver.c (getenv): Remove decl.
58392
58393         * lib/putenv.c (malloc): Returns void *, not char *.
58394         Include <string.h> unconditionally.
58395         (strchr, memcpy, NULL): Do not define.
58396
58397         * lib/readtokens.c: Include readtokens.h first, to test interface.
58398         Include <stdlib.h>, <string.h> unconditionally.
58399         (init_tokenbuffer): Define with a prototype.
58400
58401         * lib/regex.c (PARAMS): Remove.  All uses removed.
58402         All uses of _RE_ARGS removed, too.
58403         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58404         unconditionally.
58405         (bzero): Assume memset exists.
58406         (memcmp, memcpy, NULL): Remove.
58407         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58408         char, or assignments to local vars of type signed char.
58409         (init_syntax_once, PREFIX(extract_number_and_incr),
58410         PREFIX(print_partial_compiled_pattern),
58411         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58412         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58413         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58414         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58415         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58416         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58417         wcs_compile_range, byte_compile_range, truncate_wchar,
58418         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58419         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58420         count_mbs_length, wcs_re_match_2_internal,
58421         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58422         PREFIX(alt_match_null_string_p),
58423         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58424         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58425         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58426         now-unnecessary declaration, if any.
58427         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58428         regcomp, regexec):
58429         Remove now-unnecessary casts among pointer types.
58430         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58431
58432         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58433         (free): Remove decl.
58434
58435         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58436
58437         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58438         (free): Remove decl.
58439
58440         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58441         * lib/xgetcwd.c: Likewise.
58442
58443         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58444         (free): Remove decl.
58445
58446         * lib/strchrnul.c (strchrnul): Define with a prototype.
58447         Fix bug: c_in was not converted to char before searching.
58448
58449         The following changes are not K&R related:
58450
58451         * lib/group-member.h: Include <sys/types.h>, so that this file is
58452         self-contained.
58453         * lib/makepath.h: Likewise.
58454
58455         * lib/getusershell.c (readname, default_index, line_size, readname):
58456         Use size_t, not int, for sizes.
58457         (readname): If the size overflows, report an error instead of
58458         looping forever.
58459
58460 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58461
58462         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58463         libc.
58464
58465 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58466
58467         * README: New section: portability guidelines.
58468
58469 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58470
58471         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58472         C89 spec.
58473
58474 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58475
58476         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58477
58478 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58479
58480         Assume C89 or better; remove K&R cruft.
58481         A few of these changes were first proposed by Derek Robert Price
58482         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58483
58484         * lib/addext.c: Include <string.h> unconditionally.
58485         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58486         Don't declare getenv or malloc.
58487
58488         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58489         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58490         (NULL): Remove.
58491         (find_stack_direction, alloca): Use prototypes.
58492
58493         * lib/atexit.c (atexit): Define using a prototype.
58494
58495         * lib/basename.c, dirname.c, stripslash.c:
58496         Include <string.h> unconditionally.
58497
58498         * lib/bcopy.c: Include <stddef.h>.
58499         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58500
58501         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58502
58503         * lib/error.h (error, error_at_line, error_print_progname)
58504         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58505         * lib/error.c: Include error.h first, to check interface.
58506         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58507         (VA_START): Remove; all uses changeed to va_start.
58508         (exit, strerror): Remove decls.
58509         (error_print_progname): Prototype uncondionally.
58510         Don't include <errno.h>; no longer needed.
58511         (private_strerror): Remove.
58512         (error_tail): Always define.
58513         (error, error_at_line): Assume C89 or better; always use prototypes.
58514         * lib/fatal.c: Include "fatal.h" first, to test interface.
58515         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58516         (VA_START): Remove; all uses changed to va_start.
58517         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58518         this case.
58519         (exit): Remove decl.
58520         (fatal): Prototype unconditionally.  Assume va_start works.
58521         Abort at end, to pacify gcc.
58522
58523         * lib/euidaccess.c (main): Define with a prototype.
58524
58525         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58526
58527         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58528
58529         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58530         prototypes.
58531         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58532         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58533         (getenv): Remove decl.
58534         (fnmatch): Define using a prototype.
58535         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58536         (FCT): Define using a prototype.
58537
58538         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58539
58540         * lib/gethostname.c: Include <stddef.h>.
58541         (gethostname): Define with prototype.  Length is size_t, not int.
58542
58543 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58544
58545         Assume C89 or better; remove K&R cruft.
58546         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58547         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58548         string.h, getenv, malloc.
58549         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58550         headers.
58551         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58552         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58553         do not check for strerror.
58554         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58555         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58556         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58557         do not check for doprnt or vprintf.
58558         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58559         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58560
58561 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58562
58563         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58564         getversion.c should have been removed then, but was accidentally
58565         preserved.
58566
58567         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58568         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58569
58570 2003-09-08  Karl Berry  <karl@gnu.org>
58571
58572         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58573                 config, forget about prep.
58574
58575         * config/depcomp, missing: update from automake.
58576
58577 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58578
58579         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58580         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58581
58582 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58583
58584         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58585         copy_tm_result.  Bug reported by Simon Josefsson in
58586         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58587
58588 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58589
58590         * m4/time_r.m4: New file.
58591         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58592         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58593         is. Check for timegm declaration.
58594         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58595         Do not check for gmtime_r.
58596         Replace mktime if __mktime_internal does not exist and if mktime
58597         hasn't been replaced already.
58598
58599 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58600
58601         * lib/time_r.c, lib/time_r.h: New files.
58602
58603         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58604         __localtime_r.
58605         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58606         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58607
58608         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58609         __gmtime_r.
58610         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58611         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58612         Include <time_r.h>.
58613
58614         * lib/timegm.c: Switch to glibc implementation, with the following
58615         changes:
58616         [defined HAVE_CONFIG_H]: Include <config.h>.
58617         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58618         (__mktime_internal) [!defined _LIBC]: New decl.
58619         (__gmtime_r) [!defined _LIBC]: New macro and function.
58620         (timegm): Use a prototype, since gnulib assumes C89.
58621         Do not bother declaring tmp to be const, as it's not really usefu.
58622         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58623         (timegm): Declare only if HAVE_DECL_TIMEGM.
58624
58625 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58626
58627         * MODULES.html.sh (func_all_modules): Add time_r.
58628         * modules/time_r: New file.
58629         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58630         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58631
58632 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58633
58634         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58635         Bug reported by Lute Kamstra in
58636         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58637
58638         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58639         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58640         course with correspondingly smaller numbers for tomorrow and
58641         yesterday.  From Tadayoshi Funaba.  Originally installed into
58642         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58643         coreutils merge?).
58644
58645 2003-08-31  Simon Josefsson  <jas@extundo.com>
58646
58647         * modules/timegm: New file.
58648         * MODULES.html.sh (func_all_modules): Add timegm.
58649
58650 2003-08-31  Simon Josefsson  <jas@extundo.com>
58651
58652         * m4/timegm.m4: New file.
58653
58654 2003-08-31  Simon Josefsson  <jas@extundo.com>
58655
58656         * lib/timegm.h: New file.
58657         * lib/timegm.c: New file.  Based on
58658         wget-1.8.2/src/http.c:mktime_from_utc.
58659
58660 2003-08-31  Karl Berry  <karl@gnu.org>
58661
58662         * lib/argp.h: update from libc.
58663
58664 2003-08-28  Bruno Haible  <bruno@clisp.org>
58665
58666         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58667         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58668         followed by '#define fnmatch fnmatch_posix' gives an error.
58669
58670 2003-08-28  Bruno Haible  <bruno@clisp.org>
58671
58672         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58673         warning on QNX, which defines O_BINARY to 000000.
58674
58675 2003-08-27  Jim Meyering  <jim@meyering.net>
58676
58677         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58678         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58679         would fail after 32.  Reported by Danny Levinson.  Details here:
58680         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58681
58682 2003-08-24  Bruno Haible  <bruno@clisp.org>
58683
58684         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58685         MSVC7 <stdio.h> is included later.
58686
58687 2003-08-22  Simon Josefsson  <jas@extundo.com>
58688
58689         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58690
58691 2003-08-20  Karl Berry  <karl@gnu.org>
58692
58693         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58694
58695 2003-08-20  Bruno Haible  <bruno@clisp.org>
58696
58697         * modules/progname: New file.
58698         * MODULES.html.sh (func_all_modules): Add progname.
58699
58700 2003-08-20  Bruno Haible  <bruno@clisp.org>
58701
58702         * lib/progname.h: New file, from GNU gettext.
58703         * lib/progname.c: New file, from GNU gettext.
58704         * lib/progreloc.c: New file, from GNU gettext.
58705
58706 2003-08-19  Jim Meyering  <jim@meyering.net>
58707
58708         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58709         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58710
58711 2003-08-19  Bruno Haible  <bruno@clisp.org>
58712
58713         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58714         more.
58715
58716 2003-08-19  Bruno Haible  <bruno@clisp.org>
58717
58718         * lib/xstrdup.c: Assume <string.h> exists.
58719
58720 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58721
58722         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58723         in makefile rules.
58724
58725 2003-08-18  Jim Meyering  <jim@meyering.net>
58726
58727         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58728         * m4/lib-ld.m4: Likewise.
58729
58730 2003-08-18  Jim Meyering  <jim@meyering.net>
58731
58732         * lib/setenv.h: Indent nested cpp directive.
58733         * lib/vasnprintf.c: Remove trailing blanks.
58734
58735 2003-08-17  Simon Josefsson  <jas@extundo.com>
58736
58737         * modules/xstrndup: New file.
58738         * MODULES.html.sh (func_all_modules): Add xstrndup.
58739
58740 2003-08-17  Simon Josefsson  <jas@extundo.com>
58741
58742         * modules/argp: Fix autoconf macro name. Add more dependencies.
58743
58744 2003-08-17  Simon Josefsson  <jas@extundo.com>
58745
58746         * m4/xstrndup.m4: New file.
58747
58748 2003-08-17  Simon Josefsson  <jas@extundo.com>
58749
58750         * m4/argp.m4: New file.
58751
58752 2003-08-17  Simon Josefsson  <jas@extundo.com>
58753             Bruno Haible  <bruno@clisp.org>
58754
58755         * lib/xstrndup.h: New file.
58756         * lib/xstrndup.c: New file.
58757
58758 2003-08-17  Bruno Haible  <bruno@clisp.org>
58759
58760         * modules/strndup (Files, Include): Add lib/strndup.h.
58761
58762 2003-08-17  Bruno Haible  <bruno@clisp.org>
58763
58764         * modules/euidaccess (Files): Add lib/euidaccess.h.
58765
58766 2003-08-17  Bruno Haible  <bruno@clisp.org>
58767
58768         * lib/strndup.h: New file.
58769
58770 2003-08-17  Bruno Haible  <bruno@clisp.org>
58771
58772         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58773         like AC_GNU_SOURCE.
58774         * modules/extensions (configure.ac): Comment out the invocation of
58775         gl_USE_SYSTEM_EXTENSIONS.
58776
58777 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58778
58779         Merges from coreutils, etc.
58780         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58781         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58782         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58783         fixing a typo.
58784         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58785         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58786
58787 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58788
58789         Document merge from coreutils.
58790         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58791         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58792         * modules/utime: Add m4/utimes-null.m4.
58793
58794 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58795
58796         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58797         space, undoing this 2003-08-12 change:
58798         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58799
58800 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58801
58802         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58803         strtoul.c from libc, undoing this 2003-08-12 change:
58804         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58805
58806 2003-08-16  Jim Meyering  <jim@meyering.net>
58807
58808         Merges from coreutils.
58809         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58810         prefix.  Adjust cache variables similarly.  Create 500 rather than
58811         just 300 files, to exercise bug on Darwin6.5, too.
58812         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58813         $missing_dir.
58814         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58815         AM_SYS_POSIX_TERMIOS.
58816         Reported by mkc@mathdogs.com.
58817         Also change use of $am_cv_sys_posix_termios
58818         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58819         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58820         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58821         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58822         in /proc/mounts until it finds one with matching device number.  This
58823         is unnecessary when the FILE argument *is* a mount point.  No stat call
58824         is necessary in that case.  So, disable the statvfs-testing code on
58825         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58826         as RedHat bug# 84846.
58827         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58828         to 1MB, so as not to render systems with no stack size limit (e.g.,
58829         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58830         Include <unistd.h>.  On some systems,
58831         it is required for the definition of _SC_PAGESIZE.
58832
58833 2003-08-16  Jim Meyering  <jim@meyering.net>
58834
58835         Merge from coreutils.
58836         * lib/xstrtoimax.c: #else #if -> #elif.
58837         * lib/xstrtoumax.c: Likewise.
58838
58839 2003-08-16  Jim Meyering  <jim@meyering.net>
58840
58841         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58842         * m4/utimes.m4: Removed.
58843         * m4/utimes-null.m4: Renamed from utimes.m4.
58844
58845         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58846         to 1MB, so as not to render systems with no stack size limit (e.g.,
58847         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58848         Include <unistd.h>.  On some systems,
58849         it is required for the definition of _SC_PAGESIZE.
58850
58851 2003-08-16  Jim Meyering  <jim@meyering.net>
58852         and Paul Eggert  <eggert@cs.ucla.edu>
58853
58854         Merges from coreutils, etc.
58855
58856         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58857         using the latest version from cvs.  This avoids problems with #line
58858         directives using a vendor (Sun) compiler.
58859         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58860         Don't set GETGROUPS_LIB here; now it's
58861         done via getgroups.m4's wrapper function.
58862         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58863         rather than just in sh-util/configure.in, so that the
58864         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58865         same.
58866         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58867         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58868         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58869         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58870         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58871         Remove code that is now done by the newly-required macros.
58872         Append $(EXEEXT) to DF_PROG.
58873         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58874         Do not invoke or require the following here,
58875         since prereq.m4 or some gnulib .m4 now does this for us:
58876         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58877         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58878         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58879         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58880         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58881         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58882         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58883         AC_FUNC_OBSTACK.
58884         Do not replace the following functions, as this is now the job
58885         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58886         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58887         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58888         atexit getpass, strdup, getpagesize.
58889         Replace 'raise'.
58890         Do not check for the following functions, as this is now the job
58891         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58892         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58893         setregid.
58894         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58895         Check for sys/sysctl.h.
58896         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58897         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58898         of checking for ssize_t ourselves.
58899
58900         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58901         Require every macro that gnulib/modules/* suggests for us.
58902         (jm_PREREQ_ADDEXT): New macro.
58903         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58904         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58905
58906         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58907         (gl_PHYSMEM): Use it.
58908         Also check for `table' function.
58909         Check for new headers and functions.
58910         Add check for sys/sysmp.h.
58911         With suggestions from Kaveh Ghazi.
58912         Ignore headers that are present but cannot be compiled.  This
58913         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58914         C 5.4.
58915
58916 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58917
58918         Document merge from coreutils.
58919         * modules/userspec: Depend on posixver.
58920         * modules/strftime: Depend on tzset.
58921
58922 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58923
58924         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58925         rather than tab, after '#' in shell-script copyright notices.
58926         Suggested by Bruno Haible.
58927
58928 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58929
58930         * config/srclist-update: Use three spaces, rather than tab, after '#'
58931         in shell-script copyright notices.  Suggested by Bruno Haible.
58932         Remove unnecessary parenthesization in regular expression.
58933
58934 2003-08-15  Jim Meyering  <jim@meyering.net>
58935
58936         Merge from coreutils.
58937         * lib/xgethostname.c: Include <stdlib.h>.
58938         (xghostname): Don't exit for anything other than memory-related
58939         failure; just return NULL.
58940         * lib/userspec.c: Include "posixver.h".
58941         (parse_user_spec): Accept `.' as a separator only
58942         in pre-POSIX-200112 mode.
58943         * lib/strtoimax.c: Use #elif rather than #else #if.
58944         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58945         Remove function, now that we can rely on a working tzset function.
58946         [!_LIBC]: Ensure that the required autoconf test has been run.
58947         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58948         Use underlying_strftime for %r.
58949         * lib/sha.c: Merge in some clean-up and optimization changes from
58950         glibc.
58951         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58952         Ensure that it is a multiple of 64.
58953         Rearrange loop exit tests so as to avoid performing an
58954         additional fread after encountering an error or EOF.
58955         * lib/realloc.c: Update copyright date.
58956
58957 2003-08-15  Jim Meyering  <jim@meyering.net>
58958         and Paul Eggert  <eggert@twinsun.com>
58959
58960         Merge from coreutils.
58961         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58962         member but strut utmpx does not.  Needed for AIX 4.3.3.
58963         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58964
58965 2003-08-15  Jim Meyering  <jim@meyering.net>
58966         and Paul Eggert  <eggert@cs.ucla.edu>
58967
58968         Merges from coreutils, etc.
58969         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58970         Require gl_FUNC_TZSET_CLOBBER.
58971         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58972         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58973         members.
58974
58975 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58976
58977         Help the merge from coreutils.
58978         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58979         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58980         * m4/tzset.m4: Use it too.
58981
58982 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58983
58984         * modules/tzset: New file.
58985
58986 2003-08-14  Jim Meyering  <jim@meyering.net>
58987
58988         Merges from coreutils.
58989         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58990         variable names, rather than @FNMATCH_H@.
58991         * modules/alloca: Likewise for $(ALLOCA_H).
58992
58993         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58994         the three copies of the literal target, `fnmatch.h'.
58995         * modules/alloca (alloca.h): Likewise.
58996
58997 2003-08-14  Jim Meyering  <jim@meyering.net>
58998
58999         Merge from coreutils.
59000         * m4/tzset.m4: New file.
59001         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
59002         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
59003         otherwise, AIX 5.1 systems would end up using the latter.
59004         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59005         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59006         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59007         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59008
59009 2003-08-14  Jim Meyering  <jim@meyering.net>
59010
59011         Merge from coreutils.
59012         * lib/obstack.h: Whitespace changes.
59013         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59014         and xcalloc return values.
59015         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59016         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59017         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59018         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59019         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59020         error from mntctl.
59021         Use mntctl's return value to drive the entry-processing loop, since
59022         we can't rely on the value of the vmt_length member in the last
59023         entry.  On some systems doing so could result in exhausting
59024         virtual memory.  Based in part on a patch from Mike Jetzer.
59025
59026 2003-08-14  Jim Meyering  <jim@meyering.net>
59027         and Paul Eggert  <eggert@twinsun.com>
59028
59029         Merges from coreutils, plus other fixes.
59030         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59031         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59032         for credits and details.  Thanks to Kaveh Ghazi for helping
59033         to keep these files in sync.
59034         (ARRAY_SIZE): Define it.
59035         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59036         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59037         (memcasecmp): Don't assume size_t fits in unsigned int.
59038         Remove casts and duplicate code.
59039         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59040         (memcpy): Remove definition.
59041         Merge in some clean-up and optimization changes from glibc.
59042         [BLOCKSIZE]: Move definition to top of file.
59043         Ensure that it is a multiple of 64.
59044         Rearrange loop exit tests so as to avoid performing an
59045         additional fread after encountering an error or EOF.
59046         * lib/md5.h (md5_uintptr): Define.
59047         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59048         return to the initial working directory.  Preserve errno
59049         for caller.
59050         * lib/idcache.c: Include "xalloc.h".
59051         (xmalloc, xrealloc): Remove decls.
59052         (getuser): Remove casts no longer required in C89.
59053         * lib/human.c: Include stdio.h, for sprintf.
59054         * lib/group-member.c: Include "xalloc.h".
59055         (xmalloc, xrealloc): Remove decls.
59056         (get_group_info): Remove casts no longer required in C89.
59057         * lib/getusershell.c (readname): Remove casts no longer required in
59058         C89.
59059         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59060         * lib/getline.c: Whitespace fix, from coreutils.
59061
59062 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59063
59064         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59065         Check for isascii.
59066
59067         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59068         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59069         Undo previous (whitespace-only) change.
59070
59071 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59072
59073         * lib/exclude.c: Include <ctype.h>
59074         (IN_CTYPE_DOMAIN): New macro.
59075         (is_space): New fn.
59076         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59077         and empty lines.
59078
59079         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59080         Undo previous (whitespace-only) change.
59081
59082 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59083
59084         * config/srclist-update: Change update back to the old behavior,
59085         leaving whitespace alone.  Use one 'sed' command rather than a
59086         pipeline.
59087         (fixlicense): Now a variable, not a function.
59088         (remove_trailing_blanks): Remove.
59089         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59090         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59091         Undo previous (whitespace-only) change.
59092
59093 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59094
59095         Merge from coreutils.
59096         * modules/euidaccess: Add lib_SOURCES, include for new
59097         file euidaccess.h
59098
59099 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59100
59101         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59102         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59103         Normalize leading white space and remove trailing white space.
59104
59105         Merge from coreutils
59106         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59107
59108         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59109         0.12.1.  These files are now being upgraded automatically by
59110         ../config/srclist-update.
59111
59112 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59113
59114         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59115         Normalize leading white space and remove trailing white space.
59116         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59117         notice, as per ../config/srclist-update.
59118
59119         Merge from coreutils.
59120         * lib/euidaccess.h: New file.
59121         * lib/euidaccess.c: Include it.
59122         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59123         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59124         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59125
59126 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59127
59128         * config/srclist-update: Add copyright notice.
59129         (remove_id_lines, remove_trailing_blanks): New constants.
59130         (fixfile): Use them to normalize spacing a bit in copied files.
59131         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59132         Normalize leading white space and remove trailing white space.
59133
59134         * config/texinfo.tex: Sync with texinfo.
59135
59136         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59137         strtoul.c from libc, to merge coreutils whitespace changes.
59138
59139         * config/srclist.txt: Get the following m4 files from gettext:
59140         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59141         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59142         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59143         wint_t.m4.
59144
59145 2003-08-12  Karl Berry  <karl@gnu.org>
59146
59147         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59148         been made.
59149
59150 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59151
59152         * modules/gnu-source, m4/gnu-source.m4:
59153         Remove; we're assuming Autoconf 2.54 or later now.
59154         Suggested by Bruno Haible.
59155         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59156
59157 2003-08-11  Bruno Haible  <bruno@clisp.org>
59158
59159         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59160
59161 2003-08-11  Bruno Haible  <bruno@clisp.org>
59162
59163         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59164         (vasnprintf): Use it instead of wcslen.
59165
59166 2003-08-11  Bruno Haible  <bruno@clisp.org>
59167
59168         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59169         value to ensure that _Bool promotes to int. Use #define for _Bool when
59170         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59171
59172 2003-08-10  Karl Berry  <karl@gnu.org>
59173
59174         * lib/regex.h: update from libc (whitespace fix).
59175
59176 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59177
59178         Merge some files from coreutils.  These changes were
59179         originally made by Jim Meyering.
59180         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59181         many older Unixes require this.
59182         * lib/alloca.c (alloca): Remove cast to argument of free;
59183         no longer needed in C89.
59184         * lib/alloca_.h, regex.h: Fix white space to match
59185         what GNU indent does.
59186
59187 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59188
59189         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59190         apparently Emacs's Unicode mode got confused before my 2003-08-05
59191         checkin.
59192
59193 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59194
59195         * m4/extensions.m4: New file.
59196         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59197         Require gl_USE_SYSTEM_EXTENSIONS.
59198         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59199         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59200
59201 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59202
59203         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59204         * modules/extensions, modules/gnu-source: New files.
59205         * modules/timespec, modules/unlocked-io: Depend on extensions.
59206
59207 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59208
59209         * modules/restrict: New file.
59210         * MODULES.html.sh (func_all_modules): Add restrict.
59211         * modules/regex: Depend on restrict.
59212
59213 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59214
59215         * m4/restrict.m4: New file.
59216         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59217
59218 2003-08-07  Bruno Haible  <bruno@clisp.org>
59219
59220         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59221         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59222
59223 2003-08-07  Bruno Haible  <bruno@clisp.org>
59224
59225         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59226         makes the module 'getndelim2' compatible with the module 'getline'.
59227
59228 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59229
59230         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59231         byte with "\201" to avoid glitches when editing that source file
59232         with multi-gnome-terminal.
59233
59234 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59235
59236         * lib/bumpalloc.h: Remove.
59237
59238 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59239
59240         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59241         * modules/bumpalloc: Remove.
59242
59243 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59244
59245         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59246         GNU coding style.
59247
59248         Merge from coreutils.
59249         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59250         1. From glibc.
59251         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59252         from Karl Berry, implemented by Jim Meyering.
59253         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59254         from Dmitry V. Levin.
59255         Remove anachronistic cast of xrealloc.
59256         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59257         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59258         type. Otherwise, it wouldn't compile with at least /bin/cc on
59259         ymp-cray-unicos9.0.2.X.
59260         Combine two mostly-identical uses of alloca into one.
59261         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59262
59263 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59264
59265         [From Emacs.]
59266
59267         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59268         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59269         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59270         obsolete NLIST_NAME_UNION.
59271         [__GNU__]: Undef BSD and FSCALE.
59272         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59273
59274 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59275
59276         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59277         an enum type, so that it's guaranteed to promote to int.  See:
59278         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59279
59280 2003-08-03  Karl Berry  <karl@gnu.org>
59281
59282         * config/depcomp: update from automake.
59283
59284 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59285
59286         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59287         (strerror): Don't assume that a printable int fits in 14 bytes.
59288
59289 2003-07-31  Bruno Haible  <bruno@clisp.org>
59290
59291         * modules/getpass-gnu: New file.
59292         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59293
59294 2003-07-31  Bruno Haible  <bruno@clisp.org>
59295
59296         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59297
59298 2003-07-24  Karl Berry  <karl@gnu.org>
59299
59300         * config/missing: update from automake.
59301
59302 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59303             Bruno Haible  <bruno@clisp.org>
59304
59305         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59306         * lib/getline.c (getline, getdelim): Likewise.
59307         Remove _GNU_SOURCE define; now it's defined in config.h through
59308         m4/getline.m4.
59309
59310 2003-07-23  Karl Berry  <karl@gnu.org>
59311
59312         * config/config.sub: update from prep.
59313
59314 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59315
59316         * modules/xalloc (Depends-on): Add exitfail.
59317         * modules/xmemcoll: Likewise.
59318
59319 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59320
59321         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59322         over-parenthesization in macros.
59323
59324         Sync with coreutils.
59325
59326         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59327         required by C99.
59328
59329         Use `exit_failure' for xalloc and xmemcoll instead of their own
59330         private exit-failure variables.
59331         * lib/xalloc.h (xalloc_exit_failure): Remove.
59332         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59333         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59334         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59335         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59336         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59337
59338 2003-07-20  Jim Meyering  <jim@meyering.net>
59339
59340         * modules/closeout (Depends-on): Add exitfail.
59341         Suggestion from Bruno Haible.
59342
59343 2003-07-19  Karl Berry  <karl@gnu.org>
59344
59345         * config/config.sub: update from prep.
59346
59347 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59348
59349         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59350         Remove.
59351         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59352         to test that it can stand by itself.  Include "exitfail.h".
59353         Clients should set exit_failure instead.
59354         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59355
59356 2003-07-18  Bruno Haible  <bruno@clisp.org>
59357
59358         * modules/getndelim2: New file.
59359         * modules/getline: Share files with module getndelim2.
59360         * modules/getnline: Depend on getndelim2 instead of sharing files with
59361         it. Add getnline.c to lib_SOURCES.
59362         * MODULES.html.sh (func_all_modules): Add getndelim2.
59363
59364 2003-07-18  Bruno Haible  <bruno@clisp.org>
59365
59366         * m4/getndelim2.m4: New file.
59367         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59368         invoke gl_PREREQ_GETNDELIM2.
59369         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59370         gl_PREREQ_GETNDELIM2.
59371         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59372         gl_GETNDELIM2.
59373
59374 2003-07-18  Bruno Haible  <bruno@clisp.org>
59375
59376         * lib/getndelim2.h: New file.
59377         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59378         getndelim2.h.
59379         (getndelim2): Make non-static. Change return type to ssize_t.
59380         * lib/getline.h: Change argument names.
59381         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59382         * lib/getnline.c: Include getndelim2.h.
59383
59384 2003-07-18  Andreas Schwab  <schwab@suse.de>
59385
59386         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59387
59388 2003-07-17  Karl Berry  <karl@gnu.org>
59389
59390         * config/config.sub: update from prep.
59391
59392 2003-07-17  Bruno Haible  <bruno@clisp.org>
59393
59394         * modules/getnline: New file.
59395         * modules/getline: Add lib/getndelim2.c to source file list.
59396         * MODULES.html.sh (func_all_modules): Add getnline.
59397
59398 2003-07-17  Bruno Haible  <bruno@clisp.org>
59399
59400         * m4/getnline.m4: New file.
59401
59402 2003-07-17  Bruno Haible  <bruno@clisp.org>
59403
59404         * m4/Makefile.am.in: Remove file.
59405         * m4/Makefile.am: Remove file.
59406         * m4/Makefile.in: Remove file.
59407
59408 2003-07-17  Bruno Haible  <bruno@clisp.org>
59409
59410         * lib/getnline.h: New file.
59411         * lib/getnline.c: New file.
59412         * lib/getndelim2.c: New file, extracted from getline.c.
59413         (getndelim2): Renamed from getdelim2, with added nmax argument.
59414         * lib/getline.c: Include getndelim2.c.
59415         (getdelim2): Moved out to getndelim2.c.
59416         (getline, getdelim): Update.
59417
59418 2003-07-17  Bruno Haible  <bruno@clisp.org>
59419
59420         * lib/Makefile.am: Remove file.
59421         * lib/Makefile.in: Remove file.
59422
59423 2003-07-17  Bruno Haible  <bruno@clisp.org>
59424
59425         * configure.in: Remove file.
59426         * Makefile.in: Remove file.
59427
59428 2003-07-17  Bruno Haible  <bruno@clisp.org>
59429
59430         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59431
59432 2003-07-16  Karl Berry  <karl@gnu.org>
59433
59434         * config/srclist-update: was running fixlicense twice, which caused
59435                 texinfo.tex to be nullified for some reason.  Simplify,
59436                 $gplsrc is no longer needed as far as I can see?
59437
59438 2003-07-16  Jim Meyering  <jim@meyering.net>
59439
59440         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59441
59442 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59443
59444         * config/srclist.txt: Get the following files from gettext-runtime/intl
59445         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59446         ref-del.sin.  From Bruno Haible.
59447         * config/srclist-update (fixfile): Change grep pattern again, since the
59448         previous fix didn't work (there was another trailing $).  Use
59449         '[$]' to escape the $s.
59450
59451 2003-07-15  Karl Berry  <karl@gnu.org>
59452
59453         * lib/vasnprintf.c: update from gettext.
59454
59455 2003-07-15  Karl Berry  <karl@gnu.org>
59456
59457         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59458         gets expanded when surrounded by '$'.
59459
59460 2003-07-15  Jim Meyering  <jim@meyering.net>
59461
59462         * modules/save-cwd: Don't depend on error.  From Derek Price.
59463
59464 2003-07-15  Jim Meyering  <jim@meyering.net>
59465
59466         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59467
59468 2003-07-14  Simon Josefsson  <jas@extundo.com>
59469
59470         * modules/mempcpy: New file.
59471         * MODULES.html.sh (func_all_modules): Add mempcpy.
59472
59473 2003-07-14  Simon Josefsson  <jas@extundo.com>
59474
59475         * m4/mempcpy.m4: New file.
59476
59477 2003-07-14  Simon Josefsson  <jas@extundo.com>
59478
59479         * lib/mempcpy.h: New file.
59480         * lib/mempcpy.c: New file.
59481
59482 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59483
59484         * modules/getdate, modules/posixtm: Depend on mktime.
59485
59486 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59487
59488         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59489         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59490         unicodeio.c, unicodeio.h, unlocked-io.h:
59491         Switch from LGPL to GPL.
59492
59493 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59494
59495         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59496         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59497         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59498         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59499         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59500         updated automatically by ../config/srclist-update.  This changes
59501         their license from LPGL to GPL.
59502
59503 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59504
59505         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59506         assumed to refer to the root of the most recent stable gettext version.
59507         * config/srclistvars.sh: Add defaults for eggert.
59508         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59509         Match "This program" as well as "The program".  This is needed
59510         for gettext.
59511
59512 2003-07-14  Jim Meyering  <jim@meyering.net>
59513
59514         Don't emit diagnostics.  Let callers do that.
59515         * lib/save-cwd.c: Don't include "error.h".
59516         (save_cwd): Don't call error.  Ensure that errno is valid
59517         when returning nonzero.
59518
59519         * lib/save-cwd.h (restore_cwd): Update prototype.
59520         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59521         Simplify.  Don't call error upon failure.  Let callers do that.
59522         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59523         when auditing is enabled.  But don't bother updating the #if.
59524
59525 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59526
59527         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59528         it breaks C++ compilation.
59529         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59530
59531 2003-07-10  Simon Josefsson  <jas@extundo.com>
59532
59533         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59534
59535 2003-07-10  Jim Meyering  <jim@meyering.net>
59536
59537         * m4/clock_time.m4: Remove trailing blank.
59538         * m4/intmax_t.m4: Likewise.
59539
59540 2003-07-10  Jim Meyering  <jim@meyering.net>
59541
59542         * lib/vasnprintf.c: Remove trailing blanks.
59543         Make cpp indentation consistent.
59544
59545 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59546
59547         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59548         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59549         Switch from LGPL to GPL.
59550
59551 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59552
59553         * config/srclist.txt: Sort sublists.  Add
59554         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59555         that differ from gnulib for one reason or another; we'd like this list
59556         to be smaller but for now let's document what we have.
59557
59558 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59559
59560         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59561         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59562         and sweeter "eval x=$x".
59563         * config/srclist.txt: Get lib/argp* from glibc.
59564
59565 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59566
59567         * lib/mktime.c: Fix some boundary cases and remove need for floating
59568         point.
59569
59570         Issue a compile-time diagnostic if time_t is floating point, or if
59571         two's complement arithmetic is not in effect, or if arithmetic
59572         right shift does not propagate the sign.  These assumptions were
59573         all in the original code but they weren't checked.
59574
59575         (TIME_T_MIDPOINT, verify): New macros.
59576         (__isleap): Remove; it has integer overflow problems.
59577         (leapyear): New function, without those problems.
59578         (ydhms_tm_diff): Remove; splitting into two parts.
59579         (ydhms_diff): New function, containing the arithmetic part of
59580         the old ydhms_tm_diff function.  Issue a compile-time
59581         diagnostic if we are not using C99 integer division.
59582         Avoid casts when possible.
59583         (guess_time_tm): New function, containing the checking part of
59584         the old ydhms_tm_diff function.  Return the new value, rather than
59585         the difference between it and the old.  Accept a new argument T
59586         so that *T specifies the old value.  Check for overflow in the result.
59587
59588         (__mktime_internal): Use a time_t offset, not a long int offset.
59589         This undoes the 2003-06-04 change, which is no longer needed now
59590         that we have better overflow checking.
59591         (localtime_offset): Likewise.
59592
59593         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59594         and long are 64-bit but int is only 32-bit.
59595         (ydhms_diff): Use long int to store year1 and yday1.
59596         Issue a compile-time diagnostic if long int is not wide enough.
59597
59598         (__mktime_internal): Use long int to store adjusted year and yday.
59599         Use plain C rather than preprocessor commands, if that doesn't
59600         affect efficiency.
59601         Check for overflow (and try to repair) after each probe
59602         rather than checking only at the very end.  This avoids some bugs
59603         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59604         does not equal GMT offset at maximum time).
59605         Use integer to check for overflow rather than floating point; this
59606         is more portable to non-IEEE hosts, and is a tad faster.
59607         When we detect that we are oscillating between two values,
59608         don't check whether tm_isdst has the requested value, since
59609         we already know the answer.  When tm_isdst has the wrong value,
59610         use a different heuristic to find the right one, based on the
59611         extreme values actually observed in practice in tz2003a,
59612         rather than the (overly optimistic) "previous 3 calendar quarters".
59613
59614         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59615         "T const" to accommodate glibc style.
59616         (check_result): Use less-confusing report format.  "long" -> "long int.
59617         (main): Likewise.
59618         Don't loop if the iteration overflows time_t.
59619         Allow a negative step in the iteration.
59620
59621 2003-07-06  Karl Berry  <karl@gnu.org>
59622
59623         * config/depcomp: update from automake.
59624         * config/config.sub: update from prep.
59625
59626 2003-07-03  Karl Berry  <karl@gnu.org>
59627
59628         * config/config.guess: update from prep.
59629
59630 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59631
59632         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59633         xreadlink.c now includes it unconditionally.
59634
59635 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59636
59637         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59638         having it depend on HAVE_SYS_TYPES_H.
59639
59640 2003-07-01  Bruno Haible  <bruno@clisp.org>
59641
59642         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59643         <sys/types.h> should be sufficient.
59644         Reported by Paul Eggert.
59645
59646 2003-06-26  Karl Berry  <karl@gnu.org>
59647
59648         * config/depcomp: update from automake.
59649
59650 2003-06-26  Bruno Haible  <bruno@clisp.org>
59651
59652         * modules/human: Depend on module stdbool.
59653
59654 2003-06-25  Bruno Haible  <bruno@clisp.org>
59655
59656         * modules/readlink: New file.
59657         * modules/xreadlink: Depend on it.
59658         * MODULES.html.sh (func_all_modules): Add readlink.
59659
59660 2003-06-25  Bruno Haible  <bruno@clisp.org>
59661
59662         * m4/readlink.m4: New file.
59663
59664 2003-06-25  Bruno Haible  <bruno@clisp.org>
59665
59666         * lib/readlink.c: New file.
59667
59668 2003-06-22  Karl Berry  <karl@gnu.org>
59669
59670         * config/srclist.txt: update mkinstalldirs from automake.
59671         * config/mkinstalldirs: update.
59672
59673 2003-06-22  Bruno Haible  <bruno@clisp.org>
59674
59675         Portability to mingw32.
59676         * m4/ssize_t.m4: New file, from GNU gettext.
59677         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59678         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59679
59680 2003-06-22  Bruno Haible  <bruno@clisp.org>
59681
59682         * modules/safe-read: Add m4/ssize_t.m4.
59683         * modules/xreadlink: Add m4/ssize_t.m4.
59684
59685 2003-06-20  Bruno Haible  <bruno@clisp.org>
59686
59687         Assume C89, so PARAMS isn't needed.
59688         * lib/unicodeio.h (PARAMS): Remove.
59689         * lib/unicodeio.c: Don't use PARAMS.
59690
59691 2003-06-18  Karl Berry  <karl@gnu.org>
59692
59693         * config/config.{guess,sub}: update from prep.
59694
59695 2003-06-18  Jim Meyering  <jim@meyering.net>
59696
59697         Merge changes from coreutils.
59698         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59699         Remove explicit declarations of xmalloc and realloc.
59700         Include xalloc.h.
59701         (read_utmp): Remove anachronistic cast of xmalloc.
59702
59703 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59704
59705         Assume C89, so PARAMS isn't needed.
59706         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59707         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59708         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59709         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59710         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59711         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59712         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59713         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59714         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59715         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59716         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59717         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59718         no longer needed. Anyway, config.h should always be included before any
59719         other file.
59720
59721 2003-06-11  Simon Josefsson  <jas@extundo.com>
59722
59723         * modules/sysexits: New file.
59724         * MODULES.html.sh (func_all_modules): Add sysexits.
59725
59726 2003-06-11  Simon Josefsson  <jas@extundo.com>
59727
59728         * lib/sysexit_.h: New file.
59729
59730 2003-06-11  Derek Price  <derek@ximbiot.com>
59731
59732         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59733         necessary.
59734
59735 2003-06-11  Bruno Haible  <bruno@clisp.org>
59736
59737         * m4/sysexits.m4: New file.
59738
59739 2003-06-10  Simon Josefsson  <jas@extundo.com>
59740
59741         * lib/argp.h: New file, from glibc.
59742         * lib/argp-ba.c: New file, from glibc.
59743         * lib/argp-eexst.c: New file, from glibc.
59744         * lib/argp-fmtstream.c: New file, from glibc.
59745         * lib/argp-fmtstream.h: New file, from glibc.
59746         * lib/argp-fs-xinl.c: New file, from glibc.
59747         * lib/argp-help.c: New file, from glibc.
59748         * lib/argp-namefrob.h: New file, from glibc.
59749         * lib/argp-parse.c: New file, from glibc.
59750         * lib/argp-pv.c: New file, from glibc.
59751         * lib/argp-pvh.c: New file, from glibc.
59752         * lib/argp-xinl.c: New file, from glibc.
59753
59754 2003-06-10  Simon Josefsson  <jas@extundo.com>
59755
59756         * modules/strchrnul: New file.
59757
59758 2003-06-10  Simon Josefsson  <jas@extundo.com>
59759
59760         * modules/argp: New file.
59761
59762 2003-06-10  Simon Josefsson  <jas@extundo.com>
59763
59764         * m4/strchrnul.m4: New file.
59765
59766 2003-06-10  Simon Josefsson  <jas@extundo.com>
59767
59768         * lib/strchrnul.h: New file.
59769         * lib/strchrnul.c: New file.
59770
59771 2003-06-10  Bruno Haible  <bruno@clisp.org>
59772
59773         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59774
59775 2003-06-07  Karl Berry  <karl@gnu.org>
59776
59777         * config/config.{guess,sub}: update from prep.
59778
59779 2003-06-07  Jim Meyering  <jim@meyering.net>
59780
59781         * modules/strtod: Use $(...) notation, not @...@ for
59782         AC_REPLACE'd variables.
59783         * modules/localcharset: Likewise.
59784
59785 2003-06-07  Jim Meyering  <jim@meyering.net>
59786
59787         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59788         in place of my name in the copyright comment.
59789         Remove definition and uses of __P.
59790
59791         From coreutils.
59792         * lib/stat.c: Don't declare xmalloc explicitly.
59793         Instead, include "xalloc.h".
59794         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59795         xrealloc, and xcalloc return values.
59796         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59797         Improve comment.
59798         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59799
59800 2003-06-07  Bruno Haible  <bruno@clisp.org>
59801
59802         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59803         avoid AC_CONFIG_LINKS.
59804         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59805         fnmatch.h, to avoid AC_CONFIG_LINKS.
59806         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59807
59808 2003-06-07  Bruno Haible  <bruno@clisp.org>
59809
59810         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59811         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59812         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59813         directory.
59814         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59815         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59816         directory.
59817
59818 2003-06-06  Jim Meyering  <jim@meyering.net>
59819
59820         Merge from coreutils.
59821         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59822         Consolidate declarations and initializations of *_base* locals.
59823
59824         Merge from coreutils.
59825         This avoids a core dump on systems without GNU putenv,
59826         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59827         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59828         (unsetenv): New static function, from GNU libc.
59829         (rpl_putenv): Use it.
59830
59831         * lib/modechange.c: Remove trailing blanks.
59832
59833         Merge from coreutils.
59834         * lib/fsusage.c: Remove declaration of statfs.
59835         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59836
59837         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59838
59839 2003-06-06  Jim Meyering  <jim@meyering.net>
59840
59841         * lib/stdbool_.h: Renamed from stdbool.h.in.
59842
59843 2003-06-06  Jim Meyering  <jim@meyering.net>
59844             Bruno Haible  <bruno@clisp.org>
59845
59846         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59847         Adjust Makefile.am snippet not to redirect directly to target.
59848         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59849
59850 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59851
59852         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59853         mismatch, look in future quarters as well as past.  This fixes a
59854         bug when processing fall-backwards gaps immediately after a long
59855         period of daylight-saving time.
59856
59857         * lib/mktime.c: Assume freestanding C89 or better.
59858         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59859         (__P): Remove; not used.
59860         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59861         (mktime, not_equal_tm, print_tm, check_result,
59862         main): Use prototypes.  Use const * where appropriate.
59863         (main): Fix typo in testing code that uncovered by above changes.
59864         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59865
59866 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59867
59868         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59869         locale.h, localeconv.  This merges changes from coreutils.
59870
59871         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59872         It can be removed after the next Autoconf is released.
59873         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59874         needed.
59875
59876 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59877
59878         * lib/mktime.c: Fix Debian bug 177940
59879         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59880         (localtime_offset): Now long int, not time_t, because we want it
59881         to be guaranteed to be signed.  All uses changed.
59882         (__mktime_internal): If overflow would occur when adding offset,
59883         don't add it.
59884
59885         Merge 'human' changes from coreutils.  Rewrite to support
59886         locale-specific notations like thousands separators.
59887         * lib/human.c: Simplify authorship notice.
59888         Include human.h immediately after config.h.
59889         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59890         <limits.h>: Do not include, since human.h does.
59891         (SIZE_MAX, UINTMAX_MAX): New macros.
59892         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59893         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59894         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59895         (power_letter): Renamed from suffixes.
59896         (generate_suffix_backwards): Remove.
59897         (adjust_value): Now takes int style (because of human.h changes)
59898         and long double value (for greater precision on some platforms).
59899         (group_number): New function.
59900         (human_readable): Use it.  Use integer options, not enum.
59901         Put the options before the sizes in the arg list.
59902         Support all the new options.
59903         The old human_readable function has been removed;
59904         use inttostr.h instead.
59905         (human_readable, default_block_size, humblock):
59906         Use uintmax_t, not int, for block sizes.
59907         (human_readable_inexact, block_size_types): Remove.
59908         (block_size_opts): New constant.
59909         (human_options): Renamed from human_block_size, with new signature
59910         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59911         * lib/human.h: Add copyright and authorship notice.
59912         Include <limits.h> and <stdbool.h> unconditionally.
59913         (PARAMS): Remove.  All uses removed.
59914         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59915         (enum human_inexact_style): Remove tag; now a nameless enum.
59916         (human_floor, human_ceiling, human_round_to_even): Now have
59917         values 2, 0, 1 rather than -1, 1, 0.
59918         (human_group_digits, human_suppress_point_zero, human_autoscale,
59919         human_base_1024, human_SI, human_B): New constants.
59920         (human_readable_inexact, human_block_size): Remove.
59921         (human_readable): Size args are now uintmax_t, not int.
59922         (human_options): New decl.
59923
59924         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59925         unnecessary now that we assume C89 or better.  This change
59926         imported from coreutils.
59927
59928         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59929         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59930         in the 2003-05-30 sync from glibc.
59931
59932         .h files should stand alone, but we shouldn't include <sys/types.h>
59933         if we can get away with just <stddef.h>.
59934
59935         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59936         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59937         rather than <sys/types.h>, as we merely need size_t.
59938         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59939         to get size_t.
59940         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59941         Include <stdio.h>, to get FILE.
59942         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59943         memcasecmp.h has included <stddef.h> and all we need is size_t.
59944         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59945         our interface, instead of including <sys/types.h>
59946
59947 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59948
59949         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59950         now, as glibc mktime is buggy on non-glibc systems.
59951
59952 2003-06-03  Karl Berry  <karl@gnu.org>
59953
59954         * config/config.sub: update from prep.
59955
59956 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59957
59958         [from coreutils]
59959         Fix some minor time-related bugs with POSIX time arguments.
59960         Some valid time stamps were being rejected (notably -1, and
59961         time stamps before 1900 on 64-bit hosts).  And some invalid
59962         time stamps were being accepted, e.g. September 31.
59963
59964         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59965         that we can return (time_t) -1 successfully.
59966         * lib/posixtm.c: Likewise.
59967         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59968         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59969         (t): Remove static var.
59970         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59971         of static var.  All uses changed.
59972         (year): Do not reject years before 1900; they can occur with
59973         64-bit time_t.
59974         (posix_time_parse): Do not check for out-of-range components;
59975         that is now the caller's responsibility, since our checks were
59976         only approximations.
59977         (posixtime): Use mktime to check for out-of-range components,
59978         since it knows them exactly.
59979         If mktime returns (time_t) -1, check whether an error actually occurred
59980         by invoking localtime on -1.
59981         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59982         posixtime failures better.
59983         Improve the test data (in comments only).
59984
59985 2003-06-02  Karl Berry  <karl@gnu.org>
59986
59987         * config/mkinstalldirs (version): new variable.
59988         (--version): new option.
59989         (usage): improve message.
59990
59991 2003-05-30  Karl Berry  <karl@gnu.org>
59992
59993         * lib/mktime.c: update from libc.
59994
59995 2003-05-30  Bruno Haible  <bruno@clisp.org>
59996
59997         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59998         * config/config.rpath: Upgrade to gettext-0.12.1.
59999
60000 2003-05-30  Bruno Haible  <bruno@clisp.org>
60001
60002         * m4/gettext.m4: Upgrade to gettext-0.12.1.
60003         * m4/nls.m4: New file, from gettext-0.12.1.
60004         * m4/po.m4: New file, from gettext-0.12.1.
60005         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60006
60007 2003-05-30  Bruno Haible  <bruno@clisp.org>
60008
60009         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60010         * lib/localcharset.h: Likewise.
60011         * lib/localcharset.c: Likewise.
60012
60013 2003-05-29  Karl Berry  <karl@gnu.org>
60014
60015         * config/config.rpath: update from gettext.
60016
60017 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60018
60019         Assume the headers required for C89 freestanding compilers.
60020         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60021         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60022         * m4/human.m4 (gl_HUMAN): Likewise.
60023         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60024         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60025         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60026         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60028         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60029
60030 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60031
60032         Assume the headers required for C89 freestanding compilers.
60033         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60034         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60035         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60036         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60037         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60038         define, since <limits.h> is guaranteed to do that.
60039         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60040         * lib/exclude.c: Include <stdbool.h> unconditionally.
60041         * lib/tempname.c: Include <stddef.h> unconditionally.
60042         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60043         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60044         <stddef.h> does that.
60045         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60046         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60047         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60048         needed.
60049         * lib/xstrtol.c: Likewise.
60050         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60051         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60052
60053         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60054         warnings on some platforms.
60055
60056         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60057         arbitrarily.
60058
60059 2003-05-26  Jim Meyering  <jim@meyering.net>
60060
60061         Merge in a change from coreutils:
60062         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60063         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60064         that condition, rather than `-1' which is slightly misleading.
60065         Change the name of the cache variable to have the gl_ prefix.
60066         Prompted by a patch from Richard Dawe for DJGPP.
60067
60068 2003-05-24  Karl Berry  <karl@gnu.org>
60069
60070         * config/config.guess: update from prep.
60071
60072 2003-05-22  Karl Berry  <karl@gnu.org>
60073
60074         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60075
60076 2003-05-20  Karl Berry  <karl@gnu.org>
60077
60078         * config/config.guess: update from prep.
60079
60080 2003-05-18  Karl Berry  <karl@gnu.org>
60081
60082         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60083         might actually be set by the user.
60084
60085         * config/depcomp, install-sh, mdate-sh: update from automake.
60086
60087 2003-05-17  Bruno Haible  <bruno@clisp.org>
60088
60089         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60090         invalid expansion for AC_EGREP_CPP.
60091         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60092         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60093         Suggested by Akim Demaille <akim@epita.fr> in
60094         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60095
60096 2003-05-12  Jim Meyering  <jim@meyering.net>
60097
60098         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60099         the space-padded-by-default conversion specifiers, %e, %k, %l.
60100
60101 2003-05-12  Bruno Haible  <bruno@clisp.org>
60102
60103         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60104         the string is longer than 4 KB.
60105
60106 2003-05-11  Karl Berry  <karl@gnu.org>
60107
60108         * config/config.{guess,sub}: update from prep.
60109
60110 2003-05-09  Bruno Haible  <bruno@clisp.org>
60111
60112         * modules/error: Add m4/strerror_r.m4 to file list.
60113
60114 2003-05-03  Bruno Haible  <bruno@clisp.org>
60115
60116         Upgrade to Unicode-4.0.
60117         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60118         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60119         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60120         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60121         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60122         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60123         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60124         Change width of U+E0100..U+E01EF from 1 to 0.
60125
60126 2003-04-25  Jim Meyering  <jim@meyering.net>
60127
60128         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60129         of type size_t, not int.
60130
60131 2003-04-25  Bruno Haible  <bruno@clisp.org>
60132
60133         * lib/copy-file.c: Include <stddef.h>, for size_t.
60134
60135 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60136
60137         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60138         code which expansion is under static control.  Patch imported from
60139         Akim Demaille's patch to Bison; see
60140         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60141
60142 2003-04-14  Bruno Haible  <bruno@clisp.org>
60143
60144         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60145
60146 2003-04-11  Jim Meyering  <jim@meyering.net>
60147
60148         Merge changes from Coreutils.
60149
60150         2003-03-22  Jim Meyering  <jim@meyering.net>
60151
60152         * lib/strftime.c (widen): Cast alloca return value to proper type.
60153
60154         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60155
60156         From GNU libc.
60157         * lib/strftime.c (my_strftime): Handle very large width
60158         specifications for numeric values correctly.  Improve checks for
60159         overflow.
60160
60161         2003-01-19  Jim Meyering  <jim@meyering.net>
60162
60163         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60164         definitions.
60165         (nl_get_alt_digit) [! defined my_strftime]: Define.
60166         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60167         _nl_get_alt_digit and _nl_get_walt_digit.
60168
60169         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60170         libc. These changes have no effect outside of _LIBC.
60171
60172 2003-04-10  Bruno Haible  <bruno@clisp.org>
60173
60174         * modules/findprog: New file.
60175         * MODULES.html.sh (func_all_modules): Add it.
60176
60177 2003-04-10  Bruno Haible  <bruno@clisp.org>
60178
60179         * m4/findprog.m4: New file.
60180         * m4/eaccess.m4: New file.
60181
60182 2003-04-10  Bruno Haible  <bruno@clisp.org>
60183
60184         * lib/findprog.h: New file, from GNU gettext.
60185         * lib/findprog.c: New file, from GNU gettext.
60186
60187 2003-04-05  Jim Meyering  <jim@meyering.net>
60188
60189         Merge changes from Coreutils.
60190
60191         * lib/exclude.h (PARAMS): Remove definition and uses.
60192         * lib/exclude.c: Remove uses of `PARAMS'.
60193
60194         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60195         Add test-cases for DOS filenames. Declare program_name.
60196         (main): Set up program_name.  Patch by Rich Dawe.
60197
60198         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60199         error from mntctl.
60200         Use mntctl's return value to drive the entry-processing loop, since
60201         we can't rely on the value of the vmt_length member in the last
60202         entry.  On some systems doing so could result in exhausting
60203         virtual memory.  Based in part on a patch from Mike Jetzer.
60204
60205 2003-04-04  Bruno Haible  <bruno@clisp.org>
60206
60207         * modules/linebreak: New file.
60208         * MODULES.html.sh (func_all_modules): Add it.
60209
60210 2003-04-04  Bruno Haible  <bruno@clisp.org>
60211
60212         * m4/linebreak.m4: New file.
60213
60214 2003-04-04  Bruno Haible  <bruno@clisp.org>
60215
60216         * lib/linebreak.h: New file, from GNU gettext.
60217         * lib/linebreak.c: New file, from GNU gettext with slight
60218         modifications.
60219         * lib/lbrkprop.h: New file, from GNU gettext.
60220
60221 2003-04-03  Bruno Haible  <bruno@clisp.org>
60222
60223         * modules/utf8-ucs4: New file.
60224         * modules/utf16-ucs4: New file.
60225         * modules/ucs4-utf8: New file.
60226         * modules/ucs4-utf16: New file.
60227         * MODULES.html.sh (func_all_modules): Add them.
60228
60229 2003-04-03  Bruno Haible  <bruno@clisp.org>
60230
60231         * m4/utf-ucs4.m4: New file.
60232         * m4/ucs4-utf.m4: New file.
60233
60234 2003-04-03  Bruno Haible  <bruno@clisp.org>
60235
60236         * lib/utf8-ucs4.h: New file, from GNU gettext.
60237         * lib/utf16-ucs4.h: New file, from GNU gettext.
60238         * lib/ucs4-utf8.h: New file, from GNU gettext.
60239         * lib/ucs4-utf16.h: New file, from GNU gettext.
60240
60241 2003-04-02  Bruno Haible  <bruno@clisp.org>
60242
60243         * modules/binary-io: New file.
60244         * MODULES.html.sh (func_all_modules): Add it.
60245
60246 2003-04-02  Bruno Haible  <bruno@clisp.org>
60247
60248         * lib/binary-io.h: New file, from GNU gettext.
60249
60250 2003-04-01  Bruno Haible  <bruno@clisp.org>
60251
60252         * modules/pathname: New file.
60253         * MODULES.html.sh (func_all_modules): Add it.
60254
60255 2003-04-01  Bruno Haible  <bruno@clisp.org>
60256
60257         * lib/pathname.h: New file, from GNU gettext.
60258         * lib/concatpath.c: New file, from GNU gettext.
60259
60260 2003-03-30  Bruno Haible  <bruno@clisp.org>
60261
60262         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60263
60264 2003-03-30  Bruno Haible  <bruno@clisp.org>
60265
60266         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60267         function chown() doesn't exist.
60268
60269 2003-03-28  Bruno Haible  <bruno@clisp.org>
60270
60271         * modules/copy-file: New file.
60272         * MODULES.html.sh (func_all_modules): Add it.
60273
60274 2003-03-28  Bruno Haible  <bruno@clisp.org>
60275
60276         * m4/copy-file.m4: New file.
60277
60278 2003-03-28  Bruno Haible  <bruno@clisp.org>
60279
60280         * lib/copy-file.h: New file, from GNU gettext.
60281         * lib/copy-file.c: New file, from GNU gettext.
60282
60283 2003-03-18  Jim Meyering  <jim@meyering.net>
60284
60285         * lib/quote.c (quote_n): Fix typo in comment.
60286
60287 2003-03-18  Bruno Haible  <bruno@clisp.org>
60288
60289         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60290         checking.
60291         * m4/onceonly_2_57.m4: Likewise.
60292
60293 2003-03-17  Bruno Haible  <bruno@clisp.org>
60294
60295         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60296         (m4_quote): Remove macro.
60297         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60298
60299 2003-03-14  Jim Meyering  <jim@meyering.net>
60300
60301         Merge changes from Coreutils.
60302         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60303         to be const, in order to avoid warnings.
60304         (obstack_room): Likewise.
60305         (obstack_empty_p): Likewise.
60306
60307 2003-03-14  Bruno Haible  <bruno@clisp.org>
60308
60309         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60310         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60311
60312 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60313
60314         Merge changes from Bison.
60315         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60316         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60317         when compiling Bison 1.875's `bitset bset = obstack_alloc
60318         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60319         * lib/hash.c: Include <stdbool.h> unconditionally.
60320
60321 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60322
60323         * m4/onceonly.m4 (m4_quote): New macro.
60324         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60325         Quote AC_FOREACH variable-expansions properly.
60326
60327 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60328
60329         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60330
60331 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60332
60333         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60334         Reported by Bruce Becker; see:
60335         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60336
60337 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60338             Bruno Haible  <bruno@clisp.org>
60339
60340         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60341         Reported by John Hughes, see
60342         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60343
60344 2003-02-20  Bruno Haible  <bruno@clisp.org>
60345
60346         * MODULES.html.sh (func_all_modules): Add poll.
60347
60348 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60349
60350         * modules/poll: New file.
60351
60352 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60353
60354         * lib/poll_.h: New file.
60355         * lib/poll.c: New file.
60356
60357 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60358
60359         * m4/poll.m4: New file.
60360
60361 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60362
60363         * modules/mathl: New file.
60364
60365 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60366
60367         * lib/mathl.h: New file.
60368         * lib/acosl.c: New file.
60369         * lib/asinl.c: New file.
60370         * lib/atanl.c: New file.
60371         * lib/ceill.c: New file.
60372         * lib/cosl.c: New file.
60373         * lib/expl.c: New file.
60374         * lib/floorl.c: New file.
60375         * lib/frexpl.c: New file.
60376         * lib/ldexpl.c: New file.
60377         * lib/logl.c: New file.
60378         * lib/sincosl.c: New file.
60379         * lib/sinl.c: New file.
60380         * lib/sqrtl.c: New file.
60381         * lib/tanl.c: New file.
60382         * lib/trigl.c: New file.
60383         * lib/trigl.h: New file.
60384
60385 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60386
60387         * m4/mathl.m4: New file.
60388
60389 2003-02-18  Bruno Haible  <bruno@clisp.org>
60390
60391         * MODULES.html.sh (func_all_modules): Add mathl.
60392
60393 2003-02-17  Bruno Haible  <bruno@clisp.org>
60394
60395         * modules/mkdtemp: New module.
60396         * MODULES.html.sh (func_all_modules): Add it.
60397
60398 2003-02-17  Bruno Haible  <bruno@clisp.org>
60399
60400         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60401
60402 2003-02-17  Bruno Haible  <bruno@clisp.org>
60403
60404         * lib/mkdtemp.h: New file, from GNU gettext.
60405         * lib/mkdtemp.c: New file, from GNU gettext.
60406
60407 2003-02-02  Jim Meyering  <jim@meyering.net>
60408
60409         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60410         e.g. glibc-2.2.93.
60411
60412 2003-01-31  Bruno Haible  <bruno@clisp.org>
60413
60414         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60415         'rpl_rename'.
60416         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60417         'rpl_strnlen'.
60418         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60419         'rpl_strtod'.
60420         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60421         'rpl_utime'.
60422
60423 2003-01-31  Bruno Haible  <bruno@clisp.org>
60424
60425         * lib/rename.c: #undef rename before defining rpl_rename.
60426         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60427
60428 2003-01-30  Bruno Haible  <bruno@clisp.org>
60429
60430         * modules/vasnprintf, modules/vasprintf: New modules.
60431         * MODULES.html.sh (func_all_modules): Add them.
60432
60433 2003-01-30  Bruno Haible  <bruno@clisp.org>
60434
60435         * m4/signed.m4: New file, from GNU gettext.
60436         * m4/longdouble.m4: New file, from GNU gettext.
60437         * m4/wchar_t.m4: New file, from GNU gettext.
60438         * m4/wint_t.m4: New file, from GNU gettext.
60439         * m4/vasnprintf.m4: New file.
60440         * m4/vasprintf.m4: New file.
60441
60442 2003-01-30  Bruno Haible  <bruno@clisp.org>
60443
60444         * lib/printf-args.h: New file, from GNU gettext.
60445         * lib/printf-args.c: New file, from GNU gettext.
60446         * lib/printf-parse.h: New file, from GNU gettext.
60447         * lib/printf-parse.c: New file, from GNU gettext.
60448         * lib/vasnprintf.h: New file, from GNU gettext.
60449         * lib/vasnprintf.c: New file, from GNU gettext.
60450         * lib/asnprintf.c: New file, from GNU gettext.
60451         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60452         * lib/vasprintf.c: New file, from GNU gettext.
60453         * lib/asprintf.c: New file, from GNU gettext.
60454
60455 2003-01-29  Bruno Haible  <bruno@clisp.org>
60456
60457         * modules/stpncpy: New module.
60458         * MODULES.html.sh (func_all_modules): Add it.
60459
60460 2003-01-29  Bruno Haible  <bruno@clisp.org>
60461
60462         * m4/stpncpy.m4: New file.
60463
60464 2003-01-29  Bruno Haible  <bruno@clisp.org>
60465
60466         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60467         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60468
60469 2003-01-28  Bruno Haible  <bruno@clisp.org>
60470
60471         * modules/c-ctype: New module.
60472         * MODULES.html.sh (func_all_modules): Add it.
60473
60474 2003-01-28  Bruno Haible  <bruno@clisp.org>
60475
60476         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60477         Paul Eggert.
60478         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60479         Paul Eggert.
60480
60481 2003-01-27  Bruno Haible  <bruno@clisp.org>
60482
60483         * modules/xsetenv: New module.
60484         * MODULES.html.sh (func_all_modules): Add it.
60485
60486 2003-01-27  Bruno Haible  <bruno@clisp.org>
60487
60488         * lib/xsetenv.h: New file, from GNU gettext.
60489         * lib/xsetenv.c: New file, from GNU gettext.
60490
60491 2003-01-23  Jim Meyering  <jim@meyering.net>
60492
60493         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60494         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60495
60496 2003-01-23  Bruno Haible  <bruno@clisp.org>
60497
60498         * modules/minmax: New module.
60499         * MODULES.html.sh (func_all_modules): Add it.
60500
60501 2003-01-23  Bruno Haible  <bruno@clisp.org>
60502
60503         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60504         Eggert.
60505
60506 2003-01-22  Bruno Haible  <bruno@clisp.org>
60507
60508         * modules/exit: New module.
60509         * MODULES.html.sh (func_all_modules): Add it.
60510
60511 2003-01-22  Bruno Haible  <bruno@clisp.org>
60512
60513         * lib/exit.h: New file, from GNU gettext.
60514
60515 2003-01-19  Bruno Haible  <bruno@clisp.org>
60516
60517         * gnulib-tool: Recognize option --extract-maintainer.
60518         (func_get_maintainer): New function.
60519         * modules/*: Add Maintainer entry.
60520
60521 2003-01-16  Jim Meyering  <jim@meyering.net>
60522
60523         * m4/regex.m4: The `regex' struct is both input and output.
60524         Initialize it before each use.  Patch by Tim Waugh.
60525
60526 2003-01-16  Bruno Haible  <bruno@clisp.org>
60527
60528         * MODULES.html.sh: Add a table of contents. Add the module name as
60529         leftmost column. Add hyperlinks.
60530
60531 2003-01-15  Bruno Haible  <bruno@clisp.org>
60532
60533         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60534
60535 2003-01-15  Bruno Haible  <bruno@clisp.org>
60536
60537         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60538         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60539         suffix.
60540
60541 2003-01-15  Bruno Haible  <bruno@clisp.org>
60542
60543         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60544
60545 2003-01-15  Bruno Haible  <bruno@clisp.org>
60546
60547         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60548         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60549
60550 2003-01-14  Jim Meyering  <jim@meyering.net>
60551
60552         * lib/same.c (same_name): Tweak a comment.
60553
60554 2003-01-14  Bruno Haible  <bruno@clisp.org>
60555
60556         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60557         when a string comparison is sufficient.
60558
60559 2003-01-14  Bruno Haible  <bruno@clisp.org>
60560
60561         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60562         'unsigned int'.
60563
60564 2003-01-14  Bruno Haible  <bruno@clisp.org>
60565
60566         * lib/hash-pjw.c: Add comment about low quality of this function.
60567
60568 2003-01-13  Bruno Haible  <bruno@clisp.org>
60569
60570         * modules/stpcpy: Distribute lib/stpcpy.h.
60571         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60572
60573 2003-01-13  Bruno Haible  <bruno@clisp.org>
60574
60575         * modules/*: Add a description.
60576         * modules/strpbrk: Fix Makefile.am snippet.
60577         * modules/strtoimax: Fix dependencies.
60578         * modules/strtoumax: Likewise.
60579
60580 2003-01-13  Bruno Haible  <bruno@clisp.org>
60581
60582         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60583         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60584         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60585
60586 2003-01-13  Bruno Haible  <bruno@clisp.org>
60587
60588         * gnulib-tool (func_create_testdir): Store config/* files in the main
60589         directory.
60590         * config.rpath: Move to ...
60591         * config/config.rpath: ... here.
60592         * modules/gettext: Contains config/config.rpath, not config.rpath.
60593         * modules/iconv: Likewise.
60594
60595 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60596
60597         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60598         to avoid collisions with libcurses and libreadline.
60599
60600         * m4/getstr.m4: Remove.
60601         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60602
60603 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60604
60605         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60606         to avoid collisions with libcurses and libreadline.
60607
60608         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60609         * lib/getstr.h, getstr.c: Remove.
60610         * lib/getline.c: Include "getline.h", to check interface.
60611         Move body of old getstr.c here: this defines MIN_CHUNK and
60612         declares getdelim2, which is renamed from getstr.
60613         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60614
60615         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60616         All uses changed.
60617         * lib/linebuffer.h: Likewise.
60618         (readline): Remove backward-compatibility macro.
60619
60620 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60621
60622         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60623         to avoid collisions with libcurses and libreadline.
60624         * getstr: Remove.
60625         * MODULES.html.sh: Remove getstr.
60626         * modules/getline: Depend on unlocked-io, not getstr.
60627
60628 2003-01-12  Jim Meyering  <jim@meyering.net>
60629
60630         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60631
60632 2003-01-10  Bruno Haible  <bruno@clisp.org>
60633
60634         * modules/alloca: Change Makefile.am requirements. Simplify Include
60635         requirements. Add lib/alloca_.h to file list.
60636
60637 2003-01-10  Bruno Haible  <bruno@clisp.org>
60638
60639         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60640
60641 2003-01-10  Bruno Haible  <bruno@clisp.org>
60642
60643         * lib/alloca_.h: New file.
60644         * lib/getdate.y: Unconditionally include alloca.h.
60645         * lib/makepath.c: Likewise.
60646         * lib/setenv.c: Likewise.
60647         * lib/userspec.c: Likewise.
60648
60649 2003-01-09  Karl Berry  <karl@gnu.org>
60650
60651         * MODULES.html.sh: include `dirname $0` in PATH, to find
60652         gnulib-tool.
60653
60654 2003-01-09  Bruno Haible  <bruno@clisp.org>
60655
60656         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60657         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60658
60659 2003-01-09  Bruno Haible  <bruno@clisp.org>
60660
60661         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60662
60663 2003-01-09  Bruno Haible  <bruno@clisp.org>
60664
60665         * lib/stdbool.h.in: New file.
60666
60667 2003-01-09  Bruno Haible  <bruno@clisp.org>
60668
60669         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60670         * MODULES.html.sh: Likewise.
60671
60672 2003-01-08  Jim Meyering  <jim@meyering.net>
60673
60674         * lib/full-write.c: Undefine and define-away `const' after inclusion
60675         of errno.h, not before.  Suggestion from Bruno Haible.
60676
60677 2003-01-08  Bruno Haible  <bruno@clisp.org>
60678
60679         * modules/full-read: Depend on full-write.
60680
60681 2003-01-08  Bruno Haible  <bruno@clisp.org>
60682
60683         * lib/safe-read.c: Include specification header first, to ensure its
60684         selfcontainedness.
60685         * lib/full-write.c: Likewise.
60686
60687 2003-01-07  Jim Meyering  <jim@meyering.net>
60688
60689         * lib/full-write.c: Rework so that it may serve to define full_read,
60690         too.
60691         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60692
60693 2003-01-07  Bruno Haible  <bruno@clisp.org>
60694
60695         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60696         <inttypes.h>.
60697         * lib/xstrtol.h: Likewise.
60698         * lib/xstrtoimax.c: Likewise.
60699         * lib/xstrtoumax.c: Likewise.
60700         * lib/human.h: Likewise.
60701
60702         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60703         on systems that have <inttypes.h> but not <stdint.h>.
60704
60705 2003-01-07  Bruno Haible  <bruno@clisp.org>
60706
60707         * MODULES.html.sh: Add copyright notice.
60708         (missed_files): Omit CVS directory entries.
60709         (func_module): Make it work with sed-3.02.
60710         * MODULES.txt: Remove file.
60711
60712 2003-01-06  Jim Meyering  <jim@meyering.net>
60713
60714         * lib/version-etc.c: Update year in translatable copyright string.
60715
60716 2003-01-03  Karl Berry  <karl@gnu.org>
60717
60718         * config/config.{guess,sub}: update from prep.
60719
60720 2003-01-02  Karl Berry  <karl@gnu.org>
60721
60722         * doc/COPYING.DOC: belatedly updated to 1.2.
60723
60724 2003-01-01  Karl Berry  <karl@gnu.org>
60725
60726         * gnulib-tool (func_verify_module): report module name $module in
60727         error message, not $1.
60728         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60729         be created, only if it doesn't exist.
60730         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60731
60732 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60733
60734         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60735
60736 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60737
60738         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60739         memcmp if strcoll doesn't work.
60740
60741 2002-12-31  Bruno Haible  <bruno@clisp.org>
60742
60743         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60744         nonempty.
60745
60746 2002-12-31  Bruno Haible  <bruno@clisp.org>
60747
60748         * lib/memcoll.c (STRCOLL): New macro.
60749         (memcoll): Use it.
60750
60751 2002-12-31  Bruno Haible  <bruno@clisp.org>
60752
60753         * lib/localcharset.h: New file.
60754         * lib/localcharset.c: Include it.
60755         * lib/unicodeio.c: Likewise.
60756
60757 2002-12-31  Bruno Haible  <bruno@clisp.org>
60758
60759         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60760         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60761
60762 2002-12-31  Bruno Haible  <bruno@clisp.org>
60763
60764         * lib/getline.h: Include <stddef.h>, for size_t.
60765
60766         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60767         * lib/unicodeio.c: Don't include <stddef.h>.
60768
60769 2002-12-31  Bruno Haible  <bruno@clisp.org>
60770
60771         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60772         HAVE_TM_ZONE.
60773
60774 2002-12-24  Karl Berry  <karl@gnu.org>
60775
60776         * config/config.guess: update from prep.
60777
60778 2002-12-24  Bruno Haible  <bruno@clisp.org>
60779
60780         General infrasructure.
60781         * m4/README: Rewritten.
60782         * m4/onceonly.m4: New file.
60783         * m4/onceonly_2_57.m4: New file.
60784
60785         Module atexit.
60786         * m4/atexit.m4: New file.
60787
60788         Module strtod.
60789         * m4/strtod.m4: New file.
60790
60791         Module strtol.
60792         * m4/strtol.m4: New file.
60793
60794         Module strtoul.
60795         * m4/strtoul.m4: New file.
60796
60797         Module memchr.
60798         * m4/memchr.m4: New file.
60799
60800         Module memcmp.
60801         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60802         (jm_FUNC_MEMCMP): Invoke it.
60803
60804         Module memcpy.
60805         * m4/memcpy.m4: New file.
60806
60807         Module memmove.
60808         * m4/memmove.m4: New file.
60809
60810         Module memset.
60811         * m4/memset.m4: New file.
60812
60813         Module strcspn.
60814         * m4/strcspn.m4: New file.
60815
60816         Module strpbrk.
60817         * m4/strpbrk.m4: New file.
60818
60819         Module strstr.
60820         * m4/strstr.m4: New file.
60821
60822         Module strerror.
60823         * m4/strerror.m4: New file.
60824
60825         Module mktime.
60826         * m4/mktime.m4: Renamed from jm-mktime.m4.
60827         (gl_PREREQ_MKTIME): New macro.
60828         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60829
60830         Module malloc.
60831         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60832         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60833         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60834
60835         Module realloc.
60836         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60837         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60838         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60839
60840         Module strftime.
60841         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60842         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60843         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60844         gl_TM_GMTOFF.
60845         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60846
60847         Module xalloc.
60848         * m4/xalloc.m4: New file.
60849
60850         Module alloca.
60851         * m4/alloca.m4: New file.
60852
60853         Module putenv.
60854         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60855         (jm_FUNC_PUTENV): Invoke it.
60856
60857         Module setenv.
60858         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60859         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60860         when invoked twice.
60861         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60862         gt_FUNC_SETENV.
60863
60864         Module memrchr.
60865         * m4/memrchr.m4: New file.
60866
60867         Module stpcpy.
60868         * m4/stpcpy.m4: New file.
60869
60870         Module strcase.
60871         * m4/strcase.m4: New file.
60872
60873         Module strdup.
60874         * m4/strdup.m4: New file.
60875
60876         Module strnlen.
60877         * m4/strnlen.m4: New file.
60878
60879         Module strndup.
60880         * m4/strndup.m4: New file.
60881
60882         Module xstrtod.
60883         * m4/xstrtod.m4: New file.
60884
60885         Module xstrtol.
60886         * m4/xstrtol.m4: New file.
60887
60888         Module getdate.
60889         * m4/getdate.m4: New file.
60890
60891         Module unlocked-io.
60892         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60893         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60894         * m4/jm-glibc-io.m4n: Remove file.
60895
60896         Module long-options.
60897         * m4/long-options.m4: New file.
60898
60899         Module md5.
60900         * m4/md5.m4: New file.
60901
60902         Module sha.
60903         * m4/sha.m4: New file.
60904
60905         Module getstr.
60906         * m4/getstr.m4: New file.
60907
60908         Module getline.
60909         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60910         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60911         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60912         simply getline. Infoke gl_PREREQ_GETLINE.
60913
60914         Module obstack.
60915         * m4/obstack.m4: New file.
60916
60917         Module hash.
60918         * m4/hash.m4: New file.
60919
60920         Module readtokens.
60921         * m4/readtokens.m4: New file.
60922
60923         Module strverscmp.
60924         * m4/strverscmp.m4: New file.
60925
60926         Module stdbool.
60927         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60928         OSF/1.
60929
60930         Module strtoll.
60931         * m4/strtoll.m4: New file.
60932
60933         Module strtoull.
60934         * m4/strtoull.m4: New file.
60935
60936         Module strtoimax.
60937         * m4/strtoimax.m4: New file.
60938
60939         Module strtoumax.
60940         * m4/strtoumax.m4: New file.
60941
60942         Module xstrtoimax.
60943         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60944         jm_AC_PREREQ_XSTRTOIMAX.
60945         Moved the strtol prerequisites to strtol.m4.
60946         Moved the strtoll prerequisites to strtoll.m4.
60947         Moved the strtoimax prerequisites to strtoimax.m4.
60948
60949         Module xstrtoumax.
60950         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60951         jm_AC_PREREQ_XSTRTOUMAX.
60952         Moved the strtoul prerequisites to strtoul.m4.
60953         Moved the strtoull prerequisites to strtoull.m4.
60954         Moved the strtoumax prerequisites to strtoumax.m4.
60955
60956         Module chown.
60957         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60958         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60959
60960         Module dup2.
60961         * m4/dup2.m4: New file.
60962
60963         Module ftruncate.
60964         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60965         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60966
60967         Module getgroups.
60968         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60969         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60970
60971         Module gettimeofday.
60972         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60973         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60974         gl_PREREQ_GETTIMEOFDAY.
60975
60976         Module mkdir.
60977         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60978         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60979
60980         Module mkstemp.
60981         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60982         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60983         jm_AC_TYPE_UINTMAX_T.
60984         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60985
60986         Module stat.
60987         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60988         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60989
60990         Module lstat.
60991         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60992         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60993
60994         Module timespec.
60995         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60996         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60997         * m4/st_mtim.m4: Indentation.
60998
60999         Module nanosleep.
61000         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
61001         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
61002         gl_PREREQ_NANOSLEEP.
61003
61004         Module regex.
61005         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61006         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61007         (gl_REGEX): New macro.
61008
61009         Module rename.
61010         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61011         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61012
61013         Module rmdir.
61014         * m4/rmdir.m4: New file.
61015
61016         Module utime.
61017         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61018         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61019         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61020
61021         Module dirname.
61022         * m4/dirname.m4: New file.
61023
61024         Module getopt.
61025         * m4/getopt.m4: New file.
61026
61027         Module unistd-safer.
61028         * m4/unistd-safer.m4: New file.
61029
61030         Module fnmatch.
61031         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61032         declaration.
61033         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61034         (gl_FUNC_FNMATCH_POSIX): New macro.
61035         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61036         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61037         simply fnmatch.
61038
61039         Module exclude.
61040         * m4/exclude.m4: New file.
61041
61042         Module human.
61043         * m4/human.m4: New file.
61044
61045         Module acl.
61046         * m4/acl.m4: Nop.
61047
61048         Module backupfile.
61049         * m4/backupfile.m4: New file.
61050         * m4/d-ino.m4: Indentation.
61051
61052         Module fsusage.
61053         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61054         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61055         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61056
61057         Module dirfd.
61058         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61059         requirements.
61060
61061         Module euidaccess.
61062         * m4/euidaccess.m4: New file.
61063
61064         Module file-type.
61065         * m4/file-type.m4: New file.
61066
61067         Module fileblocks.
61068         * m4/fileblocks.m4: New file.
61069
61070         Module filemode.
61071         * m4/filemode.m4: New file.
61072
61073         Module isdir.
61074         * m4/isdir.m4: New file.
61075
61076         Module lchown.
61077         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61078         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61079
61080         Module makepath.
61081         * m4/makepath.m4: New file.
61082
61083         Module modechange.
61084         * m4/modechange.m4: New file.
61085
61086         Module mountlist.
61087         * m4/mountlist.m4: New file.
61088         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61089         Indentation.
61090
61091         Module path-concat.
61092         * m4/path-concat.m4: New file.
61093
61094         Module pathmax.
61095         * m4/pathmax.m4: New file.
61096
61097         Module same.
61098         * m4/same.m4: New file.
61099
61100         Module save-cwd.
61101         * m4/save-cwd.m4: New file.
61102
61103         Module savedir.
61104         * m4/savedir.m4: New file.
61105
61106         Module xgetcwd.
61107         * m4/xgetcwd.m4: New file.
61108         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61109
61110         Module xreadlink.
61111         * m4/xreadlink.m4: New file.
61112
61113         Module safe-read.
61114         * m4/safe-read.m4: New file.
61115
61116         Module safe-write.
61117         * m4/safe-write.m4: New file.
61118
61119         Module closeout.
61120         * m4/closeout.m4: New file.
61121
61122         Module stdio-safer.
61123         * m4/stdio-safer.m4: New file.
61124
61125         Module getpass.
61126         * m4/getpass.m4: New file.
61127
61128         Module getugroups.
61129         * m4/getugroups.m4: New file.
61130
61131         Module group-member.
61132         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61133         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61134
61135         Module idcache.
61136         * m4/idcache.m4: New file.
61137
61138         Module userspec.
61139         * m4/userspec.m4: New file.
61140
61141         Module gettime.
61142         * m4/clock_time.m4: New file.
61143         * m4/gettime.m4: New file.
61144
61145         Module settime.
61146         * m4/settime.m4: New file.
61147
61148         Module posixtm.
61149         * m4/posixtm.m4: New file.
61150
61151         Module gethostname.
61152         * m4/gethostname.m4: New file.
61153
61154         Module canon-host.
61155         * m4/canon-host.m4: New file.
61156
61157         Module gettext.
61158         * m4/codeset.m4: New file, from gettext-0.11.5.
61159         * m4/gettext.m4: New file, from gettext-0.11.5.
61160         * m4/glibc21.m4: New file, from gettext-0.11.5.
61161         * m4/iconv.m4: New file, from gettext-0.11.5.
61162         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61163         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61164         * m4/inttypes.m4: New file, from gettext-0.11.5.
61165         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61166         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61167         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61168         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61169         * m4/lib-link.m4: New file, from gettext-0.11.5.
61170         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61171         * m4/progtest.m4: New file, from gettext-0.11.5.
61172         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61173         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61174         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61175
61176         Module localcharset.
61177         * m4/localcharset.m4: New file.
61178
61179         Module hard-locale.
61180         * m4/hard-locale.m4: New file.
61181
61182         Module mbswidth.
61183         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61184         onceonly macros.
61185         * m4/mbrtowc.m4: Add comment.
61186
61187         Module memcasecmp.
61188         * m4/memcasecmp.m4: New file.
61189
61190         Module memcoll.
61191         * m4/memcoll.m4: New file.
61192
61193         Module unicodeio.
61194         * m4/unicodeio.m4: New file.
61195
61196         Module rpmatch.
61197         * m4/rpmatch.m4: New file.
61198
61199         Module yesno.
61200         * m4/yesno.m4: New file.
61201
61202         Module exitfail.
61203         * m4/exitfail.m4: New file.
61204
61205         Module c-stack.
61206         * m4/c-stack.m4 (gl_C_STACK): New macro.
61207         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61208
61209         Module error.
61210         * m4/error.m4 (gl_ERROR): New macro.
61211         (jm_PREREQ_ERROR): Use onceonly macros.
61212
61213         Module fatal.
61214         * m4/fatal.m4: New file.
61215
61216         Module getloadavg.
61217         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61218         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61219
61220         Module getpagesize.
61221         * m4/getpagesize.m4: New file.
61222
61223         Module getusershell.
61224         * m4/getusershell.m4: New file.
61225
61226         Module physmem.
61227         * m4/physmem.m4: New file.
61228
61229         Module posixver.
61230         * m4/posixver.m4: New file.
61231
61232         Module quotearg.
61233         * m4/quotearg.m4: New file.
61234
61235         Module quote.
61236         * m4/quote.m4: New file.
61237
61238         Module readutmp.
61239         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61240
61241         Module sig2str.
61242         * m4/sig2str.m4: New file.
61243
61244         Other.
61245         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61246         ulonglong.m4.
61247         * m4/intmax_t.m4: New file.
61248         * m4/d-type.m4: Indentation.
61249         * m4/jm-macros.m4: Update.
61250         * m4/prereq.m4 (jm_PREREQ): Update.
61251         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61252         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61253         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61254         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61255         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61256         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61257         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61258         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61259         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61260         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61261         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61262         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61263         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61264         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61265         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61266         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61267         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61268         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61269         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61270
61271 2002-12-24  Bruno Haible  <bruno@clisp.org>
61272
61273         * MODULES.txt: Update according to m4/ changes.
61274
61275         Module gettext.
61276         * config.rpath: New file, from gettext-0.11.5.
61277
61278         * modules/*: New module descriptions.
61279         * gnulib-tool: New file.
61280         * MODULES.html.sh: New file.
61281
61282 2002-12-21  Karl Berry  <karl@gnu.org>
61283
61284         * doc/fdl.texi: update to version 1.2.
61285
61286 2002-12-19  Karl Berry  <karl@gnu.org>
61287
61288         * config/config.guess: update from prep.
61289
61290 2002-12-18  Bruno Haible  <bruno@clisp.org>
61291
61292         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61293         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61294
61295 2002-12-17  Bruno Haible  <bruno@clisp.org>
61296
61297         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61298         stdlib.h, string.h.
61299
61300 2002-12-17  Bruno Haible  <bruno@clisp.org>
61301
61302         * lib/canon-host.c (strdup): Remove unused declaration.
61303
61304         * lib/fsusage.c: Include full_read.h.
61305         (get_fs_usage): Use full_read instead of safe_read.
61306
61307         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61308
61309 2002-12-12  Karl Berry  <karl@gnu.org>
61310
61311         * config/config.guess: update from prep.
61312
61313 2002-12-11  Bruno Haible  <bruno@clisp.org>
61314
61315         * m4/setenv.m4: New file, from gettext-0.11.5.
61316
61317 2002-12-11  Bruno Haible  <bruno@clisp.org>
61318
61319         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61320         not unsetenv().
61321         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61322         modifications:
61323
61324         2002-12-11  Bruno Haible  <bruno@clisp.org>
61325
61326                 * setenv.c (alloca): Fall back to malloc.
61327                 (freea): New macro.
61328                 (setenv): Use freea() to free memory allocated with alloca().
61329
61330         2002-11-13  Bruno Haible  <bruno@clisp.org>
61331
61332                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61333                 function declarations.
61334                 * unsetenv.c (unsetenv): Likewise.
61335
61336         2002-03-04  Bruno Haible  <bruno@clisp.org>
61337
61338                 Portability to AIX 4.3.3.
61339                 * unsetenv.c: New file, extracted from setenv.c.
61340                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61341
61342         2001-12-20  Bruno Haible  <bruno@clisp.org>
61343
61344                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61345                 use malloc instead. For SunOS 4.
61346
61347         2001-12-11  Bruno Haible  <bruno@clisp.org>
61348
61349                 * setenv.c: Declare alloca.
61350                 (compar_fn_t): New typedef.
61351                 (KNOWN_VALUE, STORE_VALUE): Use it.
61352
61353         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61354         setenv.h.
61355
61356 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61357
61358         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61359         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61360         Choose values that are less likely to collide with system fnmatch
61361         options.
61362         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61363         defined (e.g., a pure POSIX system).
61364         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61365         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61366
61367 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61368
61369         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61370         a pain in practice to deal with generated m4 files.  This change
61371         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61372
61373         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61374         and jm-glibc-io.m4, as they are no longer a special case.
61375         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61376         kludge and the auto-generation stuff.  Check only whether the
61377         functions are declared, not whether they exist, since older hosts
61378         that don't declare the functions can't use the optimization anyway.
61379
61380 2002-12-06  Jim Meyering  <jim@meyering.net>
61381
61382         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61383
61384         Merge in changes from libc's misc/error.c, in preparation
61385         for the merge of gnulib's changes back into libc.
61386
61387         * lib/error.c (_): Define only if not already defined.
61388         Move definition to follow all #include directives.
61389         Include unlocked-io.h only if !_LIBC.
61390         [_LIBC]: Include <libio/libioP.h>.
61391         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61392         (fflush): Tweak definition to use INTUSE.
61393         (putc): Define.
61394
61395 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61396
61397         * lib/alloca.c [defined emacs]: Include "lisp.h".
61398         (xalloc_die) [defined emacs]: New macro.
61399         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61400         [! defined emacs]: Include <xalloc.h>.
61401         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61402         (pointer): Typedef to POINTER_TYPE *.
61403         (malloc): Remove decl; we now always use xmalloc.
61404         (alloca): Use old-style definition, since Emacs needs this.
61405         Check for arithmetic overflow when computing combined size.
61406
61407 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61408
61409         Do not generate unlocked-io.h automatically, since it's easier to
61410         maintain it by hand.
61411
61412         * lib/unlocked-io.h: New file, from GNU diffutils,
61413         but with proper copyright notice and attribution.
61414         * lib/gen-uio: Remove.
61415         * lib/Makefile.am: Add copyright notice.
61416         (libfetish_a_SOURCES): Add unlocked-io.h.
61417         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61418         (DISTCLEANFILES, io_functions): Remove macros.
61419         (EXTRA_DIST): Remove gen_uio.
61420         (unlocked-io.h): Remove rule.
61421
61422 2002-12-04  Jim Meyering  <jim@meyering.net>
61423
61424         Reflect the fact that stat.c and lstat.c are no longer generated.
61425         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61426         (DISTCLEANFILES): Likewise.
61427         (EXTRA_DIST): Likewise.
61428         (all_local): Don't depend on stat.c or lstat.c.
61429         (stat.c, lstat.c): Remove rules.
61430         (EXTRA_DIST): Remove xstat.in.
61431
61432         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61433         * lib/stat.c: New file.  Contents mostly from xstat.in.
61434         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61435         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61436
61437         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61438         too.
61439         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61440
61441 2002-12-03  Jim Meyering  <jim@meyering.net>
61442
61443         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61444         but not semantics, to minimize the differences between these two files.
61445         (safe_read): Change comment to mention SAFE_READ_ERROR.
61446
61447         * lib/safe-read.c (IS_EINTR): Define.
61448         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61449
61450 2002-12-02  Jim Meyering  <jim@meyering.net>
61451
61452         * lib/safe-read.c (EINTR): Define.
61453         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61454         (INT_MAX): Provide fallback.
61455         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61456
61457         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61458
61459 2002-12-02  Bruno Haible  <bruno@clisp.org>
61460
61461         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61462         Define, taken from safe-read.c.
61463         (INT_MAX): Provide fallback.
61464         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61465         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61466
61467         * lib/safe-read.c (EINTR): Remove definition.
61468         (safe_read): Don't use EINTR if it is absent.
61469
61470 2002-12-01  Jim Meyering  <jim@meyering.net>
61471
61472         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61473         zero.
61474         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61475
61476 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61477
61478         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61479         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61480         with `if (! (value < limit)) abort ();', for readability.
61481
61482 2002-11-26  Karl Berry  <karl@gnu.org>
61483
61484         * lib/strdup.c: copy from libc again, with jim's ok.
61485         * lib/.cppi-disable: re-add strdup.c
61486
61487 2002-11-25  Karl Berry  <karl@gnu.org>
61488
61489         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61490         instead of "strtol.c".
61491
61492 2002-11-25  Karl Berry  <karl@gnu.org>
61493
61494         * config/install-sh: update from automake for variable quoting, $0 in
61495         error msgs, etc.
61496
61497         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61498         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61499         entry.
61500
61501 2002-11-25  Jim Meyering  <jim@meyering.net>
61502
61503         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61504
61505 2002-11-24  Karl Berry  <karl@gnu.org>
61506
61507         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61508         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61509
61510 2002-11-24  Jim Meyering  <jim@meyering.net>
61511
61512         Update from coreutils:
61513
61514         * lib/mktime.c: Merge in changes from libc.
61515
61516         Avoid a link-time failure on some Linux systems.
61517         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61518         (otherwise).
61519         (__mon_yday): Declare with the STATIC attribute.
61520         (__mktime_internal): Likewise.
61521         Based on a report from Greg Schafer.
61522
61523 2002-11-23  Jim Meyering  <jim@meyering.net>
61524
61525         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61526         Use `unsigned', not `int', as type of index.
61527
61528         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61529
61530         * lib/fsusage.c: Remove unneeded parentheses around operands of
61531         `defined'.
61532
61533 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61534
61535         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61536         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61537         so that we can be included first.
61538         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61539         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61540         No need to include stddef.h or sys/types.h any more.
61541         Surround local include files with "", not "<>".
61542         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61543         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61544         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61545         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61546         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61547         (ISPRINT): Remove; no longer needed now that we assume C89.
61548
61549         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61550         Preserve errno.
61551
61552         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61553         quotearg_char): Use SIZE_MAX rather than
61554         (size_t) -1 when we are talking about "infinity".
61555
61556         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61557
61558 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61559
61560         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61561         hint that one should use `if (! x) abort ();' rather than `assert
61562         (x);', and anyway it's one less thing to worry about configuring.
61563         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61564         hash_rehash, hash_insert): Use abort rather than assert.
61565
61566 2002-11-22  Bruno Haible  <bruno@clisp.org>
61567
61568         * lib/safe-read.h: Assume C89. Add comments.
61569         (safe_read): Change return type to size_t.
61570         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61571         byte counts > SSIZE_MAX correctly.
61572         * lib/safe-write.h: New file.
61573         * lib/safe-write.c: New file.
61574         * lib/full-read.h: New file.
61575         * lib/full-read.c: New file.
61576         * lib/full-write.h: Assume C89. Add comments.
61577         * lib/full-write.c: Include safe-write.h.
61578         (full_write): Rewritten to use safe_write.
61579         Suggested by Jim Meyering and Paul Eggert.
61580
61581 2002-11-21  Jim Meyering  <jim@meyering.net>
61582
61583         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61584
61585         Merge in changes from the coreutils.
61586
61587         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61588         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61589         <stdint.h>.
61590         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61591         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61592         int.  Work more efficiently if X is the same width as uintmax_t.
61593         Do not compare X to -1, to avoid bogus compiler warning.
61594         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61595         Don't assume that f_frsize and f_bsize are the same type.
61596
61597         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61598         warning on FreeBSD.
61599
61600         * lib/makepath.c (make_path): Restore umask *before* creating the final
61601         component.
61602         (make_path): Minor reformatting.
61603
61604         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61605         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61606         HAVE_MALLOC/HAVE_REALLOC.
61607
61608         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61609         dummy ones.  At least on GNU/Linux systems, `auto' means something
61610         else.
61611         From Michael Stone.
61612
61613 2002-11-21  Bruno Haible  <bruno@clisp.org>
61614
61615         Remove case insensitive option matching.
61616         * lib/argmatch.h (argcasematch): Remove declaration.
61617         (ARGCASEMATCH): Remove macro.
61618         (__xargmatch_internal): Remove case_sensitive argument.
61619         (XARGMATCH): Update.
61620         (XARGCASEMATCH): Remove macro.
61621         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61622         case_sensitive argument.
61623         (argcasematch): Remove function.
61624         (__xargmatch_internal): Remove case_sensitive argument.
61625         (main): Use XARGMATCH instead of XARGCASEMATCH.
61626
61627         * lib/xmalloc.c: Change compile-time error message. Add comment about
61628         required autoconf version.
61629
61630 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61631
61632         Merge argmatch cleanups from Bison.  Assume C89.
61633
61634         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61635         Include stdlib.h, for EXIT_FAILURE.
61636         Always include <string.h>, since we assume C89.
61637         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61638         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61639         Include <stddef.h> instead, since it's all we need for size_t.
61640         (PARAMS): Remove.  All uses removed.
61641         (ARRAY_CARDINALITY): Do not bother to #undef.
61642         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61643         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61644         Remove unnecessary parentheses.
61645         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61646         Insert necessary parentheses.
61647         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61648         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61649
61650 2002-11-19  Bruno Haible  <bruno@clisp.org>
61651
61652         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61653         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61654
61655         * lib/mbswidth.h (PARAMS): Remove macro.
61656         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61657         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61658
61659         * lib/gcd.h (PARAMS): Remove macro.
61660         (gcd): Use ANSI C function declarations.
61661         * lib/gcd.c (gcd): Likewise.
61662
61663 2002-11-15  Bruno Haible  <bruno@clisp.org>
61664
61665         * lib/strcspn.c: Include <stddef.h>.
61666         (strcspn): Use ANSI C function declaration. Change return type to
61667         size_t. Use NULL.
61668         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61669         (strpbrk): Use NULL.
61670         * lib/strpbrk.h (PARAMS): Remove macro.
61671         (strpbrk): Use ANSI C function declaration.
61672         * lib/strstr.c: Don't include <sys/types.h>.
61673         * lib/strstr.h (PARAMS): Remove macro.
61674         (strstr): Use ANSI C function declarations.
61675
61676 2002-11-14  Karl Berry  <karl@gnu.org>
61677
61678         * config/mkinstalldirs: `do' on separate line, instead of
61679         `for var; do'.
61680
61681 2002-11-06  Bruno Haible  <bruno@clisp.org>
61682
61683         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61684         * lib/gcd.c (gcd): Likewise.
61685
61686 2002-11-05  Bruno Haible  <bruno@clisp.org>
61687
61688         * lib/gcd.h: New file, from gettext-0.11.5.
61689         * lib/gcd.c: New file, from gettext-0.11.5.
61690
61691 2002-11-05  Bruno Haible  <bruno@clisp.org>
61692
61693         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61694         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61695         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61696         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61697
61698         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61699         <libintl.h>.
61700         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61701         <libintl.h>.
61702
61703         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61704         * lib/human.c: Include gettext.h instead of <libintl.h>.
61705         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61706         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61707         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61708         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61709         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61710         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61711         (textdomain): Remove definition.
61712         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61713
61714         * lib/long-options.c: Remove include of <libintl.h> and definition of
61715         _.
61716         * lib/same.c: Remove include of <libintl.h> and definition of _.
61717
61718 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61719
61720         * lib/config.charset: A few additions for Solaris.
61721
61722 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61723
61724         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61725         * lib/localcharset.c (locale_charset): Declare as extern "C".
61726
61727 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61728
61729         * lib/config.charset: msdos in uk_UA uses CP1125.
61730
61731 2002-11-04  Bruno Haible  <bruno@clisp.org>
61732
61733         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61734         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61735         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61736         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61737         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61738
61739 2002-11-04  Bruno Haible  <bruno@clisp.org>
61740
61741         * lib/localcharset.c (locale_charset): Don't return an empty string.
61742
61743 2002-11-04  Bruno Haible  <bruno@clisp.org>
61744
61745         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61746         aliases.
61747
61748 2002-11-04  Bruno Haible  <bruno@clisp.org>
61749
61750         * lib/config.charset: Update for newest glibc. Add canonical names
61751         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61752
61753 2002-11-04  Bruno Haible  <bruno@clisp.org>
61754
61755         * lib/config.charset: Add support for NetBSD.
61756
61757 2002-11-04  Bruno Haible  <bruno@clisp.org>
61758
61759         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61760
61761 2002-11-01  Bruno Haible  <bruno@clisp.org>
61762
61763         * configure.in: Add AC_CONFIG_AUX_DIR call.
61764         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61765         test/Makefile.
61766         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61767
61768 2002-09-28  Karl Berry  <karl@gnu.org>
61769
61770         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61771         installed automake until the next release, since changes have been
61772         made.
61773
61774 2002-09-25  Karl Berry  <karl@gnu.org>
61775
61776         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61777         * lib/getopt*: copy from libc/posix.
61778         * lib/gettext.h: copy from gettext.
61779         * lib/.cppi-disable: add strdup.c, gettext.h.
61780
61781 2002-09-25  Karl Berry  <karl@gnu.org>
61782
61783         * config/srclist.txt: enable gettext.h check.
61784         * config/config.{guess,sub}: update from prep.
61785         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61786                 from automake 1.6.3.
61787         See srclist*.
61788
61789 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61790
61791         * regex.c (PATFETCH): Remove the translating fetch.
61792         (PATFETCH_RAW): Rename to PATFETCH.
61793         (set_image_of_range): New fun.
61794         (SET_RANGE_TABLE_WORK_AREA): Use it.
61795         (regex_compile): Don't translate the pattern chars so eagerly.
61796         Only do it when inserting an `exactn' bytecode or when handling
61797         a char-range.
61798         (mutually_exclusive_p): Avoid empty statement.
61799
61800 2002-07-06  Jim Meyering  <meyering@lucent.com>
61801
61802         * m4/README: Don't mention Makefile.am.in.
61803         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61804
61805 2002-07-01  Jim Meyering  <meyering@lucent.com>
61806
61807         * lib/c-stack.c: Include sys/time.h.
61808         From Volker Borchert.
61809
61810 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61811
61812         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61813
61814 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61815
61816         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61817         New macro.  Use it uniformly instead of
61818         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61819         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61820         reported by Vin Shelton.
61821
61822 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61823
61824         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61825         Do not assume SA_SIGINFO behavior.
61826         Bug reported by Jim Meyering on NetBSD 1.5.2.
61827
61828 2002-06-22  Jim Meyering  <meyering@lucent.com>
61829
61830         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61831         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61832
61833         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61834         now that configure.ac uses AC_GNU_SOURCE.
61835         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61836         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61837
61838         Update to latest tools.  Suggestions from Paul Eggert.
61839         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61840         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61841         * m4/fnmatch.m4: Likewise.
61842         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61843         to AC_HEADER_STDBOOL
61844
61845 2002-06-22  Jim Meyering  <meyering@lucent.com>
61846
61847         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61848         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61849
61850 2002-06-22  Jim Meyering  <meyering@lucent.com>
61851
61852         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61853
61854         * lib/exitfail.c, exitfail.h: Likewise.
61855         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61856
61857         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61858         of fnmatch.h.
61859         (EXTRA_DIST): Add fnmatch_loop.c.
61860         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61861
61862         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61863         * lib/fnmatch.c: Update from diffutils-2.8.2.
61864         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61865         * lib/fnmatch.h: Remove file.
61866
61867 2002-06-21  Jim Meyering  <meyering@lucent.com>
61868
61869         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61870         * m4/mbrtowc.m4: Likewise.
61871
61872         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61873         * m4/mbswidth.m4: Reflect name change:
61874         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61875         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61876
61877         * m4/lib-link.m4: Update from gettext-0.11.2.
61878         * m4/gettext.m4: Likewise.
61879
61880         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61881         From Alfred M. Szmidt.
61882
61883 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61884
61885         * lib/file-type.h: Report an error if neither S_ISREG nor
61886         S_IFREG is defined, instead of using a test specific to glibc
61887         2.2.  This should be safe, since POSIX requires S_ISREG and
61888         Unix Version 7 had S_IFREG.  We don't need to check for
61889         <sys/types.h> since we don't use any symbols that it defines.
61890
61891 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61892
61893         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61894         $@-t, so that each temporary file name is unique and valid in the first
61895         8 characters, for operation under DOS.
61896
61897 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61898
61899         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61900
61901 2002-06-15  Jim Meyering  <meyering@lucent.com>
61902
61903         Work even with DJGPP 2.03, which lacks support for symlinks.
61904         From Richard Dawe.
61905         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61906         is defined.
61907         * lib/lchown.c (S_ISLNK): Likewise.
61908
61909 2002-06-15  Jim Meyering  <meyering@lucent.com>
61910
61911         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61912         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61913         have been included before this file.
61914
61915 2002-06-14  Jim Meyering  <meyering@lucent.com>
61916
61917         * lib/file-type.h: Use the version from diffutils-2.8.2.
61918         * lib/file-type.c: Likewise.
61919
61920 2002-06-07  Jim Meyering  <meyering@lucent.com>
61921
61922         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61923         They're needed at least for NetBSD 1.5.2.
61924         ($statxfs_includes): Include those same headers.
61925         ($statxfs_includes): Include sys/vfs.h if available.
61926         ($statxfs_includes): Likewise for sys/statvfs.h.
61927         Check for the following members in both structs statfs and statvfs:
61928         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61929
61930 2002-06-01  Jim Meyering  <meyering@lucent.com>
61931
61932         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61933         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61934
61935 2002-05-28  Jim Meyering  <meyering@lucent.com>
61936
61937         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61938         Reported by Volker Borchert.
61939
61940 2002-05-27  Jim Meyering  <meyering@lucent.com>
61941
61942         Fix a problem seen only on nonconforming systems whereby ls.c's
61943         use of localtime, and then of gettimeofday would cause trouble:
61944         the localtime call used to initialize rpl_gettimeofday's save
61945         mechanism would clobber ls's current local time information so
61946         that in any long listing the first file would always be listed
61947         with date 1970-01-01.  Analysis by Volker Borchert.
61948
61949         * lib/gettimeofday.c (localtime): Undefine.
61950         (rpl_localtime): New function.
61951
61952 2002-05-27  Jim Meyering  <meyering@lucent.com>
61953
61954         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61955         localtime.
61956
61957         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61958         use the replacement function; it wouldn't resolve at link time.
61959         Reported by Volker Borchert.
61960
61961 2002-05-22  Jim Meyering  <meyering@lucent.com>
61962
61963         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61964         file-type.h.
61965         * lib/file-type.h: New file.
61966         * lib/file-type.c (file_type): New file/function.  Extracted from
61967         diffutils.
61968
61969 2002-04-30  Jim Meyering  <meyering@lucent.com>
61970
61971         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61972
61973 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61974
61975         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61976
61977 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61978
61979         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61980         Do not check for alloca.h (no longer used) or stdbool.h (was never
61981         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61982
61983 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61984
61985         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61986
61987 2002-04-29  Jim Meyering  <meyering@lucent.com>
61988
61989         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61990         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61991         Use AC_FUNC_STRNLEN here instead.
61992
61993         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61994         With autoconf-2.53a, it's part of AC_PROG_CC.
61995
61996 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61997
61998         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61999         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
62000
62001 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62002
62003         * lib/sig2str.h, lib/sig2str.c: New files.
62004         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62005
62006 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62007
62008         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62009         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62010         of 127, since 64 is the largest conceivable number for ancient
62011         nonstandard hosts.
62012         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62013
62014 2002-04-28  Jim Meyering  <meyering@lucent.com>
62015
62016         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62017
62018 2002-04-24  Jim Meyering  <meyering@lucent.com>
62019
62020         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62021         (jm_PREREQ): Use it.
62022
62023         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62024         mach/mach.h fcntl.h.
62025         Check for this function: setlocale.
62026
62027 2002-04-24  Jim Meyering  <meyering@lucent.com>
62028
62029         * lib/gettext.h: New file, from Gettext.
62030         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62031         (libfetish_a_SOURCES): Add gettext.h.
62032
62033 2002-04-16  Jim Meyering  <meyering@lucent.com>
62034
62035         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62036         ut_pid, ut_id, ut_exit.
62037
62038 2002-04-16  Jim Meyering  <meyering@lucent.com>
62039
62040         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62041         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62042         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62043
62044 2002-04-12  Jim Meyering  <meyering@lucent.com>
62045
62046         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62047         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62048         existence of the getmntinfo function.  Needed for Darwin 5.3.
62049
62050         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62051         This is necessary at least on Darwin 5.3.
62052
62053         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62054         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62055         strnlen.o in the library, and that makes some versions of ranlib
62056         object.
62057
62058 2002-04-12  Jim Meyering  <meyering@lucent.com>
62059
62060         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62061
62062 2002-04-09  Jim Meyering  <meyering@lucent.com>
62063
62064         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62065         to be more precise.  Rather than saying we're checking whether the
62066         function `works', say what we're testing.
62067         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62068         Reported by Bruno Haible.
62069
62070 2002-03-10  Jim Meyering  <meyering@lucent.com>
62071
62072         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62073         Suggestion from Santiago Vila.
62074
62075 2002-03-08  Jim Meyering  <meyering@lucent.com>
62076
62077         * lib/rename.c: Mention that this wrapper is needed also on
62078         mips-dec-ultrix4.4 systems.
62079
62080 2002-03-02  Jim Meyering  <meyering@lucent.com>
62081
62082         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62083         not HAVE_CLOCK_SETTIME.
62084
62085 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62086
62087         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62088         Check for clock_settime.
62089
62090 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62091
62092         * lib/nanosleep.h: Rename to....
62093         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62094
62095         * lib/gettime.c: New file.
62096         * lib/settime.c: New file.
62097         * lib/stime.c: Remove.
62098
62099         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62100         timespec.h.  Remove nanosleep.h.
62101
62102 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62103
62104         * m4/acl.m4: New file.
62105         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62106         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62107
62108 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62109
62110         * lib/acl.c, lib/acl.h: New files.
62111         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62112
62113 2002-02-24  Jim Meyering  <meyering@lucent.com>
62114
62115         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62116         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62117         cause trouble.  Reported by Nelson Beebe.
62118
62119 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62120
62121         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62122         compilers that don't know that xalloc_die never returns.
62123
62124 2002-02-20  Jim Meyering  <meyering@lucent.com>
62125
62126         * lib/getdate.c: Regenerate using bison-1.33.
62127
62128 2002-02-17  Jim Meyering  <meyering@lucent.com>
62129
62130         * config/config.guess (main): Don't use `head -1'; it's no longer
62131         portable. Use `sed 1q' instead.
62132
62133 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62134
62135         * m4/codeset.m4: Upgrade to gettext-0.11.
62136         * m4/gettext.m4: Upgrade to gettext-0.11.
62137         * m4/glibc21.m4: Upgrade to gettext-0.11.
62138         * m4/iconv.m4: Upgrade to gettext-0.11.
62139         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62140         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62141         * m4/lib-ld.m4: New file, from gettext-0.11.
62142         * m4/lib-link.m4: New file, from gettext-0.11.
62143         * m4/lib-prefix.m4: New file, from gettext-0.11.
62144         * m4/progtest.m4: Upgrade to gettext-0.11.
62145
62146 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62147
62148         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62149         (jm_PREREQ): Use it.
62150
62151 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62152
62153         * lib/posixver.c, lib/posixver.h: New files.
62154         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62155
62156 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62157             Bruno Haible  <bruno@clisp.org>
62158
62159         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62160         (fwrite_success_callback): New declaration.
62161         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62162         print_unicode_char. Call failure callback instead of error.
62163         (fwrite_success_callback): New function.
62164         (exit_failure_callback): New function.
62165         (fallback_failure_callback): New function.
62166         (print_unicode_char): Call unicode_to_mb.
62167
62168 2002-01-26  Jim Meyering  <meyering@lucent.com>
62169
62170         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62171         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62172
62173 2002-01-26  Jim Meyering  <meyering@lucent.com>
62174
62175         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62176
62177 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62178
62179         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62180
62181 2002-01-22  Jim Meyering  <meyering@lucent.com>
62182
62183         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62184         Otherwise, some versions of automake would omit the rule that makes
62185         Makefile from Makefile.in.
62186
62187 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62188
62189         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62190         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62191         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62192         (memcoll): Set errno to zero if there is no error.
62193
62194         * lib/quotearg.c (quotearg_buffer_restyled):
62195         Fix bug with quoting buffers containing NUL when backslashing escapes.
62196         This bug was exposed by the other changes in this patch.
62197         (quotearg_n_options): New arg ARGSIZE.
62198         All callers changed.
62199         (quoting_options_from_style): New function.
62200         (quotearg_n_style): Use it.
62201         (quotearg_n_style_mem): New function.
62202
62203         * lib/quotearg.h (quotearg_n_style_mem): New function.
62204
62205 2002-01-19  Jim Meyering  <meyering@lucent.com>
62206
62207         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62208         Remove useless quotes: DF_PROG="df".
62209         * m4/strnlen.m4: New file.
62210
62211 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62212
62213         * lib/backupfile.c (ISDIGIT): Comment fix.
62214         * lib/getdate.y (ISDIGIT): Likewise.
62215         * lib/posixtm.c (ISDIGIT, year): Likewise.
62216         * lib/strverscmp.c (ISDIGIT): Likewise.
62217         * lib/userspec.c (ISDIGIT): Likewise.
62218
62219 2002-01-16  Jim Meyering  <meyering@lucent.com>
62220
62221         * lib/getdate.y: Add three semicolons, each just before a closing
62222         brace. Bison (as of version 1.31) no longer papers over that mistake.
62223
62224 2002-01-05  Jim Meyering  <meyering@lucent.com>
62225
62226         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62227
62228 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62229
62230         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62231         not silently exit merely because the output buffer happens to
62232         have nothing pending.
62233
62234 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62235
62236         See the big note in ../ChangeLog.
62237         * lib/human.c (suffixes): Prefer K to k for 1024.
62238         (generate_suffix_backwards): New function.
62239         (human_readable_inexact): Use it.
62240         * lib/xstrtol.c (__xstrtol): If there is no number but there
62241         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62242         Accept 'K' as well as 'k'.
62243
62244 2001-12-15  Jim Meyering  <meyering@lucent.com>
62245
62246         * lib/regex.h (__restrict_arr): Update from libc.
62247
62248         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62249         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62250         (STREQ): Define.
62251
62252 2001-12-14  Jim Meyering  <meyering@lucent.com>
62253
62254         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62255         Suggestion from Bruno Haible.
62256
62257 2001-12-10  Jim Meyering  <meyering@lucent.com>
62258
62259         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62260         xrealloc, Instead, include "xalloc.h".
62261         (initbuffer): Don't cast xmalloc return value to char*.
62262         (readline): Reword comment.
62263         Don't cast xrealloc return value to char*
62264         Return NULL, not 0.
62265
62266 2001-12-09  Jim Meyering  <meyering@lucent.com>
62267
62268         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62269         about `signed and unsigned type in conditional expression'.
62270         * lib/posixtm.c (posix_time_parse): Likewise.
62271
62272         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62273
62274         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62275         to avoid a pedantic warning.
62276
62277         * lib/getstr.c: Don't include assert.h.
62278         (getstr): Remove warning-evoking assertions.
62279         Return -1 if offset parameter is out of bounds.
62280         Change the type of a local from int to size_t.
62281
62282         * lib/strftime.c (my_strftime_localtime_r): Include this function
62283         definition in the `#if ! HAVE_TM_GMTOFF' block.
62284
62285         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62286         Include xalloc.h instead.
62287
62288 2001-12-02  Jim Meyering  <meyering@lucent.com>
62289
62290         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62291         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62292         included.
62293
62294         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62295         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62296
62297 2001-11-30  Akim Demaille  <akim@epita.fr>
62298
62299         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62300         before being defined.
62301
62302 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62303
62304         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62305         First arg is int, not unsigned.
62306         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62307         (SIZE_MAX, UINT_MAX): New macros.
62308         (quotearg_n_options): Abort if N is negative.
62309         Avoid overflow check on hosts where size_t is 64 bits and int
62310         is 32 bits, as overflow is impossible there.
62311         Fix off-by-one typo that caused unnecessary reallocation.
62312
62313 2001-11-27  Jim Meyering  <meyering@lucent.com>
62314
62315         * lib/tempname.c: Merge with version from libc.
62316         * lib/regex.c: Likewise.
62317
62318         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62319         systems for which STDC_HEADERS is 0, it was not included, resulting in
62320         a warning about an integer-to-pointer conversion problem with getenv.
62321         Reported by Volker Borchert.
62322
62323 2001-11-26  Jim Meyering  <meyering@lucent.com>
62324
62325         * lib/gtod.h: Remove file.
62326         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62327         * lib/gettimeofday.c: Don't include gtod.h.
62328         (GTOD_init): Remove function.
62329         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62330         Suggestion from Volker Borchert.
62331
62332 2001-11-23  Jim Meyering  <meyering@lucent.com>
62333
62334         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62335         it.
62336         * lib/hash.c (struct hash_table): Define it here instead.
62337
62338 2001-11-22  Jim Meyering  <meyering@lucent.com>
62339
62340         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62341
62342 2001-11-20  Jim Meyering  <meyering@lucent.com>
62343
62344         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62345         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62346
62347 2001-11-19  Jim Meyering  <meyering@lucent.com>
62348
62349         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62350         directory.  Use "conftestXXXXXX" as the template.
62351         Suggestion from Paul Eggert.
62352
62353         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62354         immediately, so the test doesn't mistakenly hit the max-open-files
62355         limit.
62356
62357 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62358
62359         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62360         (TEMPORARIES): New macro.
62361         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62362         removes an artificial limitation (e.g. HP-UX 10.20, where
62363         TMP_MAX is 17576).
62364
62365 2001-11-18  Jim Meyering  <meyering@lucent.com>
62366
62367         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62368
62369 2001-11-18  Jim Meyering  <meyering@lucent.com>
62370
62371         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62372         on SunOS 4.
62373
62374         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62375         files will be created before anything else.
62376
62377 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62378
62379         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62380         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62381
62382 2001-11-17  Jim Meyering  <meyering@lucent.com>
62383
62384         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62385         Prompted by a report from Bob Proulx.
62386
62387         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62388         Instead, require UTILS_FUNC_MKSTEMP.
62389
62390 2001-11-17  Jim Meyering  <meyering@lucent.com>
62391
62392         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62393         Now, that's done as part of AC_FUNC_STRTOD.
62394
62395 2001-11-17  Jim Meyering  <meyering@lucent.com>
62396
62397         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62398         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62399         rather than group writable.  Patch by Juan F. Codagnone.
62400
62401         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62402         xrealloc, Instead, include "xalloc.h".
62403
62404         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62405         Remove explicit declarations of xmalloc, xrealloc,
62406         and xstrdup.  Instead, include "xalloc.h".
62407
62408         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62409         unlocked-io.h.
62410         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62411         Likewise.
62412         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62413
62414         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62415         Reported by Padraig Brady.
62416
62417         * lib/mkstemp.c: #undef mkstemp.
62418         Include config.h.
62419         (rpl_mkstemp): Rename from mkstemp.
62420         Protoize.
62421
62422 2001-11-16  Jim Meyering  <meyering@lucent.com>
62423
62424         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62425         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62426         determine the amount of total physical memory, use pstat_getstatic.
62427         HPUX-11 doesn't define _SC_PHYS_PAGES.
62428         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62429         If sysconf couldn't be used to determine the amount of available
62430         physical memory, use both pstat_getstatic and pstat_getdynamic.
62431         Based on a patch from Bob Proulx.
62432
62433 2001-11-10  Jim Meyering  <meyering@lucent.com>
62434
62435         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62436         (jm_PREREQ): Use it.
62437
62438 2001-11-09  Jim Meyering  <meyering@lucent.com>
62439
62440         * m4/jm-macros.m4: Require autoconf-2.52f.
62441         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62442         Use these AC_-prefixed names, not the AM_-prefixed ones.
62443
62444         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62445
62446 2001-11-05  Jim Meyering  <meyering@lucent.com>
62447
62448         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62449
62450 2001-11-04  Jim Meyering  <meyering@lucent.com>
62451
62452         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62453         $DEFS.
62454
62455 2001-11-03  Jim Meyering  <meyering@lucent.com>
62456
62457         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62458         of AC_DEFUN.
62459
62460         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62461         know the name of the variable in the macro definition.
62462
62463 2001-11-03  Jim Meyering  <meyering@lucent.com>
62464
62465         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62466         in argmatch_to_argument call.
62467
62468         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62469         argument.
62470
62471         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62472         e.g., a fault due to an attempt to free a NULL pointer.
62473
62474 2001-11-01  Jim Meyering  <meyering@lucent.com>
62475
62476         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62477         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62478
62479 2001-11-01  Jim Meyering  <meyering@lucent.com>
62480
62481         * lib/dirfd.c, lib/dirfd.h: New files.
62482         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62483
62484         * lib/hash.c (hash_print) [TESTING]: Clean up.
62485
62486 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62487
62488         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62489         to avoid a warning if -Wall.
62490
62491 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62492
62493         * README: New file
62494         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62495         (per RMS's instructions, this is now the canonical source)
62496         * lgpl/, gpl/: New directories.
62497
62498 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62499
62500         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62501
62502 2001-10-21  Jim Meyering  <meyering@lucent.com>
62503
62504         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62505         this code would end up calling gettext even in packages built
62506         with --disable-nls.
62507         * lib/getopt.c (_): Likewise.
62508         * lib/regex.c (_): Likewise.
62509
62510 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62511
62512         * m4/error.m4 (jm_PREREQ_ERROR):
62513         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62514         AC_FUNC_STRERROR_R does that.
62515         Check for strerror declaration.
62516
62517         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62518         are supposed to have them these days.
62519         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62520         Merge changes from latest Autoconf CVS.
62521         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62522         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62523         POSIX decided to standardize on the int flavor of strerror_r.
62524
62525 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62526
62527         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62528         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62529         Use strerror_r that is only a macro, even if it is not a function.
62530         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62531         (private_strerror): Use prototypes, not old-style function definition.
62532         (print_errno_message): New function.
62533         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62534         char*-flavored one.
62535         (error_tail, error, error_at_line): Use it.
62536
62537 2001-10-11  Jim Meyering  <meyering@lucent.com>
62538
62539         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62540         and quote_n (1, ... to avoid clobbering a buffer.
62541
62542 2001-10-05  Jim Meyering  <meyering@lucent.com>
62543
62544         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62545         hash-pjw.h.
62546         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62547         * lib/hash-pjw.h: New file.
62548
62549 2001-09-30  Jim Meyering  <meyering@lucent.com>
62550
62551         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62552         `struct fsstat' has the `f_fstypename' member.
62553         Use that to define FS_TYPE, which is now used to make
62554         the getfsstat link test tighter.
62555
62556 2001-09-30  Jim Meyering  <meyering@lucent.com>
62557
62558         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62559         Include <sys/ucred.h>, for Apple Darwin.
62560         Include sys/mount.h and sys/fs_types.h only if available.
62561         (FS_TYPE): Define.
62562         (read_filesystem_list): Use FS_TYPE.
62563
62564 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62565
62566         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62567         a boolean context.
62568
62569 2001-09-29  Jim Meyering  <meyering@lucent.com>
62570
62571         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62572         [one-argument getmntent function]): Include stdio.h before mntent.h.
62573         SunOS 4.1.x needs it for the declaration of `FILE'.
62574         Patch by Volker Borchert.
62575
62576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62577         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62578         sys/fs_types.h, and make the link-test for getfsstat guard #include
62579         directives with appropriate #if HAVE_*_H tests so that we can
62580         detect getfsstat on Apple Darwin1.3.7 systems.
62581         Reported by Nelson Beebe.
62582         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62583
62584 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62585
62586         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62587         #defines strtoimax.  Also treat the other strto* functions
62588         like strtoimax.
62589
62590         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62591         Check for strtoul and strtoumax,
62592         as those declarations are made even in the signed case.
62593         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62594         Likewise, for strtol and strtoimax.
62595
62596 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62597
62598         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62599         #defines strtoimax.  Also treat the other strto* functions
62600         like strtoimax.
62601
62602         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62603         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62604         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62605
62606 2001-09-26  Jim Meyering  <meyering@lucent.com>
62607
62608         Most macros in unlocked-io.h had the wrong number of arguments.
62609         * lib/gen-uio: New script.
62610         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62611         * lib/unlocked-io.hin: Remove file.
62612         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62613         rather than trying to embed it here.
62614         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62615         Reported by Padraig Brady.
62616
62617 2001-09-25  Volker Borchert  <bt@teknon.de>
62618
62619         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62620         `result'.
62621
62622 2001-09-24  Jim Meyering  <meyering@lucent.com>
62623
62624         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62625
62626 2001-09-23  Jim Meyering  <meyering@lucent.com>
62627
62628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62629         instead of the mere test for existence of mntent.h.  The latter
62630         would get a false-positive on AIX 3.4 systems.
62631         In the outer getmntent if-block, don't die if neither of the getmntent
62632         tests succeeds.  Instead, just fall through and continue with the
62633         remaining tests.
62634
62635 2001-09-23  Jim Meyering  <meyering@lucent.com>
62636
62637         * lib/mountlist.c: Remove useless parentheses in #if directives.
62638         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62639         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62640
62641 2001-09-22  Jim Meyering  <meyering@lucent.com>
62642
62643         * m4/gettext.m4: New file.  From gettext.
62644         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62645         * m4/progtest.m4: Likewise
62646         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62647         * m4/glibc21.m4: Likewise.
62648
62649         * m4/libintl.m4: Remove.  No longer used.
62650
62651 2001-09-22  Jim Meyering  <meyering@lucent.com>
62652
62653         * lib/localcharset.c: Update from latest gettext.
62654         * lib/config.charset: Likewise.
62655
62656 2001-09-20  Jim Meyering  <meyering@lucent.com>
62657
62658         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62659         strtoimax.
62660         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62661         strtoumax.
62662
62663 2001-09-20  Jim Meyering  <meyering@lucent.com>
62664
62665         * lib/xstrtol.c (strtoimax): Guard declaration with
62666         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62667         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62668         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62669         (strtoumax): Likewise, for completeness (it wasn't necessary).
62670
62671 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62672
62673         * lib/strtoimax.c (HAVE_LONG_LONG):
62674         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62675         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62676         to work around bug in IBM C compiler.
62677
62678 2001-09-17  Jim Meyering  <meyering@lucent.com>
62679
62680         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62681         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62682         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62683         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62684         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62685         whenever the right hand side need not be expanded by the shell.
62686
62687 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62688
62689         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62690         library.  It's not correct, as some older glibcs are buggy.
62691         fnmatch wasn't fixed until glibc 2.2.
62692
62693         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62694         special shell magic here.
62695
62696 2001-09-16  Jim Meyering  <meyering@lucent.com>
62697
62698         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62699         * m4/jm-macros.m4: Require it.
62700
62701 2001-09-16  Jim Meyering  <meyering@lucent.com>
62702
62703         * lib/mkdir.c: New file.
62704
62705 2001-09-15  Jim Meyering  <meyering@lucent.com>
62706
62707         * m4/jm-macros.m4: Check for help2man.
62708
62709 2001-09-11  Jim Meyering  <meyering@lucent.com>
62710
62711         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62712         The body, by Paul Eggert, was moved here from configure.in.
62713         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62714
62715 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62716
62717         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62718         (jm_PREREQ): Use it.
62719
62720 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62721
62722         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62723         Use ssize_t, not int, to store result of readlink.
62724         Check for ssize_t overflow as well as size_t overflow,
62725         as POSIX says the result of readlink is implementation-defined
62726         when ssize_t overflows.
62727         Remove unnecessary cast to char*.
62728         Use free+malloc instead of realloc, as the storage doesn't need
62729         to be preserved and it's clearer and can be more efficient that way.
62730         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62731         * lib/xreadlink.h (xreadlink): Update prototype.
62732
62733 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62734
62735         * lib/xgetcwd.c: Revert some of the previous change; intead,
62736         fix the HAVE_GETCWD_NULL code to behave more like the
62737         !HAVE_GETCWD_NULL code used to.
62738
62739         Include "xalloc.h".
62740         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62741         invoke xalloc_die.
62742
62743 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62744
62745         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62746         sys/param.h, as pathmax.h includes them.
62747
62748 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62749
62750         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62751         (jm_PREREQ_XGETCWD): New macro.
62752
62753         * m4/getcwd.m4: New file.
62754
62755 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62756
62757         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62758         like the HAVE_GETCWD_NULL code.
62759         Include pathmax.h if not HAVE_GETCWD.
62760         Do not include xalloc.h.
62761         (INITIAL_BUFFER_SIZE): New symbol.
62762         Do not use xmalloc / xrealloc, since the caller is responsible for
62763         handling errors.  Preserve errno around `free' during failure.
62764         Do not overrun buffer when using getwd.
62765
62766 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62767
62768         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62769         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62770         getcwd (NULL, 0).
62771
62772 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62773
62774         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62775         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62776         spotted by Jim Meyering.
62777
62778 2001-09-03  Jim Meyering  <meyering@lucent.com>
62779
62780         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62781         failure.
62782
62783 2001-09-02  Jim Meyering  <meyering@lucent.com>
62784
62785         * lib/error.c: Update from GNU libc.
62786
62787 2001-09-01  Jim Meyering  <meyering@lucent.com>
62788
62789         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62790         Used by df.
62791
62792 2001-09-01  Jim Meyering  <meyering@lucent.com>
62793
62794         * lib/xreadlink.c: New file.
62795         * lib/xreadlink.h: New file.
62796         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62797         xreadlink.h.
62798
62799         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62800         doesn't conflict with sparc Solaris 7's definition in
62801         /usr/include/sys/int_types.h.
62802
62803         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62804         files.
62805         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62806         and strncasecmp as r-values.  Unixware didn't have declarations.
62807
62808 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62809
62810         * lib/xstrtol.h: Add copyright notice.
62811         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62812         LONGINT_INVALID_SUFFIX_CHAR.
62813
62814 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62815
62816         * lib/xstrtol.c (strtoimax): New decl.
62817
62818 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62819
62820         * lib/xgetcwd.c: Don't include pathmax.h.
62821         Include stdlib.h and unistd.h if available.
62822         Include xalloc.h.
62823         (xmalloc, xstrdup, free): Remove decls.
62824         (xgetcwd): Don't assume sizes fit in unsigned.
62825         Check for overflow when computing sizes.
62826         Simplify reallocation code.
62827
62828 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62829
62830         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62831         a directory's st_size can have an arbitrary value, so the old
62832         usage could waste an arbitrary amount of memory.  All uses
62833         changed.
62834         * lib/savedir.h: Update prototype.
62835
62836 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62837
62838         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62839
62840         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62841         old strtoimax.c.
62842
62843         Also, make the following further changes to make this file's
62844         configuration more similar to that of strtol.c:
62845         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62846         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62847         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62848         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62849         changed to signed values.
62850
62851         And make the following changes as well:
62852         Fix copyright notice, as 1999 was missing.
62853         (verify): New macro.
62854         (strtoimax): Check sizes at compile-time, not run-time.
62855         Prefer strtol to strtoll if both work.
62856         (main): Remove; it was not that useful and was a pain to maintain.
62857
62858         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62859
62860 2001-08-31  Jim Meyering  <meyering@lucent.com>
62861
62862         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62863         Use an initial, malloc'd, buffer of length 128 rather than
62864         a statically allocated one of length 1024.
62865
62866 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62867
62868         Simplify code, partly by assuming autoconf 2.52 semantics.
62869
62870         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62871
62872         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62873         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62874         All uses removed.
62875         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62876         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62877         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62878         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62879         jm_AC_HEADER_INTTYPES_H.
62880         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62881
62882         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62883
62884         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62885         Quote first arg of AC_DEFUN.
62886         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62887         since they are needed to parse the include file even if we need
62888         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62889         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62890         but with opposite signedness.
62891
62892 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62893
62894         Merge 'exclude' changes from tar 1.13.22.
62895         This fixes one or two unlikely storage allocation overflow bugs,
62896         but doesn't change user-visible behavior otherwise.
62897
62898 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62899
62900         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62901         (jm_PREREQ_EXCLUDE): New macro.
62902
62903 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62904
62905         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62906         tm to be declared.
62907
62908 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62909
62910         * lib/hash.c: Remove '2001' from copyright notice.
62911
62912 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62913
62914         * lib/full-write.h: New file.
62915         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62916         * lib/full-write.c: Correct credits, as cccp.c no longer
62917         exists and anyway it was so heavily changed from the old cccp
62918         code as to be unrecognizable.  Include full-write.h.
62919         (full_write) Return size_t, with short writes meaning failure.
62920         All callers changed.  This fixes a bug with large buffers
62921         on 64-bit hosts.
62922         * lib/utime.c: Include full-write.h.
62923
62924 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62925
62926         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62927         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62928         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62929         Include if available.
62930         (<xalloc.h>): Include
62931         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62932         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62933         collide with FNM macros.
62934         (struct patopts): New struct.
62935         (struct exclude): Use it, as exclude patterns now come with options.
62936         (new_exclude): Support above changes.
62937         (new_exclude, add_exclude_file):
62938         Initial size must now be a power of two to simplify overflow checking.
62939         (free_exclude, fnmatch_no_wildcards): New function.
62940         (excluded_filename): No longer requires options arg, as the options
62941         are determined by add_exclude.  Now returns bool, not int.
62942         (excluded_filename, add_exclude):
62943         Add support for the fancy new exclusion options.
62944         (add_exclude, add_exclude_file): Now takes int options arg.
62945         Check for arithmetic overflow when computing sizes.
62946         (add_exclude_file): xrealloc might modify errno, so don't
62947         realloc until after errno might be used.
62948
62949         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62950         New macros.
62951         (free_exclude): New decl.
62952         (add_exclude, add_exclude_file): Now takes int options arg.
62953         (excluded_filename): No longer requires options arg, as the options
62954         are determined by add_exclude.  Now returns bool, not int.
62955
62956 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62957
62958         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62959
62960 2001-08-27  Jim Meyering  <meyering@lucent.com>
62961
62962         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62963
62964         * lib/version-etc.c (N_): Remove definition.
62965         Revert most of last change.
62966         Instead, simply don't mark the `Copyright...' string for translation.
62967         Based on advice from Paul Eggert.
62968
62969         * lib/strtoxmax.c: Tweak comment.
62970
62971 2001-08-26  Jim Meyering  <meyering@lucent.com>
62972
62973         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62974
62975         * m4/xstrtoimax.m4: New file.
62976         * m4/xstrtoumax.m4: Add comments explaining why we
62977         AC_REPLACE_FUNCS(strtol).
62978
62979 2001-08-26  Jim Meyering  <meyering@lucent.com>
62980
62981         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62982         of copyright with `%s' so translators don't get an untranslated
62983         message in 2002.
62984         (COPYRIGHT_YEAR): Define.
62985         (version_etc): Use fprintf rather than fputs.
62986         Suggestion from Ulrich Drepper.
62987
62988         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62989
62990         * lib/strtoll.c: New file, from GNU libc.
62991         * lib/xstrtoimax.c: New file.
62992
62993         * lib/xstrtol.h: Add xstrtoimax.
62994         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62995         * lib/strtoimax.c: New file.  Likewise, but first define
62996         STRTOUXMAX_SIGNED.
62997
62998         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62999         ...
63000         * lib/strtoxmax.c: ... then renamed to this.
63001
63002 2001-08-18  Paul Eggert  <eggert@twinsun.com>
63003
63004         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63005         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63006         (jm_AC_TYPE_INTMAX_T): New macro.
63007         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63008
63009         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63010
63011         * m4/longlong.m4: Renamed from ulonglong.m4.
63012         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63013         * m4/uintmax_t.m4: Removed.
63014
63015 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63016
63017         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63018         Port to Solaris 8, where 'sed' requires a space after the 'r'
63019         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63020         Redirect output to $tmp just once.
63021
63022 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63023
63024         * lib/addext.c (<errno.h>): Include.
63025         (errno): Declare if not defined.
63026         (addext): Work correctly when pathconf returns -1 and leaves
63027         errno alone because there is no limit.  Also, work even if
63028         pathconf returns a value greater than SIZE_MAX.
63029
63030 2001-08-12  Jim Meyering  <meyering@lucent.com>
63031
63032         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63033         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63034         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63035         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63036         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63037         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63038         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63039         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63040         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63041         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63042         utime.m4, utimes.m4, xstrtoumax.m4:
63043         Quote the first argument in each use of AC_DEFUN.
63044
63045 2001-08-12  Jim Meyering  <meyering@lucent.com>
63046
63047         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63048         Simply `return getcwd (NULL, 0);'.
63049         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63050         Use 1300 as initial value for length, not PATH_MAX.
63051
63052         * lib/pathmax.h: Clean up cpp syntax.
63053
63054 2001-08-12  Jim Meyering  <meyering@lucent.com>
63055
63056         * lib/gettimeofday.c: New file.
63057         * lib/gtod.h: New file.
63058         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63059
63060 2001-08-05  Jim Meyering  <meyering@lucent.com>
63061
63062         * m4/jm-macros.m4: Require autoconf-2.52.
63063
63064 2001-08-04  Jim Meyering  <meyering@lucent.com>
63065
63066         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63067         stmt, to get in sync with glibc.
63068
63069 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63070
63071         The following changes are from gettext 0.10.39 as maintained by
63072         Bruno Haible.
63073
63074         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63075         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63076         with inverted sense.  All uses changed.
63077
63078         * lib/mbswidth.c: Don't include <limits.h>.
63079         Include <stdlib.h> and <string.h> unconditionally.
63080         (iswcntrl, mbsinit, ISCNTRL): New macros.
63081         (mbsnwidth): Use K&R style function declarations.
63082         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63083         can optimize it when MB_CUR_MAX == 1.
63084         The width of control characters is zero, not 1.
63085
63086 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63087
63088         The following changes are from gettext 0.10.39 as maintained by
63089         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63090
63091         * m4/codeset.m4: Upgrade to serial AM1.
63092         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63093         all uses changed.  Quote first arg of AC_DEFUN.
63094         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63095
63096         * m4/iconv.m4: Upgrade to serial AM2.
63097         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63098         Add --with-libconv-prefix.
63099         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63100         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63101         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63102         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63103         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63104
63105         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63106         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63107         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63108         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63109         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63110         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63111         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63112         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63113         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63114
63115         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63116         string.h any more.
63117
63118         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63119         not the default value.
63120
63121         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63122         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63123         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63124         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63125         Also check for iswcntrl, used for wcwidth fallback.
63126         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63127         to Autoconf 2.13.
63128
63129 2001-08-03  Jim Meyering  <meyering@lucent.com>
63130
63131         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63132         as it was in the original.  Reported by Paul Eggert.
63133
63134 2001-07-16  Jim Meyering  <meyering@lucent.com>
63135
63136         * m4/gettimeofday.m4: New file.
63137         Prompted by a report from Bernhard Baehr.
63138
63139 2001-07-15  Jim Meyering  <meyering@lucent.com>
63140
63141         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63142         stuff. Now it's in ../Makefile.cfg.
63143
63144 2001-07-15  Jim Meyering  <meyering@lucent.com>
63145
63146         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63147         (BUILT_SOURCES): Add unlocked-io.h.
63148         (io_functions): Define.
63149         (unlocked-io.h): New rule.
63150         (DISTCLEANFILES): Add unlocked-io.h.
63151         (all-local): Depend on unlocked-io.h, to ensure it is created.
63152
63153         * lib/unlocked-io.hin: New file
63154
63155         * lib/regex.c: Update from glibc.
63156
63157 2001-07-05  Jim Meyering  <meyering@lucent.com>
63158
63159         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63160         recommendation.
63161         (libfetish_a_SOURCES): Put all .h files here instead.
63162         Remove a thus-exposed (better checks in automake) duplicate and
63163         two unnecessary .h files.
63164
63165 2001-07-04  Jim Meyering  <meyering@lucent.com>
63166
63167         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63168         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63169         distcheck failure.
63170
63171 2001-07-02  Jim Meyering  <meyering@lucent.com>
63172
63173         The following changes were prompted by suggestions from Bruno Haible.
63174
63175         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63176         is now generated.
63177         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63178         definition of EXTRA_DIST.
63179         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63180         ensure that the generated file is created/updated whenever the list
63181         of $(unlocked_functions) is changed.
63182         (jm-glibc-io.m4): New rule.
63183         (unlocked-io.h): New rule -- currently unused.
63184
63185 2001-06-24  Jim Meyering  <meyering@lucent.com>
63186
63187         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63188         unmatched right bracket, rather than kludging it with an extra,
63189         falsely-matching quote in a comment.  Patch by Akim Demaille.
63190
63191 2001-06-11  Jim Meyering  <meyering@lucent.com>
63192
63193         * lib/regex.c: Update from GNU libc.
63194
63195 2001-05-27  Jim Meyering  <meyering@lucent.com>
63196
63197         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63198         Check for ut_type in struct utmp.
63199
63200 2001-05-27  Jim Meyering  <meyering@lucent.com>
63201
63202         * lib/readutmp.h (UT_TYPE): Define.
63203
63204 2001-05-24  Jim Meyering  <meyering@lucent.com>
63205
63206         * lib/argmatch.c: Include "quote.h".
63207         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63208         quote function.  Reported by Göran Uddeborg.
63209
63210 2001-05-22  Jim Meyering  <meyering@lucent.com>
63211
63212         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63213         now that we use the package-supplied version unconditionally.
63214         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63215
63216 2001-05-21  Jim Meyering  <meyering@lucent.com>
63217
63218         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63219         shell syntax errors.
63220
63221 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63222
63223         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63224
63225 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63226
63227         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63228         Don't bother to check library strftime, since
63229         we'll be using our own my_strftime function anyway.
63230         Define my_strftime instead of strftime.
63231
63232 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63233
63234         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63235         which is not yet declared.
63236
63237 2001-05-15  Jim Meyering  <meyering@lucent.com>
63238
63239         * m4/regex.m4: Use proper quoting so brackets appear in the test
63240         program.
63241         Reported by, and with help from, Bruno Haible.
63242
63243 2001-05-13  Jim Meyering  <meyering@lucent.com>
63244
63245         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63246         undefined.
63247
63248 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63249
63250         dirname code cleanup.  base_name now behaves more compatibly
63251         with POSIX basename when given file names that have trailing
63252         slashes, and similarly for dir_name.  Add new primitives
63253         base_len and dir_len.  Put the directory-name-related decls
63254         into dirname.h.
63255
63256         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63257         * lib/backupfile.c (base_name): Likewise.
63258         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63259         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63260         * lib/makepath.c (strip_trailing_slashes): Likewise.
63261         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63262         ISSLASH): Likewise.
63263         * lib/rename.c (strip_trailing_slashes): Likewise.
63264         * lib/same.c (base_name): Likewise.
63265         * lib/stripslash.c (ISSLASH): Likewise.
63266
63267         * lib/addext.c: Include <dirname.h> after size_t is defined.
63268         * lib/backupfile.c: Likewise.
63269
63270         * lib/addext.c (addext): Use base_len to trim redundant
63271         trailing slashes instead of doing it ourselves.
63272         But do not trim the last slash if it is not redundant.
63273
63274         * lib/backupfile.c (find_backup_file_name,
63275         max_backup_version): Use base_len instead of rolling it ourselves.
63276         Handle the case of "" and (on DOS) "C:" correctly.
63277
63278         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63279         needed. Include <string.h>, <dirname.h>.
63280         (base_name): Allow file names ending in slashes, other than names
63281         that are all slashes.  In this case, return the basename followed
63282         by the slashes.  This is more general, and can be used in places
63283         where the original base_name purposely had an assertion failure.
63284         (base_len): New function.
63285
63286         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63287         Do not include <assert.h>; no longer needed.
63288         Include xalloc.h.
63289         (memrchr): Remove decl.
63290         (dir_name_r): Remove.
63291         (dir_len): Renamed from dirlen.  All callers changed.
63292         Rewrite in terms of base_name, for simplicity and consistency.
63293         (dir_name): Never return NULL.  All callers changed.
63294         Do not include <stdlib.h> in test program; no longer needed.
63295         return 0; is fine for test program.
63296
63297         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63298         New macros.
63299         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63300
63301         * lib/path-concat.c (path_concat): Use base_len to compute
63302         base length, not strlen; this means we cannot rely on memcpy
63303         to null-terminate.
63304
63305         * lib/same.c (STREQ): Remove.
63306         (same_name): Handle the case where the basename ends in trailing '/'.
63307
63308         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63309         a slash was stripped.  Do not strip the last slash after a
63310         file system prefix.
63311
63312 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63313
63314         * lib/Makefile.am (libfetish_a_SOURCES):
63315         Add strftime.c, since we now compile it on all hosts.
63316
63317         * lib/strftime.c (my_strftime):
63318         Define to nstrftime if emacs, but only if my_strftime is not defined.
63319         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63320         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63321         Add one more extra argument: a nanoseconds value.
63322         All uses changed.
63323         (ns): New macro.
63324         (my_strftime function): Add %N format.
63325         (emacs_strftimeu): Renamed from emacs_strftime,
63326         with extra ut argument.
63327
63328 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63329
63330         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63331
63332 2001-04-21  Jim Meyering  <meyering@lucent.com>
63333
63334         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63335         doesn't interfere.
63336
63337 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63338
63339         * m4/ftruncate.m4: Check for chsize.
63340         Link with ftruncate.o unconditionally if ftruncate is missing.
63341         This was required when cross-compiling to i586-mingw32msvc.
63342
63343 2001-04-08  Jim Meyering  <meyering@lucent.com>
63344
63345         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63346         recomputed; that's necessary when the offset spans a DST transition.
63347         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63348
63349 2001-04-02  Jim Meyering  <meyering@lucent.com>
63350
63351         * lib/regex.h, regex.c: Update from GNU libc.
63352
63353 2001-03-24  Jim Meyering  <meyering@lucent.com>
63354
63355         * m4/jm-macros.m4: Require autoconf-2.49d.
63356
63357 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63358
63359         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63360
63361 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63362
63363         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63364
63365 2001-03-17  Jim Meyering  <meyering@lucent.com>
63366
63367         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63368         now that the version in autoconf is equivalent.
63369         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63370
63371         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63372         Suggestion from Akim Demaille.
63373
63374         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63375         (jm_PREREQ_TEMPNAME): New function.
63376
63377 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63378
63379         * lib/tempname.c (uint64_t): Define to uintmax_t if
63380         not defined, and if UINT64_MAX is not defined.
63381         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63382         Reported by John David Anglin.
63383
63384 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63385
63386         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63387         resolve alias if codeset is empty.
63388         * lib/config.charset (BeOS): Use wildcard syntax.
63389
63390 2001-03-13  Jim Meyering  <meyering@lucent.com>
63391
63392         * lib/path-concat.c (path_concat)
63393         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63394         concatenating e.g., `C:' and `foo'.
63395         From Bruno Haible.
63396
63397 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63398
63399         * lib/localcharset.c (locale_charset): Don't use
63400         setlocale(LC_CTYPE,NULL). Don't return NULL.
63401         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63402
63403 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63404
63405         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63406         support for DOS/DJGPP.
63407
63408 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63409
63410         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63411         lacks mkstemp.  Compile our own tempname.c if we compile our own
63412         mkstemp.c, as mkstemp relies on tempname.
63413
63414 2001-03-01  Jim Meyering  <meyering@lucent.com>
63415
63416         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63417         AH_VERBATIM really does output its argument verbatim.
63418
63419 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63420
63421         * lib/Makefile.am (libfetish_a_SOURCES):
63422         Add dup-safer.c, fopen-safer.c.
63423         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63424
63425         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63426         * lib/unistd-safer.h: New files.
63427
63428 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63429
63430         The mkstemp replacement is taken from glibc 2.2.2, with some
63431         portability fixes for use outside glibc, as follows:
63432
63433         * lib/tempname.c (struct_stat64): New macro.
63434         (direxists, __gen_tempname): Use it.
63435         This avoids a portability problem with Solaris 8.
63436
63437         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63438         (<stddef.h>, <stdint.h>, <string.h>):
63439         Include only if STDC_HEADERS || _LIBC.
63440         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63441         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63442         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63443         (__set_errno): Define this macro if <errno.h> doesn't.
63444         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63445         Define these macros if <stdio.h> doesn't.
63446         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63447         Define these macros if <sys/stat.h>
63448         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63449         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63450         __xstat64): Define if not _LIBC.
63451         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63452         (__gen_tempname): Invoke gettimeofday only if
63453         HAVE_GETTIMEOFDAY || _LIBC;
63454         otherwise, fall back on plain "time".
63455         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63456
63457         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63458
63459         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63460
63461 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63462
63463         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63464
63465 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63466
63467         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63468         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63469         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63470         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63471
63472 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63473
63474         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63475         Remove workaround macros for hosts that have mbrtowc but not
63476         mbstate_t, as we now insist on proper declarations for both
63477         before using mbrtowc.
63478
63479 2001-02-17  Jim Meyering  <meyering@lucent.com>
63480
63481         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63482         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63483         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63484         UnixWare 7.1.1.
63485
63486         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63487         rather than AC_CACHE_VAL.
63488
63489 2001-02-17  Jim Meyering  <meyering@lucent.com>
63490
63491         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63492         around included file name.
63493
63494         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63495
63496         * lib/strftime.c: Update from GNU libc (the only changes were to
63497         comments).
63498
63499 2001-02-17  Jim Meyering  <meyering@lucent.com>
63500
63501         * lib/regex.c: Update from libc.
63502
63503 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63504
63505         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63506         clash.
63507
63508 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63509
63510         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63511         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63512         Reported by Mark Hounschell via Paul Eggert.
63513
63514 2001-02-07  Jim Meyering  <meyering@lucent.com>
63515
63516         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63517
63518 2001-02-05  Jim Meyering  <meyering@lucent.com>
63519
63520         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63521         it includes the patch required for `large file' support with at least
63522         HP-UX's 10.20 /bin/cc.
63523
63524 2001-02-03  Jim Meyering  <meyering@lucent.com>
63525
63526         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63527         AS_IF, now that it works once again (mysteriously).
63528         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63529
63530 2001-01-30  Jim Meyering  <meyering@lucent.com>
63531
63532         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63533         * m4/chown.m4: Rename conftestchown to conftest.chown.
63534         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63535         s/conftestdir2/conftest.d2/.
63536         * m4/utimes.m4: s/conftestdata/conftest.data/
63537         Inspired by Pavel Roskin's change in autoconf.
63538
63539 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63540
63541         * lib/config.charset: Update for FreeBSD 4.2.
63542
63543 2001-01-27  Jim Meyering  <meyering@lucent.com>
63544
63545         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63546         a use of AS_IF.
63547         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63548
63549 2001-01-26  Jim Meyering  <meyering@lucent.com>
63550
63551         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63552         quotearg.c includes it.
63553
63554 2001-01-26  Jim Meyering  <meyering@lucent.com>
63555
63556         * lib/quotearg.c: Include stddef.h.
63557         * lib/quote.c: Include stddef.h.
63558         Reported by Axel Kittenberger.
63559
63560         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63561         line in double quotes so that it evokes a better diagnostic.
63562         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63563         Reported by Axel Kittenberger.
63564
63565 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63566
63567         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63568         as if it was a `charset'.
63569
63570 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63571
63572         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63573         has const.
63574
63575 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63576
63577         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63578         to avoid a warning.  Add back 'const' to inptr.
63579
63580 2001-01-20  Jim Meyering  <meyering@lucent.com>
63581
63582         Be sure that headers are checked before used in code compiled
63583         for the type checks.
63584         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63585         In place of that, invoke jm_CHECK_ALL_TYPES.
63586         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63587         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63588         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63589         The check for ssize_t was mistakenly run before the test for unistd.h.
63590
63591         The configure-time check for stdbool.h was missing.
63592         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63593         (jm_PREREQ_HASH): New function.
63594
63595 2001-01-17  Jim Meyering  <meyering@lucent.com>
63596
63597         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63598         for autoconf-2.49c.
63599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63600
63601 2001-01-16  Jim Meyering  <meyering@lucent.com>
63602
63603         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63604         From Bruno Haible.
63605
63606 2001-01-14  Jim Meyering  <meyering@lucent.com>
63607
63608         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63609         foo and bar.  Create conftestdir/ in the script, not in the C code.
63610         Remove directories in the script, not in the C code.
63611         Remove conftestdir{,2} before trying to create the directory.
63612         Make the entire configure script fail if the mkdir fails.
63613
63614 2001-01-14  Jim Meyering  <meyering@lucent.com>
63615
63616         * lib/rename.c: New file.  From Volker Borchert.
63617         Include stdlib.h, string.h or strings.h, and xalloc.h.
63618         Use strip_trailing_slashes rather than open-coding it.
63619
63620 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63621
63622         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63623
63624 2001-01-03  Jim Meyering  <meyering@lucent.com>
63625
63626         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63627         of local `inptr' to avoid warning with some system declarations of
63628         iconv.
63629
63630 2001-01-02  Volker Borchert  <bt@teknon.de>
63631
63632         * m4/rename.m4: New file.
63633         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63634
63635 2001-01-01  Jim Meyering  <meyering@lucent.com>
63636
63637         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63638         even on systems with utmpx.h.  It's necessary for the declaration of
63639         utmp's ut_user member.  Reported by Andreas Jaeger.
63640
63641         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63642         available. They are required for the declarations of getgrgid and
63643         getpwuid resp.
63644         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63645         Reported by Andreas Jaeger.
63646
63647 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63648
63649         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63650         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63651         so `make install' also works in VPATH builds.
63652
63653 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63654
63655         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63656         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63657         can be used in subdirectories.
63658
63659 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63660
63661         * lib/modechange.c: Do not assume that mode_t uses the
63662         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63663         the other-execute bit of FOO even if S_IXOTH != 1.
63664
63665         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63666         WOTH, XOTH, ALLM): New macros.
63667         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63668          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63669         Use them.
63670         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63671         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63672         (mode_compile):
63673         No need to use uintmax_t; unsigned long is long enough.
63674         Don't bother to get suffix since we don't use it.
63675
63676 2000-12-26  Jim Meyering  <meyering@lucent.com>
63677
63678         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63679         better with autoheader.
63680
63681 2000-12-24  Jim Meyering  <meyering@lucent.com>
63682
63683         * lib/hash.c (is_prime): Return explicit boolean values.
63684         (hash_get_first): Return NULL to appease Irix5.6's 89.
63685         Reported by Nelson Beebe.
63686
63687 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63688
63689         * lib/localcharset.c (locale_charset): Add support for Win32.
63690
63691 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63692
63693         * lib/physmem.h, lib/physmem.c: New files.
63694
63695         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63696         (noinst_HEADERS): Add physmem.h.
63697
63698         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63699         't' for compatibility with Solaris 8 sort.
63700
63701 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63702
63703         * lib/config.charset: Add support for BeOS.
63704
63705 2000-12-17  Jim Meyering  <meyering@lucent.com>
63706
63707         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63708         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63709
63710 2000-12-16  Jim Meyering  <meyering@lucent.com>
63711
63712         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63713         N and M) would have treated it like `chown N:N FILE'.
63714
63715         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63716
63717 2000-12-16  Jim Meyering  <meyering@lucent.com>
63718
63719         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63720         SHELLS_FILE to a file name that's useful on djgpp systems.
63721         Include stdlib.h.
63722         (ADDITIONAL_DEFAULT_SHELLS): Define.
63723         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63724         Based mostly on a patch from Prashant TR.
63725
63726 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63727
63728         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63729         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63730         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63731
63732 2000-12-08  Andreas Schwab  <schwab@suse.de>
63733
63734         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63735         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63736
63737 2000-12-07  Jim Meyering  <meyering@lucent.com>
63738
63739         * lib/stripslash.c (ISSLASH): Define.
63740         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63741         `/'.
63742         From Prashant TR.
63743
63744         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63745         (dir_name_r): Declare this function as static.
63746         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63747         manifest itself on a name containing a mix of slashes and
63748         backslashes.
63749         Make this function work with names starting with a DOS-style
63750         drive letter and colon prefix.
63751         (dir_name): Append `.' if necessary.
63752         Based mostly on patches from Prashant TR and Eli Zaretskii.
63753
63754         * lib/dirname.h (dir_name_r): Remove prototype.
63755
63756 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63757
63758         * m4/off_t-format.m4: Remove this file.
63759         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63760
63761 2000-12-06  Jim Meyering  <meyering@lucent.com>
63762
63763         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63764         replacement strtoull, we may well need the replacement strtoul, too.
63765         Check for declarations of strtoul and strtoull.
63766         Check for strtol.  Mainly as a cue to cause automake to include
63767         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63768         Check for limits.h -- strtol.c needs it.
63769
63770 2000-12-05  Jim Meyering  <meyering@lucent.com>
63771
63772         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63773
63774 2000-12-04  Jim Meyering  <meyering@lucent.com>
63775
63776         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63777         Also include memory.h, stdlib.h, unistd.h if appropriate.
63778         Reported by Andreas Jaeger (conflicting declaration of malloc).
63779
63780 2000-12-02  Jim Meyering  <meyering@lucent.com>
63781
63782         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63783         * m4/jm-macros.m4 (jm_MACROS): require it.
63784
63785 2000-12-02  Jim Meyering  <meyering@lucent.com>
63786
63787         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63788
63789 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63790
63791         * lib/memrchr.c: Include <config.h> before any system include file.
63792
63793 2000-11-30  Jim Meyering  <meyering@lucent.com>
63794
63795         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63796
63797 2000-11-30  Jim Meyering  <meyering@lucent.com>
63798
63799         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63800
63801 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63802
63803         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63804
63805 2000-11-26  Jim Meyering  <meyering@lucent.com>
63806
63807         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63808
63809 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63810
63811         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63812         size of (size_t) -1; it's not portable.
63813
63814 2000-11-17  Jim Meyering  <meyering@lucent.com>
63815
63816         * lib/strstr.c: Update from GNU libc.
63817
63818 2000-11-17  Akim Demaille  <akim@epita.fr>
63819
63820         * lib/obstack.h: Formatting changes.
63821         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63822         prevent type checking.
63823         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63824         cast the value to (void *): assigning a `foo *' to a `void *'
63825         variable is valid.
63826         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63827
63828 2000-11-16  Jim Meyering  <meyering@lucent.com>
63829
63830         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63831
63832 2000-11-11  Jim Meyering  <meyering@lucent.com>
63833
63834         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63835
63836 2000-11-10  Jim Meyering  <meyering@lucent.com>
63837
63838         * lib/obstack.h: Update from GNU libc.
63839         * lib/obstack.c: Likewise.
63840
63841 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63842
63843         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63844
63845 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63846
63847         * lib/getusershell.c (setusershell): Use rewind rather than
63848         fseek/fseeko, to avoid configuration hassles with fseeko.
63849         Don't bother opening SHELLS_FILE if shellstream is NULL;
63850         it's not necessary.
63851
63852 2000-11-05  Jim Meyering  <meyering@lucent.com>
63853
63854         * lib/makepath.h (make_dir): Declare.
63855         * lib/makepath.c (make_dir): Remove `static' attribute.
63856         Tweak a comment.
63857
63858 2000-11-04  Jim Meyering  <meyering@lucent.com>
63859
63860         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63861
63862 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63863
63864         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63865         last one in a bucket, advance to the next bucket.
63866
63867 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63868
63869         * lib/fnmatch.c: Do not comment out all the code if we are using
63870         the GNU C library, because in some cases we are replacing buggy
63871         code in the GNU C library itself.
63872
63873 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63874
63875         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63876         (regex_compile): Catch bogus \(\1\).
63877
63878 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63879
63880         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63881         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63882         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63883
63884 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63885
63886         * lib/error.h, getline.h, modechange.h:
63887         Remove "2000" from Copyright line, as the file hasn't been
63888         changed this year other than in the copyright notice.
63889
63890         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63891         was changed this year.
63892
63893 2000-10-29  Jim Meyering  <meyering@lucent.com>
63894
63895         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63896         renaming.
63897         * m4/ls-mntd-fs.m4: Likewise
63898
63899 2000-10-29  Jim Meyering  <meyering@lucent.com>
63900
63901         * lib/xstat.in: Fix grammar in comment.
63902
63903 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63904
63905         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63906         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63907         doesn't define __restrict_arr.
63908
63909 2000-10-28  Jim Meyering  <meyering@lucent.com>
63910
63911         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63912         (jm_PREREQ_MEMCHR): New function.
63913
63914 2000-10-28  Jim Meyering  <meyering@lucent.com>
63915
63916         * lib/memchr.c: Update from libc.
63917         Adjust for portability:
63918         [HAVE_STDLIB_H]: Include stdlib.h.
63919         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63920         Undef __memchr, too.
63921         [!weak_alias]: Define __memchr to memchr.
63922
63923         * lib/regex.c: Update from libc.
63924         * lib/regex.h: Likewise.
63925         * lib/getopt1.c: Likewise.
63926         * lib/memcmp.c: Likewise.
63927
63928         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63929         Avoid using fseek, when possible -- it's broken by design.
63930         Patch by Ulrich Drepper.
63931
63932 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63933
63934         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63935         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63936         Giving in to popular pressure to shut up the compiler with casts.
63937
63938 2000-10-26  Jim Meyering  <meyering@lucent.com>
63939
63940         * lib/strftime.c: Update from libc.
63941
63942 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63943
63944         * regex.c: More `unsigned char' -> `re_char' changes.
63945         Also change several `int' into `re_wchar_t'.
63946         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63947         (PUSH_FAILURE_POINTER): Don't cast any more.
63948         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63949         We want GCC to complain, since this piece of code makes
63950         re_match non-reentrant, which *should* be fixed.
63951         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63952         (EXTEND_BUFFER): Use RETALLOC.
63953         (SET_LIST_BIT): Don't cast.
63954         (re_wchar_t): New type.
63955         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63956         that those two functions will always properly return.
63957         (IMMEDIATE_QUIT_CHECK): Cast to void.
63958         (analyse_first): Use recursion rather than an explicit stack.
63959         (re_compile_fastmap): Can't fail anymore.
63960         (re_search_2): Don't check re_compile_fastmap for failure.
63961         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63962         Now also sets the new value (passed in a new argument).
63963         (re_match_2_internal): Use it.
63964         Also, use a new var `reg' of type size_t when looping through regs
63965         rather than reuse the inappropriate `mcnt'.
63966
63967 2000-10-25  Jim Meyering  <meyering@lucent.com>
63968
63969         * lib/obstack.c: Update from libc.
63970
63971 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63972
63973         * regex.c (regex_compile): Change the way of handling a range from
63974         a char less than 256 to a char not less than 256.
63975
63976 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63977
63978         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63979         NT-Emacs only.
63980         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63981         so that re_search functions only quit when callers expect them to.
63982
63983 2000-10-23  Jim Meyering  <meyering@lucent.com>
63984
63985         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63986         wrong.  That set_locale call must not have any side effects.
63987         From Paul Eggert.
63988
63989 2000-10-22  Jim Meyering  <meyering@lucent.com>
63990
63991         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63992         [CYCLIC]: Remove now-unused definition.
63993
63994         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63995         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63996         Suggestion from Ulrich Drepper.
63997
63998 2000-10-21  Jim Meyering  <meyering@lucent.com>
63999
64000         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
64001         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
64002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
64003
64004 2000-10-21  Jim Meyering  <meyering@lucent.com>
64005
64006         * lib/dirname.c (memrchr): Declare if necessary.
64007         (dir_name): Remove the restriction that there be no
64008         trailing slashes.  Now, this code skips past them, effectively
64009         ignoring them.
64010         [TEST_DIRNAME] (main): New unit tests.
64011
64012         * lib/memrchr.c: New file from GNU libc.
64013         Undef __memrchr, too.
64014         [!weak_alias]: Define __memrchr to memrchr.
64015         Guard weak_alias use with `#ifdef weak_alias'.
64016
64017 2000-10-21  Jim Meyering  <meyering@lucent.com>
64018
64019         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64020         (dir_name): Use dir_name_r.
64021         * lib/dirname.h (dir_name_r): Declare it.
64022
64023 2000-10-17  Jim Meyering  <meyering@lucent.com>
64024
64025         * lib/quote.h (PARAMS): Define and use.
64026         Reported by Akim Demaille.
64027
64028         * lib/getopt.c: Update from libc.
64029
64030 2000-10-16  Jim Meyering  <meyering@lucent.com>
64031
64032         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64033         setlocale.
64034         From Jan Fedak.
64035
64036 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64037
64038         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64039
64040 2000-09-25  Jim Meyering  <meyering@lucent.com>
64041
64042         * lib/md5.h (rol): Define (from GnuPG).
64043
64044         * lib/sha.c: Give credit (GnuPG) where due.
64045         (M): Use rol rather than open-coding it.
64046         Add a FIXME comment.
64047
64048 2000-09-21  Jim Meyering  <meyering@lucent.com>
64049
64050         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64051         Reported by Michael Stone.
64052
64053 2000-09-20  Jim Meyering  <meyering@lucent.com>
64054
64055         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64056         (noinst_HEADERS): Add sha.h.
64057         Based on code from Scott G. Miller and from GnuPG.
64058
64059 2000-09-18  Jim Meyering  <meyering@lucent.com>
64060
64061         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64062         LIBS. Otherwise, everyone ends up linking with -lelf for some
64063         configurations.
64064         Reported by Mike Stone.
64065
64066 2000-09-15  Jim Meyering  <meyering@lucent.com>
64067
64068         * lib/regex.c: Update from libc.
64069
64070 2000-09-10  Jim Meyering  <meyering@lucent.com>
64071
64072         * lib/getopt.c (_getopt_internal): Update from glibc.
64073
64074 2000-09-09  Jim Meyering  <meyering@lucent.com>
64075
64076         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64077         think it should be used as a general replacement for isascii.
64078         * lib/fnmatch.c: Likewise.
64079         * lib/mbswidth.c: Likewise
64080         * lib/regex.c: Likewise.
64081
64082         Don't use atoi.
64083         * lib/userspec.c: Include sys/param.h and limits.h.
64084         Include xstrtol.h.
64085         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64086         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64087         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64088         UID, GID.  Check range.
64089
64090 2000-09-06  Jim Meyering  <meyering@lucent.com>
64091
64092         * lib/getopt.c (_getopt_internal): Update from glibc.
64093
64094 2000-08-30  Jim Meyering  <meyering@lucent.com>
64095
64096         * lib/strftime.c: Merge in changes from GNU libc.
64097
64098 2000-08-26  Jim Meyering  <meyering@lucent.com>
64099
64100         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64101         * m4/fpending.m4: New file.
64102
64103 2000-08-26  Jim Meyering  <meyering@lucent.com>
64104
64105         * lib/closeout.c: Include "__fpending.h".
64106         (close_stdout_status): Return right away if there's nothing to flush.
64107
64108         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64109         * lib/__fpending.c: New file.
64110         * lib/__fpending.h: New file.
64111
64112 2000-08-20  Jim Meyering  <meyering@lucent.com>
64113
64114         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64115         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64116         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64117
64118 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64119
64120         Improve fileutils installation on systems where running
64121         programs (like install) can't be unlinked.
64122         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64123         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64124
64125 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64126
64127         Standardize on "memory exhausted" instead of "Memory exhausted"
64128         or "virtual memory exhausted".
64129         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64130         "virtual memory exhausted".
64131         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64132         our own message.
64133         * lib/userspec.c (parse_user_spec): Likewise.
64134         * lib/bumpalloc.h: comment fix
64135         * lib/same.c, userspec.c: Include xalloc.h.
64136
64137         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64138         not char *const and pointing to a constant array.
64139         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64140         (xrealloc): Comment fix.
64141
64142         * lib/userspec.c (parse_user_spec):
64143         Don't translate a message until just before returning,
64144         to avoid unnecessary translation.
64145
64146 2000-08-07  Jim Meyering  <meyering@lucent.com>
64147
64148         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64149         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64150         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64151         getgroups.c, gethostname.c, getopt.h, group-member.c,
64152         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64153         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64154         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64155         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64156         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64157         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64158         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64159         yesno.c: Back out Copyright date changes for each file with no change
64160         this year.  This eases coordination with other programs using the same
64161         source code modules.  From Paul Eggert.
64162
64163 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64164
64165         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64166         not char, for compatibility with glibc 2.1.3 strftime.c.
64167
64168 2000-08-03  Greg McGary  <greg@mcgary.org>
64169
64170         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64171         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64172         (EXTEND_BUFFER): Use them.
64173
64174 2000-08-01  Jim Meyering  <meyering@lucent.com>
64175
64176         * lib/dirname.c (ISSLASH): Define.
64177         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64178         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64179         both `\' and `/' may be use as path separators.
64180         Based on a patch from Prashant TR.
64181
64182 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64183
64184         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64185         slot vector a constant, since it might get modified.
64186
64187 2000-07-31  Jim Meyering  <meyering@lucent.com>
64188
64189         * lib/xmalloc.c: Use `virtual memory exhausted', not
64190         `Memory exhausted'.
64191         * lib/obstack.c (print_and_abort): Likewise.
64192
64193 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64194
64195         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64196         buffer, so that the caller can always quote one small
64197         component of a "memory exhausted" message in slot 0.
64198         From a suggestion by Jim Meyering.
64199
64200 2000-07-30  Jim Meyering  <meyering@lucent.com>
64201
64202         * lib/makepath.c (make_path): Quote the other instance, too.
64203
64204         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64205         (STATIC_BUF_SIZE): Define.
64206         (quotearg_n_options): Use only statically allocated storage when
64207         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64208         than STATIC_BUF_SIZE.
64209
64210 2000-07-29  Jim Meyering  <meyering@lucent.com>
64211
64212         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64213         * lib/dirname.c (dir_name): Likewise.
64214
64215         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64216         `/'.
64217
64218         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64219         (dir_name): Assert that there are no trailing slashes.
64220
64221 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64222
64223         * lib/mbswidth.h (mbswidth): Add a flags argument.
64224         (mbswidth): New declaration.
64225         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64226         * lib/mbswidth.c (mbswidth): Add a flags argument.
64227         (mbsnwidth): New function.
64228
64229 2000-07-24  Jim Meyering  <meyering@lucent.com>
64230
64231         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64232
64233 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64234
64235         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64236
64237 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64238
64239         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64240         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64241         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64242         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64243         invoke multibyte primitives.
64244
64245 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64246
64247         * lib/quotearg.c:
64248         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64249         so that mbstate_t is always defined.
64250
64251         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64252         be 1 in at least one GCC installation, and this configuration
64253         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64254         performance on hosts that have mbrtowc but have only unibyte
64255         locales, but I assume these hosts are rare.
64256
64257 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64258
64259         * lib/mbswidth.c (_XOPEN_SOURCE):
64260         Don't define; this causes problems on Solaris 7.
64261         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64262
64263 2000-07-23  Jim Meyering  <meyering@lucent.com>
64264
64265         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64266         too: getgrgid, getpwuid, getuid.
64267
64268 2000-07-23  Jim Meyering  <meyering@lucent.com>
64269
64270         * lib/basename.c (base_name): Add an assertion.
64271
64272 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64273
64274         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64275         shadow its mbsinit function.
64276
64277 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64278
64279         * lib/mbswidth.h: New file.
64280         * lib/mbswidth.c: New file.
64281         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64282         (noinst_HEADERS): Add mbswidth.h.
64283
64284 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64285
64286         * lib/config.charset: Add support for FreeBSD. Improve support for
64287         HP-UX and IRIX 6.
64288
64289 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64290
64291         * m4/mbswidth.m4: New file.
64292         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64293
64294 2000-07-15  Jim Meyering  <meyering@lucent.com>
64295
64296         * lib/makepath.c: Include quote.h.
64297         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64298         corresponding argument in a `quote (...)' call.
64299         Give better diagnostics.
64300
64301         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64302         (noinst_HEADERS): Add quote.h.
64303
64304         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64305         from tar's src/misc.c.
64306         * lib/quote.h: New file.  Prototypes for same.
64307
64308 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64309
64310         From a suggestion by Bruno Haible.
64311         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64312         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64313         to decide whether to define the BeOS workaround macro;
64314         this adjusts to the change to AC_MBSTATE_T.
64315
64316 2000-07-14  Jim Meyering  <meyering@lucent.com>
64317
64318         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64319         jm_AC_TYPE_UINTMAX_T.
64320
64321 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64322
64323         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64324
64325         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64326         quotearg_buffer_restyled): Add support for
64327         clocale_quoting_style.  Undo previous change to
64328         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64329         and "{RIGHT QUOTATION MARK}" msgids.
64330
64331 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64332
64333         From a suggestion by Bruno Haible.
64334         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64335         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64336         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64337         and mbstate_t, to a single-part test that simply defines mbstate_t.
64338         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64339         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64340
64341 2000-07-10  Jim Meyering  <meyering@lucent.com>
64342
64343         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64344
64345         * m4/gnu-source.m4: Output to confdefs.h directly.
64346         Suggestion from Akim Demaille.
64347
64348 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64349
64350         The old behavior of quoting `like this' doesn't look good with
64351         newer, ISO-style fonts.  See:
64352         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64353
64354         Instead, quote "like this" by default.  Let the translator
64355         tailor the locale-specific quoting behavior by providing
64356         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64357
64358         * lib/quotearg.c (N_): New macro.
64359         (gettext_default): New function.
64360         (quotearg_buffer_restyled): Use
64361         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64362         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64363
64364 2000-07-09  Jim Meyering  <meyering@lucent.com>
64365
64366         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64367         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64368
64369         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64370         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64371
64372 2000-07-09  Jim Meyering  <meyering@lucent.com>
64373
64374         * lib/Most files: Update copyright dates to include 2000.
64375
64376 2000-07-08  Jim Meyering  <meyering@lucent.com>
64377
64378         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64379         if not defined.
64380         (xgethostname): Remove now-unnecessary #ifdef.
64381         Move declaration of `err' into loop where it's used.
64382
64383 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64384         and Bruno Haible  <haible@clisp.cons.org>
64385
64386         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64387         only if the test for an object-type mbstate_t fails.  This
64388         prevents us from mistakenly reporting that mbstate_t is a
64389         system object type after we "#define mbstate_t int" to work
64390         around its lack.
64391
64392 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64393         and Bruno Haible  <haible@clisp.cons.org>
64394
64395         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64396
64397 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64398
64399         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64400         to strerror_r.
64401         Include <ctype.h> for use of isalpha.
64402
64403 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64404
64405         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64406         by allocating a larger buffer. Test the gethostname return value for
64407         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64408         returns an error and ENAMETOOLONG isn't defined.
64409
64410 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64411
64412         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64413         dimension.
64414
64415 2000-07-04  Jim Meyering  <meyering@lucent.com>
64416
64417         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64418         of the deprecated AC_CHECKING.
64419
64420 2000-07-04  Jim Meyering  <meyering@lucent.com>
64421
64422         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64423         Reported by Bruno Haible.
64424
64425 2000-07-04  Jim Meyering  <meyering@lucent.com>
64426
64427         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64428         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64429         lacks mbrtowc.
64430
64431 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64432
64433         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64434         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64435
64436 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64437         and Bruno Haible  <haible@clisp.cons.org>
64438
64439         * lib/quotearg.c (mbrtowc):
64440         Assign to *pwc, and return 1 only if result is nonzero.
64441         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64442
64443 2000-07-03  Jim Meyering  <meyering@lucent.com>
64444
64445         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64446
64447 2000-07-03  Jim Meyering  <meyering@lucent.com>
64448
64449         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64450         This is necessary to get a definition of e.g., UTMP_FILE on
64451         HP-UX 10.20.
64452         From Bob Proulx.
64453
64454 2000-07-02  Jim Meyering  <meyering@lucent.com>
64455
64456         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64457
64458         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64459         AC_LIBOBJ(function_name).
64460         * m4/chown.m4: Likewise.
64461         * m4/fnmatch.m4: Likewise.
64462         * m4/ftruncate.m4: Likewise.
64463         * m4/getgroups.m4: Likewise.
64464         * m4/getline.m4: Likewise.
64465         * m4/group-member.m4: Likewise.
64466         * m4/jm-macros.m4: Likewise.
64467         * m4/lstat.m4: Likewise.
64468         * m4/malloc.m4: Likewise.
64469         * m4/memcmp.m4: Likewise.
64470         * m4/nanosleep.m4: Likewise.
64471         * m4/putenv.m4: Likewise.
64472         * m4/realloc.m4: Likewise.
64473         * m4/regex.m4: Likewise.
64474         * m4/stat.m4: Likewise.
64475         * m4/strftime.m4: Likewise.
64476
64477 2000-07-02  Jim Meyering  <meyering@lucent.com>
64478
64479         * lib/quotearg.c (mbstate_t): Don't define here.
64480
64481 2000-07-02  Jim Meyering  <meyering@lucent.com>
64482
64483         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64484
64485 2000-07-01  Jim Meyering  <meyering@lucent.com>
64486
64487         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64488
64489 2000-07-01  Jim Meyering  <meyering@lucent.com>
64490
64491         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64492         problem.
64493
64494 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64495
64496         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64497         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64498
64499 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64500
64501         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64502         per change in ../m4/ls-mntd-fs.m4.
64503         (read_filesystem_list): Ignore symbolic links.
64504
64505 2000-06-29  Jim Meyering  <meyering@lucent.com>
64506
64507         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64508         for declaration of strcmp.
64509
64510         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64511
64512         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64513         Avoid warning by casting result to `char *' to remove `const'.
64514
64515 2000-06-28  Jim Meyering  <meyering@lucent.com>
64516
64517         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64518         included by quotearg.c, for which we perform this test.  From
64519         Bruno Haible.
64520
64521 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64522
64523         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64524         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64525         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64526
64527 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64528
64529         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64530
64531 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64532
64533         savedir now sets errno on failure and invokes xmalloc to get memory.
64534         Fix a couple of other minor bugs while we're at it.
64535
64536         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64537         (NAMLEN): Remove macro.
64538         (malloc, realloc): Remove decls.
64539         (stpcpy): Likewise.
64540         ("xalloc.h"): Include.
64541         (NAME_SIZE_DEFAULT): New macro.
64542         (savedir): Use xmalloc / xrealloc to allocate memory.
64543         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64544         Skip "" directory entries.
64545         Use strlen to calculate directory entry length, since the old method
64546         is rarely used these days and isn't worth supporting.
64547         Don't use a pointer after freeing it.
64548         Check for integer overflow when calculating allocation size.
64549         Use memcpy to copy entries, instead of stpcpy.
64550         Set errno properly when returning NULL.
64551         Check for readdir error.
64552
64553 2000-06-26  Jim Meyering  <meyering@lucent.com>
64554
64555         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64556
64557 2000-06-25  Jim Meyering  <meyering@lucent.com>
64558
64559         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64560         Linux header bug when _XOPEN_SOURCE is defined to 500.
64561
64562 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64563
64564         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64565         deficiency.
64566
64567 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64568
64569         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64570         Include xalloc.h.
64571         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64572
64573 2000-06-24  Jim Meyering  <meyering@lucent.com>
64574
64575         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64576         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64577         for which strerror does return char*, but which lacks a conveniently
64578         accessible declaration of the function.  If the compile-test says
64579         strerror_r doesn't work, then resort to a `run'-test that works on
64580         BeOS and segfaults on DEC Unix.
64581
64582 2000-06-24  Jim Meyering  <meyering@lucent.com>
64583
64584         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64585
64586 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64587
64588         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64589         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64590
64591 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64592
64593         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64594         (mbrtowc, mbstate_t): Define substitutes if
64595         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64596         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64597         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64598
64599 2000-06-23  Jim Meyering  <meyering@lucent.com>
64600
64601         * m4/afs.m4: Add missing AC_MSG_RESULT.
64602         Reported by Bruno Haible.
64603
64604         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64605         Suggestion from Bruno Haible.
64606
64607 2000-06-23  Jim Meyering  <meyering@lucent.com>
64608
64609         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64610
64611 2000-06-21  Jim Meyering  <meyering@lucent.com>
64612
64613         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64614
64615 2000-06-21  Jim Meyering  <meyering@lucent.com>
64616
64617         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64618         (noinst_HEADERS): Add getstr.h.
64619
64620         * lib/getline.c (getstr): Move into a separate file.
64621         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64622         the following changes: new parameter, delim2; both delim[12]
64623         parameters have type `int', not `char'.  The latter would lose
64624         with 8-bit delimiters.
64625         * lib/getstr.h: New file.
64626
64627 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64628
64629         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64630         than 1024, return a memory chunk of least possible size, instead
64631         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64632         Use free/xmalloc instead of xrealloc to avoid copying for very long
64633         paths.
64634
64635 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64636
64637         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64638         the empty string.
64639
64640 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64641
64642         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64643         address, not strdup.  Include <stdlib.h> and don't declare free().
64644
64645 2000-06-19  Jim Meyering  <meyering@lucent.com>
64646
64647         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64648
64649 2000-06-18  Jim Meyering  <meyering@lucent.com>
64650
64651         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64652
64653         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64654         `checking whether...' message to be consistent with that of the
64655         lstat test.
64656
64657 2000-06-18  Jim Meyering  <meyering@lucent.com>
64658
64659         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64660         Besides, these days every porting target provides a mkdir function.
64661
64662         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64663         needed. (this snippet comes from src/system.h).
64664
64665 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64666
64667         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64668
64669 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64670
64671         * lib/human.c (adjust_value): New function.
64672         (human_readable_inexact): Apply rounding style even when
64673         printing approximate values.
64674
64675 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64676
64677         * lib/human.c (human_readable_inexact): Allow an input block
64678         size that is not a multiple of the output block size, and vice versa.
64679         Reported by Piergiorgio Sartor.
64680
64681 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64682
64683         * lib/getdate.y (get_date): Apply relative times after time
64684         zone indicator, not before.  Reported by Todd A. Jacobs.
64685
64686 2000-06-13  Jim Meyering  <meyering@lucent.com>
64687
64688         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64689
64690         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64691
64692 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64693
64694         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64695
64696 2000-06-12  Jim Meyering  <meyering@lucent.com>
64697
64698         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64699         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64700         optional argument.
64701         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64702         the optional argument, `lib'.
64703
64704 2000-06-08  Jim Meyering  <meyering@lucent.com>
64705
64706         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64707
64708 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64709
64710         Rewrite largefile configuration so that we don't need to run
64711         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64712         AC_CANONICAL_HOST in configure.in -- jmm]
64713
64714         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64715         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64716         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64717         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64718         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64719         All uses changed.
64720         Instead of inspecting the output of getconf, try to compile the
64721         test program without and with the macro definition.
64722         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64723         for getconf.  Instead, check for the needed flags by compiling
64724         test programs.
64725
64726 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64727
64728         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64729
64730 2000-06-04  Jim Meyering  <meyering@lucent.com>
64731
64732         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64733         SunOS 4.1.4 for which gid_t is an unsigned type.
64734
64735 2000-06-03  Jim Meyering  <meyering@lucent.com>
64736
64737         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64738         now that autoconf requires that.
64739
64740         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64741         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64742         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64743
64744 2000-06-03  Jim Meyering  <meyering@lucent.com>
64745
64746         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64747
64748 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64749
64750         * m4/glibc21.m4: New file.
64751         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64752
64753 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64754
64755         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64756         newer, don't install charset.alias.
64757         * lib/config.charset: Change the Linux/glibc rules so they become empty
64758         on glibc-2.1 or newer.
64759
64760 2000-06-02  Jim Meyering  <meyering@lucent.com>
64761
64762         * lib/mountlist.c: Back out last change.  Instead, do this...
64763         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64764         me_dummy member using the same `ignore'-testing code.
64765         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64766         fs_type strings.
64767         From Mark D. Roth.
64768
64769 2000-05-29  Jim Meyering  <meyering@lucent.com>
64770
64771         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64772         mounts with the `ignore' attribute.  Based on a patch from
64773         Mark D. Roth.
64774
64775 2000-05-28  Jim Meyering  <meyering@lucent.com>
64776
64777         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64778         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64779         * m4/stat.m4: Likewise.
64780         * m4/lstat.m4: Likewise.
64781         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64782
64783         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64784         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64785
64786 2000-05-26  Jim Meyering  <meyering@lucent.com>
64787
64788         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64789
64790 2000-05-24  Jim Meyering  <meyering@lucent.com>
64791
64792         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64793         autoconf requires that.
64794         * m4/lib-check.m4: Likewise.
64795         * m4/jm-macros.m4: Likewise.
64796         * m4/strftime.m4: Likewise.
64797
64798         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64799         AC_CHECK_DECLS, now that autoconf requires that.
64800
64801 2000-05-22  Jim Meyering  <meyering@lucent.com>
64802
64803         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64804         * m4/lstat.m4: Likewise.
64805
64806 2000-05-22  Jim Meyering  <meyering@lucent.com>
64807
64808         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64809
64810 2000-05-20  Jim Meyering  <meyering@lucent.com>
64811
64812         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64813         (jm_PREREQ): Use it.
64814
64815 2000-05-18  Jim Meyering  <meyering@lucent.com>
64816
64817         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64818         back, too, since it may have been modified by allocate_entry.
64819         (hash_delete): Rewrite to use neither the assignment operator
64820         nor the comma operator in an if-expression.
64821
64822 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64823
64824         * lib/closeout.c:
64825         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64826         Remove; no longer needed.
64827         "quotearg.h": Add include.
64828         (file_name): Do not bother to explicitly initialize to NULL; it's less
64829         efficient on some hosts.
64830         (close_stdout_status): Remove test as to whether stdout was already
64831         closed; it breaks for the case "echo x | sort >&-".
64832         Quote file name colons.
64833         Do not assume that _("write error") lacks format strings.
64834
64835 2000-05-15  Jim Meyering  <meyering@lucent.com>
64836
64837         * lib/version-etc.c (version_etc_copyright): Update the copyright
64838         string used in all --version output.
64839
64840 2000-05-14  Jim Meyering  <meyering@lucent.com>
64841
64842         * lib/closeout.c (close_stdout_set_file_name): New function.
64843         (close_stdout_status): Use new file-scoped global.
64844         Return right away if fstat says the stdout file descriptor is invalid.
64845         * lib/closeout.h (close_stdout_set_file_name): Declare.
64846
64847 2000-05-10  Jim Meyering  <meyering@lucent.com>
64848
64849         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64850         (close_stdout_set_status): New function.
64851         * lib/closeout.h (close_stdout_set_status): Declare.
64852
64853 2000-05-09  Jim Meyering  <meyering@lucent.com>
64854
64855         * m4/gettext.m4: Rename this...
64856         * m4/libintl.m4: ...to this.
64857
64858 2000-05-08  Jim Meyering  <meyering@lucent.com>
64859
64860         * lib/long-options.c: Don't include closeout.h.
64861         (parse_long_options): Don't call close_stdout for --version.
64862
64863 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64864
64865         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64866         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64867         2.1.3 bug.  This avoids a clash when files like regex.c define
64868         _GNU_SOURCE.
64869
64870 2000-05-06  Jim Meyering  <meyering@lucent.com>
64871
64872         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64873         (AC_REPLACE_FUNCS): Add strnlen.
64874
64875         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64876         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64877
64878         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64879         AC_SEARCH_LIBS call for nanosleep.
64880         (LIB_NANOSLEEP): Set and AC_SUBST.
64881
64882 2000-05-06  Jim Meyering  <meyering@lucent.com>
64883
64884         * lib/strnlen.c: Undefine __strnlen and strnlen.
64885         [!weak_alias]: Define __strnlen to strnlen.
64886
64887         * lib/atexit.c: New file, from libiberty.
64888
64889 2000-05-06  Jim Meyering  <meyering@lucent.com>
64890
64891         * lib/closeout.c (close_stdout_status): Also check for errors on the
64892         stderr stream.
64893
64894 2000-05-05  Jim Meyering  <meyering@lucent.com>
64895
64896         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64897         AC_SEARCH_LIBS call for clock_gettime.
64898         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64899
64900         * m4/search-libs.m4: Update from autoconf.
64901
64902         su doesn't work on Solaris 2.6.
64903         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64904         <shadow.h>.  Reported by Dragos Harabor.
64905
64906 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64907
64908         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64909         memcpy instead of xmalloc, xrealloc, path_concat.
64910         (locale_charset): Treat empty environment variables as absent.
64911         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64912
64913 2000-05-04  Jim Meyering  <meyering@lucent.com>
64914
64915         * lib/getopt.c: Update from glibc.
64916         * lib/obstack.c: Likewise.
64917         * lib/obstack.h: Likewise.
64918         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64919         file
64920
64921         * lib/regex.h: Likewise.
64922         * lib/strndup.c: Likewise.
64923         * lib/strnlen.c: New file, from glibc.
64924
64925 2000-05-03  Jim Meyering  <meyering@lucent.com>
64926
64927         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64928
64929 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64930
64931         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64932         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64933         compile-time test, rather than inspecting host and OS, to
64934         decide whether to define _LARGEFILE_SOURCE.
64935
64936 2000-05-01  Jim Meyering  <meyering@lucent.com>
64937
64938         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64939
64940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64941         Based on a patch from Bruno Haible.
64942
64943 2000-05-01  Jim Meyering  <meyering@lucent.com>
64944
64945         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64946
64947 2000-04-29  Jim Meyering  <meyering@lucent.com>
64948
64949         * lib/path-concat.c: Declare strdup only if it's not defined.
64950         * lib/canon-host.c: Likewise.
64951
64952 2000-04-28  Jim Meyering  <meyering@lucent.com>
64953
64954         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64955         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64956         is included first, then limits.h is included by locale.h by libintl.h.
64957         From John David Anglin.
64958
64959 2000-04-25  Jim Meyering  <meyering@lucent.com>
64960
64961         * lib/makepath.c (S_IRWXUGO): Define.
64962         (make_path): Always perform explicit chmod if MODE specifies any
64963         of the `special' permission bits.  Prompted by a bug report against
64964         install from Mate Wierdl and Joost van Baal.
64965
64966 2000-04-18  Jim Meyering  <meyering@lucent.com>
64967
64968         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64969         (jm_PREREQ): Use it.
64970
64971 2000-04-18  Jim Meyering  <meyering@lucent.com>
64972
64973         * lib/README: New file.
64974
64975         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64976         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64977
64978 2000-04-17  Jim Meyering  <meyering@lucent.com>
64979
64980         Get it right :-)
64981         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64982         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64983         Suggestion from Akim Demaille.
64984
64985 2000-04-17  Jim Meyering  <meyering@lucent.com>
64986
64987         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64988         the definition of it to rpl_strftime also defined-away the system's
64989         declaration.
64990
64991 2000-04-15  Jim Meyering  <meyering@lucent.com>
64992
64993         Use `C' to denote so-called `contiguous' files, the same way
64994         that tar does.
64995         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64996         (ftypelet): Use S_ISCTG.
64997         From Michael Deutschmann.
64998
64999 2000-04-14  Jim Meyering  <meyering@lucent.com>
65000
65001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
65002         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
65003         clobbered.
65004
65005 2000-04-14  Jim Meyering  <meyering@lucent.com>
65006
65007         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65008
65009 2000-04-13  Jim Meyering  <meyering@lucent.com>
65010
65011         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65012         AH_VERBATIM to insert required #ifndef into config.h.in.
65013         Suggestion from Akim Demaille.
65014
65015 2000-04-12  Jim Meyering  <meyering@lucent.com>
65016
65017         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65018         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65019         Christian Krackowizer.
65020
65021         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65022         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65023         (AC_SYS_LARGEFILE): Require.
65024         (AM_C_PROTOTYPES): Require.
65025
65026 2000-04-08  Jim Meyering  <meyering@lucent.com>
65027
65028         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65029         names don't conflict.  Reported by Eli Zaretskii.
65030
65031 2000-04-07  Jim Meyering  <meyering@lucent.com>
65032
65033         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65034         sys/types.h, to work around system header problems on AIX 3.2.5.
65035         From Bruno Haible.
65036
65037 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65038
65039         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65040         bug.  Deal with the different error behavior of Irix iconv.
65041
65042 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65043
65044         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65045         IRIX if the installer said otherwise.
65046
65047 2000-04-05  Jim Meyering  <meyering@lucent.com>
65048
65049         Portability tweaks required for ultrix4.3.
65050         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65051         (jm_CHECK_DECLS): Add getutent to the list of functions.
65052         (_jm_DECL_HEADERS): Add utmpx.h.
65053         From John David Anglin.
65054
65055         * m4/strftime.m4: Back out the 2000-04-02 change.
65056         Instead of that change, simply undefine putenv in the test program.
65057
65058 2000-04-05  Jim Meyering  <meyering@lucent.com>
65059
65060         Portability tweaks required for ultrix4.3.
65061         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65062         getutent.
65063         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65064         * lib/canon-host.c: Declare strdup.
65065         * lib/path-concat.c: Likewise.
65066         From John David Anglin.
65067
65068 2000-04-04  Jim Meyering  <meyering@lucent.com>
65069
65070         Be more DOS 8.3-friendly.
65071         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65072         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65073         * lib/Makefile.am: Reflect renaming.
65074         Reported by Eli Zaretskii.
65075
65076         Use a temporary file name that won't clash with `charset.alias'
65077         in the DOS 8.3 name space.
65078         * lib/Makefile.am (charset_tmp): Define.
65079         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65080         (uninstall-local): Likewise.
65081         Reported by Eli Zaretskii.
65082
65083 2000-04-03  Jim Meyering  <meyering@lucent.com>
65084
65085         * m4/gettext.m4: Fix typo in comment.
65086
65087         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65088         textutils/configure.in).  Suggestion from Paul Eggert.
65089         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65090
65091 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65092
65093         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65094         variable in the shell rather than using putenv, which isn't
65095         portable.  This avoids the configure-time inter-test dependency
65096         on the potentially-renamed putenv function.
65097
65098 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65099
65100         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65101         before checking struct stat.st_blksize, so that
65102         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65103
65104 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65105
65106         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65107         since strftime.c uses HAVE_STRFTIME to decide whether to use
65108         the underlying strftime.
65109
65110 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65111
65112         * lib/time/strftime.c (my_strftime): Make sure we call the system
65113         strftime, not ourselves, when invoking the underlying strftime.
65114
65115 2000-03-24  Jim Meyering  <meyering@lucent.com>
65116
65117         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65118         (charset_alias): Define.
65119         (install-exec-local): Factor out common code.
65120         (uninstall-local): Split lines longer than 80.
65121         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65122         (SUFFIXES): Define.
65123         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65124         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65125
65126 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65127
65128         * lib/config.charset: Output a line containing "Packages using this
65129         file".
65130         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65131         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65132         ref-del.sed): New rules.
65133
65134 2000-03-17  Jim Meyering  <meyering@lucent.com>
65135
65136         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65137         Otherwise, include <strings.h>
65138
65139 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65140
65141         * lib/unicodeio.c (utf8_wctomb): New function.
65142         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65143         format instead of in UCS-4 with platform dependent endianness.
65144
65145 2000-03-10  Jim Meyering  <meyering@lucent.com>
65146
65147         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65148         From Marco Franzen.
65149
65150 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65151
65152         * lib/savedir.c (savedir): Work even if directory size is
65153         negative; this can happen with some screwy NFS configurations.
65154
65155 2000-03-06  Jim Meyering  <meyering@lucent.com>
65156
65157         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65158         if it's NULL (because we ran out of memory).  From Bruno Haible.
65159
65160 2000-03-05  Jim Meyering  <meyering@lucent.com>
65161
65162         * lib/localcharset.c ("path-concat.h"): Include.
65163         (get_charset_aliases): Use path_concat instead of ANSI string
65164         concatenation.
65165
65166         * lib/unicodeio.h (PARAMS): Define.
65167         Use it to guard prototype.
65168
65169 2000-03-04  Jim Meyering  <meyering@lucent.com>
65170
65171         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65172         for lib/localcharset.c.
65173
65174 2000-03-04  Jim Meyering  <meyering@lucent.com>
65175
65176         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65177         installing into it.
65178         (uninstall-local): Uncomment this rule so `make distcheck' works
65179         once again.
65180
65181         * lib/unicodeio.c (<errno.h>): Include it.
65182         (errno): Declare if not defined.
65183
65184         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65185
65186         * lib/config.charset: New version, incorporating remarks from a linux
65187         i18n mailing list.  From Bruno Haible.
65188
65189 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65190
65191         * m4/codeset.m4: New file.
65192         * m4/iconv.m4: New file.
65193         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65194
65195 2000-03-03  Jim Meyering  <meyering@lucent.com>
65196
65197         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65198
65199 2000-03-02  Jim Meyering  <meyering@lucent.com>
65200
65201         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65202         the messages come out on separate lines.
65203
65204         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65205         rather than jm_CHECK_DECLARATIONS.
65206         * m4/decl.m4: Remove now-unused file.
65207
65208         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65209         geteuid.
65210
65211 2000-03-02  Jim Meyering  <meyering@lucent.com>
65212
65213         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65214
65215 2000-03-01  Jim Meyering  <meyering@lucent.com>
65216
65217         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65218         * lib/unicodeio.c: Likewise.
65219
65220 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65221
65222         * lib/config.charset: New file.
65223         * lib/localcharset.c: New file.
65224         * lib/unicodeio.h, lib/unicodeio.c: New files.
65225         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65226         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65227         (noinst_HEADERS): Add unicodeio.h.
65228         (all-local, install-exec-local, charset.alias): New targets.
65229
65230 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65231
65232         * lib/quotearg.c (ALERT_CHAR): New macro.
65233         (quotearg_buffer_restyled): Use it.
65234
65235 2000-02-27  Jim Meyering  <meyering@lucent.com>
65236
65237         * m4/check-decl.m4: Add getenv to the list.
65238
65239 2000-02-27  Jim Meyering  <meyering@lucent.com>
65240
65241         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65242         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65243
65244         * lib/backupfile.c: Guard inclusion of stdlib.h with
65245         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65246         Declare malloc if needed.
65247
65248         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65249         `#ifndef HAVE_DECL..'
65250         now that autoconf always defines the HAVE_DECL_ symbols.
65251         * lib/human.c: Likewise.
65252         * lib/same.c: Likewise.
65253         * lib/strtoumax.c: Likewise.
65254
65255         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65256         declaration check was not run.
65257         * lib/hash.c: Likewise.
65258         * lib/human.c: Likewise.
65259         * lib/same.c: Likewise.
65260         * lib/strtoumax.c: Likewise.
65261
65262         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65263         `.', then first look up the entire `.'-containing string as a login
65264         name.
65265
65266 2000-02-23  Jim Meyering  <meyering@lucent.com>
65267
65268         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65269         in place of my hack.
65270
65271 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65272
65273         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65274         (textint): New typedef.
65275         (parser_control): Member year changed from int to textint.
65276         All uses changed.
65277         (YYSTYPE): Removed; replaced by %union with int and textint members.
65278         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65279         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65280         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65281         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65282         (date, number, to_year): Use width of number in digits, not its value,
65283         to determine whether it's a 2-digit year, or a 2-digit time.
65284         (yylex): Store number of digits of numeric tokens.
65285         Reported by John Kendall.
65286
65287         (parser_control): Changed from struct parser_control to typedef (for
65288         consistency).  All uses changed.
65289
65290         (tID): Removed; not used.
65291         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65292
65293 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65294
65295         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65296         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65297
65298 2000-02-12  Jim Meyering  <meyering@lucent.com>
65299
65300         * lib/userspec.c (ISDIGIT): Define it.
65301         (isdigit): Remove definition.
65302         (is_number): Use ISDIGIT, not isdigit.
65303         <libintl.h>: Include.
65304         (_ and N_): Define.
65305         (parse_user_spec): Mark translatable strings.
65306
65307 2000-02-10  Jim Meyering  <meyering@lucent.com>
65308
65309         With these changes, nanosleep.[ch] are finally enough like the other
65310         lib/* replacement files to compile on a few more losing systems.
65311
65312         * lib/nanosleep.h: Don't include config.h.
65313         Remove prototype from declaration of nanosleep.
65314         (PARAMS): Remove now-unneeded definition.
65315         * lib/nanosleep.c: #undef nanosleep.
65316         (rpl_nanosleep): Rename from nanosleep.
65317
65318 2000-02-10  Jim Meyering  <meyering@lucent.com>
65319
65320         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65321         gnu_nanosleep to rpl_nanosleep.
65322
65323 2000-02-09  Jim Meyering  <meyering@lucent.com>
65324
65325         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65326         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65327
65328 2000-02-08  Akim Demaille  <akim@epita.fr>
65329
65330         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65331         `[' and `]' and remove uses of `changequote'.
65332         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65333         (AC_SYS_LARGEFILE): Likewise.
65334         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65335         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65336         of changequote.
65337         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65338         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65339         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65340         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65341
65342 2000-02-05  Jim Meyering  <meyering@lucent.com>
65343
65344         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65345         Remove explicit use of AC_HEADER_TIME.  It is required by
65346         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65347         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65348         in autoconf whereby the expansion of the latter ended up preceding
65349         the expansion of its prerequisite, AC_HEADER_TIME.
65350         Reported by Volker Borchert.
65351
65352 2000-02-03  Jim Meyering  <meyering@lucent.com>
65353
65354         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65355
65356 2000-02-03  Jim Meyering  <meyering@lucent.com>
65357
65358         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65359         rather than with `#if HAVE_UTMPNAME'.
65360
65361 2000-02-02  Jim Meyering  <meyering@lucent.com>
65362
65363         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65364         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65365         Reported by Eli Zaretskii.
65366
65367 2000-02-01  Jim Meyering  <meyering@lucent.com>
65368
65369         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65370
65371 2000-01-31  Jim Meyering  <meyering@lucent.com>
65372
65373         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65374         functions.  Add the time.h and sys/time.h headers along with the
65375         AC_REQUIRE'ment of AC_HEADER_TIME.
65376
65377 2000-01-31  Jim Meyering  <meyering@lucent.com>
65378
65379         * lib/nanosleep.h (nanosleep): Guard declaration with
65380         `#if ! HAVE_DECL_NANOSLEEP'.
65381         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65382         the declaration in that vendor's sys/timers.h.
65383         Reported by Christian Krackowizer.
65384
65385         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65386         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65387         (ISPRINT): Likewise.
65388         Reported by Tom Tromey.
65389
65390 2000-01-30  Jim Meyering  <meyering@lucent.com>
65391
65392         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65393
65394         * m4/prereq.m4 (utmp_includes): Define.
65395         Check for ut_user and ut_name members in both struct utmpx
65396         and struct utmp.
65397
65398 2000-01-30  Jim Meyering  <meyering@lucent.com>
65399
65400         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65401         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65402         header files where only utmpx.ut_user is declared.
65403
65404         * lib/readutmp.h (UT_USER): Define.
65405
65406 2000-01-29  Jim Meyering  <meyering@lucent.com>
65407
65408         * m4/lib-check.m4: New file containing library-related checks from
65409         fileutils and sh-utils (textutils had none).
65410
65411 2000-01-28  Jim Meyering  <meyering@lucent.com>
65412
65413         * m4/perl.m4: Change format of warning message to look more like that
65414         from the missing script.  Suggestion from François Pinard.
65415
65416 2000-01-25  Jim Meyering  <meyering@lucent.com>
65417
65418         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65419         well as time.h in the compile check.
65420         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65421         Fix typo in cross-compiling case: s/yes/no/.
65422
65423 2000-01-23  Jim Meyering  <meyering@lucent.com>
65424
65425         * m4/jm-macros.m4: Move df-related tests here from
65426         fileutils/configure.in
65427
65428         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65429         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65430
65431         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65432         s/space/ac_fsusage_space/.
65433         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65434
65435         * m4/ftruncate.m4: New file (derived from part of
65436         fileutils/configure.in).
65437         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65438         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65439
65440         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65441         AC_SUBST these here, rather than just in sh-util/configure.in, so
65442         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65443         all the same.
65444         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65445         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65446         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65447         (AC_SUBST(POW_LIBM)): Likewise.
65448         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65449
65450 2000-01-23  Jim Meyering  <meyering@lucent.com>
65451
65452         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65453         obstack.c.
65454
65455 2000-01-22  Jim Meyering  <meyering@lucent.com>
65456
65457         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65458
65459         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65460
65461         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65462         configure.in
65463         (AC_CHECK_HEADERS): Likewise for sh-utils.
65464         (AC_CHECK_HEADERS): Likewise for textutils.
65465         Merge the three lists of headers.
65466
65467         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65468         from fileutils' configure.in.
65469
65470         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65471         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65472         check-decl.m4.
65473
65474         * m4/check-decl.m4: Use #if rather than #ifdef.
65475         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65476         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65477         (_jm_DECL_HEADERS): Define new function.
65478         (jm_CHECK_DECLARATIONS): Require it.
65479
65480 2000-01-22  Jim Meyering  <meyering@lucent.com>
65481
65482         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65483         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65484         Required for some AIX systems.  Reported by Christian Krackowizer.
65485         [TESTING] (main): New function.
65486
65487         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65488         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65489         letters.
65490
65491         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65492         iswprint.
65493
65494         * lib/strverscmp.c (ISDIGIT): Define.
65495         (strverscmp): Use ISDIGIT, not isdigit.
65496
65497 2000-01-19  Jim Meyering  <meyering@lucent.com>
65498
65499         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65500         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65501         defines `struct timespec' in <sys/time.h>
65502
65503         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65504         Thanks to Akim for explaining.
65505
65506 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65507
65508         * lib/nanosleep.c (nanosleep):
65509         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65510         POSIX.1 doesn't require SA_INTERRUPT and some systems
65511         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65512         it's been part of POSIX.1 since day 1 (in 1988).
65513
65514 2000-01-17  Jim Meyering  <meyering@lucent.com>
65515
65516         * lib/interlock: Remove unused file.  Reported by François Pinard.
65517
65518 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65519
65520         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65521         alert, backslash, formfeed, and vertical tab unnecessarily in
65522         shell quoting style.
65523
65524 2000-01-16  Jim Meyering  <meyering@lucent.com>
65525
65526         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65527         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65528         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65529         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65530
65531 2000-01-16  Jim Meyering  <meyering@lucent.com>
65532
65533         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65534         because the latter didn't work.
65535
65536 2000-01-15  Jim Meyering  <meyering@lucent.com>
65537
65538         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65539         (AC_REPLACE_FUNCS): Add memcpy and memset.
65540         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65541         Add strpbrk.
65542         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65543
65544 2000-01-12  Jim Meyering  <meyering@lucent.com>
65545
65546         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65547         (jm_PREREQ): Use it.
65548         (jm_PREREQ_READUTMP): New macro.
65549         (jm_PREREQ): Use it.
65550
65551 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65552
65553         Quote multibyte characters correctly.
65554         * m4/c-bs-a.m4: New file.
65555         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65556         (jm_PREREQ): Use it.
65557
65558 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65559
65560         * m4/uintmax_t.m4: Port to autoconf 2.13.
65561
65562 2000-01-08  Jim Meyering  <meyering@ascend.com>
65563
65564         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65565         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65566
65567 2000-01-04  Jim Meyering  <meyering@ascend.com>
65568
65569         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65570         jm_STRUCT_DIRENT_D_TYPE.
65571         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65572         jm_STRUCT_DIRENT_D_INO.
65573         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65574         jm_STRUCT_UTIMBUF.
65575         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65576         renamings.
65577         * m4/utime.m4: Likewise.
65578
65579         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65580         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65581
65582 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65583
65584         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65585         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65586
65587 2000-01-02  Jim Meyering  <meyering@ascend.com>
65588
65589         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65590         remember if this is necessary.
65591
65592 1999-12-26  Jim Meyering  <meyering@ascend.com>
65593
65594         * m4/jm-macros.m4: Use it here.
65595         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65596
65597 1999-12-23  Jim Meyering  <meyering@ascend.com>
65598
65599         * m4/jm-macros.m4: Check for clock_gettime (moved from
65600         fileutils/configure.in)
65601         Check for gettimeofday.
65602
65603 1999-12-20  Jim Meyering  <meyering@ascend.com>
65604
65605         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65606         autoconf-2.14a-1999-12-20.
65607
65608 1999-12-19  Jim Meyering  <meyering@ascend.com>
65609
65610         * m4/lstat-slash.m4: New file.
65611         * m4/jm-macros.m4: Use the new macro:
65612         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65613
65614 1999-12-07  Jim Meyering  <meyering@ascend.com>
65615
65616         * m4/perl.m4: Require that File::Compare be available, too.
65617         Too many systems seem to lack it.
65618
65619         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65620         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65621
65622 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65623
65624         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65625         problem with the QNX 4.25 shell, which doesn't propagate exit
65626         status of failed commands inside shell assignments.
65627
65628 1999-11-17  Jim Meyering  <meyering@ascend.com>
65629
65630         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65631
65632 1999-11-07  Jim Meyering  <meyering@ascend.com>
65633
65634         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65635
65636 1999-11-06  Jim Meyering  <meyering@ascend.com>
65637
65638         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65639         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65640
65641 1999-11-05  Jim Meyering  <meyering@ascend.com>
65642
65643         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65644         configure.in of textutils, fileutils, and sh-utils into this one
65645         (shared between those packages) file.
65646         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65647         AC_STRUCT_ST_BLKSIZE.
65648
65649 1999-11-03  Jim Meyering  <meyering@ascend.com>
65650
65651         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65652         of AC_CHECK_TYPE checks includes unistd.h.
65653         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65654         Suggestion from Akim Demaille.
65655
65656 1999-10-30  Jim Meyering  <meyering@ascend.com>
65657
65658         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65659         m4-quoted string.
65660         * m4/ls-mntd-fs.m4: Likewise.
65661         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65662         * m4/jm-winsz1.m4: Likewise.
65663
65664         * m4/const.m4: Remove file, since the fix made it into the experimental
65665         version of autoconf.
65666         * m4/mktime.m4: Likewise.
65667
65668         * m4/check-type.m4: Remove file, now that the latest version of
65669         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65670
65671         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65672         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65673         AC_CHECK_TYPE.
65674
65675 1999-10-04  Jim Meyering  <meyering@ascend.com>
65676
65677         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65678
65679 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65680
65681         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65682         2.95.1 bug with HP-UX 10.20.
65683
65684 1999-09-17  Jim Meyering  <meyering@ascend.com>
65685
65686         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65687         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65688         due to missing strdup (against sh-utils-2.0).
65689
65690 1999-08-29  Jim Meyering  <meyering@ascend.com>
65691
65692         * m4/jm-macros.m4: Require jm_BISON.
65693         * m4/bison.m4: New file.
65694
65695 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65696
65697         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65698         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65699
65700 1999-08-05  Jim Meyering  <meyering@ascend.com>
65701
65702         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65703         to avoid conflicts with `conftest' on 8+3 filesystems.
65704         Suggestion from Eli Zaretskii.
65705
65706 1999-08-04  Jim Meyering  <meyering@ascend.com>
65707
65708         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65709         fileutils and sh-utils (textutils's getline test was inadequate).
65710         (AM_FUNC_GETLINE): Run this test.
65711         (AC_CHECK_FUNCS): Check for getdelim.
65712         Reported by Bob Proulx.
65713
65714 1999-08-02  Jim Meyering  <meyering@ascend.com>
65715
65716         * m4/jm-macros.m4: Add a comment.
65717
65718 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65719
65720         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65721         <inttypes.h> defines strtoumax as a macro (and not as a
65722         function).
65723
65724 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65725
65726         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65727         that we can shift, multiply and divide unsigned long long
65728         values; Ultrix cc can't do it.
65729
65730 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65731
65732         * m4/mktime.m4: New file, which is a preview of what should appear
65733         in the next public autoconf release.
65734
65735 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65736
65737         * m4/lfs.m4: Remove this file.
65738         * m4/largefile.m4: New file.  It contains the old contents of
65739         lfs.m4, except that all names with prefix AC_LFS have been
65740         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65741         compatible with future autoconf versions.  Also, some minor m4
65742         quoting problems have been fixed.
65743
65744 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65745
65746         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65747         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65748         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65749         and simplify the shell code.
65750
65751 1999-08-01  Jim Meyering  <meyering@ascend.com>
65752
65753         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65754         m4.
65755
65756 1999-07-20  Jim Meyering  <meyering@ascend.com>
65757
65758         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65759
65760 1999-07-15  Jim Meyering  <meyering@ascend.com>
65761
65762         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65763
65764 1999-05-22  Jim Meyering  <meyering@ascend.com>
65765
65766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65767
65768 1999-05-20  Jim Meyering  <meyering@ascend.com>
65769
65770         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65771         Add a colon after each `then' in case $4 is empty.
65772
65773 1999-05-16  Jim Meyering  <meyering@ascend.com>
65774
65775         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65776
65777 1999-05-10  Jim Meyering  <meyering@ascend.com>
65778
65779         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65780
65781         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65782         AC_FUNC_MKTIME.
65783
65784 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65785
65786         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65787
65788 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65789
65790         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65791         not CPPFLAGS, so that linking works correctly in IRIX.
65792
65793 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65794
65795         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65796
65797 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65798
65799         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65800         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65801         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65802         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65803         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65804
65805         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65806
65807 1999-04-20  Jim Meyering  <meyering@ascend.com>
65808
65809         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65810         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65811         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65812
65813 1999-04-18  Jim Meyering  <meyering@ascend.com>
65814
65815         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65816         * m4/jm-macros.m4: Use it.
65817
65818 1999-04-06  Jim Meyering  <meyering@ascend.com>
65819
65820         * m4/strftime.m4: Remove test for %f.
65821
65822 1999-03-29  Jim Meyering  <meyering@ascend.com>
65823
65824         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65825         superset of the AC_TYPE_* checks in the textutils, fileutils,
65826         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65827         AC_TYPE_PID_T.
65828
65829 1999-03-28  Jim Meyering  <meyering@ascend.com>
65830
65831         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65832         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65833         replaced e.g., in the *.sh files of the sh-utils.
65834
65835 1999-03-20  Jim Meyering  <meyering@ascend.com>
65836
65837         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65838         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65839         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65840
65841 1999-03-19  Jim Meyering  <meyering@ascend.com>
65842
65843         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65844
65845 1999-03-12  Jim Meyering  <meyering@ascend.com>
65846
65847         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65848
65849 1999-03-07  Jim Meyering  <meyering@ascend.com>
65850
65851         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65852         declared.
65853
65854 1999-02-17  Jim Meyering  <meyering@ascend.com>
65855
65856         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65857         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65858
65859 1999-02-07  Jim Meyering  <meyering@ascend.com>
65860
65861         * m4/group-member.m4: New file -- extracted from sh-utils'
65862         configure.in.
65863
65864         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65865         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65866
65867 1999-02-06  Jim Meyering  <meyering@ascend.com>
65868
65869         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65870         * m4/fnmatch.m4: Likewise.
65871         * m4/getgroups.m4: Likewise.
65872         * m4/lstat.m4: Likewise.
65873         * m4/malloc.m4: Likewise.
65874         * m4/putenv.m4: Likewise.
65875         * m4/realloc.m4: Likewise.
65876         * m4/regex.m4: Likewise.
65877         * m4/stat.m4: Likewise.
65878         * m4/strftime.m4: Likewise.
65879         Suggestion from Alain Magloire.
65880
65881         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65882         * m4/fnmatch.m4: Likewise.
65883         * m4/getgroups.m4: Likewise.
65884         * m4/getline.m4: Likewise.
65885         * m4/lstat.m4: Likewise.
65886         * m4/malloc.m4: Likewise.
65887         * m4/memcmp.m4: Likewise.
65888         * m4/putenv.m4: Likewise.
65889         * m4/realloc.m4: Likewise.
65890         * m4/regex.m4: Likewise.
65891         * m4/stat.m4: Likewise.
65892         * m4/strftime.m4: Likewise.
65893         Suggestion from Alain Magloire.
65894
65895         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65896         an argument.
65897
65898         * m4/regex.m4: Add a run-time Test for proper operation of
65899         re_compile_pattern.
65900
65901 1999-01-31  Jim Meyering  <meyering@ascend.com>
65902
65903         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65904
65905 1999-01-30  Jim Meyering  <meyering@ascend.com>
65906
65907         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65908
65909         * m4/jm-mktime.m4: Make this a wrapper around the official
65910         AM_FUNC_MKTIME rather than my private copy, now that the official one
65911         is up to date.
65912         * m4/mktime.m4: Remove file.
65913
65914         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65915         * m4/uptime.m4: Likewise.
65916         * m4/uintmax_t.m4: Likewise.
65917
65918 1999-01-28  Jim Meyering  <meyering@ascend.com>
65919
65920         * m4/jm-macros.m4: Use jm_AFS.
65921         * m4/afs.m4: New file (from fileutils' configure.in).
65922
65923         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65924         * m4/chown.m4: Likewise.
65925         * m4/d-ino.m4: Likewise.
65926         * m4/d-type.m4: Likewise.
65927         * m4/fnmatch.m4: Likewise.
65928         * m4/getgroups.m4: Likewise.
65929         * m4/gettext.m4: Likewise.
65930         * m4/jm-mktime.m4: Likewise.
65931         * m4/jm-winsz2.m4: Likewise.
65932         * m4/lcmessage.m4: Likewise.
65933         * m4/ls-mntd-fs.m4: Likewise.
65934         * m4/malloc.m4: Likewise.
65935         * m4/memcmp.m4: Likewise.
65936         * m4/putenv.m4: Likewise.
65937         * m4/realloc.m4: Likewise.
65938         * m4/st_mtim.m4: Likewise.
65939         * m4/strftime.m4: Likewise.
65940
65941 1999-01-16  Jim Meyering  <meyering@ascend.com>
65942
65943         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65944         (ARGMATCH_DIE_DECL): Define.
65945
65946 1999-01-12  Jim Meyering  <meyering@ascend.com>
65947
65948         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65949         Reported by Lars Hecking.
65950
65951 1999-01-10  Jim Meyering  <meyering@ascend.com>
65952
65953         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65954         gross kludge.
65955         * m4/inttypes_h.m4: Likewise.
65956         * m4/lstat.m4: Likewise.
65957         * m4/malloc.m4: Likewise.
65958         * m4/readdir.m4: Likewise.
65959         * m4/realloc.m4: Likewise.
65960         * m4/st_dm_mode.m4: Likewise.
65961         * m4/stat.m4: Likewise.
65962         * m4/utimbuf.m4: Likewise.
65963         * m4/utimes.m4: Likewise.
65964
65965         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65966         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65967         comments in config.h.in are meaningful.
65968
65969         * m4/jm-macros.m4: Require autoconf-2.13 here.
65970
65971         * m4/regex.m4: By default, don't use the included regex.c on systems
65972         with glibc 2.  Suggestion from Uli Drepper.
65973
65974 1999-01-02  Jim Meyering  <meyering@ascend.com>
65975
65976         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65977
65978 1998-12-18  Jim Meyering  <meyering@ascend.com>
65979
65980         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65981         Based on a suggestion from Lars Hecking.
65982
65983 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65984
65985         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65986
65987 1998-11-16  Jim Meyering  <meyering@ascend.com>
65988
65989         * m4/lfs.m4: Double-quote the `uname...` expression.
65990
65991 1998-11-14  Jim Meyering  <meyering@ascend.com>
65992
65993         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65994         * m4/stat.m4: Likewise.
65995
65996 1998-11-03  Jim Meyering  <meyering@ascend.com>
65997
65998         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65999         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
66000
66001 1998-10-18  Jim Meyering  <meyering@ascend.com>
66002
66003         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
66004
66005 1998-10-17  Jim Meyering  <meyering@ascend.com>
66006
66007         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66008         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66009         calls for those previously hard-coded headers.  Instead, take a new
66010         parameter.
66011         (jm_CHECK_DECLARATIONS): Reflect interface change.
66012         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66013         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66014
66015         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66016
66017 1998-10-14  Jim Meyering  <meyering@ascend.com>
66018
66019         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66020         instead of "TZ=America/Vancouver".  From Paul Eggert.
66021
66022 1998-10-11  Jim Meyering  <meyering@ascend.com>
66023
66024         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66025         This adds a test for a recently added compatibility fix for mktime.c.
66026         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66027
66028 1998-09-27  Jim Meyering  <meyering@ascend.com>
66029
66030         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66031
66032         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66033         ../configure.in, including a change from Gordon Matzigkeit to allow
66034         cross-compiling for the Hurd.
66035
66036         * m4/glibc.m4: New file/macro to test for the GNU C Library
66037         versions 1 and 2.  From Gordon Matzigkeit.
66038         Indent.
66039
66040 1998-09-21  Jim Meyering  <meyering@ascend.com>
66041
66042         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66043
66044 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66045
66046         Port nanosecond-resolution times to UnixWare 2.1.2 and
66047         pedantic Solaris 2.6.
66048
66049         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66050         AC_STRUCT_ST_MTIM.
66051         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66052         Generate name of ns member, instead of just 1 or undef.
66053         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66054
66055 1998-08-15  Jim Meyering  <meyering@ascend.com>
66056
66057         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66058         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66059         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66060         instead of jm_TYPE_SSIZE_T.
66061
66062 1998-08-12  Jim Meyering  <meyering@ascend.com>
66063
66064         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66065
66066 1998-08-02  Jim Meyering  <meyering@ascend.com>
66067
66068         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66069         in acconfig.h manually.
66070
66071 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66072
66073         * m4/st_mtim.m4: New file.
66074
66075 1998-07-28  Jim Meyering  <meyering@ascend.com>
66076
66077         * m4/utimes.m4: Undef stat.
66078
66079 1998-07-25  Jim Meyering  <meyering@ascend.com>
66080
66081         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66082         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66083
66084 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66085
66086         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66087         uid and gid actually remain unchanged.
66088
66089 1998-07-07  Jim Meyering  <meyering@ascend.com>
66090
66091         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66092
66093 1998-07-04  Jim Meyering  <meyering@ascend.com>
66094
66095         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66096         to prove that this macro can be used in packages without regex.c.
66097
66098 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66099
66100         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66101         is to be used.
66102
66103 1998-07-03  Jim Meyering  <meyering@ascend.com>
66104
66105         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66106
66107         * m4/gettext.m4: New file -- from gettext-0.10.35.
66108         * m4/lcmessage.m4: Likewise.
66109         * m4/progtest.m4: Likewise.
66110
66111         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66112         * m4/jm-macros.m4: Require the new macro.
66113
66114 1998-06-29  Jim Meyering  <meyering@ascend.com>
66115
66116         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66117         for the definition of NGROUPS (used in a system header included
66118         by sys/mount.h).
66119
66120 1998-06-28  Jim Meyering  <meyering@ascend.com>
66121
66122         * m4/ls-mntd-fs.m4: New file.
66123         * m4/fstypename.m4: New file.
66124
66125         * m4/jm-macros.m4: Require the new macro.
66126         * m4/jm-glibc-io.m4: New file.
66127
66128 1998-05-19  Jim Meyering  <meyering@ascend.com>
66129
66130         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66131         * m4/lchown.m4: New file.
66132
66133         * m4/Makefile.am.in: New file.
66134         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66135
66136 1998-05-14  Jim Meyering  <meyering@ascend.com>
66137
66138         * m4/Makefile.am (EXTRA_DIST): Add them.
66139         * m4/jm-macros.m4: New file.
66140         * m4/utimbuf.m4: New file.
66141
66142 1998-05-12  Jim Meyering  <meyering@ascend.com>
66143
66144         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66145
66146 1998-05-11  Jim Meyering  <meyering@ascend.com>
66147
66148         * m4/isc-posix.m4: New file.
66149
66150 1998-05-10  Jim Meyering  <meyering@ascend.com>
66151
66152         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66153
66154 1998-05-09  Jim Meyering  <meyering@ascend.com>
66155
66156         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66157         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66158         with automake.
66159
66160         * m4/ssize_t.m4: New file.
66161         * m4/mktime.m4: Remove file -- the new automake has this now.
66162
66163 1998-04-26  Jim Meyering  <meyering@ascend.com>
66164
66165         * m4/assert.m4: New file.
66166         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66167
66168 1998-04-05  Jim Meyering  <meyering@ascend.com>
66169
66170         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66171         (jm_PREREQ): Use it here.
66172
66173 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66174
66175         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66176         in acconfig.h.
66177
66178 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66179
66180         * m4/prereq.m4: New file.
66181         * m4/error.m4: New file.
66182         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66183
66184 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66185
66186         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66187         cache-check for the same variable -- that defeated the purpose of
66188         the test; the test program was never run.  This was a problem only
66189         on systems with losing getline functions -- HP-UX 10.20 is one.
66190         Reported by Bjorn Helgaas.
66191
66192 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66193
66194         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66195
66196 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66197
66198         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66199
66200         * m4/const.m4: New file.  Use an initializer in this declaration
66201         typedef int charset[2]; const charset x;
66202         Reported by Bob Glickstein.
66203
66204 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66205
66206         * m4/chown.m4: Fix reversed types on -1 args to chown.
66207         From Kaveh Ghazi.
66208
66209 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66210
66211         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66212         Add lseek and memchr.
66213
66214         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66215         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66216         have a 20-character limit on names.
66217
66218 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66219
66220         * m4/inttypes_h.m4: New file.
66221         * m4/uintmax_t.m4: New file.
66222         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66223
66224
66225         -----
66226
66227         Local Variables:
66228         coding: utf-8
66229         End:
66230
66231         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66232
66233         Copying and distribution of this file, with or without
66234         modification, are permitted provided the copyright notice
66235         and this notice are preserved.